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
|
/PySocks-1.5.6.tar.gz
|
||||||
/1.5.7.tar.gz
|
/1.5.7.tar.gz
|
||||||
|
/PySocks-1.6.7.tar.gz
|
||||||
|
@ -15,13 +15,13 @@
|
|||||||
%global sum A Python SOCKS client module
|
%global sum A Python SOCKS client module
|
||||||
|
|
||||||
Name: python-pysocks
|
Name: python-pysocks
|
||||||
Version: 1.5.7
|
Version: 1.6.7
|
||||||
Release: 5%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: %{sum}
|
Summary: %{sum}
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: https://github.com/Anorov/PySocks
|
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
|
BuildArch: noarch
|
||||||
|
|
||||||
BuildRequires: python2-devel
|
BuildRequires: python2-devel
|
||||||
@ -110,20 +110,16 @@ Acts as a drop-in replacement to the socket module. Featuring:
|
|||||||
#%%endif
|
#%%endif
|
||||||
|
|
||||||
%files -n python2-%{flatname}
|
%files -n python2-%{flatname}
|
||||||
# https://github.com/Anorov/PySocks/issues/42
|
%doc README.md
|
||||||
#%%doc README.md
|
%license LICENSE
|
||||||
# https://github.com/Anorov/PySocks/issues/43
|
|
||||||
#%%license LICENSE
|
|
||||||
%{python2_sitelib}/socks.py*
|
%{python2_sitelib}/socks.py*
|
||||||
%{python2_sitelib}/sockshandler.py*
|
%{python2_sitelib}/sockshandler.py*
|
||||||
%{python2_sitelib}/%{distname}-%{version}*
|
%{python2_sitelib}/%{distname}-%{version}*
|
||||||
|
|
||||||
%if 0%{?with_python3}
|
%if 0%{?with_python3}
|
||||||
%files -n python%{python3_pkgversion}-%{flatname}
|
%files -n python%{python3_pkgversion}-%{flatname}
|
||||||
# https://github.com/Anorov/PySocks/issues/42
|
%doc README.md
|
||||||
#%%doc README.md
|
%license LICENSE
|
||||||
# https://github.com/Anorov/PySocks/issues/43
|
|
||||||
#%%license LICENSE
|
|
||||||
%{python3_sitelib}/socks.py*
|
%{python3_sitelib}/socks.py*
|
||||||
%{python3_sitelib}/sockshandler.py*
|
%{python3_sitelib}/sockshandler.py*
|
||||||
%{python3_sitelib}/__pycache__/*socks*
|
%{python3_sitelib}/__pycache__/*socks*
|
||||||
@ -132,6 +128,9 @@ Acts as a drop-in replacement to the socket module. Featuring:
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.7-5
|
||||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user