commit python-httpretty for openSUSE:Factory

2024-05-24 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-httpretty for 
openSUSE:Factory checked in at 2024-05-24 19:50:04

Comparing /work/SRC/openSUSE:Factory/python-httpretty (Old)
 and  /work/SRC/openSUSE:Factory/.python-httpretty.new.24587 (New)


Package is "python-httpretty"

Fri May 24 19:50:04 2024 rev:29 rq:1176446 version:1.1.4

Changes:

--- /work/SRC/openSUSE:Factory/python-httpretty/python-httpretty.changes
2024-05-17 20:05:07.091285632 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-httpretty.new.24587/python-httpretty.changes 
2024-05-24 19:50:07.283276842 +0200
@@ -1,0 +2,6 @@
+Thu May 23 09:37:54 UTC 2024 - Markéta Machová 
+
+- Skip test failing with requests 2.32.X
+  * suprisingly not with the CVE, but with gh#psf/requests#6644
+
+---



Other differences:
--
++ python-httpretty.spec ++
--- /var/tmp/diff_new_pack.0beWNj/_old  2024-05-24 19:50:08.503321392 +0200
+++ /var/tmp/diff_new_pack.0beWNj/_new  2024-05-24 19:50:08.503321392 +0200
@@ -86,6 +86,8 @@
 donttest="test_http_passthrough or test_https_passthrough"
 # flaky (too slow) on obs
 donttest="$donttest or test_httpretty_should_allow_forcing_headers_urllib2 or 
test_httpretty_should_allow_registering_regexes_with_streaming_responses"
+# gh#gabrielfalcao/HTTPretty#457
+donttest="$donttest or 
test_httpretty_should_handle_paths_starting_with_two_slashes"
 %pytest -k "not (${donttest})"
 
 %files %{python_files}


commit python-httpretty for openSUSE:Factory

2024-01-05 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-httpretty for 
openSUSE:Factory checked in at 2024-01-05 22:58:37

Comparing /work/SRC/openSUSE:Factory/python-httpretty (Old)
 and  /work/SRC/openSUSE:Factory/.python-httpretty.new.28375 (New)


Package is "python-httpretty"

Fri Jan  5 22:58:37 2024 rev:26 rq:1135867 version:1.1.4

Changes:

--- /work/SRC/openSUSE:Factory/python-httpretty/python-httpretty.changes
2023-06-16 16:52:05.172722397 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-httpretty.new.28375/python-httpretty.changes 
2024-01-05 22:58:37.820168031 +0100
@@ -1,0 +2,6 @@
+Fri Dec 29 12:33:24 UTC 2023 - Antonio Larrosa 
+
+- Do not use python-boto3 when building in SLE where it's currently
+  not available for python311
+
+---



Other differences:
--
++ python-httpretty.spec ++
--- /var/tmp/diff_new_pack.yNFoml/_old  2024-01-05 22:58:38.356187671 +0100
+++ /var/tmp/diff_new_pack.yNFoml/_new  2024-01-05 22:58:38.356187671 +0100
@@ -17,6 +17,11 @@
 
 
 %{?sle15_python_module_pythons}
+%if 0%{?suse_version} < 1550
+%bcond_with boto3
+%else
+%bcond_without boto3
+%endif
 Name:   python-httpretty
 Version:1.1.4
 Release:0
@@ -35,7 +40,9 @@
 Patch3: 460-miliseconds_tests.patch
 # PATCH-FIX-OPENSUSE Relax the time for one test case from 2ms to 3ms.
 Patch4: relax-test-callback-response.patch
+%if %{with boto3}
 BuildRequires:  %{python_module boto3}
+%endif
 BuildRequires:  %{python_module eventlet}
 BuildRequires:  %{python_module fakeredis}
 BuildRequires:  %{python_module freezegun}
@@ -59,6 +66,9 @@
 
 %prep
 %autosetup -p1 -n httpretty-%{version}
+%if !%{with boto3}
+rm tests/bugfixes/nosetests/test_416_boto3.py
+%endif
 
 %build
 %python_build


