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

python2-rebulk-2.0.1-bp153.1.18 RPM for noarch

From OpenSuSE Leap 15.3 for noarch

Name: python2-rebulk Distribution: SUSE Linux Enterprise 15 SP3
Version: 2.0.1 Vendor: openSUSE
Release: bp153.1.18 Build date: Sat Mar 6 02:31:14 2021
Group: Unspecified Build host: lamb05
Size: 670295 Source RPM: python-rebulk-2.0.1-bp153.1.18.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 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
* Mon Aug 12 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
* Tue Dec 04 2018 Matej Cepl <mcepl@suse.com>
  - Remove superfluous devel dependency for noarch package
* Sat Oct 13 2018 aloisio@gmx.com
  - Update to version 1.0.0
    * Add python 3.7 support
* Fri Sep 07 2018 Jan Engelhardt <jengelh@inai.de>
  - Trim name repetition in summary. Ensure neutrality of
    description.
* Mon Sep 03 2018 Tomáš Chvátal <tchvatal@suse.com>
  - Write up the tests syntax to match up rest python packages
* Sat Sep 01 2018 aloisio@gmx.com
  - Update to version 0.9.0
    * Fix pylint issues
    * Refactor Matches to_dict() method for better API
  - Enabled tests
* Tue Mar 28 2017 aloisio@gmx.com
  - Converted to single-spec
  - Dropped python-rebulk-rpmlintrc
* Thu Dec 15 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
* Fri Sep 09 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
* Mon Apr 25 2016 aloisio@gmx.com
  - Initial version 0.7.1

Files

