Hello community, here is the log from the commit of package python-pbr for openSUSE:Factory checked in at 2015-09-16 10:36:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pbr (Old) and /work/SRC/openSUSE:Factory/.python-pbr.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pbr" Changes: -------- --- /work/SRC/openSUSE:Factory/python-pbr/python-pbr-doc.changes 2015-08-29 20:03:42.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python-pbr.new/python-pbr-doc.changes 2015-09-16 10:36:15.000000000 +0200 @@ -1,0 +2,6 @@ +Wed Sep 9 06:42:06 UTC 2015 - [email protected] + +- update to 1.7.0: + * Have pbr egg_info.writer check PBR is enabled + +------------------------------------------------------------------- python-pbr.changes: same change Old: ---- pbr-1.6.0.tar.gz New: ---- pbr-1.7.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pbr-doc.spec ++++++ --- /var/tmp/diff_new_pack.FUPKS5/_old 2015-09-16 10:36:16.000000000 +0200 +++ /var/tmp/diff_new_pack.FUPKS5/_new 2015-09-16 10:36:16.000000000 +0200 @@ -17,7 +17,7 @@ Name: python-pbr-doc -Version: 1.6.0 +Version: 1.7.0 Release: 0 Summary: Documentation for python-pbr License: Apache-2.0 ++++++ python-pbr.spec ++++++ --- /var/tmp/diff_new_pack.FUPKS5/_old 2015-09-16 10:36:16.000000000 +0200 +++ /var/tmp/diff_new_pack.FUPKS5/_new 2015-09-16 10:36:16.000000000 +0200 @@ -21,7 +21,7 @@ %bcond_with test Name: python-pbr -Version: 1.6.0 +Version: 1.7.0 Release: 0 Summary: Python Build Reasonableness License: Apache-2.0 ++++++ pbr-1.6.0.tar.gz -> pbr-1.7.0.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pbr-1.6.0/ChangeLog new/pbr-1.7.0/ChangeLog --- old/pbr-1.6.0/ChangeLog 2015-08-24 23:31:23.000000000 +0200 +++ new/pbr-1.7.0/ChangeLog 2015-09-08 18:21:16.000000000 +0200 @@ -1,6 +1,11 @@ CHANGES ======= +1.7.0 +----- + +* Have pbr egg_info.writer check PBR is enabled + 1.6.0 ----- diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pbr-1.6.0/PKG-INFO new/pbr-1.7.0/PKG-INFO --- old/pbr-1.6.0/PKG-INFO 2015-08-24 23:31:23.000000000 +0200 +++ new/pbr-1.7.0/PKG-INFO 2015-09-08 18:21:17.000000000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: pbr -Version: 1.6.0 +Version: 1.7.0 Summary: Python Build Reasonableness Home-page: https://launchpad.net/pbr Author: OpenStack diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pbr-1.6.0/pbr/pbr_json.py new/pbr-1.7.0/pbr/pbr_json.py --- old/pbr-1.6.0/pbr/pbr_json.py 2015-08-24 23:30:59.000000000 +0200 +++ new/pbr-1.7.0/pbr/pbr_json.py 2015-09-08 18:20:54.000000000 +0200 @@ -20,6 +20,8 @@ def write_pbr_json(cmd, basename, filename): + if not cmd.distribution.pbr: + return git_dir = git._run_git_functions() if not git_dir: return diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pbr-1.6.0/pbr.egg-info/PKG-INFO new/pbr-1.7.0/pbr.egg-info/PKG-INFO --- old/pbr-1.6.0/pbr.egg-info/PKG-INFO 2015-08-24 23:31:23.000000000 +0200 +++ new/pbr-1.7.0/pbr.egg-info/PKG-INFO 2015-09-08 18:21:17.000000000 +0200 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: pbr -Version: 1.6.0 +Version: 1.7.0 Summary: Python Build Reasonableness Home-page: https://launchpad.net/pbr Author: OpenStack diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pbr-1.6.0/pbr.egg-info/SOURCES.txt new/pbr-1.7.0/pbr.egg-info/SOURCES.txt --- old/pbr-1.6.0/pbr.egg-info/SOURCES.txt 2015-08-24 23:31:23.000000000 +0200 +++ new/pbr-1.7.0/pbr.egg-info/SOURCES.txt 2015-09-08 18:21:17.000000000 +0200 @@ -43,7 +43,6 @@ pbr.egg-info/dependency_links.txt pbr.egg-info/entry_points.txt pbr.egg-info/not-zip-safe -pbr.egg-info/pbr.json pbr.egg-info/top_level.txt pbr/cmd/__init__.py pbr/cmd/main.py diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pbr-1.6.0/pbr.egg-info/pbr.json new/pbr-1.7.0/pbr.egg-info/pbr.json --- old/pbr-1.6.0/pbr.egg-info/pbr.json 2015-08-24 23:31:23.000000000 +0200 +++ new/pbr-1.7.0/pbr.egg-info/pbr.json 1970-01-01 01:00:00.000000000 +0100 @@ -1 +0,0 @@ -{"git_version": "1e05037", "is_release": true} \ No newline at end of file diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pbr-1.6.0/setup.cfg new/pbr-1.7.0/setup.cfg --- old/pbr-1.6.0/setup.cfg 2015-08-24 23:31:23.000000000 +0200 +++ new/pbr-1.7.0/setup.cfg 2015-09-08 18:21:17.000000000 +0200 @@ -53,7 +53,7 @@ universal = 1 [egg_info] +tag_date = 0 tag_svn_revision = 0 tag_build = -tag_date = 0
