Changelog for
python-reno-2.0.3-1.1.noarch.rpm :
Fri Mar 17 13:00:00 2017 cloud-develAATTsuse.de
- update to version 2.0.3:
- use dulwich to determine the branch base
- add function for reducing change list to operations
- reconfigure release notes display to include newton
- optimize check for the current version
- Link to reStructuredText primer from usage docs
- shortcut the branch scan by looking at the version number
- Properly declare dependency on six
- Add debugging section to docs
- log git commands run in scanner tests
- return the name of the cache file created
- add configuration option to not stop at branch base
- ensure tags are returned in a consistent order
- Have import order follow standard and fix misspelling
- let the Config class clean up the reporoot we\'re given
- traversal performance improvements
- deal with remote branches
- 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
- Add support for tags tagging other tags
- Enable to create and edit a note with reno new
- Changed the link to home-page
- Show team and repo badges on README
- add more tests for _get_ref
- Clean imports in code
- create GitRepoFixture
- Make note template follow correct formatting
- log scanner tests in a way that makes them easier to debug
- update release notes
- let the Config object give us the path to the notes
- move tag management into repo subclass
- define Config class
- use unicode literals in scanner tests
- add tests for determining the branch base
- skip the test that fails on git 2.9.2
- use dulwich to find the current version on a branch
- fix branch handling in sphinx extension
- fix a problem scanning for the base of a branch with no tag
- Wrap template at ~79 characters
- deal with unsigned tags
- use dulwich to determine the tags on a branch
- Add YAML configuration parsing
- fix the logic for determining where to stop scanning a branch
- use dulwich to get the contents of a file
- logging improvements
- support removed stable branches
- use Config instead of individual args with parameters
- add reference to project team guide for openstack projects
- use dulwich to implement get_notes_by_version
- use dulwich\'s tree traversal to look up repo contents
- add python 3.5 classifier and default tox env
- refactor existing implementation into a class
- quiet gpg commands in tests
- set the default for reporoot for the command line
- centralize handling of branches without base tags
- add missing reporoot arg to \'new\' command
- stop scanning at the base of a branch
- Fix RST
Thu Aug 25 14:00:00 2016 tbechtoldAATTsuse.com
- Use pypi.io as Source url
Thu Aug 25 14:00:00 2016 tbechtoldAATTsuse.com
- 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
Sat Jun 4 14:00:00 2016 tbechtoldAATTsuse.com
- 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
Mon Feb 15 13:00:00 2016 dmuellerAATTsuse.com
- Initial package (1.5.0)