From 3c0efe01f9b6fb9032d5ab60203de909ef1e0d6a9e77a1bb9472699f5007f9eb Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 15 Jan 2022 16:53:53 +0000 Subject: [PATCH] - update to 2.0.2: * Added anyio backend * Added new (v2) API for sync and trio backends * The code base has been completely redesigned * Fixed #14 anyio.BrokenResourceError OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-socks?expand=0&rev=3 --- python-python-socks.changes | 9 +++++++++ python-python-socks.spec | 4 ++-- python-socks-1.2.4.tar.gz | 3 --- python-socks-2.0.2.tar.gz | 3 +++ 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 python-socks-1.2.4.tar.gz create mode 100644 python-socks-2.0.2.tar.gz diff --git a/python-python-socks.changes b/python-python-socks.changes index 5f474cc..a9e68e0 100644 --- a/python-python-socks.changes +++ b/python-python-socks.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Sat Jan 15 16:53:04 UTC 2022 - Dirk Müller + +- update to 2.0.2: + * Added anyio backend + * Added new (v2) API for sync and trio backends + * The code base has been completely redesigned + * Fixed #14 anyio.BrokenResourceError + ------------------------------------------------------------------- Wed Apr 21 06:07:29 UTC 2021 - Jiri Slaby diff --git a/python-python-socks.spec b/python-python-socks.spec index c926b23..c9bb2fb 100644 --- a/python-python-socks.spec +++ b/python-python-socks.spec @@ -1,7 +1,7 @@ # # spec file for package python-python-socks # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,7 +19,7 @@ %define skip_python2 1 %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-python-socks -Version: 1.2.4 +Version: 2.0.2 Release: 0 Summary: Core proxy client functionality for Python License: Apache-2.0 diff --git a/python-socks-1.2.4.tar.gz b/python-socks-1.2.4.tar.gz deleted file mode 100644 index 84c409b..0000000 --- a/python-socks-1.2.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7d0ef2578cead9f762b71317d25a6c118fabaf79535555e75b3e102f5158ddd8 -size 20547 diff --git a/python-socks-2.0.2.tar.gz b/python-socks-2.0.2.tar.gz new file mode 100644 index 0000000..34fd3a7 --- /dev/null +++ b/python-socks-2.0.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa9b7a53e81ae6b6e3ada602761012e470ea1c4cbcd5548f99b3fc102dce4fca +size 24917