176 Commits

Author SHA256 Message Date
f8feea2e3c - update to 4.0.0:
* builddoc: Treat '[pbr] autodoc\_tree\_excludes' as a multi-line opt
  * update parse test to use reliable comparison
  * Make docs on env vars a little clearer
  * Updated from global requirements
  * future-proof invocation of apidoc
  * emit warning correctly
  * deprecations: Deprecate support for '-py{N}' requirements
  * doc: Minor rework of usage doc
  * doc: Rework features doc
  * Support v<semver> version
  * Deprecate testr and nose integration
  * tests: Increase coverage of requirements parsing
  * trivial: Move packaging tests to test\_packaging
  * Put test-requirements into an extra named 'test'
  * Support Description-Content-Type metadata
  * Avoid tox\_install.sh for constraints support
  * Test on Python 3.6
  * Support PEP 345 Project-URL metadata
  * Remove setting of version/release from releasenotes
  * Use 'build\_reno' setuptools extension if available
  * Remove unnecessary 'if True'
  * Discover Distribution through the class hierarchy
  * Add reno for release notes management
  * Remove support for command hooks
  * Remove dead code
  * Deprecate support for Sphinx < 1.6
  * builddoc: Use '[sphinx\_build] builders' with Sphinx < 1.6
  * Remove win32/nt checks for wrapper script gen
  * Remove py26 support

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pbr?expand=0&rev=78
2018-03-28 04:45:44 +00:00
15406f9d3b Accepting request 537608 from devel:languages:python
- use %python_clone instead of manual copying
- drop shebang and executable from the included test setup.py
  instead of complicated post-install fixing

OBS-URL: https://build.opensuse.org/request/show/537608
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pbr?expand=0&rev=32
2017-10-31 14:42:54 +00:00
Jan Matejek
681a907318 - use %python_clone instead of manual copying
- drop shebang and executable from the included test setup.py
  instead of complicated post-install fixing

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pbr?expand=0&rev=76
2017-10-30 16:14:51 +00:00
2e8546459b Accepting request 515115 from devel:languages:python
- remove unused BuildRequires on python-pip
- add python-setuptools as BuildRequires

OBS-URL: https://build.opensuse.org/request/show/515115
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pbr?expand=0&rev=31
2017-08-14 10:36:23 +00:00
8c91db2541 - remove unused BuildRequires on python-pip
- add python-setuptools as BuildRequires

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pbr?expand=0&rev=74
2017-08-08 06:08:01 +00:00
bef2927c42 Accepting request 509275 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/509275
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pbr?expand=0&rev=30
2017-07-12 17:33:22 +00:00
Todd R
d3601caf21 Accepting request 509274 from home:TheBlackCat:branches:devel:languages:python
Fix wrong-script-interpreter rpmlint error.

OBS-URL: https://build.opensuse.org/request/show/509274
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pbr?expand=0&rev=72
2017-07-10 19:35:36 +00:00
d0f38dbc84 Accepting request 507246 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/507246
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pbr?expand=0&rev=29
2017-07-04 09:56:33 +00:00
c85aff6ad5 Accepting request 507129 from home:tbechtold:branches:devel:languages:python
- update to 3.1.1:
  * Restore previous IP binding
  * allow user to override the output location of api docs
  * fix tests based on API change in Sphinx
  * Updated from global requirements
  * Add binding option for WSGI server
  * Ignore index URL lines in requirements.txt files

- update to 3.1.1:
  * Restore previous IP binding
  * allow user to override the output location of api docs
  * fix tests based on API change in Sphinx
  * Updated from global requirements
  * Add binding option for WSGI server
  * Ignore index URL lines in requirements.txt files

