14
0

Accepting request 1136322 from devel:languages:python

- update to 2.4.4:
  * Handle IndexError when loading socks5 reply
  * Fix connection logic (api v2)
  * Change empty reply error message (socks5)
  * ConnectReply.loads: fix IndexError in case no data
  * Redesign code base
  * Remove obsolete protocol implementation
  * Add Sans I/O based http proxy protocol implementation
  * Add Sans I/O socks4 implementation
  * Add simple Sans I/O based socks5 implementation

- Update to 2.0.3:
  * The code base has been completely redesigned

OBS-URL: https://build.opensuse.org/request/show/1136322
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-socks?expand=0&rev=6
This commit is contained in:
2024-01-03 11:28:03 +00:00
committed by Git OBS Bridge
4 changed files with 23 additions and 8 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Mon Jan 1 20:31:36 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 2.4.4:
* Handle IndexError when loading socks5 reply
* Fix connection logic (api v2)
* Change empty reply error message (socks5)
* ConnectReply.loads: fix IndexError in case no data
* Redesign code base
* Remove obsolete protocol implementation
* Add Sans I/O based http proxy protocol implementation
* Add Sans I/O socks4 implementation
* Add simple Sans I/O based socks5 implementation
-------------------------------------------------------------------
Wed Jul 5 07:43:34 UTC 2023 - Matej Cepl <mcepl@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-python-socks
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,13 +18,14 @@
%{?sle15_python_module_pythons}
Name: python-python-socks
Version: 2.1.1
Version: 2.4.4
Release: 0
Summary: Core proxy client functionality for Python
License: Apache-2.0
URL: https://github.com/romis2012/python-socks
Source: https://files.pythonhosted.org/packages/source/p/python-socks/python-socks-%{version}.tar.gz
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
@@ -55,6 +56,6 @@ directly. It is used internally by aiohttp-socks and httpx-socks packages.
%doc README.md
%license LICENSE.txt
%{python_sitelib}/python_socks
%{python_sitelib}/python_socks-%{version}*-info
%{python_sitelib}/python_socks-%{version}.dist-info
%changelog

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3bb68964c97690d5a3eab6c12a772f415725f295b148cbe1ca8870cb47ebcb96
size 25118

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:e5a8e4f78203612c813946feacd87b98943965a04389fe221fa1e9ab263ad22e
size 25792