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