OBS-URL: https://build.opensuse.org/request/show/507129
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pbr?expand=0&rev=70
2017-06-30 08:08:23 +00:00
Jan Matejek
544db86e10 - drop upstreamed make_oslosphinx_optional.patch
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pbr?expand=0&rev=69
2017-06-23 15:42:13 +00:00
129c22b3d1 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pbr?expand=0&rev=68 2017-05-18 14:13:15 +00:00
38eb3ed288 - Update to pbr-3.0.1:
* builddoc: uses the new Sphinx 1.6 code for multiple builder
  * Updated from global requirements
  * Fix missing comment from previous change
  * trivial: Add note about multiple builders support
  * Remove 'build\_sphinx\_latex'
  * Stop building man pages by default
  * docs: Use definition lists
  * add image.nonlocal\_uri to the list of warnings ignored
  * doc: Document Sphinx integration
  * add changelog to published documentation
  * Lazy import pkg\_resources
  * Add Changelog build handling for invalid chars
  * Initialize sphinx config using application instead of config
  * Make oslosphinx optional
  * Updated from global requirements
  * Also generate XML coverage report
  * Update to a newer hacking library
- drop 0001-Initialize-sphinx-config-using-application-instead-o.patch
  Upstream

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pbr?expand=0&rev=67
2017-05-18 11:44:05 +00:00
479e6796af Accepting request 484778 from devel:languages:python
- Fix Source url

- Add make_oslosphinx_optional.patch
  https://review.openstack.org/#/c/443555/

- Update to pbr-2.0.0
  * tox: Don't set skipsdist=True
  * Stop using 'warnerrors'
  * doc: Clarify sections in 'setup.cfg'
  * Updated from global requirements
  * Remove discover from test-requirements
  * Add Constraints support
  * Don't raise exception on missing man pages
  * Updated from global requirements
  * Clean imports in code
  * Updated from global requirements
  * Docstrings should not start with a space
  * Changed the home-page link
  * Update .coveragerc after the removal of openstack directory
  * coverage package name option, doc improvement
  * Updated from global requirements
  * Deprecated warning for SafeConfigParser
  * Add more words to a confusing error message
  * Don't ignore data-files
  * Change assertTrue(isinstance()) by optimal assert
  * Fix handling of old git log output
  * Fix typo in the index.rst
  * Expose deb version to match exposing rpm version
  * Replace OpenStack LLC with OpenStack Foundation
  * Updated from global requirements

OBS-URL: https://build.opensuse.org/request/show/484778
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pbr?expand=0&rev=28
2017-04-19 16:06:46 +00:00
a775aa7c00 - Add 0001-Initialize-sphinx-config-using-application-instead-o.patch
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pbr?expand=0&rev=65
2017-04-03 05:06:58 +00:00
Jan Matejek
6910975579 - uninstall alternatives in %postun
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pbr?expand=0&rev=64
2017-03-29 13:53:23 +00:00
Jan Matejek
665f438e6d Accepting request 483305 from home:tbechtold:branches:devel:languages:python
- Fix Source url

- Fix Source url

OBS-URL: https://build.opensuse.org/request/show/483305
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pbr?expand=0&rev=63
2017-03-29 12:22:05 +00:00
d18114b0c5 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pbr?expand=0&rev=62 2017-03-09 11:28:06 +00:00
c5c66108b0 Accepting request 477946 from home:aplanas:branches:devel:languages:python
- Add make_oslosphinx_optional.patch
  https://review.openstack.org/#/c/443555/

- Update to pbr-2.0.0
  * tox: Don't set skipsdist=True
  * Stop using 'warnerrors'
  * doc: Clarify sections in 'setup.cfg'
  * Updated from global requirements
  * Remove discover from test-requirements
  * Add Constraints support
  * Don't raise exception on missing man pages
  * Updated from global requirements
  * Clean imports in code
  * Updated from global requirements
  * Docstrings should not start with a space
  * Changed the home-page link
  * Update .coveragerc after the removal of openstack directory
  * coverage package name option, doc improvement
  * Updated from global requirements
  * Deprecated warning for SafeConfigParser
  * Add more words to a confusing error message
  * Don't ignore data-files
  * Change assertTrue(isinstance()) by optimal assert
  * Fix handling of old git log output
  * Fix typo in the index.rst
  * Expose deb version to match exposing rpm version
  * Replace OpenStack LLC with OpenStack Foundation
  * Updated from global requirements
  * Fix pypy soabi tests
  * Add Python 3.5 classifier and venv

