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

@@ -19,13 +19,15 @@
Name: python-PySocks
Version: 1.5.6
Release: 0
License: BSD-2-Clause
License: BSD-3-Clause
Summary: A Python SOCKS client module.
Url: https://github.com/Anorov/PySocks
Group: Development/Languages/Python
Source: https://pypi.python.org/packages/source/P/PySocks/PySocks-%{version}.tar.gz
BuildRequires: python-devel
BuildRequires: python-setuptools
Provides: python-SocksiPy = %{version}
Obsoletes: python-SocksiPy < %{version}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%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()")}
@@ -36,6 +38,9 @@ BuildArch: noarch
%description
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.
%prep