From ad2f9539702e44d37dfe6d4bacc4a818ad1574d611ae4e7450012b039910fddc Mon Sep 17 00:00:00 2001 From: Todd R Date: Fri, 11 Mar 2016 21:19:54 +0000 Subject: [PATCH] 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 --- python-PySocks.changes | 7 +++++++ python-PySocks.spec | 7 ++++++- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/python-PySocks.changes b/python-PySocks.changes index a056d59..bb20ca1 100644 --- a/python-PySocks.changes +++ b/python-PySocks.changes @@ -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 diff --git a/python-PySocks.spec b/python-PySocks.spec index 4d49c65..eee8fbb 100644 --- a/python-PySocks.spec +++ b/python-PySocks.spec @@ -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