14
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

@@ -26,7 +26,7 @@
%bcond_with test
%endif
Name: python-mocket%{psuffix}
Version: 3.9.35
Version: 3.9.39
Release: 0
Summary: Python socket mock framework
License: BSD-3-Clause