commit python-incremental for openSUSE:Factory

2020-05-01 Thread root
Hello community,

here is the log from the commit of package python-incremental for 
openSUSE:Factory checked in at 2020-05-01 11:07:00

Comparing /work/SRC/openSUSE:Factory/python-incremental (Old)
 and  /work/SRC/openSUSE:Factory/.python-incremental.new.2738 (New)


Package is "python-incremental"

Fri May  1 11:07:00 2020 rev:4 rq:798928 version:17.5.0

Changes:

--- /work/SRC/openSUSE:Factory/python-incremental/python-incremental.changes
2019-06-18 14:47:52.409706091 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-incremental.new.2738/python-incremental.changes
  2020-05-01 11:07:03.223025463 +0200
@@ -1,0 +2,6 @@
+Wed Apr 29 13:35:51 UTC 2020 - Tomáš Chvátal 
+
+- Skip two tests that fail due to changes in pytest framework
+  needs to be fixed by upstream
+
+---



Other differences:
--
++ python-incremental.spec ++
--- /var/tmp/diff_new_pack.qQcWqk/_old  2020-05-01 11:07:04.147027473 +0200
+++ /var/tmp/diff_new_pack.qQcWqk/_new  2020-05-01 11:07:04.147027473 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-incremental
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# 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
@@ -30,7 +30,6 @@
 Release:0
 Summary:Library that versions your Python projects
 License:MIT
-Group:  Development/Languages/Python
 URL:https://github.com/twisted/incremental
 Source: 
https://files.pythonhosted.org/packages/source/i/incremental/incremental-%{version}.tar.gz
 BuildRequires:  %{python_module setuptools}
@@ -63,7 +62,9 @@
 
 %if %{with test}
 %check
-%pytest
+# test_prereleaseAttributeDeprecated - same as bellow
+# test_prereleaseDeprecated - uses deprecated pytest behaviour removed with 
pytest 5.4
+%pytest -k 'not test_prereleaseAttributeDeprecated and not 
test_prereleaseDeprecated'
 %endif
 
 %if !%{with test}




commit python-incremental for openSUSE:Factory

2019-06-18 Thread root
Hello community,

here is the log from the commit of package python-incremental for 
openSUSE:Factory checked in at 2019-06-18 14:47:43

Comparing /work/SRC/openSUSE:Factory/python-incremental (Old)
 and  /work/SRC/openSUSE:Factory/.python-incremental.new.4811 (New)


Package is "python-incremental"

Tue Jun 18 14:47:43 2019 rev:3 rq:708168 version:17.5.0

Changes:

--- /work/SRC/openSUSE:Factory/python-incremental/python-incremental.changes
2018-12-27 00:26:43.371794079 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-incremental.new.4811/python-incremental.changes
  2019-06-18 14:47:52.409706091 +0200
@@ -1,0 +2,10 @@
+Thu Jun  6 15:38:34 UTC 2019 - Tomáš Chvátal 
+
+- Switch to multibuild to avoid build cycle
+
+---
+Wed Jun  5 06:14:13 UTC 2019 - pgaj...@suse.com
+
+- run the testsuite
+
+---

New:

  _multibuild



Other differences:
--
++ python-incremental.spec ++
--- /var/tmp/diff_new_pack.GBPEnA/_old  2019-06-18 14:47:53.205705924 +0200
+++ /var/tmp/diff_new_pack.GBPEnA/_new  2019-06-18 14:47:53.209705923 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-incremental
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,15 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-Name:   python-incremental
+%global flavor @BUILD_FLAVOR@%{nil}
+%if "%{flavor}" == "test"
+%define psuffix -test
+%bcond_without test
+%else
+%define psuffix %{nil}
+%bcond_with test
+%endif
+Name:   python-incremental%{psuffix}
 Version:17.5.0
 Release:0
 Summary:Library that versions your Python projects
@@ -26,10 +34,16 @@
 URL:https://github.com/twisted/incremental
 Source: 
https://files.pythonhosted.org/packages/source/i/incremental/incremental-%{version}.tar.gz
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Suggests:   %{python_module Twisted >= 16.4.0}
 Suggests:   %{python_module click >= 6.0}
 BuildArch:  noarch
+%if %{with test}
+BuildRequires:  %{python_module Twisted >= 16.4.0}
+BuildRequires:  %{python_module click >= 6.0}
+BuildRequires:  %{python_module pytest}
+%endif
 %python_subpackages
 
 %description
@@ -39,15 +53,24 @@
 %setup -q -n incremental-%{version}
 
 %build
-
 %python_build
 
 %install
+%if !%{with test}
 %python_install
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
+%endif
+
+%if %{with test}
+%check
+%pytest
+%endif
 
+%if !%{with test}
 %files %{python_files}
 %license LICENSE
 %doc NEWS.rst README.rst
 %{python_sitelib}/*
+%endif
 
 %changelog

++ _multibuild ++

  test




commit python-incremental for openSUSE:Factory

2018-12-26 Thread root
Hello community,

here is the log from the commit of package python-incremental for 
openSUSE:Factory checked in at 2018-12-27 00:26:42

Comparing /work/SRC/openSUSE:Factory/python-incremental (Old)
 and  /work/SRC/openSUSE:Factory/.python-incremental.new.28833 (New)


Package is "python-incremental"

Thu Dec 27 00:26:42 2018 rev:2 rq:659439 version:17.5.0

Changes:

--- /work/SRC/openSUSE:Factory/python-incremental/python-incremental.changes
2017-07-11 08:33:10.745377195 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-incremental.new.28833/python-incremental.changes
 2018-12-27 00:26:43.371794079 +0100
@@ -1,0 +2,5 @@
+Tue Dec  4 12:49:17 UTC 2018 - Matej Cepl 
+
+- Remove superfluous devel dependency for noarch package
+
+---



Other differences:
--
++ python-incremental.spec ++
--- /var/tmp/diff_new_pack.U7sFJ7/_old  2018-12-27 00:26:43.759793762 +0100
+++ /var/tmp/diff_new_pack.U7sFJ7/_new  2018-12-27 00:26:43.759793762 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-incremental
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # 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/
 #
 
 
@@ -23,16 +23,13 @@
 Summary:Library that versions your Python projects
 License:MIT
 Group:  Development/Languages/Python
-Url:https://github.com/twisted/incremental
+URL:https://github.com/twisted/incremental
 Source: 
https://files.pythonhosted.org/packages/source/i/incremental/incremental-%{version}.tar.gz
-BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  python-rpm-macros
-Suggests:   %{python_module click >= 6.0}
 Suggests:   %{python_module Twisted >= 16.4.0}
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Suggests:   %{python_module click >= 6.0}
 BuildArch:  noarch
-
 %python_subpackages
 
 %description
@@ -49,8 +46,8 @@
 %python_install
 
 %files %{python_files}
-%defattr(-,root,root,-)
-%doc LICENSE NEWS.rst README.rst
+%license LICENSE
+%doc NEWS.rst README.rst
 %{python_sitelib}/*
 
 %changelog