Update to 1.5.7
This commit is contained in:
parent
8ec21d6f77
commit
2d48b96bca
1
.gitignore
vendored
1
.gitignore
vendored
@ -1 +1,2 @@
|
|||||||
/PySocks-1.5.6.tar.gz
|
/PySocks-1.5.6.tar.gz
|
||||||
|
/1.5.7.tar.gz
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
%if 0%{?fedora}
|
%if 0%{?fedora} || 0%{?rhel} >= 7
|
||||||
%global with_python3 1
|
%global with_python3 1
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -15,19 +15,19 @@
|
|||||||
%global sum A Python SOCKS client module
|
%global sum A Python SOCKS client module
|
||||||
|
|
||||||
Name: python-pysocks
|
Name: python-pysocks
|
||||||
Version: 1.5.6
|
Version: 1.5.7
|
||||||
Release: 5%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: %{sum}
|
Summary: %{sum}
|
||||||
|
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: http://pypi.python.org/pypi/PySocks
|
URL: https://github.com/Anorov/PySocks
|
||||||
Source0: https://pypi.python.org/packages/03/a5/957346ba692216cc00e8146fb1a5da0854f8320d7eb073b1cfcb7ad977b5/%{distname}-%{version}.tar.gz
|
Source0: https://github.com/Anorov/PySocks/archive/%{version}.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
BuildRequires: python2-devel
|
BuildRequires: python2-devel
|
||||||
|
|
||||||
%if 0%{?with_python3}
|
%if 0%{?with_python3}
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python%{python3_pkgversion}-devel
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -65,15 +65,15 @@ Acts as a drop-in replacement to the socket module. Featuring:
|
|||||||
|
|
||||||
|
|
||||||
%if 0%{?with_python3}
|
%if 0%{?with_python3}
|
||||||
%package -n python3-%{flatname}
|
%package -n python%{python3_pkgversion}-%{flatname}
|
||||||
Summary: %{sum}
|
Summary: %{sum}
|
||||||
%{?python_provide:%python_provide python3-%{flatname}}
|
%{?python_provide:%python_provide python%{python3_pkgversion}-%{flatname}}
|
||||||
|
|
||||||
# This package doesn't actually exist... but if it did, we would conflict with
|
# This package doesn't actually exist... but if it did, we would conflict with
|
||||||
# it.
|
# it.
|
||||||
Conflicts: python3-SocksiPy
|
Conflicts: python%{python3_pkgversion}-SocksiPy
|
||||||
|
|
||||||
%description -n python3-%{flatname}
|
%description -n python%{python3_pkgversion}-%{flatname}
|
||||||
A fork of SocksiPy with bug fixes and extra features.
|
A fork of SocksiPy with bug fixes and extra features.
|
||||||
|
|
||||||
Acts as a drop-in replacement to the socket module. Featuring:
|
Acts as a drop-in replacement to the socket module. Featuring:
|
||||||
@ -119,7 +119,7 @@ Acts as a drop-in replacement to the socket module. Featuring:
|
|||||||
%{python2_sitelib}/%{distname}-%{version}*
|
%{python2_sitelib}/%{distname}-%{version}*
|
||||||
|
|
||||||
%if 0%{?with_python3}
|
%if 0%{?with_python3}
|
||||||
%files -n python3-%{flatname}
|
%files -n python%{python3_pkgversion}-%{flatname}
|
||||||
# https://github.com/Anorov/PySocks/issues/42
|
# https://github.com/Anorov/PySocks/issues/42
|
||||||
#%%doc README.md
|
#%%doc README.md
|
||||||
# https://github.com/Anorov/PySocks/issues/43
|
# https://github.com/Anorov/PySocks/issues/43
|
||||||
@ -132,6 +132,12 @@ Acts as a drop-in replacement to the socket module. Featuring:
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Sep 17 2016 Kevin Fenzi <kevin@scrye.com> - 1.5.7-1
|
||||||
|
- Update to 1.5.7
|
||||||
|
|
||||||
|
* Fri Sep 16 2016 Orion Poplawski <orion@cora.nwra.com> - 1.5.6-6
|
||||||
|
- Ship python34-pysocks in EPEL7
|
||||||
|
|
||||||
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.6-5
|
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.6-5
|
||||||
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
|
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user