Steve Kowalik 2023-05-03 07:18:28 +00:00 committed by Git OBS Bridge
parent 9375f787df
commit 8342dd0b66

View File

@ -1,5 +1,5 @@
-------------------------------------------------------------------
Wed May 3 06:50:06 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
Wed May 3 07:18:06 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 2.0.1:
* Fixed a socket leak when fingerprint or hostname verifications fail.
@ -40,7 +40,7 @@ Wed May 3 06:50:06 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
* Fixed the default value of HTTPSConnection.socket_options to match
HTTPConnection.
* Fixed a socket leak if HTTPConnection.connect() fails.
- Drop patch remove-mock.patch, included upstream.
- Drop patch remove_mock.patch, included upstream.
- Fiddle with {Build,}Requires as appropiate, six finally dropped.
-------------------------------------------------------------------