Hello community,

here is the log from the commit of package python-debtcollector for 
openSUSE:Factory checked in at 2015-09-11 09:04:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-debtcollector (Old)
 and      /work/SRC/openSUSE:Factory/.python-debtcollector.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-debtcollector"

Changes:
--------
--- 
/work/SRC/openSUSE:Factory/python-debtcollector/python-debtcollector.changes    
    2015-09-03 18:12:40.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-debtcollector.new/python-debtcollector.changes
   2015-09-11 09:04:39.000000000 +0200
@@ -1,0 +2,6 @@
+Wed Sep  9 07:03:42 UTC 2015 - tbecht...@suse.com
+
+- update to 0.8.0:
+  * Updated from global requirements
+
+-------------------------------------------------------------------

Old:
----
  debtcollector-0.7.0.tar.gz

New:
----
  debtcollector-0.8.0.tar.gz

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

Other differences:
------------------
++++++ python-debtcollector.spec ++++++
--- /var/tmp/diff_new_pack.IJgdIQ/_old  2015-09-11 09:04:40.000000000 +0200
+++ /var/tmp/diff_new_pack.IJgdIQ/_new  2015-09-11 09:04:40.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           python-debtcollector
-Version:        0.7.0
+Version:        0.8.0
 Release:        0
 Summary:        A collection of Python deprecation patterns and strategies 
that help you collect your technical debt in a non-destructive manner
 License:        Apache-2.0

++++++ debtcollector-0.7.0.tar.gz -> debtcollector-0.8.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/debtcollector-0.7.0/ChangeLog 
new/debtcollector-0.8.0/ChangeLog
--- old/debtcollector-0.7.0/ChangeLog   2015-08-03 19:19:38.000000000 +0200
+++ new/debtcollector-0.8.0/ChangeLog   2015-09-08 17:30:03.000000000 +0200
@@ -1,6 +1,13 @@
 CHANGES
 =======
 
+0.8.0
+-----
+
+* Updated from global requirements
+* Updated from global requirements
+* Updated from global requirements
+
 0.7.0
 -----
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/debtcollector-0.7.0/PKG-INFO 
new/debtcollector-0.8.0/PKG-INFO
--- old/debtcollector-0.7.0/PKG-INFO    2015-08-03 19:19:39.000000000 +0200
+++ new/debtcollector-0.8.0/PKG-INFO    2015-09-08 17:30:03.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: debtcollector
-Version: 0.7.0
+Version: 0.8.0
 Summary: A collection of Python deprecation patterns and strategies that help 
you collect your technical debt in a non-destructive manner.
 Home-page: http://www.openstack.org/
 Author: OpenStack
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/debtcollector-0.7.0/debtcollector.egg-info/PKG-INFO 
new/debtcollector-0.8.0/debtcollector.egg-info/PKG-INFO
--- old/debtcollector-0.7.0/debtcollector.egg-info/PKG-INFO     2015-08-03 
19:19:38.000000000 +0200
+++ new/debtcollector-0.8.0/debtcollector.egg-info/PKG-INFO     2015-09-08 
17:30:03.000000000 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.1
 Name: debtcollector
-Version: 0.7.0
+Version: 0.8.0
 Summary: A collection of Python deprecation patterns and strategies that help 
you collect your technical debt in a non-destructive manner.
 Home-page: http://www.openstack.org/
 Author: OpenStack
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/debtcollector-0.7.0/debtcollector.egg-info/pbr.json 
new/debtcollector-0.8.0/debtcollector.egg-info/pbr.json
--- old/debtcollector-0.7.0/debtcollector.egg-info/pbr.json     2015-08-03 
19:19:38.000000000 +0200
+++ new/debtcollector-0.8.0/debtcollector.egg-info/pbr.json     2015-09-08 
17:30:03.000000000 +0200
@@ -1 +1 @@
-{"is_release": true, "git_version": "af91462"}
\ No newline at end of file
+{"is_release": true, "git_version": "ceb020b"}
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/debtcollector-0.7.0/debtcollector.egg-info/requires.txt 
new/debtcollector-0.8.0/debtcollector.egg-info/requires.txt
--- old/debtcollector-0.7.0/debtcollector.egg-info/requires.txt 2015-08-03 
19:19:38.000000000 +0200
+++ new/debtcollector-0.8.0/debtcollector.egg-info/requires.txt 2015-09-08 
17:30:03.000000000 +0200
@@ -1,4 +1,4 @@
-pbr<2.0,>=1.3
+pbr<2.0,>=1.6
 Babel>=1.3
 six>=1.9.0
-wrapt>=1.7.0 # BSD License
+wrapt>=1.7.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/debtcollector-0.7.0/requirements.txt 
new/debtcollector-0.8.0/requirements.txt
--- old/debtcollector-0.7.0/requirements.txt    2015-08-03 19:19:18.000000000 
+0200
+++ new/debtcollector-0.8.0/requirements.txt    2015-09-08 17:29:41.000000000 
+0200
@@ -2,7 +2,7 @@
 # of appearance. Changing the order has an impact on the overall integration
 # process, which may cause wedges in the gate later.
 
-pbr<2.0,>=1.3
+pbr<2.0,>=1.6
 Babel>=1.3
 six>=1.9.0
 wrapt>=1.7.0 # BSD License
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/debtcollector-0.7.0/test-requirements.txt 
new/debtcollector-0.8.0/test-requirements.txt
--- old/debtcollector-0.7.0/test-requirements.txt       2015-08-03 
19:19:18.000000000 +0200
+++ new/debtcollector-0.8.0/test-requirements.txt       2015-09-08 
17:29:41.000000000 +0200
@@ -9,7 +9,7 @@
 python-subunit>=0.0.18
 sphinx!=1.2.0,!=1.3b1,<1.3,>=1.1.2
 oslosphinx>=2.5.0 # Apache-2.0
-oslotest>=1.9.0 # Apache-2.0
+oslotest>=1.10.0 # Apache-2.0
 testrepository>=0.0.18
 testscenarios>=0.4
 testtools>=1.4.0


Reply via email to