From b3f236bebe2502979775a3a0dccec1ea35d6c6f1feb18b55093fa3c5f3ac3354 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 6 Apr 2024 12:17:01 +0000 Subject: [PATCH] - update to 1.12.1: * Set python_requires to >3 to prevent installation in python2 deployments. - update to 1.12.0: * Remove py2 * Allow `raw` parameter to accept callable like body elements * Improve type definition of `Mocker.__call__` * Drop PBR Support * fix(mocker.pyi): fix Mocker class type hints * Remove unused `six` dependency - switch to run tests with pytest * Use unittest.mock if available. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-requests-mock?expand=0&rev=60 --- python-requests-mock.changes | 18 ++++++++++++++++-- python-requests-mock.spec | 8 +++----- requests-mock-1.11.0.tar.gz | 3 --- requests-mock-1.12.1.tar.gz | 3 +++ 4 files changed, 22 insertions(+), 10 deletions(-) delete mode 100644 requests-mock-1.11.0.tar.gz create mode 100644 requests-mock-1.12.1.tar.gz diff --git a/python-requests-mock.changes b/python-requests-mock.changes index 454f538..33737e1 100644 --- a/python-requests-mock.changes +++ b/python-requests-mock.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Sat Apr 6 12:15:42 UTC 2024 - Dirk Müller + +- update to 1.12.1: + * Set python_requires to >3 to prevent installation in python2 + deployments. +- update to 1.12.0: + * Remove py2 + * Allow `raw` parameter to accept callable like body elements + * Improve type definition of `Mocker.__call__` + * Drop PBR Support + * fix(mocker.pyi): fix Mocker class type hints + * Remove unused `six` dependency + ------------------------------------------------------------------- Wed Mar 13 06:30:28 UTC 2024 - Steve Kowalik @@ -40,7 +54,7 @@ Thu Apr 13 22:44:29 UTC 2023 - Matej Cepl ------------------------------------------------------------------- Wed Feb 1 20:37:16 UTC 2023 - Dirk Müller -- switch to run tests with pytest +- switch to run tests with pytest - build with all python flavors for SLE 15 SP4+ ------------------------------------------------------------------- @@ -77,7 +91,7 @@ Sat Jan 7 22:55:58 UTC 2023 - Dirk Müller Fri Jul 22 11:15:27 UTC 2022 - Steve Kowalik - Add patch remove-mock.patch: - * Use unittest.mock if available. + * Use unittest.mock if available. ------------------------------------------------------------------- Sun Jun 6 11:58:05 UTC 2021 - Dirk Müller diff --git a/python-requests-mock.spec b/python-requests-mock.spec index a0473aa..9100219 100644 --- a/python-requests-mock.spec +++ b/python-requests-mock.spec @@ -18,20 +18,19 @@ %{?sle15_python_module_pythons} Name: python-requests-mock -Version: 1.11.0 +Version: 1.12.1 Release: 0 Summary: Module to mock out responses from the requests package License: Apache-2.0 URL: https://github.com/jamielennox/requests-mock Source: https://files.pythonhosted.org/packages/source/r/requests-mock/requests-mock-%{version}.tar.gz BuildRequires: %{python_module fixtures} -BuildRequires: %{python_module pbr} BuildRequires: %{python_module pip} BuildRequires: %{python_module purl} BuildRequires: %{python_module pytest} BuildRequires: %{python_module requests >= 2.3} BuildRequires: %{python_module requests-futures} -BuildRequires: %{python_module six} +BuildRequires: %{python_module setuptools_scm} BuildRequires: %{python_module wheel} BuildRequires: python-rpm-macros %if 0%{suse_version} >= 1550 || (0%{?suse_version} == 1500 && 0%{?sle_version} >= 154000) @@ -41,7 +40,6 @@ BuildRequires: python3-dbm %endif BuildRequires: fdupes Requires: python-requests >= 2.3 -Requires: python-six BuildArch: noarch %python_subpackages @@ -64,7 +62,7 @@ You should checkout the docs for more information. %files %{python_files} %license LICENSE -%doc AUTHORS README.rst ChangeLog +%doc README.rst %{python_sitelib}/requests_mock %{python_sitelib}/requests_mock-%{version}.dist-info diff --git a/requests-mock-1.11.0.tar.gz b/requests-mock-1.11.0.tar.gz deleted file mode 100644 index 7d2bfac..0000000 --- a/requests-mock-1.11.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ef10b572b489a5f28e09b708697208c4a3b2b89ef80a9f01584340ea357ec3c4 -size 74377 diff --git a/requests-mock-1.12.1.tar.gz b/requests-mock-1.12.1.tar.gz new file mode 100644 index 0000000..c666b9e --- /dev/null +++ b/requests-mock-1.12.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9e12e333b525156e82a3c852f22016b9158220d2f47454de9cae8a77d371401 +size 60901