commit python-testscenarios for openSUSE:Factory

2019-11-04 Thread root
Hello community,

here is the log from the commit of package python-testscenarios for 
openSUSE:Factory checked in at 2019-11-04 17:09:58

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


Package is "python-testscenarios"

Mon Nov  4 17:09:58 2019 rev:8 rq:743976 version:0.5.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-testscenarios/python-testscenarios.changes
2018-12-27 00:29:21.859664412 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-testscenarios.new.2990/python-testscenarios.changes
  2019-11-04 17:09:59.744491203 +0100
@@ -1,0 +2,5 @@
+Mon Oct 14 14:45:34 UTC 2019 - Matej Cepl 
+
+- Replace %fdupes -s with plain %fdupes; hardlinks are better.
+
+---



Other differences:
--
++ python-testscenarios.spec ++
--- /var/tmp/diff_new_pack.5AuDH5/_old  2019-11-04 17:10:01.140492695 +0100
+++ /var/tmp/diff_new_pack.5AuDH5/_new  2019-11-04 17:10:01.176492733 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-testscenarios
 #
-# 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
@@ -22,7 +22,6 @@
 Release:0
 Summary:A pyunit extension for dependency injection
 License:Apache-2.0 OR BSD-3-Clause
-Group:  Development/Languages/Python
 URL:https://launchpad.net/testscenarios
 Source: 
https://files.pythonhosted.org/packages/source/t/testscenarios/testscenarios-%{version}.tar.gz
 BuildRequires:  %{python_module pbr >= 0.11}
@@ -52,7 +51,7 @@
 
 %install
 %python_install
-%python_expand %fdupes -s %{buildroot}%{$python_sitelib}
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 # Tests introduce dependency loop with python-testtools
 #%%check




commit python-testscenarios for openSUSE:Factory

2018-12-26 Thread root
Hello community,

here is the log from the commit of package python-testscenarios for 
openSUSE:Factory checked in at 2018-12-27 00:29:20

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


Package is "python-testscenarios"

Thu Dec 27 00:29:20 2018 rev:7 rq:659824 version:0.5.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-testscenarios/python-testscenarios.changes
2017-05-06 18:27:08.368494500 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-testscenarios.new.28833/python-testscenarios.changes
 2018-12-27 00:29:21.859664412 +0100
@@ -1,0 +2,10 @@
+Tue Dec 18 23:20:07 UTC 2018 - Jan Engelhardt 
+
+- Use noun phrase in summary.
+
+---
+Tue Dec  4 12:55:13 UTC 2018 - Matej Cepl 
+
+- Remove superfluous devel dependency for noarch package
+
+---



Other differences:
--
++ python-testscenarios.spec ++
--- /var/tmp/diff_new_pack.mkufUC/_old  2018-12-27 00:29:22.271664075 +0100
+++ /var/tmp/diff_new_pack.mkufUC/_new  2018-12-27 00:29:22.275664072 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-testscenarios
 #
-# 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/
 #
 
 
@@ -20,12 +20,11 @@
 Name:   python-testscenarios
 Version:0.5.0
 Release:0
-Summary:Testscenarios, a pyunit extension for dependency injection
-License:Apache-2.0 or BSD-3-Clause
+Summary:A pyunit extension for dependency injection
+License:Apache-2.0 OR BSD-3-Clause
 Group:  Development/Languages/Python
-Url:https://launchpad.net/testscenarios
+URL:https://launchpad.net/testscenarios
 Source: 
https://files.pythonhosted.org/packages/source/t/testscenarios/testscenarios-%{version}.tar.gz
-BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module pbr >= 0.11}
 # Tests cause a dependency loop
 #BuildRequires:  %%{python_module extras}
@@ -35,12 +34,11 @@
 BuildRequires:  python-rpm-macros
 Requires:   python-pbr >= 0.11
 Requires:   python-testtools
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 %python_subpackages
 
 %description
-testscenarios provides clean dependency injection for python unittest style
+testscenarios provides clean dependency injection for Python unittest style
 tests. This can be used for interface testing (testing many implementations via
 a single test suite) or for classic dependency injection (provide tests with
 dependencies externally to the test code itself, allowing easy testing in
@@ -63,8 +61,8 @@
 #}
 
 %files %{python_files}
-%defattr(-,root,root,-)
-%doc Apache-2.0 BSD COPYING GOALS HACKING NEWS README
+%license COPYING
+%doc Apache-2.0 BSD GOALS HACKING NEWS README
 %{python_sitelib}/testscenarios
 %{python_sitelib}/testscenarios-%{version}-py%{python_version}.egg-info
 




commit python-testscenarios for openSUSE:Factory

2017-05-06 Thread root
Hello community,

here is the log from the commit of package python-testscenarios for 
openSUSE:Factory checked in at 2017-05-06 18:27:07

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


Package is "python-testscenarios"

Sat May  6 18:27:07 2017 rev:6 rq:489512 version:0.5.0

Changes:

--- 
/work/SRC/openSUSE:Factory/python-testscenarios/python-testscenarios.changes
2015-05-16 07:14:50.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-testscenarios.new/python-testscenarios.changes
   2017-05-06 18:27:08.368494500 +0200
@@ -1,0 +2,11 @@
+Sun Apr  9 15:32:54 UTC 2017 - aloi...@gmx.com
+
+- Disabled tests to avoid dependency loop with testtools
+
+---
+Sun Apr  2 08:11:06 UTC 2017 - aloi...@gmx.com
+
+- Converted to single-spec
+- Updated source URL 
+
+---



Other differences:
--
++ python-testscenarios.spec ++
--- /var/tmp/diff_new_pack.2SfCrj/_old  2017-05-06 18:27:09.084393483 +0200
+++ /var/tmp/diff_new_pack.2SfCrj/_new  2017-05-06 18:27:09.088392918 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-testscenarios
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -16,28 +16,28 @@
 #
 
 
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-testscenarios
 Version:0.5.0
 Release:0
-Url:https://launchpad.net/testscenarios
 Summary:Testscenarios, a pyunit extension for dependency injection
 License:Apache-2.0 or BSD-3-Clause
 Group:  Development/Languages/Python
-Source: 
http://pypi.python.org/packages/source/t/testscenarios/testscenarios-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  python-devel
-BuildRequires:  python-pbr >= 0.11
-BuildRequires:  python-testtools
-# Test requirements:
-BuildRequires:  python-extras
-BuildRequires:  python-nose
+Url:https://launchpad.net/testscenarios
+Source: 
https://files.pythonhosted.org/packages/source/t/testscenarios/testscenarios-%{version}.tar.gz
+BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module pbr >= 0.11}
+# Tests cause a dependency loop
+#BuildRequires:  %%{python_module extras}
+#BuildRequires:  %%{python_module nose}
+#BuildRequires:  %%{python_module testtools}
+BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
 Requires:   python-pbr >= 0.11
 Requires:   python-testtools
