commit python-intervals for openSUSE:Leap:15.2

2020-05-07 Thread root
Hello community,

here is the log from the commit of package python-intervals for 
openSUSE:Leap:15.2 checked in at 2020-05-07 19:28:51

Comparing /work/SRC/openSUSE:Leap:15.2/python-intervals (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.python-intervals.new.2738 (New)


Package is "python-intervals"

Thu May  7 19:28:51 2020 rev:4 rq:801228 version:0.8.1

Changes:

--- /work/SRC/openSUSE:Leap:15.2/python-intervals/python-intervals.changes  
2020-03-09 18:06:33.552853070 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.python-intervals.new.2738/python-intervals.changes
2020-05-07 19:36:30.518590748 +0200
@@ -1,0 +2,5 @@
+Wed May  6 07:50:09 UTC 2020 - Tomáš Chvátal 
+
+- Do not restrict pytest5 as newer updates made it work
+
+---



Other differences:
--
++ python-intervals.spec ++
--- /var/tmp/diff_new_pack.0zRPoU/_old  2020-05-07 19:36:30.914591541 +0200
+++ /var/tmp/diff_new_pack.0zRPoU/_new  2020-05-07 19:36:30.918591548 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-intervals
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -22,12 +22,11 @@
 Release:0
 Summary:Python tools for handling intervals
 License:BSD-3-Clause
-Group:  Development/Languages/Python
 URL:https://github.com/kvesteri/intervals
 Source: 
https://files.pythonhosted.org/packages/source/i/intervals/intervals-%{version}.tar.gz
 BuildRequires:  %{python_module infinity >= 0.1.3}
 BuildRequires:  %{python_module isort >= 4.2.2}
-BuildRequires:  %{python_module pytest < 5}
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
@@ -49,7 +48,7 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%python_expand py.test-%{$python_bin_suffix}
+%pytest
 
 %files %{python_files}
 %doc CHANGES.rst README.rst




commit python-intervals for openSUSE:Leap:15.2

2020-03-09 Thread root
Hello community,

here is the log from the commit of package python-intervals for 
openSUSE:Leap:15.2 checked in at 2020-03-09 18:06:31

Comparing /work/SRC/openSUSE:Leap:15.2/python-intervals (Old)
 and  /work/SRC/openSUSE:Leap:15.2/.python-intervals.new.26092 (New)


Package is "python-intervals"

Mon Mar  9 18:06:31 2020 rev:3 rq:776683 version:0.8.1

Changes:

--- /work/SRC/openSUSE:Leap:15.2/python-intervals/python-intervals.changes  
2020-01-15 15:49:21.971457686 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.python-intervals.new.26092/python-intervals.changes
   2020-03-09 18:06:33.552853070 +0100
@@ -1,0 +2,5 @@
+Tue Dec  3 12:44:42 UTC 2019 - Tomáš Chvátal 
+
+- Restrict pytest5 as the tests are not compatible with it
+
+---



Other differences:
--
++ python-intervals.spec ++
--- /var/tmp/diff_new_pack.VKWiFq/_old  2020-03-09 18:06:34.668853624 +0100
+++ /var/tmp/diff_new_pack.VKWiFq/_new  2020-03-09 18:06:34.700853639 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-intervals
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -25,10 +25,9 @@
 Group:  Development/Languages/Python
 URL:https://github.com/kvesteri/intervals
 Source: 
https://files.pythonhosted.org/packages/source/i/intervals/intervals-%{version}.tar.gz
-BuildRequires:  %{python_module flake8 >= 2.4.0}
 BuildRequires:  %{python_module infinity >= 0.1.3}
 BuildRequires:  %{python_module isort >= 4.2.2}
-BuildRequires:  %{python_module pytest >= 2.2.3}
+BuildRequires:  %{python_module pytest < 5}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros