Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-vcrpy for openSUSE:Factory 
checked in at 2023-05-24 20:22:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-vcrpy (Old)
 and      /work/SRC/openSUSE:Factory/.python-vcrpy.new.1533 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-vcrpy"

Wed May 24 20:22:23 2023 rev:13 rq:1088694 version:4.2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-vcrpy/python-vcrpy.changes        
2022-10-12 18:26:15.397896566 +0200
+++ /work/SRC/openSUSE:Factory/.python-vcrpy.new.1533/python-vcrpy.changes      
2023-05-24 20:22:47.740334535 +0200
@@ -1,0 +2,5 @@
+Tue May 23 14:34:54 UTC 2023 - Ben Greiner <c...@bnavigator.de>
+
+- Restrict urllib3 < 2 -- gh#kevin1024/vcrpy#688
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-vcrpy.spec ++++++
--- /var/tmp/diff_new_pack.hpuzuH/_old  2023-05-24 20:22:48.280337755 +0200
+++ /var/tmp/diff_new_pack.hpuzuH/_new  2023-05-24 20:22:48.288337803 +0200
@@ -17,8 +17,6 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%define skip_python2 1
 Name:           python-vcrpy
 Version:        4.2.1
 Release:        0
@@ -27,10 +25,14 @@
 URL:            https://github.com/kevin1024/vcrpy
 Source:         
https://files.pythonhosted.org/packages/source/v/vcrpy/vcrpy-%{version}.tar.gz
 BuildRequires:  %{python_module PyYAML}
+BuildRequires:  %{python_module pip}
 BuildRequires:  %{python_module pytest-httpbin}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module six >= 1.5}
+# gh#kevin1024/vcrpy#688
+BuildRequires:  %{python_module urllib3 < 2}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  %{python_module wrapt}
 BuildRequires:  %{python_module yarl}
 BuildRequires:  fdupes
@@ -38,6 +40,7 @@
 Requires:       python-PyYAML
 Requires:       python-six >= 1.5
 Requires:       python-wrapt
+Requires:       python-urllib3 < 2
 BuildArch:      noarch
 Requires:       python-yarl
 %python_subpackages
@@ -55,11 +58,11 @@
 
 %build
 export LANG=en_US.UTF-8
-%python_build
+%pyproject_wheel
 
 %install
 export LANG=en_US.UTF-8
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}/vcr
 
 %check
@@ -71,6 +74,7 @@
 %files %{python_files}
 %license LICENSE.txt
 %doc README.rst
-%{python_sitelib}/*
+%{python_sitelib}/vcr
+%{python_sitelib}/vcrpy-%{version}.dist-info
 
 %changelog

Reply via email to