1
0
forked from pool/python-mocket

- Update to version 3.9.44:

- Update __init__.py
 - Removing the constraint for `decorator`.
 - Update __init__.py (#155)
 - Patch from PR #150 (Refactored the mocketize decorator) (#153)
   * Patch from PR #150. Thanks to @micheles form the hints.
   * Complete refactor for using `decorator>=5`.
 - Update README.rs

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mocket?expand=0&rev=35
This commit is contained in:
Sebastian Wagner
2021-09-04 18:23:00 +00:00
committed by Git OBS Bridge
parent 217ccaf564
commit 067dae6989
5 changed files with 24 additions and 22 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Sat Sep 4 18:19:20 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>
- remove obsolete kwsyntax.patch.
-------------------------------------------------------------------
Sat Sep 4 18:10:11 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>
- Update to version 3.9.44:
- Update __init__.py
- Removing the constraint for `decorator`.
- Update __init__.py (#155)
- Patch from PR #150 (Refactored the mocketize decorator) (#153)
* Patch from PR #150. Thanks to @micheles form the hints.
* Complete refactor for using `decorator>=5`.
- Update README.rs
-------------------------------------------------------------------
Thu Aug 5 15:22:22 UTC 2021 - Markéta Machová <mmachova@suse.com>