14
0
forked from pool/python-reno
Commit Graph

10 Commits

Author SHA256 Message Date
Tomáš Chvátal
e0189675b7 Accepting request 789027 from home:pgajdos:python
- version update to 3.0.0
  * Remove usage of six
  * [ussuri][goal] Drop python 2.7 support and testing
  * Add extension metadata to sphinxext
  * Handle Windows compatibility
  * Scan all branches for cache generation
  * Avoid docutils 0.15 with py2
  * Add Python 3 Train unit tests
  * Fix py27 test: Update sphinx requirement
  * OpenDev Migration Patch
  * Switch to current hacking
  * Remove references to oslosphinx

OBS-URL: https://build.opensuse.org/request/show/789027
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-reno?expand=0&rev=17
2020-03-27 20:20:29 +00:00
Thomas Bechtold
349888f479 - update to version 2.11.3 (bsc#1137659)
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-reno?expand=0&rev=15
2019-06-13 04:35:32 +00:00
Thomas Bechtold
d8ce1c6e74 - 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
2019-06-13 04:33:05 +00:00
Thomas Bechtold
32335827c1 - update to version 2.7.0
- improve output messages
  - add an internal sphinx extension to show the configuration defaults
  - support scanning closed stable branches
  - define options with help text

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-reno?expand=0&rev=12
2018-02-26 07:05:26 +00:00
e9ed83e12d - update to version 2.6.0
- remove some duplication in ChangeTracker
  - Replace http with https
  - Add user details for editing stable branch notes
  - switch from oslosphinx to openstackdocstheme
  - Update documention link for doc migration
  - loader: Extract cache filename from config object
  - expand examples in documentation
  - ignore changes until the file is added within the scanned range
  - fix release note markup
  - Allow users to change prelude section name
  - Block comment should start with '# '
  - Clean up rendered HTML with openstackdocstheme
  - update bindep list
  - requirements: Stop requiring a specific pbr version
  - Move notesdir default to 'defaults' module
  - Remove Babel from setup.cfg and requirements
  - rearrange the existing docs to follow the new standard layout
  - Support repodir config files
  - add release note for scanner fix
  - Add option to create release note from user-provided template
  - update ref search logic for zuulv3 CI layout
  - release note for zuulv3 fix
  - allow release notes sections to be single strings
  - add option for ignoring some notes files

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-reno?expand=0&rev=10
2017-12-04 22:35:48 +00:00
Thomas Bechtold
fadb5eb010 - update to version 2.4.1
- add function for reducing change list to operations
  - sphinxext: Include branch information in source name
  - Properly declare dependency on six
  - return the name of the cache file created
  - Have import order follow standard and fix misspelling
  - Remove discover from test-requirements
  - Replace LOG.wirn with LOG.warning
  - Support to set a custom template used to create new notes
  - set up logging in the sphinx extension
  - set relnotesdir to default inside config
  - Changed the link to home-page
  - Show team and repo badges on README
  - Using fixtures.MockPatch instead of mockpatch.Patch
  - clarify automatic inclusion of prelude section
  - update release notes
  - let the Config object give us the path to the notes
  - define Config class
  - logging improvements
  - trim Newton history to avoid duplication
  - use dulwich to find the current version on a branch
  - fix a problem scanning for the base of a branch with no tag
  - Wrap template at ~79 characters
  - add filename and sha in comments in report output
  - Add YAML configuration parsing
  - Document how reno handles eol branches in config
  - add a --title option to the report command
  - doc: Document the available configuration options
  - Remove oslotest from test-requirements.txt
  - add a lint command

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-reno?expand=0&rev=8
2017-08-05 07:06:52 +00:00
b1be9ab916 Accepting request 422102 from home:tbechtold:branches:devel:languages:python
- Use pypi.io as Source url

OBS-URL: https://build.opensuse.org/request/show/422102
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-reno?expand=0&rev=6
2016-08-25 12:54:55 +00:00
676054a6d3 Accepting request 422090 from home:tbechtold:branches:devel:languages:python
- update to 1.8.0:
  * ignore all coverage output files
  * add warnings for malformated input
  * add API for writing the cache file
  * report extra files with warnings
  * Ignore empty sections in notes
  * Clean up oslo-incubator stuff
  * [Trivial] Remove executable privilege of doc/source/conf.py

OBS-URL: https://build.opensuse.org/request/show/422090
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-reno?expand=0&rev=5
2016-08-25 12:49:00 +00:00
96492e90be Accepting request 400036 from Cloud:OpenStack:Master
- update to 1.6.2:
  * default to collapsing pre-releases in sphinxext
  * handle deleted notes properly
  * refactor argument buildup to make it more reusable
  * improve test coverage
  * always show coverage report for test runs
  * Add deprecations section to usage documentation
  * use less entropy in unit tests
  * collapse pre-release notes into regular releases by default

OBS-URL: https://build.opensuse.org/request/show/400036
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-reno?expand=0&rev=3
2016-06-06 11:20:46 +00:00
Thomas Bechtold
c85a345772 Accepting request 359615 from home:dirkmueller:branches:devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/359615
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-reno?expand=0&rev=1
2016-02-16 13:09:25 +00:00