- 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:
parent
0470e3ebce
commit
a496061060
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d822a2adfd8e028a2856785fbfe78e7dd8c7a3b623516298aef6d42a4c9149d1
|
||||
size 74698
|
3
mocket-3.9.39.tar.gz
Normal file
3
mocket-3.9.39.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4419ab395fcaa8914b6964e2ebf24282f9f65ded08cf4d8afd9cbb1dbc7b6cd5
|
||||
size 74996
|
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user