Hello community,

here is the log from the commit of package python-pytest-relaxed for 
openSUSE:Factory checked in at 2020-10-29 09:48:15
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pytest-relaxed (Old)
 and      /work/SRC/openSUSE:Factory/.python-pytest-relaxed.new.3463 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pytest-relaxed"

Thu Oct 29 09:48:15 2020 rev:6 rq:842099 version:1.1.5

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-pytest-relaxed/python-pytest-relaxed.changes  
    2020-05-28 09:07:12.511679092 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-pytest-relaxed.new.3463/python-pytest-relaxed.changes
    2020-10-29 09:48:19.292168190 +0100
@@ -1,0 +2,5 @@
+Tue Oct 13 10:33:07 UTC 2020 - Benjamin Greiner <c...@bnavigator.de>
+
+- Upper limit pytest 6.1 -- gh#bitprophet/pytest-relaxed#12
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-pytest-relaxed.spec ++++++
--- /var/tmp/diff_new_pack.KV6Ayd/_old  2020-10-29 09:48:20.448169177 +0100
+++ /var/tmp/diff_new_pack.KV6Ayd/_new  2020-10-29 09:48:20.452169180 +0100
@@ -26,12 +26,13 @@
 Source:         
https://files.pythonhosted.org/packages/source/p/pytest-relaxed/pytest-relaxed-%{version}.tar.gz
 Patch0:         
https://github.com/bitprophet/pytest-relaxed/pull/10.patch#/pytest-relaxed-pr10.patch
 BuildRequires:  %{python_module decorator >= 4}
-BuildRequires:  %{python_module pytest >= 3}
+# gh#bitprophet/pytest-relaxed#12
+BuildRequires:  %{python_module pytest < 6.1}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-decorator >= 4
-Requires:       python-pytest >= 3
+Requires:       python-pytest < 6.1
 Requires:       python-six
 BuildArch:      noarch
 %python_subpackages
@@ -43,8 +44,8 @@
 %setup -q -n pytest-relaxed-%{version}
 # do not hardcode deps
 sed -i setup.py \
-    -e 's:pytest>=3,<3.3:pytest>=3:g' \
-    -e 's:decorator>=4,<5:decorator>=4:g'
+    -e 's:pytest>=3,<5:pytest>=3:' \
+    -e 's:decorator>=4,<5:decorator>=4:'
 %patch0 -p1
 
 %build
@@ -62,6 +63,7 @@
 %files %{python_files}
 %license LICENSE
 %doc README.rst
-%{python_sitelib}/*
+%{python_sitelib}/pytest_relaxed
+%{python_sitelib}/pytest_relaxed-%{version}*-info
 
 %changelog


Reply via email to