15
0

Accepting request 880596 from home:bnavigator:branches:devel:languages:python

- Updater to 1.0.5
  * Bugfix: Support socket.socketpair() . #402
  * Bugfix: Prevent exceptions from re-applying monkey patches.
    #406
- Release 1.0.4
  * Python 3.8 and 3.9 support. #407

OBS-URL: https://build.opensuse.org/request/show/880596
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httpretty?expand=0&rev=41
This commit is contained in:
2021-03-22 22:19:58 +00:00
committed by Git OBS Bridge
parent 4ead7ca436
commit 97987a8195
4 changed files with 16 additions and 7 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Mon Mar 22 20:00:53 UTC 2021 - Ben Greiner <code@bnavigator.de>
- Updater to 1.0.5
* Bugfix: Support socket.socketpair() . #402
* Bugfix: Prevent exceptions from re-applying monkey patches.
#406
- Release 1.0.4
* Python 3.8 and 3.9 support. #407
-------------------------------------------------------------------
Mon Dec 14 15:44:23 UTC 2020 - Benjamin Greiner <code@bnavigator.de>