From 2d5961cc39e1f324321f3bcb0c7e05b25d3582c045db8d39647cc9b73c582a86 Mon Sep 17 00:00:00 2001 From: Robert Schweikert Date: Mon, 17 Jun 2019 09:26:59 +0000 Subject: [PATCH] Accepting request 710114 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/710114 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PySocks?expand=0&rev=12 --- PySocks-1.6.8.tar.gz | 3 --- PySocks-1.7.0.tar.gz | 3 +++ python-PySocks.changes | 13 +++++++++++++ python-PySocks.spec | 18 +++++++++--------- 4 files changed, 25 insertions(+), 12 deletions(-) delete mode 100644 PySocks-1.6.8.tar.gz create mode 100644 PySocks-1.7.0.tar.gz diff --git a/PySocks-1.6.8.tar.gz b/PySocks-1.6.8.tar.gz deleted file mode 100644 index 8cfb771..0000000 --- a/PySocks-1.6.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3fe52c55890a248676fd69dc9e3c4e811718b777834bcaab7a8125cf9deac672 -size 283450 diff --git a/PySocks-1.7.0.tar.gz b/PySocks-1.7.0.tar.gz new file mode 100644 index 0000000..842cb52 --- /dev/null +++ b/PySocks-1.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9031ea45fdfacbe59a99273e9f0448ddb33c1580fe3831c1b09557c5718977c +size 284351 diff --git a/python-PySocks.changes b/python-PySocks.changes index f0c17c4..9f9a3ef 100644 --- a/python-PySocks.changes +++ b/python-PySocks.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Sat Jun 15 15:53:16 UTC 2019 - Arun Persaud + +- specfile: + * update copyright year + * be more specific in %files section + +- update to version 1.7.0: + * (no changelog available) + +- changes from 1.6.8: + * Python 2.7 and 3.4+ only + ------------------------------------------------------------------- Tue Dec 4 12:52:54 UTC 2018 - Matej Cepl diff --git a/python-PySocks.spec b/python-PySocks.spec index 002cc12..9430627 100644 --- a/python-PySocks.spec +++ b/python-PySocks.spec @@ -1,7 +1,7 @@ # # spec file for package python-PySocks # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2016 LISA GmbH, Bingen, Germany. # # All modifications and additions to the file contributed by third parties @@ -20,29 +20,27 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define oldpython python Name: python-PySocks -Version: 1.6.8 +Version: 1.7.0 Release: 0 Summary: A Python SOCKS client module License: BSD-3-Clause Group: Development/Languages/Python -Url: https://github.com/Anorov/PySocks +URL: https://github.com/Anorov/PySocks Source: https://files.pythonhosted.org/packages/source/P/PySocks/PySocks-%{version}.tar.gz BuildRequires: %{python_module setuptools} BuildRequires: python-rpm-macros +BuildArch: noarch %ifpython2 Provides: %{oldpython}-SocksiPy = %{version} Obsoletes: %{oldpython}-SocksiPy < %{version} %endif -BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildArch: noarch - %python_subpackages %description A Python SOCKS client module. It is an actively maintained SocksiPy fork. Contains many -improvements to the original. +improvements to the original. See https://github.com/Anorov/PySocks for more information. @@ -56,7 +54,9 @@ See https://github.com/Anorov/PySocks for more information. %python_install %files %{python_files} -%defattr(-,root,root,-) -%{python_sitelib}/* +%{python_sitelib}/socks.py* +%{python_sitelib}/sockshandler.py* +%{python_sitelib}/PySocks-%{version}-py*.egg-info +%pycache_only %{python_sitelib}/__pycache__ %changelog