From 97987a8195fab78188c8e6274579857faa8ac4e1a4df1757190a2501fa81965e Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 22 Mar 2021 22:19:58 +0000 Subject: [PATCH] Accepting request 880596 from home:bnavigator:branches:devel:languages:python - Updater to 1.0.5 * Bugfix: Support socket.socketpair() . #402 * Bugfix: Prevent exceptions from re-applying monkey patches. #406 - Release 1.0.4 * Python 3.8 and 3.9 support. #407 OBS-URL: https://build.opensuse.org/request/show/880596 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-httpretty?expand=0&rev=41 --- httpretty-1.0.3.tar.gz | 3 --- httpretty-1.0.5.tar.gz | 3 +++ python-httpretty.changes | 10 ++++++++++ python-httpretty.spec | 7 +++---- 4 files changed, 16 insertions(+), 7 deletions(-) delete mode 100644 httpretty-1.0.3.tar.gz create mode 100644 httpretty-1.0.5.tar.gz diff --git a/httpretty-1.0.3.tar.gz b/httpretty-1.0.3.tar.gz deleted file mode 100644 index c5567b2..0000000 --- a/httpretty-1.0.3.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9335cbd8f38745e0e2dc4755d8932a77d378d93e15804969504b1e6b568d613c -size 411707 diff --git a/httpretty-1.0.5.tar.gz b/httpretty-1.0.5.tar.gz new file mode 100644 index 0000000..550cdd9 --- /dev/null +++ b/httpretty-1.0.5.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e53c927c4d3d781a0761727f1edfad64abef94e828718e12b672a678a8b3e0b5 +size 414946 diff --git a/python-httpretty.changes b/python-httpretty.changes index 2a4eb8e..1eb9623 100644 --- a/python-httpretty.changes +++ b/python-httpretty.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Mon Mar 22 20:00:53 UTC 2021 - Ben Greiner + +- Updater to 1.0.5 + * Bugfix: Support socket.socketpair() . #402 + * Bugfix: Prevent exceptions from re-applying monkey patches. + #406 +- Release 1.0.4 + * Python 3.8 and 3.9 support. #407 + ------------------------------------------------------------------- Mon Dec 14 15:44:23 UTC 2020 - Benjamin Greiner diff --git a/python-httpretty.spec b/python-httpretty.spec index 174f9bf..8a7e971 100644 --- a/python-httpretty.spec +++ b/python-httpretty.spec @@ -1,7 +1,7 @@ # # spec file for package python-httpretty # -# 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 @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %define skip_python2 1 Name: python-httpretty -Version: 1.0.3 +Version: 1.0.5 Release: 0 Summary: HTTP client mocking tool for Python License: MIT @@ -35,7 +35,6 @@ BuildRequires: %{python_module requests} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module sure} BuildRequires: %{python_module tornado} -BuildRequires: %{python_module twine >= 1.15.0} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch @@ -76,6 +75,6 @@ sed -Ei 's/(test_fakesock_socket_sendall_with_body_data_with_chunked_entry)/_\1/ %license COPYING %doc README.rst %{python_sitelib}/httpretty -%{python_sitelib}/httpretty*egg-info +%{python_sitelib}/httpretty-%{version}*-info %changelog