Accepting request 880621 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/880621 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-httpretty?expand=0&rev=18
This commit is contained in:
commit
b920c77eb0
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9335cbd8f38745e0e2dc4755d8932a77d378d93e15804969504b1e6b568d613c
|
|
||||||
size 411707
|
|
3
httpretty-1.0.5.tar.gz
Normal file
3
httpretty-1.0.5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e53c927c4d3d781a0761727f1edfad64abef94e828718e12b672a678a8b3e0b5
|
||||||
|
size 414946
|
@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 22 20:00:53 UTC 2021 - Ben Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
- 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 <code@bnavigator.de>
|
Mon Dec 14 15:44:23 UTC 2020 - Benjamin Greiner <code@bnavigator.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-httpretty
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,7 +19,7 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-httpretty
|
Name: python-httpretty
|
||||||
Version: 1.0.3
|
Version: 1.0.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: HTTP client mocking tool for Python
|
Summary: HTTP client mocking tool for Python
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -35,7 +35,6 @@ BuildRequires: %{python_module requests}
|
|||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: %{python_module sure}
|
BuildRequires: %{python_module sure}
|
||||||
BuildRequires: %{python_module tornado}
|
BuildRequires: %{python_module tornado}
|
||||||
BuildRequires: %{python_module twine >= 1.15.0}
|
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
@ -76,6 +75,6 @@ sed -Ei 's/(test_fakesock_socket_sendall_with_body_data_with_chunked_entry)/_\1/
|
|||||||
%license COPYING
|
%license COPYING
|
||||||
%doc README.rst
|
%doc README.rst
|
||||||
%{python_sitelib}/httpretty
|
%{python_sitelib}/httpretty
|
||||||
%{python_sitelib}/httpretty*egg-info
|
%{python_sitelib}/httpretty-%{version}*-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
x
Reference in New Issue
Block a user