14
0
Files
python-aiohttp-socks/python-aiohttp-socks.changes
Steve Kowalik 68e84f6169 - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-aiohttp-socks?expand=0&rev=9
2021-02-23 03:58:09 +00:00

43 lines
1.5 KiB
Plaintext

-------------------------------------------------------------------
Tue Feb 23 03:56:05 UTC 2021 - Steve Kowalik <steven.kowalik@suse.com>
- 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 <mcalabkova@suse.com>
- 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 <tchvatal@suse.com>
- Use pypi archive instead of github one, no difference for us
-------------------------------------------------------------------
Tue Feb 12 15:00:30 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Disable the tests as they do not work without direct network
access
-------------------------------------------------------------------
Mon Feb 11 11:25:03 UTC 2019 - Jiri Slaby <jslaby@suse.com>
- clean up spec file
-------------------------------------------------------------------
Wed Feb 6 12:59:49 UTC 2019 - Jiri Slaby <jslaby@suse.com>
- initial package