1
0
forked from pool/python-mocket

- update to version 3.9.39:

- Use MocketSocket as context manager (#141)
  * Adding support for using a `socket` as a context manager as requested by #139.
  * Closing real socket.
  * Bump version.
- update to version 3.9.38:
 - Update __init__.py
- update to version 3.9.37:
 - Fix for external decorators (#138)
- update to version 3.9.36:
 - New mocket method for checking if all entries have been served (#137)
 * Mocket method for checking if all entries have been served at least once.
 - Yet another refactor (#135)
 - Refactor. (#136)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mocket?expand=0&rev=24
This commit is contained in:
Sebastian Wagner
2021-01-15 17:01:33 +00:00
committed by Git OBS Bridge
parent 0470e3ebce
commit a496061060
4 changed files with 22 additions and 4 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Fri Jan 15 16:56:37 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>
- update to version 3.9.39:
- Use MocketSocket as context manager (#141)
* Adding support for using a `socket` as a context manager as requested by #139.
* Closing real socket.
* Bump version.
- update to version 3.9.38:
- Update __init__.py
- update to version 3.9.37:
- Fix for external decorators (#138)
- update to version 3.9.36:
- New mocket method for checking if all entries have been served (#137)
* Mocket method for checking if all entries have been served at least once.
- Yet another refactor (#135)
- Refactor. (#136)
-------------------------------------------------------------------
Sun Jan 3 10:37:41 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>