diff --git a/_service b/_service deleted file mode 100644 index 38efd49..0000000 --- a/_service +++ /dev/null @@ -1,13 +0,0 @@ - - - enable - - - pbr - - - - - enable - - diff --git a/pbr-0.7.0.tar.gz b/pbr-0.7.0.tar.gz new file mode 100644 index 0000000..b939c48 --- /dev/null +++ b/pbr-0.7.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1680e9add47561abf6aed6c18d5d9bf3c8b8f22bd9931373f28348e10c5b9fce +size 78021 diff --git a/pbr-master.tar.gz b/pbr-master.tar.gz deleted file mode 100644 index 11dcf02..0000000 --- a/pbr-master.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e97790e64f3674463bfbbf95352ee54a465feb35c09a0eb82b371abb02327529 -size 78050 diff --git a/python-pbr.changes b/python-pbr.changes index eefd91c..e23a50c 100644 --- a/python-pbr.changes +++ b/python-pbr.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Mar 24 16:20:30 UTC 2014 - dmueller@suse.com + +- update to 0.7.0: + * No changes, just use the released tarball which has + the right version (that others are checking for) + ------------------------------------------------------------------- Tue Mar 18 14:18:44 UTC 2014 - speilicke@suse.com @@ -17,6 +24,38 @@ Tue Mar 18 14:18:44 UTC 2014 - speilicke@suse.com * package: read a specific Python version requirement file - Fix dependencies +------------------------------------------------------------------- +Fri Feb 14 09:39:45 UTC 2014 - speilicke@suse.com + +- Run testr directly + +------------------------------------------------------------------- +Tue Feb 4 09:42:28 UTC 2014 - dmueller@suse.com + +- update to 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 jenkins@openstack.org 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 + ------------------------------------------------------------------- Thu Jan 9 09:20:10 UTC 2014 - speilicke@suse.com diff --git a/python-pbr.spec b/python-pbr.spec index 73a1af7..dc5e657 100644 --- a/python-pbr.spec +++ b/python-pbr.spec @@ -21,13 +21,13 @@ %bcond_with test Name: python-pbr -Version: 0.6.14.g6ffff7c +Version: 0.7.0 Release: 0 Summary: Python Build Reasonableness License: Apache-2.0 Group: Development/Languages/Python Url: http://pypi.python.org/pypi/pbr -Source: http://tarballs.openstack.org/pbr/pbr-master.tar.gz +Source: https://pypi.python.org/packages/source/p/pbr/pbr-%{version}.tar.gz BuildRequires: python-devel # Documentation requirements: BuildRequires: python-Sphinx >= 1.1.2 @@ -74,7 +74,7 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot} %if %{with test} %check -testr init && testr run +testr init && testr run --parallel %endif %files