From ecc769048cc0b77cff9398263ec5227cf6a21a7f9f5480ebf86996cddc169434 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 18 May 2021 21:10:22 +0000 Subject: [PATCH] - update to 1.9.2: * Add release note for urlquote fix * Simple tests to ensure character encoding works * Use requests to quote URLs * Remove circleci badge from README * Restore py.typed file to enable types * Change tag pattern * Url Quote the path provided to the mocker * Use github action to push a release to PyPI (#163) * Release note for type hints * Add [PEP 484](https://www.python.org/dev/peps/pep-0484/) type hints * Mocker.copy: Use correct type when copying mocker * Run unit tests for pull requests as well * Add support for Python up to 3.9 * Use Github Actions * Make is\_bound\_method private * Add release note for fixed bug * Correctly handle an explicit zero byte read * Add missing string delimiter in example * fix: is\_bound\_method by six * fix: \`session\` and \`real\_http\` cannot be used at the same time OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests-mock?expand=0&rev=43 --- python-requests-mock.changes | 25 +++++++++++++++++++++++++ python-requests-mock.spec | 4 ++-- requests-mock-1.8.0.tar.gz | 3 --- requests-mock-1.9.2.tar.gz | 3 +++ 4 files changed, 30 insertions(+), 5 deletions(-) delete mode 100644 requests-mock-1.8.0.tar.gz create mode 100644 requests-mock-1.9.2.tar.gz diff --git a/python-requests-mock.changes b/python-requests-mock.changes index 76e1d38..413691f 100644 --- a/python-requests-mock.changes +++ b/python-requests-mock.changes @@ -1,3 +1,28 @@ +------------------------------------------------------------------- +Tue May 18 21:08:38 UTC 2021 - Dirk Müller + +- update to 1.9.2: + * Add release note for urlquote fix + * Simple tests to ensure character encoding works + * Use requests to quote URLs + * Remove circleci badge from README + * Restore py.typed file to enable types + * Change tag pattern + * Url Quote the path provided to the mocker + * Use github action to push a release to PyPI (#163) + * Release note for type hints + * Add [PEP 484](https://www.python.org/dev/peps/pep-0484/) type hints + * Mocker.copy: Use correct type when copying mocker + * Run unit tests for pull requests as well + * Add support for Python up to 3.9 + * Use Github Actions + * Make is\_bound\_method private + * Add release note for fixed bug + * Correctly handle an explicit zero byte read + * Add missing string delimiter in example + * fix: is\_bound\_method by six + * fix: \`session\` and \`real\_http\` cannot be used at the same time + ------------------------------------------------------------------- Wed Dec 9 10:26:01 UTC 2020 - Benjamin Greiner diff --git a/python-requests-mock.spec b/python-requests-mock.spec index eee1933..12b8edd 100644 --- a/python-requests-mock.spec +++ b/python-requests-mock.spec @@ -1,7 +1,7 @@ # # spec file for package python-requests-mock # -# Copyright (c) 2020 SUSE LLC +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-requests-mock -Version: 1.8.0 +Version: 1.9.2 Release: 0 Summary: Module to mock out responses from the requests package License: Apache-2.0 diff --git a/requests-mock-1.8.0.tar.gz b/requests-mock-1.8.0.tar.gz deleted file mode 100644 index 271fb0b..0000000 --- a/requests-mock-1.8.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e68f46844e4cee9d447150343c9ae875f99fa8037c6dcf5f15bf1fe9ab43d226 -size 59794 diff --git a/requests-mock-1.9.2.tar.gz b/requests-mock-1.9.2.tar.gz new file mode 100644 index 0000000..3ce4f00 --- /dev/null +++ b/requests-mock-1.9.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33296f228d8c5df11a7988b741325422480baddfdf5dd9318fd0eb40c3ed8595 +size 67383