forked from pool/python-mocket
Accepting request 974361 from devel:languages:python
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/974361 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-mocket?expand=0&rev=21
This commit is contained in:
commit
453a52e4cb
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:831c23bf891c525828b7da49a358c6e0698481e4c8b3a61a69e87f36d06ef969
|
||||
size 75690
|
3
mocket-3.10.5.tar.gz
Normal file
3
mocket-3.10.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ac5ea89794fac07d2736668ffa51d02fc1fe5d9cf5925ece11eecd34ee0c0adc
|
||||
size 76076
|
@ -1,3 +1,36 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 25 08:36:19 UTC 2022 - Sebastian Wagner <sebix+novell.com@sebix.at>
|
||||
|
||||
- - Bump Mocket version
|
||||
- MocketEntry.request_class str vs bytes (#177)
|
||||
* Change request_cls to prevent unintended bytes -> str conversion (#176)
|
||||
* Use type from `.compat`.
|
||||
Co-authored-by: Michael Lazar <lazar.michael22@gmail.com>
|
||||
- Update README.rst
|
||||
- Remove blank lines after docstring (#174)
|
||||
Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
|
||||
- Remove assert statement from non-test files (#173)
|
||||
Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
|
||||
- Small refactor. (#172)
|
||||
- Update README.rst
|
||||
- Update LICENSE
|
||||
- No need for it.
|
||||
- New badge
|
||||
- Update README.rst
|
||||
- Update README.rst
|
||||
- Add Mocket "strict mode" (#171)
|
||||
* Add Mocket "strict mode".
|
||||
- Update main.yml
|
||||
- Introducing `request_list()` method (#170)
|
||||
* Introducing `request_list()` method.
|
||||
- Refactoring. (#169)
|
||||
- Some cleaning/refactoring (#168)
|
||||
* Some cleaning/refactoring.
|
||||
* Improving coverage.
|
||||
- Update README.rst
|
||||
- Use literal syntax instead of function calls to create data structure (#167)
|
||||
Co-authored-by: deepsource-autofix[bot] <62050782+deepsource-autofix[bot]@users.noreply.github.com>
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 18 19:31:43 UTC 2022 - Ben Greiner <code@bnavigator.de>
|
||||
|
||||
|
@ -27,7 +27,7 @@
|
||||
%{?!python_module:%define python_module() python3-%{**}}
|
||||
%define skip_python2 1
|
||||
Name: python-mocket%{psuffix}
|
||||
Version: 3.10.4
|
||||
Version: 3.10.5
|
||||
Release: 0
|
||||
Summary: Python socket mock framework
|
||||
License: BSD-3-Clause
|
||||
|
Loading…
Reference in New Issue
Block a user