Compare commits
10 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 83f86b48c2 | |||
| 761c927e32 | |||
| dfae813b34 | |||
| 5f891e937f | |||
| 482e48e7da | |||
| a71dc6008f | |||
| f308fc0046 | |||
| 98c4b385e0 | |||
| 680c3ae00d | |||
| 5188b04acd |
@@ -1,3 +1,33 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 6 09:08:33 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Update to 2.7.2
|
||||
* Avoid leaking an open socket (trio) by @aaugustin (#44)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
- update to 2.5.1:
|
||||
* Fix socks5 reply reading
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 22 06:46:07 UTC 2024 - Matej Cepl <mcepl@cepl.eu>
|
||||
|
||||
|
||||
@@ -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.4.4
|
||||
Version: 2.7.2
|
||||
Release: 0
|
||||
Summary: Core proxy client functionality for Python
|
||||
License: Apache-2.0
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2fd4a78f8ddeee7e01a93752115efa92dfb3f371bb2ac0566d0bb64c959f25b1
|
||||
size 31998
|
||||
3
python-socks-2.7.2.tar.gz
Normal file
3
python-socks-2.7.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6d97a84f30db3d6827479d6df5f2ddefeab242c59c5c8d61d4cf1aa761a10b3f
|
||||
size 32394
|
||||
Reference in New Issue
Block a user