Latest upstream
This commit is contained in:
parent
919a815738
commit
d2fc28e129
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
||||
/PySocks-1.5.6.tar.gz
|
||||
/1.5.7.tar.gz
|
||||
/PySocks-1.6.7.tar.gz
|
||||
|
@ -15,13 +15,13 @@
|
||||
%global sum A Python SOCKS client module
|
||||
|
||||
Name: python-pysocks
|
||||
Version: 1.5.7
|
||||
Release: 5%{?dist}
|
||||
Version: 1.6.7
|
||||
Release: 1%{?dist}
|
||||
Summary: %{sum}
|
||||
|
||||
License: BSD
|
||||
URL: https://github.com/Anorov/PySocks
|
||||
Source0: https://github.com/Anorov/PySocks/archive/%{version}.tar.gz
|
||||
Source0: https://files.pythonhosted.org/packages/source/P/PySocks/PySocks-%{version}.tar.gz
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: python2-devel
|
||||
@ -110,20 +110,16 @@ Acts as a drop-in replacement to the socket module. Featuring:
|
||||
#%%endif
|
||||
|
||||
%files -n python2-%{flatname}
|
||||
# https://github.com/Anorov/PySocks/issues/42
|
||||
#%%doc README.md
|
||||
# https://github.com/Anorov/PySocks/issues/43
|
||||
#%%license LICENSE
|
||||
%doc README.md
|
||||
%license LICENSE
|
||||
%{python2_sitelib}/socks.py*
|
||||
%{python2_sitelib}/sockshandler.py*
|
||||
%{python2_sitelib}/%{distname}-%{version}*
|
||||
|
||||
%if 0%{?with_python3}
|
||||
%files -n python%{python3_pkgversion}-%{flatname}
|
||||
# https://github.com/Anorov/PySocks/issues/42
|
||||
#%%doc README.md
|
||||
# https://github.com/Anorov/PySocks/issues/43
|
||||
#%%license LICENSE
|
||||
%doc README.md
|
||||
%license LICENSE
|
||||
%{python3_sitelib}/socks.py*
|
||||
%{python3_sitelib}/sockshandler.py*
|
||||
%{python3_sitelib}/__pycache__/*socks*
|
||||
@ -132,6 +128,9 @@ Acts as a drop-in replacement to the socket module. Featuring:
|
||||
|
||||
|
||||
%changelog
|
||||
* Mon Sep 11 2017 Carl George <carl@george.computer> - 1.6.7-1
|
||||
- Latest upstream
|
||||
|
||||
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.7-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user