From 48cacb46bfe404ae2662e9f3cc4a960dc67940d30898f517df143026f00b0976 Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Mon, 25 Apr 2022 08:36:22 +0000 Subject: [PATCH] - 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 - 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 --- mocket-3.10.4.tar.gz | 3 --- mocket-3.10.5.tar.gz | 3 +++ python-mocket.changes | 33 +++++++++++++++++++++++++++++++++ python-mocket.spec | 2 +- 4 files changed, 37 insertions(+), 4 deletions(-) delete mode 100644 mocket-3.10.4.tar.gz create mode 100644 mocket-3.10.5.tar.gz diff --git a/mocket-3.10.4.tar.gz b/mocket-3.10.4.tar.gz deleted file mode 100644 index 89a1ec2..0000000 --- a/mocket-3.10.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:831c23bf891c525828b7da49a358c6e0698481e4c8b3a61a69e87f36d06ef969 -size 75690 diff --git a/mocket-3.10.5.tar.gz b/mocket-3.10.5.tar.gz new file mode 100644 index 0000000..5ae410a --- /dev/null +++ b/mocket-3.10.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac5ea89794fac07d2736668ffa51d02fc1fe5d9cf5925ece11eecd34ee0c0adc +size 76076 diff --git a/python-mocket.changes b/python-mocket.changes index 4a16cc1..577fe6c 100644 --- a/python-mocket.changes +++ b/python-mocket.changes @@ -1,3 +1,36 @@ +------------------------------------------------------------------- +Mon Apr 25 08:36:19 UTC 2022 - Sebastian Wagner + +- - 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 + - 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 diff --git a/python-mocket.spec b/python-mocket.spec index d4a8211..d4f5a08 100644 --- a/python-mocket.spec +++ b/python-mocket.spec @@ -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