2025-06-11 11:30:06 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed Jun 11 11:29:44 UTC 2025 - Markéta Machová <mmachova@suse.com>
|
|
|
|
|
|
|
|
- Convert to pip-based build
|
|
|
|
|
2023-02-18 16:29:06 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Feb 18 09:30:28 UTC 2023 - Luigi Baldoni <aloisio@gmx.com>
|
|
|
|
|
|
|
|
- Update to version 3.2.0
|
|
|
|
Features:
|
|
|
|
* dependencies: Add python 3.11 support and drop python 3.6
|
|
|
|
support.
|
|
|
|
Fixes:
|
|
|
|
* Remove pytest-runner from setup_requires.
|
|
|
|
|
2021-12-07 21:01:08 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Dec 7 19:42:56 UTC 2021 - pgajdos@suse.com
|
|
|
|
|
|
|
|
- do not require pytest-runner for build, it is not needed
|
|
|
|
|
2021-11-06 10:24:37 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Nov 5 05:38:42 UTC 2021 - Luigi Baldoni <aloisio@gmx.com>
|
|
|
|
|
|
|
|
- Update to version 3.1.0
|
|
|
|
* defaults: Add overrides support
|
|
|
|
* python: Add python 3.10 support, drop python 3.5 support
|
|
|
|
|
2020-12-26 13:07:48 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Dec 26 10:13:50 UTC 2020 - Luigi Baldoni <aloisio@gmx.com>
|
|
|
|
|
|
|
|
- Update to version 3.0.1
|
|
|
|
* Fix broken package No such file or directory: 'CHANGELOG.md'
|
|
|
|
|
2020-12-24 14:11:12 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Dec 24 09:55:48 UTC 2020 - Luigi Baldoni <aloisio@gmx.com>
|
|
|
|
|
|
|
|
- Update to version 3.0.0
|
2020-12-26 13:07:48 +00:00
|
|
|
* regex: Replace REGEX_DISABLED environment variable with
|
|
|
|
REBULK_REGEX_ENABLED
|
|
|
|
* Add python 3.8/3.9 support, drop python 2.7/3.4 support
|
|
|
|
* regex module is now disabled by default, even if it's
|
|
|
|
available in the python interpreter. You have to set
|
|
|
|
REBULK_REGEX_ENABLED=1 in your environment to enable it,
|
|
|
|
as this module may cause some issues.
|
2020-12-24 14:11:12 +00:00
|
|
|
|
2020-05-02 12:49:16 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat May 2 07:49:27 UTC 2020 - Luigi Baldoni <aloisio@gmx.com>
|
|
|
|
|
|
|
|
- Update to version 2.0.1
|
|
|
|
* Drop python 3.4 support
|
|
|
|
* Fix errors when regex module is available
|
|
|
|
* Cleanup chain matching code
|
|
|
|
- Drop fix-for-regex-2020.1.7.patch (merged upstream)
|
|
|
|
|
2020-04-21 10:15:33 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Apr 21 09:54:25 UTC 2020 - Antonio Larrosa <alarrosa@suse.com>
|
|
|
|
|
|
|
|
- Add patch to fix an incompatible change introduced in
|
|
|
|
python-regex 2020.1.7, where unused arguments now raise an
|
|
|
|
exception:
|
|
|
|
* fix-for-regex-2020.1.7.patch
|
|
|
|
- Use %pytest in %check section
|
|
|
|
|
2019-10-14 14:41:16 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Oct 14 14:40:59 UTC 2019 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
- Replace %fdupes -s with plain %fdupes; hardlinks are better.
|
|
|
|
|
2019-08-30 23:53:52 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
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.
|
|
|
|
|
2019-08-13 10:38:39 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Aug 13 07:55:28 UTC 2019 - Luigi Baldoni <aloisio@gmx.com>
|
|
|
|
|
|
|
|
- Re-enable debug test
|
|
|
|
|
2019-08-13 05:17:35 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Aug 12 21:00:04 UTC 2019 - Luigi Baldoni <aloisio@gmx.com>
|
|
|
|
|
|
|
|
- Update to version 1.0.1
|
|
|
|
* Add python 3.8-dev support and make debug tests asserts less
|
|
|
|
strict
|
|
|
|
|
2018-12-04 13:58:51 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Dec 4 12:53:35 UTC 2018 - Matej Cepl <mcepl@suse.com>
|
|
|
|
|
|
|
|
- Remove superfluous devel dependency for noarch package
|
|
|
|
|
2018-10-13 06:24:49 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sat Oct 13 05:58:00 UTC 2018 - aloisio@gmx.com
|
|
|
|
|
|
|
|
- Update to version 1.0.0
|
|
|
|
* Add python 3.7 support
|
|
|
|
|
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
|
|
|
|
|