Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-pytest-httpbin for
openSUSE:Factory checked in at 2025-05-07 19:15:52
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest-httpbin (Old)
and /work/SRC/openSUSE:Factory/.python-pytest-httpbin.new.30101 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytest-httpbin"
Wed May 7 19:15:52 2025 rev:13 rq:1275103 version:2.1.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-pytest-httpbin/python-pytest-httpbin.changes
2023-11-08 22:17:29.574655215 +0100
+++
/work/SRC/openSUSE:Factory/.python-pytest-httpbin.new.30101/python-pytest-httpbin.changes
2025-05-07 19:16:25.223094000 +0200
@@ -1,0 +2,12 @@
+Wed May 7 06:53:08 UTC 2025 - Steve Kowalik <[email protected]>
+
+- Update to 2.1.0:
+ * Drop support for Python 3.7
+ * Test against PyPy 3.10
+ * Add support for CPython 3.13 by regenerating the bundled certificates
+ * Fix an issue where secure POST requests would fail with a connection
+ reset by peer
+ * Include a LICENCE
+- Switch to pyproject macros.
+
+-------------------------------------------------------------------
Old:
----
pytest-httpbin-2.0.0.tar.gz
New:
----
pytest_httpbin-2.1.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pytest-httpbin.spec ++++++
--- /var/tmp/diff_new_pack.SLAKEt/_old 2025-05-07 19:16:25.627110875 +0200
+++ /var/tmp/diff_new_pack.SLAKEt/_new 2025-05-07 19:16:25.631111043 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python-pytest-httpbin
#
-# Copyright (c) 2023 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,18 +18,20 @@
%{?sle15_python_module_pythons}
Name: python-pytest-httpbin
-Version: 2.0.0
+Version: 2.1.0
Release: 0
Summary: Web service for testing HTTP libraries
License: MIT
-Group: Development/Languages/Python
URL: https://github.com/kevin1024/pytest-httpbin
-Source:
https://files.pythonhosted.org/packages/source/p/pytest-httpbin/pytest-httpbin-%{version}.tar.gz
+Source:
https://files.pythonhosted.org/packages/source/p/pytest-httpbin/pytest_httpbin-%{version}.tar.gz
Source99: pytest-httpbin-rpmlintrc
+BuildRequires: %{python_module base >= 3.8}
BuildRequires: %{python_module httpbin}
+BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module requests}
BuildRequires: %{python_module setuptools}
+BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-httpbin
@@ -47,22 +49,20 @@
fixture.
%prep
-%autosetup -p1 -n pytest-httpbin-%{version}
+%autosetup -p1 -n pytest_httpbin-%{version}
%build
-%python_build
+%pyproject_wheel
%install
-%python_install
+%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
-# Flask 2.1 returns relative URLs again
-# gh#kevin1024/pytest-httpbin#64
-%pytest -k "not test_redirect_location_is_https_for_secure_server"
+%pytest
%files %{python_files}
%doc README.md DESCRIPTION.rst
%{python_sitelib}/pytest_httpbin
-%{python_sitelib}/pytest_httpbin-%{version}*-info
+%{python_sitelib}/pytest_httpbin-%{version}.dist-info