Hello community,

here is the log from the commit of package python3-pbr for openSUSE:Factory 
checked in at 2015-01-12 09:49:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-pbr (Old)
 and      /work/SRC/openSUSE:Factory/.python3-pbr.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python3-pbr"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-pbr/python3-pbr.changes  2013-10-14 
14:31:16.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python3-pbr.new/python3-pbr.changes     
2015-01-12 09:49:50.000000000 +0100
@@ -1,0 +2,129 @@
+Sat Jan 10 02:57:54 UTC 2015 - [email protected]
+
+- specfile:
+  * update copyright year
+  * always require pip for building
+  * install pbr as pbr-%{py3_ver}
+
+- update to verson 0.10.7:
+  * _get_revno only returns a commit count
+
+- changes from version 0.10.6:
+  * Integration test PBR commits
+
+- changes from version 0.10.5:
+  * Move write_pbr_json to avoid issues with nose
+
+- changes from version 0.10.4:
+  * Properly check for git before getting git dir
+  * Use post version signifiers
+  * Only import sphinx during hook processing
+
+- changes from version 0.10.3:
+  * Stop including git sha in version strings
+  * Write and read more complex git sha info
+
+- changes from version 0.10.1:
+  * Prefix git suffixes with + instead of
+
+- changes from version 0.10.2:
+  * Remove all 2.7 filtering
+  * Stop filtering out argparse
+  * Remove mirror testing from the integration script
+
+- changes from version 0.9.0:
+  * Allow examining parsing exceptions
+  * Update integration script for Apache 2.4
+  * Restore Monkeypatched Distribution Instance
+  * Register testr as a distutil entry point
+  * Check for git before querying it for a version
+  * Allow _run_cmd to run commands in any directory
+  * Make setUp fail if sdist fails
+  * Permit pre-release versions with git metadata
+  * Un-nest some sections of code
+
+- changes from version 0.8.2:
+  * Remove --use-mailmap as it's not needed
+  * Fix typos in docs
+
+- changes from version 0.8.1:
+  * pbr/testr_command.py: Add logging
+  * Documentation updates
+  * Fixed a typo in the documentation
+  * Make source configurable when using --coverage
+  * README.rst: tweaks
+  * Format autoindex.rst file properly
+  * make pbr use hacking directly
+
+- changes from version 0.8.0:
+  * Use unicode_literals import instead of u'unicode' notation
+  * Add support for nested requirements files
+  * Remove pip version specifier
+  * Make tools/integration.sh take a branch
+  * Fixes blocking issue on Windows
+  * Remove duplicate git setup in tests
+
+- changes from version 0.7.0:
+  * Factor run_cmd out of the base class
+  * Return the real class in VersionInfo __repr__
+  * Fix up some docstrings
+  * Init sphinx config values before accessing them
+  * Remove copyright from empty files
+  * Declare support for Python versions in setup.cfg
+  * Updated from global requirements
+  * Remove unused _parse_mailmap()
+  * Add support for python 3-<3.3
+  * Remove tox locale overrides
+  * Do not force log verbosity level to info
+
+- changes from version 0.6:
+  * package: read a specific Python version requirement file
+  * Fix typos in documents
+  * Pin sphinx to <1.2
+  * Build mirror using proper requirements
+  * Use wheels for installation
+  * show diff between pip installed packages and requirements
+  * Enable wheel processing in the tests
+  * Clean up integration script
+  * Let git do mailmap mapping for us
+  * Make ChangeLog more condensed
+  * Make sphinx builders configurable in LocalBuildDoc
+  * Serve local mirror using apache
+  * Bump the development status classifier
+  * Support building wheels (PEP-427)
+  * Ignore [email protected] in authors building
+  * Communicate to user when we skip a requirement
+  * Base python 2.7 skip list on parsed names
+  * Link to the documentation in the readme
+  * Avoid using 'which' executable for finding git
+  * Add wheel mirror structure awareness
+  * Remove pip as an argument from mkvenv
+  * Use pypi-mirror instead of jeepyb
+
+- changes from version 0.5.23:
+  * Fixed pbr install to not error out and fail if git is not installed
+
+- changes from version 0.5.22:
+  * Move base test case logic out of __init__.py
+  * Comply with pep440
+  * Prevent ordereddict installation on 2.7
+  * Do not pass unicode where byte strings are wanted
+  * Add the semver documentation
+  * Get rid of PyPI URL override in integration test
+  * Add a test for command registration
+  * Switch away from tearDown for BaseTests
+  * Fix test_changelog when git isn't globally setup
+  * Rework run_shell_command
+  * Update tox config to use latest upgrades
+  * Add a hint for users who don't have git installed
+  * Add pypy to tox.ini
+  * Fix python-ldap mirroring
+  * Stop checking periods in commit messages
+  * Fixes issue with command escaping on Windows
+  * Added documentation for packagers
+  * Update requirements in integration test
+  * Sync requirements with global requirements
+  * Fix pep8 error
+  * Add option to run testr serially
+
+-------------------------------------------------------------------

Old:
----
  pbr-0.5.21.tar.gz

New:
----
  pbr-0.10.7.tar.gz

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

Other differences:
------------------
++++++ python3-pbr.spec ++++++
--- /var/tmp/diff_new_pack.qLQx8c/_old  2015-01-12 09:49:51.000000000 +0100
+++ /var/tmp/diff_new_pack.qLQx8c/_new  2015-01-12 09:49:51.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-pbr
 #
-# 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
@@ -21,7 +21,7 @@
 %bcond_with tests 
 
 Name:           python3-pbr
-Version:        0.5.21
+Version:        0.10.7
 Release:        0
 Summary:        Python Build Reasonableness
 License:        Apache-2.0
@@ -29,6 +29,7 @@
 Url:            http://pypi.python.org/pypi/pbr
 Source:         
http://pypi.python.org/packages/source/p/pbr/pbr-%{version}.tar.gz
 BuildRequires:  python3-devel
+BuildRequires:  python3-pip >= 1.0
 # Documentation requirements:
 BuildRequires:  python3-Sphinx
 # Test requirements:
@@ -39,7 +40,6 @@
 BuildRequires:  python3-mox
 BuildRequires:  python3-nose
 BuildRequires:  python3-oslo.config
-BuildRequires:  python3-pip >= 1.0
 BuildRequires:  python3-python-mimeparse
 BuildRequires:  python3-python-subunit
 BuildRequires:  python3-testrepository >= 0.0.13
@@ -68,6 +68,7 @@
 
 %install
 python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
+mv %{buildroot}/%{_bindir}/pbr %{buildroot}/%{_bindir}/pbr-%{py3_ver}
 
 %if %{with tests}
 %check
@@ -78,5 +79,6 @@
 %defattr(-,root,root,-)
 %doc README.rst AUTHORS LICENSE
 %{python3_sitelib}/*
+%{_bindir}/pbr-%{py3_ver}
 
 %changelog

++++++ pbr-0.5.21.tar.gz -> pbr-0.10.7.tar.gz ++++++
++++ 9798 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to