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 <alarr...@suse.com>
+
+- 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

Reply via email to