2018-09-07 12:55:45 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Sep 7 08:32:08 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
|
|
|
|
|
|
|
- Trim name repetition in summary. Ensure neutrality of
|
|
|
|
description.
|
|
|
|
|
2018-09-03 08:57:27 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Sep 3 08:57:02 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
|
|
|
|
- Write up the tests syntax to match up rest python packages
|
|
|
|
|
2018-09-03 08:32:20 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Sep 1 11:11:27 UTC 2018 - aloisio@gmx.com
|
|
|
|
|
|
|
|
- Update to version 0.9.0
|
|
|
|
* Fix pylint issues
|
|
|
|
* Refactor Matches to_dict() method for better API
|
|
|
|
|
|
|
|
- Enabled tests
|
|
|
|
|
2017-03-31 14:02:05 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Mar 28 20:53:53 UTC 2017 - aloisio@gmx.com
|
|
|
|
|
|
|
|
- Converted to single-spec
|
|
|
|
- Dropped python-rebulk-rpmlintrc
|
|
|
|
|
2016-12-16 09:30:32 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Dec 15 15:14:53 UTC 2016 - aloisio@gmx.com
|
|
|
|
|
|
|
|
- Update to version 0.8.2
|
|
|
|
* Remove fake usage of kwargs, in favor of pylint local ignore
|
|
|
|
* Merge pull request #8 from ratoaq2/feature/performance-improvements
|
|
|
|
* Handle unused kwargs
|
|
|
|
* Performance improvements
|
|
|
|
|
|
|
|
changes since version 0.8.1:
|
|
|
|
* Avoid dict comprehension (unsupported in Python 2.6)
|
|
|
|
* Fix unit tests
|
|
|
|
|
|
|
|
changes since version 0.8.0:
|
|
|
|
* Add chain_breaker option to implement dynamic breaking of chain patterns
|
|
|
|
* Add pattern post processor
|
|
|
|
|
|
|
|
changes since version 0.7.7:
|
|
|
|
* Remove twine workaround for zest releaser
|
|
|
|
* Fix chain patterns not properly detected in certain scenarios
|
|
|
|
|
2016-09-12 08:17:53 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Sep 9 08:05:43 UTC 2016 - aloisio@gmx.com
|
|
|
|
|
|
|
|
- update to version 0.7.3:
|
|
|
|
* Fix pylint issue
|
|
|
|
* Add initiator value in matches logs
|
|
|
|
* Use string representation for Regexp Pattern
|
|
|
|
* Fix missing parent on matches generated by chain()
|
|
|
|
* Add more logs for conflict solving
|
|
|
|
|
2016-04-26 14:33:30 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Apr 25 13:41:36 UTC 2016 - aloisio@gmx.com
|
|
|
|
|
|
|
|
- Initial version 0.7.1
|
|
|
|
|