diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,16 +1,22 @@ name : python-rebulk -version : 0.7.6 -release : 1 +version : 1.0.0 +release : 2 source : - - https://pypi.python.org/packages/1b/e6/ff6bab7e66679a01ea52b0269a354df3a8047572eac107fff70110f5d943/rebulk-0.7.6.tar.gz : 1357820b13460fc30ecdf58b7743b34da79f76bec954c21051da9eefab0e82cd -license : MIT + - https://files.pythonhosted.org/packages/source/r/rebulk/rebulk-1.0.0.tar.gz : 1d49e4f7ef6fb874e60efccacbbe661092fabdb7770cdf7f7de4516d50535998 +license : + - Apache-2.0 + - MIT component : programming.python -summary : Define simple search patterns in bulk to perform advanced matching on any string. +summary : Define simple search patterns in bulk to perform advanced matching on any string description: | - Define simple search patterns in bulk to perform advanced matching on any string. + ReBulk is a python library that performs advanced searches in strings that would be hard to implement using re module or String methods only. + + It includes some features like Patterns, Match, Rule that allows developers to build a custom and complex string matcher using a readable and extendable API. builddeps : - - python-setuptools + - pytest-runner build : | - %python_setup + %python3_setup install : | - %python_install + %python3_install +check : | + %python3_test diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -2,100 +2,105 @@ python-rebulk - Bryan T. Meyers - bmeyers@datadrake.com + Pierre-Yves + pyu@riseup.net + Apache-2.0 MIT programming.python - Define simple search patterns in bulk to perform advanced matching on any string. - Define simple search patterns in bulk to perform advanced matching on any string. + Define simple search patterns in bulk to perform advanced matching on any string + ReBulk is a python library that performs advanced searches in strings that would be hard to implement using re module or String methods only. + +It includes some features like Patterns, Match, Rule that allows developers to build a custom and complex string matcher using a readable and extendable API. https://solus-project.com/sources/README.Solus python-rebulk - Define simple search patterns in bulk to perform advanced matching on any string. - Define simple search patterns in bulk to perform advanced matching on any string. + Define simple search patterns in bulk to perform advanced matching on any string + ReBulk is a python library that performs advanced searches in strings that would be hard to implement using re module or String methods only. + +It includes some features like Patterns, Match, Rule that allows developers to build a custom and complex string matcher using a readable and extendable API. programming.python - /usr/lib/python2.7/site-packages/rebulk-0.7.6-py2.7.egg-info/PKG-INFO - /usr/lib/python2.7/site-packages/rebulk-0.7.6-py2.7.egg-info/SOURCES.txt - /usr/lib/python2.7/site-packages/rebulk-0.7.6-py2.7.egg-info/dependency_links.txt - /usr/lib/python2.7/site-packages/rebulk-0.7.6-py2.7.egg-info/requires.txt - /usr/lib/python2.7/site-packages/rebulk-0.7.6-py2.7.egg-info/top_level.txt - /usr/lib/python2.7/site-packages/rebulk-0.7.6-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/__version__.py - /usr/lib/python2.7/site-packages/rebulk/__version__.pyc - /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/debug.py - /usr/lib/python2.7/site-packages/rebulk/debug.pyc - /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/introspector.py - /usr/lib/python2.7/site-packages/rebulk/introspector.pyc - /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/match.py - /usr/lib/python2.7/site-packages/rebulk/match.pyc - /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/processors.py - /usr/lib/python2.7/site-packages/rebulk/processors.pyc - /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/remodule.py - /usr/lib/python2.7/site-packages/rebulk/remodule.pyc - /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/test/__init__.py - /usr/lib/python2.7/site-packages/rebulk/test/__init__.pyc - /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/rebulk_rules_module.py - /usr/lib/python2.7/site-packages/rebulk/test/rebulk_rules_module.pyc - /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/test_chain.py - /usr/lib/python2.7/site-packages/rebulk/test/test_chain.pyc - /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_introspector.py - /usr/lib/python2.7/site-packages/rebulk/test/test_introspector.pyc - /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_match.py - /usr/lib/python2.7/site-packages/rebulk/test/test_match.pyc - /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_processors.py - /usr/lib/python2.7/site-packages/rebulk/test/test_processors.pyc - /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_rules.py - /usr/lib/python2.7/site-packages/rebulk/test/test_rules.pyc - /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_validators.py - /usr/lib/python2.7/site-packages/rebulk/test/test_validators.pyc - /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/utils.py - /usr/lib/python2.7/site-packages/rebulk/utils.pyc - /usr/lib/python2.7/site-packages/rebulk/validators.py - /usr/lib/python2.7/site-packages/rebulk/validators.pyc + /usr/lib/python3.6/site-packages/rebulk-1.0.0-py3.6.egg-info/PKG-INFO + /usr/lib/python3.6/site-packages/rebulk-1.0.0-py3.6.egg-info/SOURCES.txt + /usr/lib/python3.6/site-packages/rebulk-1.0.0-py3.6.egg-info/dependency_links.txt + /usr/lib/python3.6/site-packages/rebulk-1.0.0-py3.6.egg-info/requires.txt + /usr/lib/python3.6/site-packages/rebulk-1.0.0-py3.6.egg-info/top_level.txt + /usr/lib/python3.6/site-packages/rebulk-1.0.0-py3.6.egg-info/zip-safe + /usr/lib/python3.6/site-packages/rebulk/__init__.py + /usr/lib/python3.6/site-packages/rebulk/__pycache__/__init__.cpython-36.pyc + /usr/lib/python3.6/site-packages/rebulk/__pycache__/__version__.cpython-36.pyc + /usr/lib/python3.6/site-packages/rebulk/__pycache__/chain.cpython-36.pyc + /usr/lib/python3.6/site-packages/rebulk/__pycache__/debug.cpython-36.pyc + /usr/lib/python3.6/site-packages/rebulk/__pycache__/formatters.cpython-36.pyc + /usr/lib/python3.6/site-packages/rebulk/__pycache__/introspector.cpython-36.pyc + /usr/lib/python3.6/site-packages/rebulk/__pycache__/loose.cpython-36.pyc + /usr/lib/python3.6/site-packages/rebulk/__pycache__/match.cpython-36.pyc + /usr/lib/python3.6/site-packages/rebulk/__pycache__/pattern.cpython-36.pyc + /usr/lib/python3.6/site-packages/rebulk/__pycache__/processors.cpython-36.pyc + /usr/lib/python3.6/site-packages/rebulk/__pycache__/rebulk.cpython-36.pyc + /usr/lib/python3.6/site-packages/rebulk/__pycache__/remodule.cpython-36.pyc + /usr/lib/python3.6/site-packages/rebulk/__pycache__/rules.cpython-36.pyc + /usr/lib/python3.6/site-packages/rebulk/__pycache__/toposort.cpython-36.pyc + /usr/lib/python3.6/site-packages/rebulk/__pycache__/utils.cpython-36.pyc + /usr/lib/python3.6/site-packages/rebulk/__pycache__/validators.cpython-36.pyc + /usr/lib/python3.6/site-packages/rebulk/__version__.py + /usr/lib/python3.6/site-packages/rebulk/chain.py + /usr/lib/python3.6/site-packages/rebulk/debug.py + /usr/lib/python3.6/site-packages/rebulk/formatters.py + /usr/lib/python3.6/site-packages/rebulk/introspector.py + /usr/lib/python3.6/site-packages/rebulk/loose.py + /usr/lib/python3.6/site-packages/rebulk/match.py + /usr/lib/python3.6/site-packages/rebulk/pattern.py + /usr/lib/python3.6/site-packages/rebulk/processors.py + /usr/lib/python3.6/site-packages/rebulk/rebulk.py + /usr/lib/python3.6/site-packages/rebulk/remodule.py + /usr/lib/python3.6/site-packages/rebulk/rules.py + /usr/lib/python3.6/site-packages/rebulk/test/__init__.py + /usr/lib/python3.6/site-packages/rebulk/test/__pycache__/__init__.cpython-36.pyc + /usr/lib/python3.6/site-packages/rebulk/test/__pycache__/default_rules_module.cpython-36.pyc + /usr/lib/python3.6/site-packages/rebulk/test/__pycache__/rebulk_rules_module.cpython-36.pyc + /usr/lib/python3.6/site-packages/rebulk/test/__pycache__/rules_module.cpython-36.pyc + /usr/lib/python3.6/site-packages/rebulk/test/__pycache__/test_chain.cpython-36.pyc + /usr/lib/python3.6/site-packages/rebulk/test/__pycache__/test_debug.cpython-36.pyc + /usr/lib/python3.6/site-packages/rebulk/test/__pycache__/test_introspector.cpython-36.pyc + /usr/lib/python3.6/site-packages/rebulk/test/__pycache__/test_loose.cpython-36.pyc + /usr/lib/python3.6/site-packages/rebulk/test/__pycache__/test_match.cpython-36.pyc + /usr/lib/python3.6/site-packages/rebulk/test/__pycache__/test_pattern.cpython-36.pyc + /usr/lib/python3.6/site-packages/rebulk/test/__pycache__/test_processors.cpython-36.pyc + /usr/lib/python3.6/site-packages/rebulk/test/__pycache__/test_rebulk.cpython-36.pyc + /usr/lib/python3.6/site-packages/rebulk/test/__pycache__/test_rules.cpython-36.pyc + /usr/lib/python3.6/site-packages/rebulk/test/__pycache__/test_toposort.cpython-36.pyc + /usr/lib/python3.6/site-packages/rebulk/test/__pycache__/test_validators.cpython-36.pyc + /usr/lib/python3.6/site-packages/rebulk/test/default_rules_module.py + /usr/lib/python3.6/site-packages/rebulk/test/rebulk_rules_module.py + /usr/lib/python3.6/site-packages/rebulk/test/rules_module.py + /usr/lib/python3.6/site-packages/rebulk/test/test_chain.py + /usr/lib/python3.6/site-packages/rebulk/test/test_debug.py + /usr/lib/python3.6/site-packages/rebulk/test/test_introspector.py + /usr/lib/python3.6/site-packages/rebulk/test/test_loose.py + /usr/lib/python3.6/site-packages/rebulk/test/test_match.py + /usr/lib/python3.6/site-packages/rebulk/test/test_pattern.py + /usr/lib/python3.6/site-packages/rebulk/test/test_processors.py + /usr/lib/python3.6/site-packages/rebulk/test/test_rebulk.py + /usr/lib/python3.6/site-packages/rebulk/test/test_rules.py + /usr/lib/python3.6/site-packages/rebulk/test/test_toposort.py + /usr/lib/python3.6/site-packages/rebulk/test/test_validators.py + /usr/lib/python3.6/site-packages/rebulk/toposort.py + /usr/lib/python3.6/site-packages/rebulk/utils.py + /usr/lib/python3.6/site-packages/rebulk/validators.py - - 2016-10-22 - 0.7.6 + + 2018-11-10 + 1.0.0 Packaging update - Bryan T. Meyers - bmeyers@datadrake.com + Pierre-Yves + pyu@riseup.net \ No newline at end of file