commit python-httpretty for openSUSE:Factory

2023-06-16 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-httpretty for 
openSUSE:Factory checked in at 2023-06-16 16:51:57

Comparing /work/SRC/openSUSE:Factory/python-httpretty (Old)
 and  /work/SRC/openSUSE:Factory/.python-httpretty.new.15902 (New)


Package is "python-httpretty"

Fri Jun 16 16:51:57 2023 rev:25 rq:1093061 version:1.1.4

Changes:

--- /work/SRC/openSUSE:Factory/python-httpretty/python-httpretty.changes
2023-05-19 11:55:55.795403407 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-httpretty.new.15902/python-httpretty.changes 
2023-06-16 16:52:05.172722397 +0200
@@ -1,0 +2,5 @@
+Tue Jun 13 08:37:50 UTC 2023 - ecsos 
+
+- Add %{?sle15_python_module_pythons}
+
+---



Other differences:
--
++ python-httpretty.spec ++
--- /var/tmp/diff_new_pack.owZVdf/_old  2023-06-16 16:52:05.880726608 +0200
+++ /var/tmp/diff_new_pack.owZVdf/_new  2023-06-16 16:52:05.884726632 +0200
@@ -16,6 +16,7 @@
 #
 
 
+%{?sle15_python_module_pythons}
 Name:   python-httpretty
 Version:1.1.4
 Release:0


commit python-httpretty for openSUSE:Factory

2023-05-19 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-httpretty for 
openSUSE:Factory checked in at 2023-05-19 11:55:24

Comparing /work/SRC/openSUSE:Factory/python-httpretty (Old)
 and  /work/SRC/openSUSE:Factory/.python-httpretty.new.1533 (New)


Package is "python-httpretty"

Fri May 19 11:55:24 2023 rev:24 rq:1087345 version:1.1.4

Changes:

--- /work/SRC/openSUSE:Factory/python-httpretty/python-httpretty.changes
2023-03-31 21:14:13.126092796 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-httpretty.new.1533/python-httpretty.changes  
2023-05-19 11:55:55.795403407 +0200
@@ -1,0 +2,5 @@
+Tue May 16 07:35:42 UTC 2023 - Dirk Müller 
+
+- skip failing testsuite tests after requests update
+
+---



Other differences:
--
++ python-httpretty.spec ++
--- /var/tmp/diff_new_pack.P0iUYN/_old  2023-05-19 11:55:56.323406426 +0200
+++ /var/tmp/diff_new_pack.P0iUYN/_new  2023-05-19 11:55:56.327406449 +0200
@@ -45,6 +45,7 @@
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module sure}
 BuildRequires:  %{python_module tornado}
+BuildRequires:  %{python_module urllib3 with %python-urllib3 < 2}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 BuildArch:  noarch
@@ -71,7 +72,7 @@
 #  needs internet connection to httpbin.org
 donttest="test_http_passthrough or test_https_passthrough"
 # flaky (too slow) on obs
-donttest="$donttest or test_httpretty_should_allow_forcing_headers_urllib2"
+donttest="$donttest or test_httpretty_should_allow_forcing_headers_urllib2 or 
test_httpretty_should_allow_registering_regexes_with_streaming_responses"
 %pytest -k "not (${donttest})"
 
 %files %{python_files}


commit python-httpretty for openSUSE:Factory

2023-03-31 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-httpretty for 
openSUSE:Factory checked in at 2023-03-31 21:14:09

Comparing /work/SRC/openSUSE:Factory/python-httpretty (Old)
 and  /work/SRC/openSUSE:Factory/.python-httpretty.new.31432 (New)


Package is "python-httpretty"

Fri Mar 31 21:14:09 2023 rev:23 rq:1075359 version:1.1.4

Changes:

