Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

python312-rebulk-3.2.0-1.8 RPM for noarch

From OpenSuSE Tumbleweed for noarch

Name: python312-rebulk Distribution: openSUSE Tumbleweed
Version: 3.2.0 Vendor: openSUSE
Release: 1.8 Build date: Sat Feb 18 10:30:28 2023
Group: Unspecified Build host: reproducible
Size: 775546 Source RPM: python-rebulk-3.2.0-1.8.src.rpm
Packager: https://bugs.opensuse.org
Url: https://github.com/Toilal/rebulk
Summary: Library for defining bulk search patterns to perform advanced string matching
ReBulk is a Python library that performs advanced searches in
strings that would be hard to implement using the re module or
String methods only.

It includes some features like Patterns, Match, Rule that
allow building a custom and complex string matcher.

Provides

Requires

License

MIT

Changelog

* Sat Feb 18 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.
* Tue Dec 07 2021 pgajdos@suse.com
  - do not require pytest-runner for build, it is not needed
* Fri Nov 05 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
* Sat Dec 26 2020 Luigi Baldoni <aloisio@gmx.com>
  - Update to version 3.0.1
    * Fix broken package No such file or directory: 'CHANGELOG.md'
* Thu Dec 24 2020 Luigi Baldoni <aloisio@gmx.com>
  - 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.
* Sat May 02 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)
* Tue Apr 21 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
* Mon Oct 14 2019 Matej Cepl <mcepl@suse.com>
  - Replace %fdupes -s with plain %fdupes; hardlinks are better.
* Fri Aug 30 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 2019 Luigi Baldoni <aloisio@gmx.com>
  - Re-enable debug test

Files

