commit python3-testscenarios for openSUSE:Factory

2016-05-25 Thread h_root
Hello community,

here is the log from the commit of package python3-testscenarios for 
openSUSE:Factory checked in at 2016-05-25 21:26:33

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


Package is "python3-testscenarios"

Changes:

--- 
/work/SRC/openSUSE:Factory/python3-testscenarios/python3-testscenarios.changes  
2016-03-18 21:42:08.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python3-testscenarios.new/python3-testscenarios.changes
 2016-05-25 21:26:34.0 +0200
@@ -1,0 +2,8 @@
+Sun May  8 07:06:48 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * changed to https for source url
+  * updated source url to files.pythonhosted.org
+
+
+---



Other differences:
--
++ python3-testscenarios.spec ++
--- /var/tmp/diff_new_pack.wg8wwm/_old  2016-05-25 21:26:35.0 +0200
+++ /var/tmp/diff_new_pack.wg8wwm/_new  2016-05-25 21:26:35.0 +0200
@@ -23,7 +23,7 @@
 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
+Source: 
https://files.pythonhosted.org/packages/source/t/testscenarios/testscenarios-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python3-devel
 BuildRequires:  python3-pbr




commit python3-testscenarios for openSUSE:Factory

2016-03-18 Thread h_root
Hello community,

here is the log from the commit of package python3-testscenarios for 
openSUSE:Factory checked in at 2016-03-18 21:42:07

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


Package is "python3-testscenarios"

Changes:

--- 
/work/SRC/openSUSE:Factory/python3-testscenarios/python3-testscenarios.changes  
2015-05-11 19:49:13.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-testscenarios.new/python3-testscenarios.changes
 2016-03-18 21:42:08.0 +0100
@@ -1,0 +2,6 @@
+Wed Mar 16 17:08:29 UTC 2016 - toddrme2...@gmail.com
+
+- Break dependency loop with python3-testtools by disabling 
+  unit tests.
+
+---



Other differences:
--
++ python3-testscenarios.spec ++
--- /var/tmp/diff_new_pack.EtYwCE/_old  2016-03-18 21:42:10.0 +0100
+++ /var/tmp/diff_new_pack.EtYwCE/_new  2016-03-18 21:42:10.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-testscenarios
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -27,10 +27,11 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python3-devel
 BuildRequires:  python3-pbr
-# Test requirements:
-BuildRequires:  python3-extras
-BuildRequires:  python3-nose
-BuildRequires:  python3-testtools
+BuildRequires:  python3-setuptools
+# Causes dependency loop
+# BuildRequires:  python3-testtools
+Requires:   python3-pbr
+Requires:   python3-testtools
 BuildArch:  noarch
 
 %description
@@ -49,9 +50,10 @@
 %install
 python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
-%check
-sed -i "s/PYTHON ?= python/PYTHON=python3/" Makefile
-make check
+# Tests introduce dependency loop with python3-testtools
+# %check
+# sed -i "s/PYTHON ?= python/PYTHON=python3/" Makefile
+# make check
 
 %files
 %defattr(-,root,root,-)




commit python3-testscenarios for openSUSE:Factory

2015-05-11 Thread h_root
Hello community,

here is the log from the commit of package python3-testscenarios for 
openSUSE:Factory checked in at 2015-05-11 19:39:10

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


Package is "python3-testscenarios"

Changes:

--- 
/work/SRC/openSUSE:Factory/python3-testscenarios/python3-testscenarios.changes  
2015-01-23 15:47:03.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python3-testscenarios.new/python3-testscenarios.changes
 2015-05-11 19:49:13.0 +0200
@@ -1,0 +2,9 @@
+Sat May  9 22:43:31 UTC 2015 - a...@gmx.de
+
+- specfile:
+  * add python3-pbr
+
+- update to version 0.5.0:
+  * Tests fixed for Python 3.3, 3.4, 3.5. (Robert Collins)
+
+---

