Commit Graph

115 Commits

Author SHA256 Message Date
Stephan Kulow
28de886ab1 Accepting request 243452 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/243452
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pbr?expand=0&rev=10
2014-08-05 11:00:14 +00:00
Denisart Benjamin
90cdb17e9a Accepting request 243257 from home:dimstar:rpmlintrc
Rename rpmlintrc as per pkg guideline to %{name}-rpmlintrc (and execute pre_checkin.sh to sync-up)

OBS-URL: https://build.opensuse.org/request/show/243257
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pbr?expand=0&rev=18
2014-08-02 11:02:38 +00:00
256bc0428f Accepting request 242514 from home:toabctl:branches:devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/242514
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pbr?expand=0&rev=17
2014-07-31 15:51:52 +00:00
Stephan Kulow
3a3f9fd400 Accepting request 228027 from devel:languages:python
- Update to version 0.8.0:
  * Use unicode_literals import instead of u'unicode' notation
  * Remove pip version specifier
  * Make tools/integration.sh take a branch
  * Fixes blocking issue on Windows

OBS-URL: https://build.opensuse.org/request/show/228027
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pbr?expand=0&rev=9
2014-03-30 05:55:34 +00:00
Sascha Peilicke
0af8f4a124 - Update to version 0.8.0:
* Use unicode_literals import instead of u'unicode' notation
  * Remove pip version specifier
  * Make tools/integration.sh take a branch
  * Fixes blocking issue on Windows

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pbr?expand=0&rev=15
2014-03-28 09:09:05 +00:00
Stephan Kulow
9553e22212 Accepting request 227553 from devel:languages:python
- update to 0.7.0:
  * No changes, just use the released tarball which has
  the right version (that others are checking for)

- Run testr directly

- 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 (forwarded request 227338 from dirkmueller)

OBS-URL: https://build.opensuse.org/request/show/227553
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pbr?expand=0&rev=8
2014-03-27 05:10:47 +00:00
Sascha Peilicke
9f1306dc90 Accepting request 227338 from Cloud:OpenStack:Master
- update to 0.7.0:
  * No changes, just use the released tarball which has
  the right version (that others are checking for)

- Run testr directly

- 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

OBS-URL: https://build.opensuse.org/request/show/227338
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pbr?expand=0&rev=13
2014-03-26 09:47:58 +00:00
Stephan Kulow
58b8289821 Accepting request 226609 from devel:languages:python
- Update to version pbr-0.6.14.g6ffff7c:
  * 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
  0.6
  * package: read a specific Python version requirement file
- Fix dependencies

OBS-URL: https://build.opensuse.org/request/show/226609
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pbr?expand=0&rev=7
2014-03-19 07:03:08 +00:00
Sascha Peilicke
5ebd3fd8b5 - Update to version pbr-0.6.14.g6ffff7c:
* 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
  0.6
  * package: read a specific Python version requirement file
- Fix dependencies

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pbr?expand=0&rev=10
2014-03-18 14:48:30 +00:00
Stephan Kulow
6bed7cd57f Accepting request 214241 from devel:languages:python
- Update to version 0.5.23.36.g00fbbd1:
- Install from tarballs.openstack.org (rather than PyPI) and use _service file (forwarded request 214240 from saschpe)

OBS-URL: https://build.opensuse.org/request/show/214241
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pbr?expand=0&rev=6
2014-01-20 06:55:41 +00:00
Sascha Peilicke
9861a59005 Accepting request 214240 from Cloud:OpenStack:Master
- Update to version 0.5.23.36.g00fbbd1:
- Install from tarballs.openstack.org (rather than PyPI) and use _service file

OBS-URL: https://build.opensuse.org/request/show/214240
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pbr?expand=0&rev=9
2014-01-17 15:14:30 +00:00
Stephan Kulow
c41ff4c455 Accepting request 209160 from devel:languages:python
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/209160
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pbr?expand=0&rev=5
2013-12-03 09:49:53 +00:00
Tomáš Chvátal
0cf4d6c5b4 Accepting request 186766 from Cloud:OpenStack:Factory
- Update to version 0.5.21:
  + Replace setuptools_git with a smarter approach

- Add python-pip requirement

- update to 0.5.20:
  * Add support for globbing in data files
  * Stop trying to install old pip and setuptools

- update to 0.5.18:
  * support python setup.py test
  * various python 3.x compat fixes

OBS-URL: https://build.opensuse.org/request/show/186766
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pbr?expand=0&rev=3
2013-08-13 08:52:12 +00:00
Stephan Kulow
e60bf3ecbe Accepting request 182133 from Cloud:OpenStack:Factory
- Introduce a build conditional for running tests to break build cycle
  with python-oslo.config

OBS-URL: https://build.opensuse.org/request/show/182133
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pbr?expand=0&rev=2
2013-07-04 16:06:10 +00:00
Stephan Kulow
45eb30507b Accepting request 181787 from Cloud:OpenStack:Factory
OBS-URL: https://build.opensuse.org/request/show/181787
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pbr?expand=0&rev=1
2013-07-03 08:26:40 +00:00