-%if 0%{?suse_version} && 0%{?suse_version} <= 1110
-%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%else
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
-%endif
+%python_subpackages
 
 %description
 testscenarios provides clean dependency injection for python unittest style
@@ -50,20 +50,22 @@
 %setup -q -n testscenarios-%{version}
 
 %build
-python setup.py build
+%python_build
 
 %install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+%python_install
+%python_expand %fdupes -s %{buildroot}%{$python_sitelib}
 
-#NOTE(saschpe): /usr/bin/make missing on SP2?
-%if 0%{?suse_version} >= 1120
-%check
-make check
-%endif
+# Tests introduce dependency loop with python-testtools
+#%%check
+#%%{python_expand PYTHONPATH=%%{buildroot}%{$python_sitelib}
+#  $python -m testtools.run testscenarios.test_suite
+#}
 
-%files
+%files %{python_files}
 %defattr(-,root,root,-)
 %doc Apache-2.0 BSD COPYING GOALS HACKING NEWS README
-%{python_sitelib}/*
+%{python_sitelib}/testscenarios
+%{python_sitelib}/testscenarios-%{version}-py%{python_version}.egg-info
 
 %changelog




commit python-testscenarios for openSUSE:Factory

2015-05-15 Thread h_root
Hello community,

here is the log from the commit of package python-testscenarios for 
openSUSE:Factory checked in at 2015-05-16 07:14:46

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


Package is "python-testscenarios"

Changes:

--- 
/work/SRC/openSUSE:Factory/python-testscenarios/python-testscenarios.changes
2013-06-05 13:36:05.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-testscenarios.new/python-testscenarios.changes
   2015-05-16 07:14:50.0 +0200
@@ -1,0 +2,8 @@
+Fri May 15 12:47:31 UTC 2015 - benoit.mo...@gmx.fr
+
+- update to version 0.5.0:
+  * Tests fixed for Python 3.3, 3.4, 3.5. (Robert Collins)
+- add new build dependency python-pbr
+- add new runtime dependencies python-pbr and python-testtools
+
+---

Old:

  testscenarios-0.4.tar.gz

New:

  testscenarios-0.5.0.tar.gz



Other differences:
--
++ python-testscenarios.spec ++
--- /var/tmp/diff_new_pack.65UZq2/_old  2015-05-16 07:14:51.0 +0200
+++ /var/tmp/diff_new_pack.65UZq2/_new  2015-05-16 07:14:51.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-testscenarios
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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,7 @@
 
 
 Name:   python-testscenarios
-Version:0.4
+Version:0.5.0
 Release:0
 Url:https://launchpad.net/testscenarios
 Summary:Testscenarios, a pyunit extension for dependency injection
@@ -26,10 +26,13 @@
 Source: 
http://pypi.python.org/packages/source/t/testscenarios/testscenarios-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
+BuildRequires:  python-pbr >= 0.11
+BuildRequires:  python-testtools
 # Test requirements:
 BuildRequires:  python-extras
 BuildRequires:  python-nose
-BuildRequires:  python-testtools
+Requires:   python-pbr >= 0.11
+Requires:   python-testtools
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110
 %{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
 %else

++ testscenarios-0.4.tar.gz -> testscenarios-0.5.0.tar.gz ++
 2652 lines of diff (skipped)




commit python-testscenarios for openSUSE:Factory

2013-06-19 Thread h_root
Hello community,

here is the log from the commit of package python-testscenarios for 
openSUSE:Factory checked in at 2013-06-19 16:00:09

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


Package is "python-testscenarios"

Changes:


Old:

  python3-testscenarios.changes
  python3-testscenarios.spec



Other differences:
--
++ python-testscenarios.spec ++
--- /var/tmp/diff_new_pack.0rkef2/_old  2013-06-19 16:00:12.0 +0200
+++ /var/tmp/diff_new_pack.0rkef2/_new  2013-06-19 16:00:12.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-testscenarios
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -11,10 +11,11 @@
 # case the license is the MIT License). An "Open Source License" is a
 # 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/
 #
 
+
 Name:   python-testscenarios
 Version:0.4
 Release:0
@@ -26,8 +27,8 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
 # Test requirements:
-BuildRequires:  python-nose
 BuildRequires:  python-extras
+BuildRequires:  python-nose
 BuildRequires:  python-testtools
 %if 0%{?suse_version} && 0%{?suse_version} <= 1110
 %{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org