forked from pool/python-python-socks
Compare commits
6 Commits
Author | SHA256 | Date | |
---|---|---|---|
47fbfbacac | |||
c2bbd7d528 | |||
16a5299b4d | |||
96a9c2aa1a | |||
bd12f95046 | |||
f925c81324 |
@@ -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>
|
Sat Aug 31 12:10:16 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-python-socks
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -26,7 +26,7 @@
|
|||||||
%endif
|
%endif
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-python-socks%{psuffix}
|
Name: python-python-socks%{psuffix}
|
||||||
Version: 2.5.1
|
Version: 2.7.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Core proxy client functionality for Python
|
Summary: Core proxy client functionality for Python
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7ceeff799a2dc848e8c93cb27fef1ed716b7f17ba0e34b2c196e075057359769
|
|
||||||
size 32387
|
|
3
python-socks-2.7.1.tar.gz
Normal file
3
python-socks-2.7.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:358e949c60c4f58283e03aaf6431a1c7564a804367a6d1b801f50ca461612ee5
|
||||||
|
size 32377
|
Reference in New Issue
Block a user