/usr/lib/python3.12/site-packages/rebulk
/usr/lib/python3.12/site-packages/rebulk-3.2.0-py3.12.egg-info
/usr/lib/python3.12/site-packages/rebulk-3.2.0-py3.12.egg-info/PKG-INFO
/usr/lib/python3.12/site-packages/rebulk-3.2.0-py3.12.egg-info/SOURCES.txt
/usr/lib/python3.12/site-packages/rebulk-3.2.0-py3.12.egg-info/dependency_links.txt
/usr/lib/python3.12/site-packages/rebulk-3.2.0-py3.12.egg-info/requires.txt
/usr/lib/python3.12/site-packages/rebulk-3.2.0-py3.12.egg-info/top_level.txt
/usr/lib/python3.12/site-packages/rebulk-3.2.0-py3.12.egg-info/zip-safe
/usr/lib/python3.12/site-packages/rebulk/__init__.py
/usr/lib/python3.12/site-packages/rebulk/__pycache__
/usr/lib/python3.12/site-packages/rebulk/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/rebulk/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/rebulk/__pycache__/__version__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/rebulk/__pycache__/__version__.cpython-312.pyc
/usr/lib/python3.12/site-packages/rebulk/__pycache__/builder.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/rebulk/__pycache__/builder.cpython-312.pyc
/usr/lib/python3.12/site-packages/rebulk/__pycache__/chain.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/rebulk/__pycache__/chain.cpython-312.pyc
/usr/lib/python3.12/site-packages/rebulk/__pycache__/debug.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/rebulk/__pycache__/debug.cpython-312.pyc
/usr/lib/python3.12/site-packages/rebulk/__pycache__/formatters.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/rebulk/__pycache__/formatters.cpython-312.pyc
/usr/lib/python3.12/site-packages/rebulk/__pycache__/introspector.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/rebulk/__pycache__/introspector.cpython-312.pyc
/usr/lib/python3.12/site-packages/rebulk/__pycache__/loose.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/rebulk/__pycache__/loose.cpython-312.pyc
/usr/lib/python3.12/site-packages/rebulk/__pycache__/match.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/rebulk/__pycache__/match.cpython-312.pyc
/usr/lib/python3.12/site-packages/rebulk/__pycache__/pattern.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/rebulk/__pycache__/pattern.cpython-312.pyc
/usr/lib/python3.12/site-packages/rebulk/__pycache__/processors.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/rebulk/__pycache__/processors.cpython-312.pyc
/usr/lib/python3.12/site-packages/rebulk/__pycache__/rebulk.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/rebulk/__pycache__/rebulk.cpython-312.pyc
/usr/lib/python3.12/site-packages/rebulk/__pycache__/remodule.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/rebulk/__pycache__/remodule.cpython-312.pyc
/usr/lib/python3.12/site-packages/rebulk/__pycache__/rules.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/rebulk/__pycache__/rules.cpython-312.pyc
/usr/lib/python3.12/site-packages/rebulk/__pycache__/toposort.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/rebulk/__pycache__/toposort.cpython-312.pyc
/usr/lib/python3.12/site-packages/rebulk/__pycache__/utils.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/rebulk/__pycache__/utils.cpython-312.pyc
/usr/lib/python3.12/site-packages/rebulk/__pycache__/validators.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/rebulk/__pycache__/validators.cpython-312.pyc
/usr/lib/python3.12/site-packages/rebulk/__version__.py
/usr/lib/python3.12/site-packages/rebulk/builder.py
/usr/lib/python3.12/site-packages/rebulk/chain.py
/usr/lib/python3.12/site-packages/rebulk/debug.py
/usr/lib/python3.12/site-packages/rebulk/formatters.py
/usr/lib/python3.12/site-packages/rebulk/introspector.py
/usr/lib/python3.12/site-packages/rebulk/loose.py
/usr/lib/python3.12/site-packages/rebulk/match.py
/usr/lib/python3.12/site-packages/rebulk/pattern.py
/usr/lib/python3.12/site-packages/rebulk/processors.py
/usr/lib/python3.12/site-packages/rebulk/rebulk.py
/usr/lib/python3.12/site-packages/rebulk/remodule.py
/usr/lib/python3.12/site-packages/rebulk/rules.py
/usr/lib/python3.12/site-packages/rebulk/test
/usr/lib/python3.12/site-packages/rebulk/test/__init__.py
/usr/lib/python3.12/site-packages/rebulk/test/__pycache__
/usr/lib/python3.12/site-packages/rebulk/test/__pycache__/__init__.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/rebulk/test/__pycache__/__init__.cpython-312.pyc
/usr/lib/python3.12/site-packages/rebulk/test/__pycache__/default_rules_module.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/rebulk/test/__pycache__/default_rules_module.cpython-312.pyc
/usr/lib/python3.12/site-packages/rebulk/test/__pycache__/rebulk_rules_module.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/rebulk/test/__pycache__/rebulk_rules_module.cpython-312.pyc
/usr/lib/python3.12/site-packages/rebulk/test/__pycache__/rules_module.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/rebulk/test/__pycache__/rules_module.cpython-312.pyc
/usr/lib/python3.12/site-packages/rebulk/test/__pycache__/test_chain.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/rebulk/test/__pycache__/test_chain.cpython-312.pyc
/usr/lib/python3.12/site-packages/rebulk/test/__pycache__/test_debug.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/rebulk/test/__pycache__/test_debug.cpython-312.pyc
/usr/lib/python3.12/site-packages/rebulk/test/__pycache__/test_introspector.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/rebulk/test/__pycache__/test_introspector.cpython-312.pyc
/usr/lib/python3.12/site-packages/rebulk/test/__pycache__/test_loose.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/rebulk/test/__pycache__/test_loose.cpython-312.pyc
/usr/lib/python3.12/site-packages/rebulk/test/__pycache__/test_match.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/rebulk/test/__pycache__/test_match.cpython-312.pyc
/usr/lib/python3.12/site-packages/rebulk/test/__pycache__/test_pattern.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/rebulk/test/__pycache__/test_pattern.cpython-312.pyc
/usr/lib/python3.12/site-packages/rebulk/test/__pycache__/test_processors.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/rebulk/test/__pycache__/test_processors.cpython-312.pyc
/usr/lib/python3.12/site-packages/rebulk/test/__pycache__/test_rebulk.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/rebulk/test/__pycache__/test_rebulk.cpython-312.pyc
/usr/lib/python3.12/site-packages/rebulk/test/__pycache__/test_rules.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/rebulk/test/__pycache__/test_rules.cpython-312.pyc
/usr/lib/python3.12/site-packages/rebulk/test/__pycache__/test_toposort.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/rebulk/test/__pycache__/test_toposort.cpython-312.pyc
/usr/lib/python3.12/site-packages/rebulk/test/__pycache__/test_validators.cpython-312.opt-1.pyc
/usr/lib/python3.12/site-packages/rebulk/test/__pycache__/test_validators.cpython-312.pyc
/usr/lib/python3.12/site-packages/rebulk/test/default_rules_module.py
/usr/lib/python3.12/site-packages/rebulk/test/rebulk_rules_module.py
/usr/lib/python3.12/site-packages/rebulk/test/rules_module.py
/usr/lib/python3.12/site-packages/rebulk/test/test_chain.py
/usr/lib/python3.12/site-packages/rebulk/test/test_debug.py
/usr/lib/python3.12/site-packages/rebulk/test/test_introspector.py
/usr/lib/python3.12/site-packages/rebulk/test/test_loose.py
/usr/lib/python3.12/site-packages/rebulk/test/test_match.py
/usr/lib/python3.12/site-packages/rebulk/test/test_pattern.py
/usr/lib/python3.12/site-packages/rebulk/test/test_processors.py
/usr/lib/python3.12/site-packages/rebulk/test/test_rebulk.py
/usr/lib/python3.12/site-packages/rebulk/test/test_rules.py
/usr/lib/python3.12/site-packages/rebulk/test/test_toposort.py
/usr/lib/python3.12/site-packages/rebulk/test/test_validators.py
/usr/lib/python3.12/site-packages/rebulk/toposort.py
/usr/lib/python3.12/site-packages/rebulk/utils.py
/usr/lib/python3.12/site-packages/rebulk/validators.py
/usr/share/doc/packages/python312-rebulk
/usr/share/doc/packages/python312-rebulk/CHANGELOG.md
/usr/share/doc/packages/python312-rebulk/README.md
/usr/share/licenses/python312-rebulk
/usr/share/licenses/python312-rebulk/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Wed May 1 23:23:10 2024