14
0
forked from pool/python-reno

- update to version 2.11.3

- Streamline published release notes
  - switch doc and pypi jobs to use python3
  - Migrate the link of bug report button to storyboard
  - update sphinx to at least 1.6.1
  - include the branch name in anchors to make them more unique
  - add lower-constraints tox environment and job
  - Update the min version of tox to 2.0
  - cleanups for dev workflow descriptions
  - Add python 3.6 unit test job
  - import zuul job settings from project-config
  - Collapse Unreleased and Mainline sections
  - add unreleased_version_title configuration option
  - trivial change to contributing instructions
  - refactor handling of missing config files for better testing
  - Change openstack-dev to openstack-discuss
  - update the oudated URL in doc
  - preserve the order of tags when reading the cache file
  - Enhance the travis hack
  - only override config values from command line if they are actually set
  - move sphinx flags to tox.ini
  - report line numbers for generated content more accurately
  - Update links in README
  - Switch to use stestr for unit test
  - update bug report URLs to use storyboard
  - sphinxext: Use 'sphinx.util.logging'
  - sphinxext: Use unicode_literals
  - Fix traceback when no args are passed to reno
  - tests: Use mock decorator instead of context manager
  - Integrate a setuptools command

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-reno?expand=0&rev=14
This commit is contained in:
Thomas Bechtold
2019-06-13 04:33:05 +00:00
committed by Git OBS Bridge
parent 32335827c1
commit d8ce1c6e74
5 changed files with 89 additions and 36 deletions

View File

@@ -1,3 +1,54 @@
-------------------------------------------------------------------
Thu Jun 13 04:32:03 UTC 2019 - cloud-devel@suse.de
- update to version 2.11.3
- Streamline published release notes
- switch doc and pypi jobs to use python3
- Migrate the link of bug report button to storyboard
- update sphinx to at least 1.6.1
- include the branch name in anchors to make them more unique
- add lower-constraints tox environment and job
- Update the min version of tox to 2.0
- cleanups for dev workflow descriptions
- Add python 3.6 unit test job
- import zuul job settings from project-config
- Collapse Unreleased and Mainline sections
- add unreleased_version_title configuration option
- trivial change to contributing instructions
- refactor handling of missing config files for better testing
- Change openstack-dev to openstack-discuss
- update the oudated URL in doc
- preserve the order of tags when reading the cache file
- Enhance the travis hack
- only override config values from command line if they are actually set
- move sphinx flags to tox.ini
- report line numbers for generated content more accurately
- Update links in README
- Switch to use stestr for unit test
- update bug report URLs to use storyboard
- sphinxext: Use 'sphinx.util.logging'
- sphinxext: Use unicode_literals
- Fix traceback when no args are passed to reno
- tests: Use mock decorator instead of context manager
- Integrate a setuptools command
- build our docs with the lower-constraints
- fix documentation project template
- doc: Note development workflows supported by reno
- build universal wheels
- move package publishing template back to project-config
- link to the europython 2018 presentation about reno
- update test fixtures to capture log output
- fix tox python3 overrides
- Make section titles have stable anchor links
- Add cover job
- add python 3.7 unit test job
- Allow tags prefixed with v in default regex
- Update url in HACKING.rst
- Use unicode for debug string
- Add usage with travis CI to docs
- report when loading data from the cache file
- Update sphinx extension logging
-------------------------------------------------------------------
Mon Feb 26 07:04:59 UTC 2018 - cloud-devel@suse.de