14
0
forked from pool/python-rebulk

21 Commits

Author SHA256 Message Date
cc884a312f - Convert to pip-based build
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rebulk?expand=0&rev=34
2025-06-11 11:30:06 +00:00
d47d170c6d Accepting request 1066530 from home:alois:branches:devel:languages:python
- 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.

OBS-URL: https://build.opensuse.org/request/show/1066530
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rebulk?expand=0&rev=32
2023-02-18 16:29:06 +00:00
754948c92d Accepting request 936352 from home:pgajdos:python
- do not require pytest-runner for build, it is not needed

OBS-URL: https://build.opensuse.org/request/show/936352
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rebulk?expand=0&rev=31
2021-12-07 21:01:08 +00:00
283f59cff9 Accepting request 929512 from home:alois:branches:devel:languages:python
- Update to version 3.1.0
  * defaults: Add overrides support
  * python: Add python 3.10 support, drop python 3.5 support

OBS-URL: https://build.opensuse.org/request/show/929512
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rebulk?expand=0&rev=30
2021-11-06 10:24:37 +00:00
ea2b333887 Accepting request 858746 from home:alois:branches:devel:languages:python
- Update to version 3.0.1
  * Fix broken package No such file or directory: 'CHANGELOG.md'
- Update to version 3.0.0
  * 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.
- 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)
- 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
- Replace %fdupes -s with plain %fdupes; hardlinks are better.
- 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.
- Re-enable debug test
- Update to version 1.0.1
  * Add python 3.8-dev support and make debug tests asserts less
    strict 
- Remove superfluous devel dependency for noarch package
- Update to version 1.0.0
  * Add python 3.7 support
- Trim name repetition in summary. Ensure neutrality of
  description.
- Write up the tests syntax to match up rest python packages
- Update to version 0.9.0
  * Fix pylint issues
  * Refactor Matches to_dict() method for better API 
- Enabled tests
- Converted to single-spec
- Dropped python-rebulk-rpmlintrc
- 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
- 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
- Initial version 0.7.1

OBS-URL: https://build.opensuse.org/request/show/858746
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rebulk?expand=0&rev=28
2020-12-26 13:07:48 +00:00
224590eab8 Accepting request 858458 from home:alois:branches:devel:languages:python
- Update to version 3.0.0
  * feat(regex): replace REGEX_DISABLED environment variable with
    REBULK_…
  * feat: add python 3.8/3.9 support, drop python 2.7/3.4 support

OBS-URL: https://build.opensuse.org/request/show/858458
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rebulk?expand=0&rev=26
2020-12-24 14:11:12 +00:00
Tomáš Chvátal
169ec4317c Accepting request 799636 from home:alois:branches:devel:languages:python
- 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)

OBS-URL: https://build.opensuse.org/request/show/799636
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rebulk?expand=0&rev=24
2020-05-02 12:49:16 +00:00
Tomáš Chvátal
fc2e0043b0 Accepting request 796022 from home:alarrosa:branches:devel:languages:python
- 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

OBS-URL: https://build.opensuse.org/request/show/796022
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rebulk?expand=0&rev=22
2020-04-21 10:15:33 +00:00
b195844882 - Replace %fdupes -s with plain %fdupes; hardlinks are better.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rebulk?expand=0&rev=20
2019-10-14 14:41:16 +00:00
Tomáš Chvátal
fd24e4c432 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
2019-08-30 23:53:52 +00:00
Tomáš Chvátal
b6ba3cc6eb Accepting request 723005 from home:alois:branches:devel:languages:python
Re-enable debug test

OBS-URL: https://build.opensuse.org/request/show/723005
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rebulk?expand=0&rev=16
2019-08-13 10:38:39 +00:00
Tomáš Chvátal
13b928e993 Accepting request 722925 from home:alois:branches:devel:languages:python
Update to 1.0.1

OBS-URL: https://build.opensuse.org/request/show/722925
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rebulk?expand=0&rev=15
2019-08-13 05:17:35 +00:00
4cfa5b34b7 Remove superfluous devel dependency for noarch package
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rebulk?expand=0&rev=13
2018-12-04 13:58:51 +00:00
Tomáš Chvátal
af7f58dc10 Accepting request 641806 from home:alois:branches:devel:languages:python
- Update to version 1.0.0
  * Add python 3.7 support

OBS-URL: https://build.opensuse.org/request/show/641806
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rebulk?expand=0&rev=11
2018-10-13 06:24:49 +00:00
Tomáš Chvátal
9bb1e8d0d4 Accepting request 634125 from home:jengelh:branches:devel:languages:python
- Trim name repetition in summary. Ensure neutrality of
  description.

OBS-URL: https://build.opensuse.org/request/show/634125
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rebulk?expand=0&rev=9
2018-09-07 12:55:45 +00:00
Tomáš Chvátal
2f3717198d - Write up the tests syntax to match up rest python packages
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rebulk?expand=0&rev=7
2018-09-03 08:57:27 +00:00
Tomáš Chvátal
852ff79aee Accepting request 632650 from home:alois:branches:devel:languages:python
- Update to version 0.9.0
  * Fix pylint issues
  * Refactor Matches to_dict() method for better API 
- Enabled tests

OBS-URL: https://build.opensuse.org/request/show/632650
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rebulk?expand=0&rev=6
2018-09-03 08:32:20 +00:00
Jan Matejek
baa9802539 Accepting request 484035 from home:alois:branches:devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/484035
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rebulk?expand=0&rev=4
2017-03-31 14:02:05 +00:00
16a137d075 Accepting request 446481 from home:alois:branches:devel:languages:python
Update to 0.8.2

OBS-URL: https://build.opensuse.org/request/show/446481
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rebulk?expand=0&rev=3
2016-12-16 09:30:32 +00:00
bfecea9ae8 Accepting request 426112 from home:alois:branches:devel:languages:python
Update to 0.7.3

OBS-URL: https://build.opensuse.org/request/show/426112
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rebulk?expand=0&rev=2
2016-09-12 08:17:53 +00:00
44665a92a0 Accepting request 391564 from home:alois:branches:devel:languages:python
Bulk search patterns, initial version.

OBS-URL: https://build.opensuse.org/request/show/391564
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rebulk?expand=0&rev=1
2016-04-26 14:33:30 +00:00