1
0
forked from pool/python-mocket

- 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>

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mocket?expand=0&rev=45
This commit is contained in:
Sebastian Wagner 2022-04-25 08:36:22 +00:00 committed by Git OBS Bridge
parent 4fdb1b2da4
commit 48cacb46bf
4 changed files with 37 additions and 4 deletions

View File

@ -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
View File

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

View File

@ -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>

View File

@ -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