Accepting request 937323 from devel:languages:python

Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/937323
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mocket?expand=0&rev=17
This commit is contained in:
Dominique Leuenberger 2021-12-12 20:26:58 +00:00 committed by Git OBS Bridge
commit b9a96fa935
4 changed files with 43 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1fcb4203ae257145b97c865135b3a064b47f20f42dde88c8579f43d88f1a7dfb
size 74557

3
mocket-3.10.2.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:6dbfd47fdc5629136bdbb487cd3cc8d786b402df546b9c7106bed737677aa9f4
size 74786

View File

@ -1,3 +1,42 @@
-------------------------------------------------------------------
Wed Dec 1 21:17:39 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>
- - Help the user to spot issues (#166)
* Help to detect `register()` misusage.
* Bump version.
* Improve DeepSource scans.
- Newer `pipenv` and GIT hooks (#165)
* Newer GIT hooks.
- Remove implicit `object` from the base class (#164)
Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
- Change methods not using its bound instance to staticmethods (#163)
Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
- Add .deepsource.toml
- Replace `dict` call with comprehension (#162)
Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
- Refactor unnecessary `else` / `elif` when `if` block has a `return` statement (#161)
Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
- Remove unnecessary generator (#160)
Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
- Multi `register()` (#159)
* Add failing test.
* `Entry.collect` let us know if the response should be consumed or not.
* Bump version.
- Update README.rst
- Update main.yml
- In PYPI the package is old and broken
-------------------------------------------------------------------
Sat Nov 27 10:12:44 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>
- - Multi `register()` (#159)
* Add failing test.
* `Entry.collect` let us know if the response should be consumed or not.
* Bump version.
- Update README.rst
- Update main.yml
- In PYPI the package is old and broken
-------------------------------------------------------------------
Fri Sep 24 19:50:05 UTC 2021 - Sebastian Wagner <sebix+novell.com@sebix.at>

View File

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