OBS-URL: https://build.opensuse.org/request/show/477946
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pbr?expand=0&rev=61
2017-03-09 11:15:04 +00:00
d4aa53e211 Accepting request 460703 from devel:languages:python
- update for singlespec
- use hardlinks instead of symlinks for %fdupes, because
  symlinks would point across subpackages

OBS-URL: https://build.opensuse.org/request/show/460703
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pbr?expand=0&rev=27
2017-02-27 17:42:04 +00:00
Jan Matejek
2d9ac31d46 - use hardlinks instead of symlinks for %fdupes, because
symlinks would point across subpackages

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pbr?expand=0&rev=59
2017-02-27 13:12:29 +00:00
Jan Matejek
689797597c Accepting request 460234 from devel:languages:python:singlespec
- change to build only with python3 Sphinx
- provide $flavor-doc for all pythons
- include patches so that build doesn't fail
  on manpages

- update for singlespec

OBS-URL: https://build.opensuse.org/request/show/460234
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pbr?expand=0&rev=58
2017-02-24 14:34:54 +00:00
c947aad3c8 - add 0001-Don-t-raise-exception-on-missing-man-pages.patch,
0001-Don-t-ignore-data-files.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pbr?expand=0&rev=57
2017-02-20 22:10:48 +00:00
91ea3a303b Accepting request 430633 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/430633
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pbr?expand=0&rev=26
2016-10-03 07:36:07 +00:00
7f5188c4c9 Accepting request 430622 from home:tbechtold:branches:devel:languages:python
- Add missing python-setuptools Requires.

OBS-URL: https://build.opensuse.org/request/show/430622
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pbr?expand=0&rev=55
2016-09-27 19:14:52 +00:00
67213d6976 Accepting request 430529 from home:tbechtold:branches:devel:languages:python
- Remove unneeded Requires for python-pip. It's only used
  for testing.

OBS-URL: https://build.opensuse.org/request/show/430529
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pbr?expand=0&rev=54
2016-09-27 10:09:42 +00:00
0ad025185b Accepting request 397613 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/397613
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pbr?expand=0&rev=25
2016-05-26 21:53:45 +00:00
6d5ca55b1f Accepting request 397612 from home:tbechtold:branches:devel:languages:python
- Fix pypi source

- Fix pypi source

