Commit Graph

73 Commits

Author SHA256 Message Date
Dominique Leuenberger
9d4262fa7f Accepting request 297898 from devel:languages:python
update

OBS-URL: https://build.opensuse.org/request/show/297898
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pbr?expand=0&rev=14
2015-04-21 08:51:55 +00:00
Denisart Benjamin
ab76ed0960 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pbr?expand=0&rev=26 2015-04-18 10:52:07 +00:00
Denisart Benjamin
fbd426a114 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pbr?expand=0&rev=25 2015-04-18 10:41:51 +00:00
Denisart Benjamin
f332894a2a Accepting request 297159 from home:frispete:python
- update to version 0.10.8
  - 0.10.8
    * Support script text override for newer develop
  - 0.10.7
    * _get_revno only returns a commit count
  - 0.10.6
    * Integration test PBR commits
  - 0.10.5
    * Move write_pbr_json to avoid issues with nose
  - 0.10.4
    * Properly check for git before getting git dir
    * Use post version signifiers
    * Only import sphinx during hook processing
  - 0.10.3
    * Stop including git sha in version strings
    * Write and read more complex git sha info
  - 0.10.2
    * Remove all 2.7 filtering
    * Stop filtering out argparse
    * Remove mirror testing from the integration script
  - 0.10.1
    * Prefix git suffixes with + instead of 
- fix Sphinx config.init_values fallout
- add update-alternatives
- remove outdated patches
- put docs in its own package

OBS-URL: https://build.opensuse.org/request/show/297159
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pbr?expand=0&rev=24
2015-04-18 10:39:41 +00:00
Stephan Kulow
d028fa0b52 Accepting request 258835 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/258835
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pbr?expand=0&rev=13
2014-11-02 15:45:42 +00:00
Denisart Benjamin
b7538471ce Accepting request 258645 from Cloud:OpenStack:Master
- add 0001-Allow-overwriting-sphinx-builder-list-from-command-l.patch
  0001-use-get_boolean_option-for-warnerrors.patch

OBS-URL: https://build.opensuse.org/request/show/258645
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pbr?expand=0&rev=22
2014-10-29 17:19:48 +00:00
Stephan Kulow
b0059dfab3 Accepting request 258233 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/258233
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pbr?expand=0&rev=12
2014-10-25 06:33:21 +00:00
Todd R
202dd2d115 Accepting request 258232 from home:TheBlackCat:branches:devel:languages:python
Add python-pip from requires to buildrequires

OBS-URL: https://build.opensuse.org/request/show/258232
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pbr?expand=0&rev=20
2014-10-24 09:38:56 +00:00
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