Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-httplib2 for openSUSE:Factory
checked in at 2026-04-10 17:53:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-httplib2 (Old)
and /work/SRC/openSUSE:Factory/.python-httplib2.new.21863 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-httplib2"
Fri Apr 10 17:53:33 2026 rev:60 rq:1345721 version:0.31.2
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-httplib2/python-httplib2.changes
2026-03-16 14:19:53.759678881 +0100
+++
/work/SRC/openSUSE:Factory/.python-httplib2.new.21863/python-httplib2.changes
2026-04-10 18:02:55.710400709 +0200
@@ -1,0 +2,6 @@
+Fri Apr 10 01:09:47 UTC 2026 - Steve Kowalik <[email protected]>
+
+- Ship the LICENSE and README in the built packages.
+- Actually run the testsuite.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-httplib2.spec ++++++
--- /var/tmp/diff_new_pack.yGn1NO/_old 2026-04-10 18:02:56.246422818 +0200
+++ /var/tmp/diff_new_pack.yGn1NO/_new 2026-04-10 18:02:56.250422983 +0200
@@ -16,8 +16,6 @@
#
-# Tests require network connection
-%bcond_with tests
%{?sle15_python_module_pythons}
Name: python-httplib2
Version: 0.31.2
@@ -32,14 +30,16 @@
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: ca-certificates
-Requires: python-certifi
Requires: python-pyparsing >= 3.1
BuildArch: noarch
-%if %{with tests}
-# Test requirements (for ssl module):
-BuildRequires: python
-BuildRequires: python3
-%endif
+# SECTION testing requirements
+BuildRequires: %{python_module PySocks}
+BuildRequires: %{python_module cryptography}
+BuildRequires: %{python_module pyparsing >= 3.1}
+BuildRequires: %{python_module pytest-cov}
+BuildRequires: %{python_module pytest-timeout}
+BuildRequires: %{python_module pytest}
+# /SECTION
%python_subpackages
%description
@@ -57,10 +57,11 @@
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-# Tests require network connection
-# python3 python3/httplib2test.py
+%pytest
%files %{python_files}
-%{python_sitelib}/httplib2-%{version}*-info
+%license LICENSE
+%doc README.md
%{python_sitelib}/httplib2
+%{python_sitelib}/httplib2-%{version}.dist-info