/usr/lib/python2.7/site-packages/rebulk
/usr/lib/python2.7/site-packages/rebulk-2.0.1-py2.7.egg-info
/usr/lib/python2.7/site-packages/rebulk-2.0.1-py2.7.egg-info/PKG-INFO
/usr/lib/python2.7/site-packages/rebulk-2.0.1-py2.7.egg-info/SOURCES.txt
/usr/lib/python2.7/site-packages/rebulk-2.0.1-py2.7.egg-info/dependency_links.txt
/usr/lib/python2.7/site-packages/rebulk-2.0.1-py2.7.egg-info/requires.txt
/usr/lib/python2.7/site-packages/rebulk-2.0.1-py2.7.egg-info/top_level.txt
/usr/lib/python2.7/site-packages/rebulk-2.0.1-py2.7.egg-info/zip-safe
/usr/lib/python2.7/site-packages/rebulk/__init__.py
/usr/lib/python2.7/site-packages/rebulk/__init__.pyc
/usr/lib/python2.7/site-packages/rebulk/__init__.pyo
/usr/lib/python2.7/site-packages/rebulk/__version__.py
/usr/lib/python2.7/site-packages/rebulk/__version__.pyc
/usr/lib/python2.7/site-packages/rebulk/__version__.pyo
/usr/lib/python2.7/site-packages/rebulk/builder.py
/usr/lib/python2.7/site-packages/rebulk/builder.pyc
/usr/lib/python2.7/site-packages/rebulk/builder.pyo
/usr/lib/python2.7/site-packages/rebulk/chain.py
/usr/lib/python2.7/site-packages/rebulk/chain.pyc
/usr/lib/python2.7/site-packages/rebulk/chain.pyo
/usr/lib/python2.7/site-packages/rebulk/debug.py
/usr/lib/python2.7/site-packages/rebulk/debug.pyc
/usr/lib/python2.7/site-packages/rebulk/debug.pyo
/usr/lib/python2.7/site-packages/rebulk/formatters.py
/usr/lib/python2.7/site-packages/rebulk/formatters.pyc
/usr/lib/python2.7/site-packages/rebulk/formatters.pyo
/usr/lib/python2.7/site-packages/rebulk/introspector.py
/usr/lib/python2.7/site-packages/rebulk/introspector.pyc
/usr/lib/python2.7/site-packages/rebulk/introspector.pyo
/usr/lib/python2.7/site-packages/rebulk/loose.py
/usr/lib/python2.7/site-packages/rebulk/loose.pyc
/usr/lib/python2.7/site-packages/rebulk/loose.pyo
/usr/lib/python2.7/site-packages/rebulk/match.py
/usr/lib/python2.7/site-packages/rebulk/match.pyc
/usr/lib/python2.7/site-packages/rebulk/match.pyo
/usr/lib/python2.7/site-packages/rebulk/pattern.py
/usr/lib/python2.7/site-packages/rebulk/pattern.pyc
/usr/lib/python2.7/site-packages/rebulk/pattern.pyo
/usr/lib/python2.7/site-packages/rebulk/processors.py
/usr/lib/python2.7/site-packages/rebulk/processors.pyc
/usr/lib/python2.7/site-packages/rebulk/processors.pyo
/usr/lib/python2.7/site-packages/rebulk/rebulk.py
/usr/lib/python2.7/site-packages/rebulk/rebulk.pyc
/usr/lib/python2.7/site-packages/rebulk/rebulk.pyo
/usr/lib/python2.7/site-packages/rebulk/remodule.py
/usr/lib/python2.7/site-packages/rebulk/remodule.pyc
/usr/lib/python2.7/site-packages/rebulk/remodule.pyo
/usr/lib/python2.7/site-packages/rebulk/rules.py
/usr/lib/python2.7/site-packages/rebulk/rules.pyc
/usr/lib/python2.7/site-packages/rebulk/rules.pyo
/usr/lib/python2.7/site-packages/rebulk/test
/usr/lib/python2.7/site-packages/rebulk/test/__init__.py
/usr/lib/python2.7/site-packages/rebulk/test/__init__.pyc
/usr/lib/python2.7/site-packages/rebulk/test/__init__.pyo
/usr/lib/python2.7/site-packages/rebulk/test/default_rules_module.py
/usr/lib/python2.7/site-packages/rebulk/test/default_rules_module.pyc
/usr/lib/python2.7/site-packages/rebulk/test/default_rules_module.pyo
/usr/lib/python2.7/site-packages/rebulk/test/rebulk_rules_module.py
/usr/lib/python2.7/site-packages/rebulk/test/rebulk_rules_module.pyc
/usr/lib/python2.7/site-packages/rebulk/test/rebulk_rules_module.pyo
/usr/lib/python2.7/site-packages/rebulk/test/rules_module.py
/usr/lib/python2.7/site-packages/rebulk/test/rules_module.pyc
/usr/lib/python2.7/site-packages/rebulk/test/rules_module.pyo
/usr/lib/python2.7/site-packages/rebulk/test/test_chain.py
/usr/lib/python2.7/site-packages/rebulk/test/test_chain.pyc
/usr/lib/python2.7/site-packages/rebulk/test/test_chain.pyo
/usr/lib/python2.7/site-packages/rebulk/test/test_debug.py
/usr/lib/python2.7/site-packages/rebulk/test/test_debug.pyc
/usr/lib/python2.7/site-packages/rebulk/test/test_debug.pyo
/usr/lib/python2.7/site-packages/rebulk/test/test_introspector.py
/usr/lib/python2.7/site-packages/rebulk/test/test_introspector.pyc
/usr/lib/python2.7/site-packages/rebulk/test/test_introspector.pyo
/usr/lib/python2.7/site-packages/rebulk/test/test_loose.py
/usr/lib/python2.7/site-packages/rebulk/test/test_loose.pyc
/usr/lib/python2.7/site-packages/rebulk/test/test_loose.pyo
/usr/lib/python2.7/site-packages/rebulk/test/test_match.py
/usr/lib/python2.7/site-packages/rebulk/test/test_match.pyc
/usr/lib/python2.7/site-packages/rebulk/test/test_match.pyo
/usr/lib/python2.7/site-packages/rebulk/test/test_pattern.py
/usr/lib/python2.7/site-packages/rebulk/test/test_pattern.pyc
/usr/lib/python2.7/site-packages/rebulk/test/test_pattern.pyo
/usr/lib/python2.7/site-packages/rebulk/test/test_processors.py
/usr/lib/python2.7/site-packages/rebulk/test/test_processors.pyc
/usr/lib/python2.7/site-packages/rebulk/test/test_processors.pyo
/usr/lib/python2.7/site-packages/rebulk/test/test_rebulk.py
/usr/lib/python2.7/site-packages/rebulk/test/test_rebulk.pyc
/usr/lib/python2.7/site-packages/rebulk/test/test_rebulk.pyo
/usr/lib/python2.7/site-packages/rebulk/test/test_rules.py
/usr/lib/python2.7/site-packages/rebulk/test/test_rules.pyc
/usr/lib/python2.7/site-packages/rebulk/test/test_rules.pyo
/usr/lib/python2.7/site-packages/rebulk/test/test_toposort.py
/usr/lib/python2.7/site-packages/rebulk/test/test_toposort.pyc
/usr/lib/python2.7/site-packages/rebulk/test/test_toposort.pyo
/usr/lib/python2.7/site-packages/rebulk/test/test_validators.py
/usr/lib/python2.7/site-packages/rebulk/test/test_validators.pyc
/usr/lib/python2.7/site-packages/rebulk/test/test_validators.pyo
/usr/lib/python2.7/site-packages/rebulk/toposort.py
/usr/lib/python2.7/site-packages/rebulk/toposort.pyc
/usr/lib/python2.7/site-packages/rebulk/toposort.pyo
/usr/lib/python2.7/site-packages/rebulk/utils.py
/usr/lib/python2.7/site-packages/rebulk/utils.pyc
/usr/lib/python2.7/site-packages/rebulk/utils.pyo
/usr/lib/python2.7/site-packages/rebulk/validators.py
/usr/lib/python2.7/site-packages/rebulk/validators.pyc
/usr/lib/python2.7/site-packages/rebulk/validators.pyo
/usr/share/doc/packages/python2-rebulk
/usr/share/doc/packages/python2-rebulk/README.rst
/usr/share/licenses/python2-rebulk
/usr/share/licenses/python2-rebulk/LICENSE


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 14:50:04 2024