OBS-URL: https://build.opensuse.org/request/show/397612
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pbr?expand=0&rev=52
2016-05-24 05:18:12 +00:00
9d88b52bda Accepting request 397608 from home:tbechtold:branches:devel:languages:python
- update to 1.10.0:
  * File is wrongly marked as executable
  * Fix wsgiref script use with oslo.config
  * Update Preversioning explanation to avoid double that
  * Handle IndexError during version string parsing
  * Correct server test
  * Updated from global requirements
  * Fix soabi tests with pypy
  * package: fix wrong catch in email parsing
  * Do not convert git tags when searching history
  * Include wsgi_scripts in generated wheels
  * Correct the indentation in the classifiers example
  * Do not silently drop markers that fail to evaluate
  * Clarifications around tags and version numbers
  * Correct typo - s/enabeld/enabled/
  * Use apt-cache generated packages to provide build deps
  * fix some variable names
  * Don't attempt to test with 0.6c11 with Py3
  * Support entry point patching on setuptools < 12
  * Updated from global requirements
  * Split changelog on nulls instead of (
  * Add libjpeg and liberasurecode for tests
  * Handle markers to support sdist on pip < 6
  * Deprecated tox -downloadcache option removed
  * passenv integration environment variables re-enabling integration tests
  * Enable pep8 H405 tests
  * Add patch to properly get all commands from dist
  * doc: Remove 'MANIFEST.in'
  * doc: Trivial cleanup of 'index.rst'
  * doc: Add deprecation note for 'requirements-pyN'

OBS-URL: https://build.opensuse.org/request/show/397608
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pbr?expand=0&rev=51
2016-05-24 05:08:45 +00:00
76bd4fda82 Accepting request 384420 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/384420
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pbr?expand=0&rev=24
2016-04-11 07:12:25 +00:00
b9b23adb11 Accepting request 382992 from home:tbechtold:branches:devel:languages:python
- update to 1.8.1:
  * Handle the case where cmd.distribution has no pbr attribute
  * test_integration cleanups
  * Remove redundant testscenarios glue
  * Add standard code coverage configuration file
  * Add shields.io version/downloads links/badges into README.rst

- update to 1.8.1:
  * Handle the case where cmd.distribution has no pbr attribute
  * test_integration cleanups
  * Remove redundant testscenarios glue
  * Add standard code coverage configuration file
  * Add shields.io version/downloads links/badges into README.rst

OBS-URL: https://build.opensuse.org/request/show/382992
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pbr?expand=0&rev=49
2016-04-05 08:45:32 +00:00
fd44ce9364 Accepting request 332550 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/332550
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pbr?expand=0&rev=23
2015-10-01 10:20:43 +00:00
7b10020cf6 Accepting request 332225 from Cloud:OpenStack:Master
- update to 1.8.0:
  * Strip comments present in setup.cfg
  * Protect WSGI application with a critical section
- Remove 0001-Remove-sphinx_config.init_values-manual-call.patch
  Fixed upstream

- update to 1.8.0:
  * Strip comments present in setup.cfg
  * Protect WSGI application with a critical section
- Remove 0001-Remove-sphinx_config.init_values-manual-call.patch
  Fixed upstream

OBS-URL: https://build.opensuse.org/request/show/332225
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pbr?expand=0&rev=47
2015-09-21 09:01:34 +00:00
7bab1150f5 Accepting request 330311 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/330311
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pbr?expand=0&rev=22
2015-09-16 08:36:14 +00:00
67825fb9d0 Accepting request 329808 from Cloud:OpenStack:Master
- update to 1.7.0:
  * Have pbr egg_info.writer check PBR is enabled

- update to 1.7.0:
  * Have pbr egg_info.writer check PBR is enabled

OBS-URL: https://build.opensuse.org/request/show/329808
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pbr?expand=0&rev=45
2015-09-10 10:21:48 +00:00
Stephan Kulow
25e0bd3f73 Accepting request 327221 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/327221
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pbr?expand=0&rev=21
2015-08-29 18:03:41 +00:00
3b151d8aaf Accepting request 326694 from Cloud:OpenStack:Master
- update to 1.6.0:
  * Strip comments in requirements files
  * Handle git being entirely absent
  * We require the use of setuptools
  * Fix retrieval of commit data and most recent tag

- update to 1.6.0:
  * Strip comments in requirements files
  * Handle git being entirely absent
  * We require the use of setuptools
  * Fix retrieval of commit data and most recent tag
- Remove 0001-Handle-git-being-entirely-absent.patch .
  Applied upstream

OBS-URL: https://build.opensuse.org/request/show/326694
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pbr?expand=0&rev=43
2015-08-26 15:47:05 +00:00
662ede7234 Accepting request 322053 from devel:languages:python
- update to version 1.4.0
  * Fix docs for environment markers in extras
  * Export ChangeLog and AUTHORS in install
  * Show how long the git querying takes
  * Add wsgi_scripts support to PBR
  * Updated from global requirements
- requires python-mock >= 1.2

- add 0001-Handle-git-being-entirely-absent.patch
- revert dependency on git (see comment in the specfile)

- update to version 1.4.0
  * Fix docs for environment markers in extras
  * Export ChangeLog and AUTHORS in install
  * Show how long the git querying takes
  * Add wsgi_scripts support to PBR
  * Updated from global requirements
- requires python-mock >= 1.2

OBS-URL: https://build.opensuse.org/request/show/322053
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pbr?expand=0&rev=20
2015-08-14 12:45:47 +00:00
10d2edeb58 - revert dependency on git (see comment in the specfile)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pbr?expand=0&rev=41
2015-08-12 09:39:37 +00:00
038076c214 - add 0001-Handle-git-being-entirely-absent.patch
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pbr?expand=0&rev=40
2015-08-12 09:34:29 +00:00
2f6011fcf7 - add 0001-Handle-git-being-entirely-absent.patch
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pbr?expand=0&rev=39
2015-08-12 09:34:08 +00:00
0d563c9941 Accepting request 321796 from home:seife:OpenStack:Master
update to version 1.4.0

OBS-URL: https://build.opensuse.org/request/show/321796
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pbr?expand=0&rev=38
2015-08-11 08:09:57 +00:00
8c7ea16968 Accepting request 320131 from devel:languages:python
Split documentation into own package to avoid dependency loop

OBS-URL: https://build.opensuse.org/request/show/320131
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pbr?expand=0&rev=19
2015-08-06 22:23:14 +00:00
Todd R
cd824e57a5 Accepting request 320124 from home:TheBlackCat:branches:devel:languages:python
Split documentation into own package to avoid dependency loop

OBS-URL: https://build.opensuse.org/request/show/320124
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pbr?expand=0&rev=37
2015-08-03 10:07:09 +00:00
Todd R
d06ef469b3 Accepting request 320122 from home:TheBlackCat:branches:devel:languages:python
Split documentation into own package to avoid dependency loop

OBS-URL: https://build.opensuse.org/request/show/320122
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pbr?expand=0&rev=36
2015-08-03 10:02:05 +00:00
Todd R
1968d58dff Accepting request 318990 from home:TheBlackCat:branches:devel:languages:python
Fix update-alternatives usage.

OBS-URL: https://build.opensuse.org/request/show/318990
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pbr?expand=0&rev=35
2015-07-27 15:45:09 +00:00
Stephan Kulow
f1eedb7ea7 Accepting request 317569 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/317569
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pbr?expand=0&rev=18
2015-07-21 11:25:40 +00:00
3f4ff0a56d Accepting request 317297 from Cloud:OpenStack:Master
- update to 1.3.0:
  * Wrap env markers in parens
  * Updated from global requirements
  * Add more documentation around building docs
  * Updated from global requirements
  * Use string for 'OS_TEST_TIMEOUT' default
  * Updated from global requirements
  * This documents the use of comments that work between 2.6, 2.7 and 3.4
- Add 0001-Remove-sphinx_config.init_values-manual-call.patch . Needed
  for newer Sphinx versions.

- update to 1.2.0:
  * Strip markers from test requirements
  * Revert "Remove sphinx_config.init_values(

OBS-URL: https://build.opensuse.org/request/show/317297
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pbr?expand=0&rev=33
2015-07-20 06:50:00 +00:00
Stephan Kulow
80404c7c71 Accepting request 311742 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/311742
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pbr?expand=0&rev=17
2015-06-17 14:15:09 +00:00
2d38703c40 Accepting request 311216 from home:tbechtold:branches:devel:languages:python
- update to 1.1.0:
  * Fix test case to be runnable with gnupg 2.1
  * More explicit data_files install location docs
  * Move CapturedSubprocess fixture to base
  * Remove sphinx_config.init_values() manual call
  * Updated from global requirements
  * builddoc: allow to use fnmatch-style exclusion for autodoc
  * doc: add some basic doc about pbr doc options
  * Add home-page into sample setup.cfg
  * Make setup.py --help-commands work without testrepository
- Removed 0001-Remove-sphinx_config.init_values-manual-call.patch
  Applied upstream.

OBS-URL: https://build.opensuse.org/request/show/311216
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pbr?expand=0&rev=31
2015-06-12 08:27:14 +00:00
110a5b9b32 Accepting request 311132 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/311132
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pbr?expand=0&rev=16
2015-06-09 06:48:24 +00:00