From cbf6417242194b07f02981a2bf790ca7014c32ea43eb3ac7b497ce59166e8f3c Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Wed, 1 Dec 2021 21:17:44 +0000 Subject: [PATCH] - 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 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mocket?expand=0&rev=38 --- mocket-3.10.1.tar.gz | 3 --- mocket-3.10.2.tar.gz | 3 +++ python-mocket.changes | 28 ++++++++++++++++++++++++++++ python-mocket.spec | 2 +- 4 files changed, 32 insertions(+), 4 deletions(-) delete mode 100644 mocket-3.10.1.tar.gz create mode 100644 mocket-3.10.2.tar.gz diff --git a/mocket-3.10.1.tar.gz b/mocket-3.10.1.tar.gz deleted file mode 100644 index 057dc6c..0000000 --- a/mocket-3.10.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c77e75432c21108e5a28a529793eb2b82753b6f7050ac9f59fc5d7a72fa74c0f -size 74682 diff --git a/mocket-3.10.2.tar.gz b/mocket-3.10.2.tar.gz new file mode 100644 index 0000000..f717d77 --- /dev/null +++ b/mocket-3.10.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dbfd47fdc5629136bdbb487cd3cc8d786b402df546b9c7106bed737677aa9f4 +size 74786 diff --git a/python-mocket.changes b/python-mocket.changes index e07a1f0..3f37ecb 100644 --- a/python-mocket.changes +++ b/python-mocket.changes @@ -1,3 +1,31 @@ +------------------------------------------------------------------- +Wed Dec 1 21:17:39 UTC 2021 - Sebastian Wagner + +- - 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 diff --git a/python-mocket.spec b/python-mocket.spec index 18317ac..27e24b1 100644 --- a/python-mocket.spec +++ b/python-mocket.spec @@ -26,7 +26,7 @@ %bcond_with test %endif Name: python-mocket%{psuffix} -Version: 3.10.1 +Version: 3.10.2 Release: 0 Summary: Python socket mock framework License: BSD-3-Clause