1
0

6 Commits

Author SHA256 Message Date
47fbfbacac Accepting request 1273210 from devel:languages:python
- update to 2.7.1:
  * Close socket on loop.sock_connect(...) error by @aaugustin

OBS-URL: https://build.opensuse.org/request/show/1273210
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-socks?expand=0&rev=11
2025-04-29 14:40:36 +00:00
c2bbd7d528 - update to 2.7.1:
* Close socket on loop.sock_connect(...) error by @aaugustin

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-socks?expand=0&rev=27
2025-04-28 16:42:39 +00:00
16a5299b4d Accepting request 1221061 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/1221061
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-socks?expand=0&rev=10
2024-11-04 21:43:06 +00:00
96a9c2aa1a - update to 2.5.3:
* Fix socks5 reply reading

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-socks?expand=0&rev=25
2024-10-28 17:02:14 +00:00
bd12f95046 Accepting request 1204933 from devel:languages:python
- update to 2.5.2:
  * Use builtin async-timeout for Python>=3.11

OBS-URL: https://build.opensuse.org/request/show/1204933
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-python-socks?expand=0&rev=9
2024-10-01 15:20:14 +00:00
f925c81324 - update to 2.5.2:
* Use builtin async-timeout for Python>=3.11

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-socks?expand=0&rev=23
2024-10-01 12:45:08 +00:00
4 changed files with 23 additions and 5 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Mon Apr 28 16:42:31 UTC 2025 - Dirk Müller <dmueller@suse.com>
- update to 2.7.1:
* Close socket on loop.sock_connect(...) error by @aaugustin
-------------------------------------------------------------------
Mon Oct 28 17:01:58 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 2.5.3:
* Fix socks5 reply reading
-------------------------------------------------------------------
Tue Oct 1 12:44:51 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 2.5.2:
* Use builtin async-timeout for Python>=3.11
-------------------------------------------------------------------
Sat Aug 31 12:10:16 UTC 2024 - Dirk Müller <dmueller@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-python-socks
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -26,7 +26,7 @@
%endif
%{?sle15_python_module_pythons}
Name: python-python-socks%{psuffix}
Version: 2.5.1
Version: 2.7.1
Release: 0
Summary: Core proxy client functionality for Python
License: Apache-2.0

View File

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

View File

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