14
0
forked from pool/python-rebulk

Accepting request 727157 from home:alois:branches:devel:languages:python

Update to version 2.0.0

OBS-URL: https://build.opensuse.org/request/show/727157
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rebulk?expand=0&rev=18
This commit is contained in:
Tomáš Chvátal
2019-08-30 23:53:52 +00:00
committed by Git OBS Bridge
parent b6ba3cc6eb
commit fd24e4c432
4 changed files with 22 additions and 5 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Fri Aug 30 07:40:35 UTC 2019 - Luigi Baldoni <aloisio@gmx.com>
- Update to version 2.0.0
* Add named method to Match class
* Add tagged method to Match class
* Enhance defaults feature
* Some code refactoring and bugfixes
* BREAKING CHANGE: This change how chain **kwargs and
.defaults() is transmitted to chained patterns, so upgrades
should be performed with care.
Chain **kwargs are now only used inside chain pattern itself,
and doesn't implicitly set chain .defaults() anymore. You
may have to repeat some chain **kwargs to its own .defaults()
for Rebulk to behave as before, or set them accordingly to
chained patterns.
-------------------------------------------------------------------
Tue Aug 13 07:55:28 UTC 2019 - Luigi Baldoni <aloisio@gmx.com>