14
0

Accepting request 370266 from home:TheBlackCat:branches:devel:languages:python

- Fix license
- Provides/Obsoletes python-SocksiPy, which this is an updated fork of and conflicts with.

OBS-URL: https://build.opensuse.org/request/show/370266
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PySocks?expand=0&rev=2
This commit is contained in:
Todd R
2016-03-11 21:19:54 +00:00
committed by Git OBS Bridge
parent 0c5e888300
commit ad2f953970
2 changed files with 13 additions and 1 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Mar 11 21:15:41 UTC 2016 - toddrme2178@gmail.com
- Fix license
- Provides/Obsoletes python-SocksiPy, which this is an updated fork
of and conflicts with.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jan 5 15:10:23 UTC 2016 - hpj@urpla.net Tue Jan 5 15:10:23 UTC 2016 - hpj@urpla.net

View File

@@ -19,13 +19,15 @@
Name: python-PySocks Name: python-PySocks
Version: 1.5.6 Version: 1.5.6
Release: 0 Release: 0
License: BSD-2-Clause License: BSD-3-Clause
Summary: A Python SOCKS client module. Summary: A Python SOCKS client module.
Url: https://github.com/Anorov/PySocks Url: https://github.com/Anorov/PySocks
Group: Development/Languages/Python Group: Development/Languages/Python
Source: https://pypi.python.org/packages/source/P/PySocks/PySocks-%{version}.tar.gz Source: https://pypi.python.org/packages/source/P/PySocks/PySocks-%{version}.tar.gz
BuildRequires: python-devel BuildRequires: python-devel
BuildRequires: python-setuptools BuildRequires: python-setuptools
Provides: python-SocksiPy = %{version}
Obsoletes: python-SocksiPy < %{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version} && 0%{?suse_version} <= 1110 %if 0%{?suse_version} && 0%{?suse_version} <= 1110
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
@@ -36,6 +38,9 @@ BuildArch: noarch
%description %description
A Python SOCKS client module. A Python SOCKS client module.
It is an actively maintained SocksiPy fork. Contains many
improvements to the original.
See https://github.com/Anorov/PySocks for more information. See https://github.com/Anorov/PySocks for more information.
%prep %prep