From 527fead5a082d96c21e8002ff05b0332b14fc3bcc0b6c8209c5e552e68c23119 Mon Sep 17 00:00:00 2001 From: Robert Schweikert Date: Mon, 6 Nov 2017 13:39:40 +0000 Subject: [PATCH] Accepting request 538967 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/538967 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-PySocks?expand=0&rev=6 --- PySocks-1.6.6.tar.gz | 3 --- PySocks-1.6.7.tar.gz | 3 +++ python-PySocks.changes | 11 +++++++++++ python-PySocks.spec | 2 +- 4 files changed, 15 insertions(+), 4 deletions(-) delete mode 100644 PySocks-1.6.6.tar.gz create mode 100644 PySocks-1.6.7.tar.gz diff --git a/PySocks-1.6.6.tar.gz b/PySocks-1.6.6.tar.gz deleted file mode 100644 index f6693c3..0000000 --- a/PySocks-1.6.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:02419a225ff5dcfc3c9695ef8fc9b4d8cc99658e650c6d4718d4c8f451e63f41 -size 282014 diff --git a/PySocks-1.6.7.tar.gz b/PySocks-1.6.7.tar.gz new file mode 100644 index 0000000..b4d4ec9 --- /dev/null +++ b/PySocks-1.6.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d00329f27efa157db7efe3ca26fcd69033cd61f83822461ee3f8a353b48e33cf +size 282874 diff --git a/python-PySocks.changes b/python-PySocks.changes index 6fa6302..cc0cda0 100644 --- a/python-PySocks.changes +++ b/python-PySocks.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Sat Nov 4 02:04:50 UTC 2017 - arun@gmx.de + +- specfile: + * update copyright year + +- update to version 1.6.7: + * Make SocksiPy legacy functions kwarg-compatible. See issue #71. + * Use setuptools in setup.py to support wheel. See issue #73. + * Test and logging enhancements + ------------------------------------------------------------------- Tue Mar 21 14:00:08 UTC 2017 - jmatejek@suse.com diff --git a/python-PySocks.spec b/python-PySocks.spec index 2a4cd08..3f23e12 100644 --- a/python-PySocks.spec +++ b/python-PySocks.spec @@ -20,7 +20,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define oldpython python Name: python-PySocks -Version: 1.6.6 +Version: 1.6.7 Release: 0 Summary: A Python SOCKS client module License: BSD-3-Clause