--- /work/SRC/openSUSE:Factory/python-httpretty/python-httpretty.changes
2022-10-28 19:29:55.126748209 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-httpretty.new.31432/python-httpretty.changes 
2023-03-31 21:14:13.126092796 +0200
@@ -1,0 +2,6 @@
+Thu Mar 30 04:21:14 UTC 2023 - Steve Kowalik 
+
+- Add patch relax-test-callback-response.patch:
+  * Relax timeout for test_callback_response (bsc#1209571) 
+
+---

New:

  relax-test-callback-response.patch



Other differences:
--
++ python-httpretty.spec ++
--- /var/tmp/diff_new_pack.PiCHl1/_old  2023-03-31 21:14:13.758095050 +0200
+++ /var/tmp/diff_new_pack.PiCHl1/_new  2023-03-31 21:14:13.766095079 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-httpretty
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,8 +16,6 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%define skip_python2 1
 Name:   python-httpretty
 Version:1.1.4
 Release:0
@@ -34,6 +32,8 @@
 Patch2: double-slash-paths.patch
 #PATCH-FIX-UPSTREAM 460-fix-tests-two-miliseconds
 Patch3: 460-miliseconds_tests.patch
+# PATCH-FIX-OPENSUSE Relax the time for one test case from 2ms to 3ms.
+Patch4: relax-test-callback-response.patch
 BuildRequires:  %{python_module boto3}
 BuildRequires:  %{python_module eventlet}
 BuildRequires:  %{python_module fakeredis}

++ relax-test-callback-response.patch ++
Index: httpretty-1.1.4/tests/functional/test_requests.py
===
--- httpretty-1.1.4.orig/tests/functional/test_requests.py
+++ httpretty-1.1.4/tests/functional/test_requests.py
@@ -456,7 +456,7 @@ def test_multipart():
 
 
 @httprettified
-@within(two=miliseconds)
+@within(three=miliseconds)
 def test_callback_response(now):
 ("HTTPretty should call a callback function and set its return value as 
the body of the response"
  " requests")


commit python-httpretty for openSUSE:Factory

2022-10-28 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-httpretty for 
openSUSE:Factory checked in at 2022-10-28 19:29:31

Comparing /work/SRC/openSUSE:Factory/python-httpretty (Old)
 and  /work/SRC/openSUSE:Factory/.python-httpretty.new.2275 (New)


Package is "python-httpretty"

Fri Oct 28 19:29:31 2022 rev:22 rq:1031602 version:1.1.4

Changes:

--- /work/SRC/openSUSE:Factory/python-httpretty/python-httpretty.changes
2022-08-10 17:12:36.057598516 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-httpretty.new.2275/python-httpretty.changes  
2022-10-28 19:29:55.126748209 +0200
@@ -1,0 +2,7 @@
+Thu Oct 27 16:52:32 UTC 2022 - Sarah Kriesch 
+
+- Add patch 460-miliseconds_tests.patch (gh#gabrielfalcao/HTTPretty#460):
+  * Correct tests for s390x and aarch64 because of timeout failures 
+after 2 miliseconds
+
+---

New:

  460-miliseconds_tests.patch



Other differences:
--
++ python-httpretty.spec ++
--- /var/tmp/diff_new_pack.GOcW2O/_old  2022-10-28 19:29:55.686751018 +0200
+++ /var/tmp/diff_new_pack.GOcW2O/_new  2022-10-28 19:29:55.706751117 +0200
@@ -32,6 +32,8 @@
 # PATCH-FIX-OPENSUSE test_double_slash may be replaced with / from stdlib
 # gh#gabrielfalcao/HTTPretty#457
 Patch2: double-slash-paths.patch
+#PATCH-FIX-UPSTREAM 460-fix-tests-two-miliseconds
+Patch3: 460-miliseconds_tests.patch
 BuildRequires:  %{python_module boto3}
 BuildRequires:  %{python_module eventlet}
 BuildRequires:  %{python_module fakeredis}

++ 460-miliseconds_tests.patch ++
>From 2098d2cfb221995a2523fec3984641f4a15812cc Mon Sep 17 00:00:00 2001
From: Sarah Julia Kriesch 
Date: Thu, 27 Oct 2022 08:55:50 +0200
Subject: [PATCH 1/2] Fix build issues based on tests with the requirement of 2
 miliseconds  #459

Signed-off-by: Sarah Julia Kriesch 
---
 tests/functional/test_httplib2.py | 9 +++--
 tests/functional/test_urllib2.py  | 7 ++-
 2 files changed, 5 insertions(+), 11 deletions(-)

diff --git a/tests/functional/test_httplib2.py 
b/tests/functional/test_httplib2.py
index c913d8a8..6cb27e1b 100644
--- a/tests/functional/test_httplib2.py
+++ b/tests/functional/test_httplib2.py
@@ -112,8 +112,7 @@ def 
test_httpretty_should_allow_adding_and_overwritting_httplib2():
 
 
 @httprettified
-@within(two=miliseconds)
-def test_httpretty_should_allow_forcing_headers_httplib2(now):
+def test_httpretty_should_allow_forcing_headers_httplib2():
 "HTTPretty should allow forcing headers with httplib2"
 
 HTTPretty.register_uri(HTTPretty.GET, "http://github.com/foo;,
@@ -165,8 +164,7 @@ def 
test_httpretty_should_allow_adding_and_overwritting_by_kwargs_u2():
 
 
 @httprettified
-@within(two=miliseconds)
-def test_rotating_responses_with_httplib2(now):
+def test_rotating_responses_with_httplib2():
 "HTTPretty should support rotating responses with httplib2"
 
 HTTPretty.register_uri(
@@ -248,8 +246,7 @@ def test_can_inspect_last_request_with_ssl(now):
 
 
 @httprettified
-@within(two=miliseconds)
-def test_httpretty_ignores_querystrings_from_registered_uri(now):
+def test_httpretty_ignores_querystrings_from_registered_uri():
 "Registering URIs with query string cause them to be ignored"
 
 HTTPretty.register_uri(HTTPretty.GET, "http://yipit.com/?id=123;,
diff --git a/tests/functional/test_urllib2.py b/tests/functional/test_urllib2.py
index 9c8ff39f..4cba7253 100644
--- a/tests/functional/test_urllib2.py
+++ b/tests/functional/test_urllib2.py
@@ -127,7 +127,6 @@ def 
test_httpretty_should_allow_adding_and_overwritting_urllib2():
 
 
 @httprettified
-@within(two=miliseconds)
 def test_httpretty_should_allow_forcing_headers_urllib2():
 "HTTPretty should allow forcing headers with urllib2"
 
@@ -177,8 +176,7 @@ def 
test_httpretty_should_allow_adding_and_overwritting_by_kwargs_u2():
 
 
 @httprettified
-@within(two=miliseconds)
-def test_httpretty_should_support_a_list_of_successive_responses_urllib2(now):
+def test_httpretty_should_support_a_list_of_successive_responses_urllib2():
 ("HTTPretty should support adding a list of successive "
  "responses with urllib2")
 
@@ -285,8 +283,7 @@ def 
test_httpretty_ignores_querystrings_from_registered_uri():
 
 
 @httprettified
-@within(two=miliseconds)
-def test_callback_response(now):
+def test_callback_response():
 ("HTTPretty should call a callback function to be set as the body with"
  " urllib2")
 

>From 063a58bb8a7c2f213c07b343a5e1fe48944f1f08 Mon Sep 17 00:00:00 2001
From: Sarah Julia Kriesch 
Date: Thu, 27 Oct 2022 09:20:40 +0200
Subject: [PATCH 2/2] Fix asertion error with 0,24 instead of 0,2  #459

Signed-off-by: Sarah Julia Kriesch 
---
 

commit python-httpretty for openSUSE:Factory

2022-08-10 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-httpretty for 
openSUSE:Factory checked in at 2022-08-10 17:12:27

Comparing /work/SRC/openSUSE:Factory/python-httpretty (Old)
 and  /work/SRC/openSUSE:Factory/.python-httpretty.new.1521 (New)


Package is "python-httpretty"

Wed Aug 10 17:12:27 2022 rev:21 rq:993919 version:1.1.4

Changes:

--- /work/SRC/openSUSE:Factory/python-httpretty/python-httpretty.changes
2022-05-06 18:58:20.649291290 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-httpretty.new.1521/python-httpretty.changes  
2022-08-10 17:12:36.057598516 +0200
@@ -1,0 +2,19 @@
+Sun Aug  8 09:17:40 UTC 2022 - Ben Greiner 
+
+- Fix test suite:
+  * Remove nose idioms
+  * Remove outdated test skips
+
+---
+Mon Aug  8 02:53:55 UTC 2022 - Steve Kowalik 
+
+- Add patch double-slash-paths.patch:
+  * http.request may replace // with /, handle that in the testcase. 
+
+---
+Sat Aug  6 17:32:34 UTC 2022 - Matej Cepl 
+
+- Add 453-fix-tests-pytest.patch (gh#gabrielfalcao/HTTPretty#449)
+  to make tests compatible with pytest.
+
+---

New:

  453-fix-tests-pytest.patch
  double-slash-paths.patch



Other differences:
--
++ python-httpretty.spec ++
--- /var/tmp/diff_new_pack.G7QPva/_old  2022-08-10 17:12:36.793600438 +0200
+++ /var/tmp/diff_new_pack.G7QPva/_new  2022-08-10 17:12:36.801600459 +0200
@@ -26,11 +26,19 @@
 URL:https://github.com/gabrielfalcao/HTTPretty
 Source: 
https://files.pythonhosted.org/packages/source/h/httpretty/httpretty-%{version}.tar.gz
 Patch0: remove-mock.patch
+# PATCH-FIX-UPSTREAM 453-fix-tests-pytest.patch gh#gabrielfalcao/HTTPretty#449 
mc...@suse.com
+# Make tests compatible with pytest
+Patch1: 453-fix-tests-pytest.patch
+# PATCH-FIX-OPENSUSE test_double_slash may be replaced with / from stdlib
+# gh#gabrielfalcao/HTTPretty#457
+Patch2: double-slash-paths.patch
+BuildRequires:  %{python_module boto3}
 BuildRequires:  %{python_module eventlet}
 BuildRequires:  %{python_module fakeredis}
 BuildRequires:  %{python_module freezegun}
 BuildRequires:  %{python_module httplib2}
-BuildRequires:  %{python_module nose2}
+BuildRequires:  %{python_module pytest-httpserver}
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module requests}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module sure}
@@ -47,10 +55,6 @@
 
 %prep
 %autosetup -p1 -n httpretty-%{version}
-# no test coverage check needed
-sed -i -e '/cover/ d' setup.cfg
-# no color printout for tests
-sed -i -e '/rednose/ d' setup.cfg
 
 %build
 %python_build
@@ -60,16 +64,13 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-# https://github.com/gabrielfalcao/HTTPretty/issues/405
+# gh#gabrielfalcao/HTTPretty#405
 export EVENTLET_NO_GREENDNS=yes
-# test_http_passthrough and test_https_passthrough need internet connection
-sed -Ei 's/(test_https?_passthrough)/_\1/' tests/functional/test_passthrough.py
-# fails on 15.1
-sed -Ei 's/(test_streaming_responses)/_\1/'  tests/functional/test_requests.py
-# fails on x86_64
-sed -Ei 
's/(test_fakesock_socket_sendall_with_body_data_with_chunked_entry)/_\1/' 
tests/unit/test_core.py
-
-%python_exec -m nose2 -v
+#  needs internet connection to httpbin.org
+donttest="test_http_passthrough or test_https_passthrough"
+# flaky (too slow) on obs
+donttest="$donttest or test_httpretty_should_allow_forcing_headers_urllib2"
+%pytest -k "not (${donttest})"
 
 %files %{python_files}
 %license COPYING

++ 453-fix-tests-pytest.patch ++
>From 299d50c9cb0ba73343d1a88c202e17f6599fde54 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= 
Date: Sat, 14 May 2022 13:39:13 +0200
Subject: [PATCH] Fix functional tests compatibility with pytest

Provide a default value for test parameters provided by decorators
in order to prevent pytest from recognizing them as fixtures.  This
is the smaller change needed to run the complete test suite via pytest.

Fixes #449
---
 tests/functional/test_bypass.py   |8 
 tests/functional/test_debug.py|   10 +-
 tests/functional/test_requests.py |2 +-
 3 files changed, 10 insertions(+), 10 deletions(-)

--- a/tests/functional/test_bypass.py
+++ b/tests/functional/test_bypass.py
@@ -88,7 +88,7 @@ def stop_tcp_server(context):
 
 @httpretty.activate
 @that_with_context(start_http_server, stop_http_server)
-def test_httpretty_bypasses_when_disabled(context):
+def test_httpretty_bypasses_when_disabled(context=None):
 

commit python-httpretty for openSUSE:Factory

2022-03-15 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-httpretty for 
openSUSE:Factory checked in at 2022-03-15 19:03:46

Comparing /work/SRC/openSUSE:Factory/python-httpretty (Old)
 and  /work/SRC/openSUSE:Factory/.python-httpretty.new.25692 (New)


Package is "python-httpretty"

Tue Mar 15 19:03:46 2022 rev:19 rq:961644 version:1.1.4

Changes:

--- /work/SRC/openSUSE:Factory/python-httpretty/python-httpretty.changes
2021-03-29 18:21:13.38119 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-httpretty.new.25692/python-httpretty.changes 
2022-03-15 19:03:51.500904927 +0100
@@ -1,0 +2,33 @@
+Sat Mar 12 05:50:55 UTC 2022 - Arun Persaud 
+
+- specfile:
+  * update copyright year
+
+- update to version 1.1.4:
+  * Bugfix: #435 Fallback to WARNING when logging.getLogger().level is
+None.
+
+- changes from version 1.1.3:
+  * Bugfix: #430 Respect socket timeout.
+
+- changes from version 1.1.2:
+  * Bugfix: #426 Segmentation fault when running against a large
+amount of tests with pytest --mypy.
+
+- changes from version 1.1.1:
+  * Bugfix: httpretty.disable() injects pyopenssl into
+:py:mod:`urllib3` even if it originally wasn't #417
+  * Bugfix: "Incompatibility with boto3 S3 put_object" #416
+  * Bugfix: "Regular expression for URL -> TypeError: wrap_socket()
+missing 1 required" #413
+  * Bugfix: "Making requests to non-stadard port throws TimeoutError
+"#387
+
+- changes from version 1.1.0:
+  * Feature: Display mismatched URL within UnmockedError whenever
+possible. #388
+  * Feature: Display mismatched URL via logging. #419
+  * Add new properties to :py:class:`httpretty.core.HTTPrettyRequest`
+(protocol, host, url, path, method).
+
+---

Old:

  httpretty-1.0.5.tar.gz

New:

  httpretty-1.1.4.tar.gz



Other differences:
--
++ python-httpretty.spec ++
--- /var/tmp/diff_new_pack.t7tABG/_old  2022-03-15 19:03:51.972905247 +0100
+++ /var/tmp/diff_new_pack.t7tABG/_new  2022-03-15 19:03:51.976905250 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-httpretty
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 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.5
+Version:1.1.4
 Release:0
 Summary:HTTP client mocking tool for Python
 License:MIT

++ httpretty-1.0.5.tar.gz -> httpretty-1.1.4.tar.gz ++
 3519 lines of diff (skipped)


commit python-httpretty for openSUSE:Factory

2021-03-29 Thread Source-Sync
Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-httpretty for 
openSUSE:Factory checked in at 2021-03-29 18:21:10

Comparing /work/SRC/openSUSE:Factory/python-httpretty (Old)
 and  /work/SRC/openSUSE:Factory/.python-httpretty.new.2401 (New)


Package is "python-httpretty"

Mon Mar 29 18:21:10 2021 rev:18 rq:880621 version:1.0.5

Changes:

--- /work/SRC/openSUSE:Factory/python-httpretty/python-httpretty.changes
2020-12-16 10:59:54.935536186 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-httpretty.new.2401/python-httpretty.changes  
2021-03-29 18:21:13.38119 +0200
@@ -1,0 +2,10 @@
+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
+
+---

Old:

  httpretty-1.0.3.tar.gz

New:

  httpretty-1.0.5.tar.gz



Other differences:
--
++ python-httpretty.spec ++
--- /var/tmp/diff_new_pack.kEIB1u/_old  2021-03-29 18:21:13.806228615 +0200
+++ /var/tmp/diff_new_pack.kEIB1u/_new  2021-03-29 18:21:13.810228619 +0200
@@ -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 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 @@
 %license COPYING
 %doc README.rst
 %{python_sitelib}/httpretty
-%{python_sitelib}/httpretty*egg-info
+%{python_sitelib}/httpretty-%{version}*-info
 
 %changelog

++ httpretty-1.0.3.tar.gz -> httpretty-1.0.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/httpretty-1.0.3/PKG-INFO new/httpretty-1.0.5/PKG-INFO
--- old/httpretty-1.0.3/PKG-INFO2020-11-24 21:50:24.0 +0100
+++ new/httpretty-1.0.5/PKG-INFO2021-01-06 03:43:31.325078500 +0100
@@ -1,12 +1,12 @@
 Metadata-Version: 1.2
 Name: httpretty
-Version: 1.0.3
+Version: 1.0.5
 Summary: HTTP client mock for Python
 Home-page: https://httpretty.readthedocs.io
 Author: Gabriel Falcao
 Author-email: gabr...@nacaolivre.org
 License: MIT
-Description: HTTPretty 1.0.3
+Description: HTTPretty 1.0.5
 ===
 
 HTTP Client mocking tool for Python. Provides a full fake TCP socket 
module. Inspired by `FakeWeb `_
@@ -21,6 +21,8 @@
 
 - **3.6**
 - **3.7**
+- **3.8**
+- **3.9**
 
 .. image:: 
https://github.com/gabrielfalcao/HTTPretty/raw/master/docs/source/_static/logo.svg?sanitize=true
 
@@ -30,10 +32,7 @@
 .. image:: 
https://img.shields.io/codecov/c/github/gabrielfalcao/HTTPretty
:target: https://codecov.io/gh/gabrielfalcao/HTTPretty
 
-.. image:: 
https://img.shields.io/github/workflow/status/gabrielfalcao/HTTPretty/python-3.6?label=python%203.6
-   :target: https://github.com/gabrielfalcao/HTTPretty/actions
-
-.. image:: 
https://img.shields.io/github/workflow/status/gabrielfalcao/HTTPretty/python-3.7?label=python%203.7
+.. image:: 
https://img.shields.io/github/workflow/status/gabrielfalcao/HTTPretty/HTTPretty%20Tests
:target: https://github.com/gabrielfalcao/HTTPretty/actions
 
 .. image:: https://img.shields.io/readthedocs/httpretty
@@ -177,6 +176,8 @@
 Classifier: Programming Language :: Python :: 3
 Classifier: Programming Language :: Python :: 3.6
 Classifier: Programming Language :: Python :: 3.7
+Classifier: Programming Language :: Python :: 3.8
+Classifier: Programming Language :: Python :: 3.9
 Classifier: Programming Language :: Python
 Classifier: Topic :: Internet :: WWW/HTTP
 Classifier: Topic :: Software Development :: Testing
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/httpretty-1.0.3/README.rst 
new/httpretty-1.0.5/README.rst
--- old/httpretty-1.0.3/README.rst  

commit python-httpretty for openSUSE:Factory

2020-12-16 Thread User for buildservice source handling
Hello community,

here is the log from the commit of package python-httpretty for 
openSUSE:Factory checked in at 2020-12-16 10:59:53

Comparing /work/SRC/openSUSE:Factory/python-httpretty (Old)
 and  /work/SRC/openSUSE:Factory/.python-httpretty.new.2328 (New)


Package is "python-httpretty"

Wed Dec 16 10:59:53 2020 rev:17 rq:855847 version:1.0.3

Changes:

--- /work/SRC/openSUSE:Factory/python-httpretty/python-httpretty.changes
2020-08-25 12:38:01.349406046 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-httpretty.new.2328/python-httpretty.changes  
2020-12-16 10:59:54.935536186 +0100
@@ -1,0 +2,6 @@
+Mon Dec 14 15:44:23 UTC 2020 - Benjamin Greiner 
+
+- Update to 1.0.3
+  * Fix compatibility with urllib3>=1.26. #410 
+
+---

Old:

  httpretty-1.0.2.tar.gz

New:

  httpretty-1.0.3.tar.gz



Other differences:
--
++ python-httpretty.spec ++
--- /var/tmp/diff_new_pack.aWT5Gk/_old  2020-12-16 10:59:55.679536917 +0100
+++ /var/tmp/diff_new_pack.aWT5Gk/_new  2020-12-16 10:59:55.683536920 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-httpretty
 #
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 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.2
+Version:1.0.3
 Release:0
 Summary:HTTP client mocking tool for Python
 License:MIT

++ httpretty-1.0.2.tar.gz -> httpretty-1.0.3.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/httpretty-1.0.2/Makefile new/httpretty-1.0.3/Makefile
--- old/httpretty-1.0.2/Makefile2020-03-25 01:16:27.0 +0100
+++ new/httpretty-1.0.3/Makefile2020-11-24 21:43:46.0 +0100
@@ -5,9 +5,7 @@
 HTML_ROOT  := $(DOCS_ROOT)/build/html
 VENV_ROOT  := $(GIT_ROOT)/.venv
 VENV   ?= $(VENV_ROOT)
-BENTO_BIN  := $(shell which bento)
 DOCS_INDEX := $(HTML_ROOT)/index.html
-BENTO_EMAIL:= gabr...@nacaolivre.org
 
 export VENV
 export PYTHONASYNCIODEBUG  :=1
@@ -59,14 +57,11 @@
 docs: $(DOCS_INDEX)
open $(DOCS_INDEX)
 
-release: | clean bento unit functional tests html
+release: | clean unit functional tests html
@rm -rf dist/*
@./.release
@make pypi
 
-bento: | $(BENTO_BIN)
-   $(BENTO_BIN) --agree --email=$(BENTO_EMAIL) check --all
-
 dist: | clean
$(VENV)/bin/python setup.py build sdist
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/httpretty-1.0.2/PKG-INFO new/httpretty-1.0.3/PKG-INFO
--- old/httpretty-1.0.2/PKG-INFO2020-03-26 14:14:23.0 +0100
+++ new/httpretty-1.0.3/PKG-INFO2020-11-24 21:50:24.0 +0100
@@ -1,16 +1,17 @@
 Metadata-Version: 1.2
 Name: httpretty
-Version: 1.0.2
+Version: 1.0.3
 Summary: HTTP client mock for Python
 Home-page: https://httpretty.readthedocs.io
 Author: Gabriel Falcao
 Author-email: gabr...@nacaolivre.org
 License: MIT
-Description: HTTPretty 1.0.2
+Description: HTTPretty 1.0.3
 ===
 
 HTTP Client mocking tool for Python. Provides a full fake TCP socket 
module. Inspired by `FakeWeb `_
 
+
 - `Github Repository `_
 - `Documentation `_
 - `PyPI Package `_
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/httpretty-1.0.2/README.rst 
new/httpretty-1.0.3/README.rst
--- old/httpretty-1.0.2/README.rst  2020-03-26 14:14:11.0 +0100
+++ new/httpretty-1.0.3/README.rst  2020-11-24 21:50:14.0 +0100
@@ -1,8 +1,9 @@
-HTTPretty 1.0.2
+HTTPretty 1.0.3
 ===
 
 HTTP Client mocking tool for Python. Provides a full fake TCP socket module. 
Inspired by `FakeWeb `_
 
+
 - `Github Repository `_
 - `Documentation `_
 - `PyPI Package `_
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/httpretty-1.0.2/development.txt 
new/httpretty-1.0.3/development.txt
--- old/httpretty-1.0.2/development.txt 2020-03-20