------------------------------------------------------------------- Fri Dec 27 07:02:43 UTC 2024 - Jiri Slaby - Update to 0.10.1 * fix ProxyConnector port type hint: str -> int * Update README.md * Refactoring * Make host and port arguments required * Fix compatibility with Python 3.8 * minimal typing changes ------------------------------------------------------------------- Mon Nov 25 08:32:57 UTC 2024 - John Paul Adrian Glaubitz - Update to 0.9.1 * Update Github CI configuration * Update README.md * Update .gitignore * Move project metadata to pyproject.toml * Update pyproject.toml, bump version ------------------------------------------------------------------- Wed Aug 21 13:18:11 UTC 2024 - Frantisek Simorda - Update to 0.9.0: * Fix compatibility with aiohttp v3.10 * Update requirements-dev.txt ------------------------------------------------------------------- Fri Dec 29 18:52:05 UTC 2023 - ecsos - Add missing buildrequire to fix Leap build error. ------------------------------------------------------------------- Fri Nov 10 13:35:29 UTC 2023 - Dirk Müller - update to 0.8.4: * Reimplement proxy chains * Implement another solution to fix issue #27 ------------------------------------------------------------------- Mon Sep 18 10:18:43 UTC 2023 - Jiri Slaby - update to 0.8.3: * fixes for https://github.com/romis2012/aiohttp-socks/issues/27 ------------------------------------------------------------------- Wed Jul 5 07:14:50 UTC 2023 - Matej Cepl - Clean up SPEC file. ------------------------------------------------------------------- Tue Jul 4 11:31:01 UTC 2023 - ecsos - Add %{?sle15_python_module_pythons} ------------------------------------------------------------------- Thu Feb 23 14:34:21 UTC 2023 - Dirk Müller - update to 0.8.0: * Added `proxy_ssl` parameter ------------------------------------------------------------------- Sat Jan 15 17:22:13 UTC 2022 - Dirk Müller - update to 0.7.1: Pin python-socks dependency to the >=2.0.0 Upgrade python-socks to 2.0.0 ------------------------------------------------------------------- Wed Apr 21 05:47:04 UTC 2021 - Jiri Slaby - Update to 0.6.0: * Use a custom proxy server and local http server for tests * Use python-socks extended API - Add a simple import test at least ------------------------------------------------------------------- Tue Feb 23 03:56:05 UTC 2021 - Steve Kowalik - Update to 0.5.5: * Fix asyncio DeprecationWarning: The loop argument is deprecated * Make deprecated API (SocksConnector etc) available again * Misc fixes, remove deprecated API (SocksConnector etc) * Fix cancellation handling * Improve timeouts handling * First use ipv4 when resolving hostnames * Change the default value of the family parameter to AF_UNSPEC * Make it compatible with aiohttp 2.x again ------------------------------------------------------------------- Thu Jan 16 16:21:13 UTC 2020 - Marketa Calabkova - update to 0.3.4 * Resolve proxy host explicitly * Add Proxy chaining support * Fix StreamSocketReadWriteMixin.read_all * Add HTTP proxy support ------------------------------------------------------------------- Mon Feb 25 11:09:50 UTC 2019 - Tomáš Chvátal - Use pypi archive instead of github one, no difference for us ------------------------------------------------------------------- Tue Feb 12 15:00:30 UTC 2019 - Tomáš Chvátal - Disable the tests as they do not work without direct network access ------------------------------------------------------------------- Mon Feb 11 11:25:03 UTC 2019 - Jiri Slaby - clean up spec file ------------------------------------------------------------------- Wed Feb 6 12:59:49 UTC 2019 - Jiri Slaby - initial package