Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package python-pytest-httpx for
openSUSE:Factory checked in at 2022-08-08 10:02:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest-httpx (Old)
and /work/SRC/openSUSE:Factory/.python-pytest-httpx.new.1521 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pytest-httpx"
Mon Aug 8 10:02:31 2022 rev:3 rq:991207 version:0.21.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pytest-httpx/python-pytest-httpx.changes
2022-03-04 00:17:35.928284688 +0100
+++
/work/SRC/openSUSE:Factory/.python-pytest-httpx.new.1521/python-pytest-httpx.changes
2022-08-08 10:02:33.362376869 +0200
@@ -1,0 +2,8 @@
+Mon Jul 25 10:37:48 UTC 2022 - Ben Greiner <[email protected]>
+
+- Update to 0.21.0
+ * Requires httpx>=0.23.*
+ * Python 3.6 is no longer supported.
+- Unpin httpx in python metadata
+
+-------------------------------------------------------------------
Old:
----
v0.20.0.tar.gz
New:
----
pytest_httpx-0.21.0-gh.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-pytest-httpx.spec ++++++
--- /var/tmp/diff_new_pack.Sd0E7A/_old 2022-08-08 10:02:34.046378791 +0200
+++ /var/tmp/diff_new_pack.Sd0E7A/_new 2022-08-08 10:02:34.050378803 +0200
@@ -16,23 +16,23 @@
#
-%{?!python_module:%define python_module() python3-%{**}}
Name: python-pytest-httpx
-Version: 0.20.0
+Version: 0.21.0
Release: 0
Summary: Send responses to httpx
License: MIT
URL: https://colin-b.github.io/pytest_httpx/
-Source:
https://github.com/Colin-b/pytest_httpx/archive/refs/tags/v%{version}.tar.gz
+Source:
https://github.com/Colin-b/pytest_httpx/archive/refs/tags/v%{version}.tar.gz#/pytest_httpx-%{version}-gh.tar.gz
+BuildRequires: %{python_module base >= 3.7}
BuildRequires: %{python_module setuptools}
BuildRequires: python-rpm-macros
# SECTION test requirements
-BuildRequires: %{python_module httpx >= 0.22.0}
+BuildRequires: %{python_module httpx >= 0.23.0}
BuildRequires: %{python_module pytest >= 6.0}
BuildRequires: %{python_module pytest-asyncio >= 0.14.0}
# /SECTION
BuildRequires: fdupes
-Requires: python-httpx >= 0.22.0
+Requires: python-httpx >= 0.23.0
Requires: python-pytest >= 6.0
BuildArch: noarch
%python_subpackages
@@ -42,6 +42,8 @@
%prep
%setup -q -n pytest_httpx-%{version}
+# unpin exact version
+sed -i '/install_requires/ s/httpx==0./httpx>=0./' setup.py
%build
%python_build
@@ -54,6 +56,7 @@
%pytest
%files %{python_files}
-%{python_sitelib}/*
+%{python_sitelib}/pytest_httpx
+%{python_sitelib}/pytest_httpx-%{version}*-info
%changelog