Old:

  testscenarios-0.4.tar.gz

New:

  testscenarios-0.5.0.tar.gz



Other differences:
--
++ python3-testscenarios.spec ++
--- /var/tmp/diff_new_pack.tt2xwP/_old  2015-05-11 19:49:13.0 +0200
+++ /var/tmp/diff_new_pack.tt2xwP/_new  2015-05-11 19:49:13.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-testscenarios
 #
-# Copyright (c) 2015 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:   python3-testscenarios
-Version:0.4
+Version:0.5.0
 Release:0
 Url:https://launchpad.net/testscenarios
 Summary:Testscenarios, a pyunit extension for dependency injection
@@ -26,6 +26,7 @@
 Source: 
http://pypi.python.org/packages/source/t/testscenarios/testscenarios-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python3-devel
+BuildRequires:  python3-pbr
 # Test requirements:
 BuildRequires:  python3-extras
 BuildRequires:  python3-nose

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




commit python3-testscenarios for openSUSE:Factory

2015-01-23 Thread h_root
Hello community,

here is the log from the commit of package python3-testscenarios for 
openSUSE:Factory checked in at 2015-01-23 15:47:01

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


Package is "python3-testscenarios"

Changes:

--- 
/work/SRC/openSUSE:Factory/python3-testscenarios/python3-testscenarios.changes  
2013-10-24 14:13:02.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-testscenarios.new/python3-testscenarios.changes
 2015-01-23 15:47:03.0 +0100
@@ -1,0 +2,7 @@
+Sun Jan 10  00:51:53 UTC 2015 - a...@gmx.de
+
+- specfile:
+  * update copyright year
+  * remove ifs for opensuse version <=1220
+
+---



Other differences:
--
++ python3-testscenarios.spec ++
--- /var/tmp/diff_new_pack.CgozwI/_old  2015-01-23 15:47:04.0 +0100
+++ /var/tmp/diff_new_pack.CgozwI/_new  2015-01-23 15:47:04.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-testscenarios
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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:   python3-testscenarios
 Version:0.4
 Release:0
@@ -23,15 +24,11 @@
 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
-# for hashlib
-%if 0%{?suse_version} <= 1220
-BuildRequires:  python3
-%endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python3-devel
 # Test requirements:
-BuildRequires:  python3-nose
 BuildRequires:  python3-extras
+BuildRequires:  python3-nose
 BuildRequires:  python3-testtools
 BuildArch:  noarch
 

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



commit python3-testscenarios for openSUSE:Factory

2013-10-24 Thread h_root
Hello community,

here is the log from the commit of package python3-testscenarios for 
openSUSE:Factory checked in at 2013-10-24 14:12:58

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


Package is "python3-testscenarios"

Changes:

--- 
/work/SRC/openSUSE:Factory/python3-testscenarios/python3-testscenarios.changes  
2013-06-21 19:09:05.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-testscenarios.new/python3-testscenarios.changes
 2013-10-24 14:13:02.0 +0200
@@ -1,0 +2,6 @@
+Wed Oct 23 08:47:34 UTC 2013 - toddrme2...@gmail.com
+
+- Add BuildRequires: python3 for openSUSE 12.2, so hashlib is
+  available.
+
+---



Other differences:
--
++ python3-testscenarios.spec ++
--- /var/tmp/diff_new_pack.zas7TU/_old  2013-10-24 14:13:04.0 +0200
+++ /var/tmp/diff_new_pack.zas7TU/_new  2013-10-24 14:13:04.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-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
@@ -23,6 +23,10 @@
 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
+# for hashlib
+%if 0%{?suse_version} <= 1220
+BuildRequires:  python3
+%endif
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python3-devel
 # Test requirements:

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



commit python3-testscenarios for openSUSE:Factory

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package python3-testscenarios for 
openSUSE:Factory checked in at 2013-06-07 06:37:48

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


Package is "python3-testscenarios"

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



Other differences:
--
++ _link ++

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