Page MenuHomeSolus

D4311.diff
No OneTemporary

D4311.diff

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 @@
<Source>
<Name>python-rebulk</Name>
<Packager>
- <Name>Bryan T. Meyers</Name>
- <Email>bmeyers@datadrake.com</Email>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
</Packager>
+ <License>Apache-2.0</License>
<License>MIT</License>
<PartOf>programming.python</PartOf>
- <Summary xml:lang="en">Define simple search patterns in bulk to perform advanced matching on any string.</Summary>
- <Description xml:lang="en">Define simple search patterns in bulk to perform advanced matching on any string.
+ <Summary xml:lang="en">Define simple search patterns in bulk to perform advanced matching on any string</Summary>
+ <Description xml:lang="en">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.
</Description>
<Archive type="binary" sha1sum="79eb0752a961b8e0d15c77d298c97498fbc89c5a">https://solus-project.com/sources/README.Solus</Archive>
</Source>
<Package>
<Name>python-rebulk</Name>
- <Summary xml:lang="en">Define simple search patterns in bulk to perform advanced matching on any string.</Summary>
- <Description xml:lang="en">Define simple search patterns in bulk to perform advanced matching on any string.
+ <Summary xml:lang="en">Define simple search patterns in bulk to perform advanced matching on any string</Summary>
+ <Description xml:lang="en">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.
</Description>
<PartOf>programming.python</PartOf>
<Files>
- <Path fileType="library">/usr/lib/python2.7/site-packages/rebulk-0.7.6-py2.7.egg-info/PKG-INFO</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/rebulk-0.7.6-py2.7.egg-info/SOURCES.txt</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/rebulk-0.7.6-py2.7.egg-info/dependency_links.txt</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/rebulk-0.7.6-py2.7.egg-info/requires.txt</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/rebulk-0.7.6-py2.7.egg-info/top_level.txt</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/rebulk-0.7.6-py2.7.egg-info/zip-safe</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/rebulk/__init__.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/rebulk/__init__.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/rebulk/__version__.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/rebulk/__version__.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/rebulk/chain.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/rebulk/chain.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/rebulk/debug.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/rebulk/debug.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/rebulk/formatters.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/rebulk/formatters.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/rebulk/introspector.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/rebulk/introspector.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/rebulk/loose.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/rebulk/loose.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/rebulk/match.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/rebulk/match.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/rebulk/pattern.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/rebulk/pattern.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/rebulk/processors.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/rebulk/processors.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/rebulk/rebulk.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/rebulk/rebulk.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/rebulk/remodule.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/rebulk/remodule.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/rebulk/rules.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/rebulk/rules.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/rebulk/test/__init__.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/rebulk/test/__init__.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/rebulk/test/default_rules_module.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/rebulk/test/default_rules_module.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/rebulk/test/rebulk_rules_module.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/rebulk/test/rebulk_rules_module.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/rebulk/test/rules_module.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/rebulk/test/rules_module.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/rebulk/test/test_chain.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/rebulk/test/test_chain.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/rebulk/test/test_debug.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/rebulk/test/test_debug.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/rebulk/test/test_introspector.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/rebulk/test/test_introspector.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/rebulk/test/test_loose.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/rebulk/test/test_loose.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/rebulk/test/test_match.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/rebulk/test/test_match.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/rebulk/test/test_pattern.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/rebulk/test/test_pattern.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/rebulk/test/test_processors.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/rebulk/test/test_processors.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/rebulk/test/test_rebulk.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/rebulk/test/test_rebulk.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/rebulk/test/test_rules.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/rebulk/test/test_rules.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/rebulk/test/test_toposort.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/rebulk/test/test_toposort.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/rebulk/test/test_validators.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/rebulk/test/test_validators.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/rebulk/toposort.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/rebulk/toposort.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/rebulk/utils.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/rebulk/utils.pyc</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/rebulk/validators.py</Path>
- <Path fileType="library">/usr/lib/python2.7/site-packages/rebulk/validators.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/rebulk-1.0.0-py3.6.egg-info/PKG-INFO</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/rebulk-1.0.0-py3.6.egg-info/SOURCES.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/rebulk-1.0.0-py3.6.egg-info/dependency_links.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/rebulk-1.0.0-py3.6.egg-info/requires.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/rebulk-1.0.0-py3.6.egg-info/top_level.txt</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/rebulk-1.0.0-py3.6.egg-info/zip-safe</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/rebulk/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/rebulk/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/rebulk/__pycache__/__version__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/rebulk/__pycache__/chain.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/rebulk/__pycache__/debug.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/rebulk/__pycache__/formatters.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/rebulk/__pycache__/introspector.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/rebulk/__pycache__/loose.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/rebulk/__pycache__/match.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/rebulk/__pycache__/pattern.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/rebulk/__pycache__/processors.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/rebulk/__pycache__/rebulk.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/rebulk/__pycache__/remodule.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/rebulk/__pycache__/rules.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/rebulk/__pycache__/toposort.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/rebulk/__pycache__/utils.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/rebulk/__pycache__/validators.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/rebulk/__version__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/rebulk/chain.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/rebulk/debug.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/rebulk/formatters.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/rebulk/introspector.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/rebulk/loose.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/rebulk/match.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/rebulk/pattern.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/rebulk/processors.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/rebulk/rebulk.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/rebulk/remodule.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/rebulk/rules.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/rebulk/test/__init__.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/rebulk/test/__pycache__/__init__.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/rebulk/test/__pycache__/default_rules_module.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/rebulk/test/__pycache__/rebulk_rules_module.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/rebulk/test/__pycache__/rules_module.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/rebulk/test/__pycache__/test_chain.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/rebulk/test/__pycache__/test_debug.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/rebulk/test/__pycache__/test_introspector.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/rebulk/test/__pycache__/test_loose.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/rebulk/test/__pycache__/test_match.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/rebulk/test/__pycache__/test_pattern.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/rebulk/test/__pycache__/test_processors.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/rebulk/test/__pycache__/test_rebulk.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/rebulk/test/__pycache__/test_rules.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/rebulk/test/__pycache__/test_toposort.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/rebulk/test/__pycache__/test_validators.cpython-36.pyc</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/rebulk/test/default_rules_module.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/rebulk/test/rebulk_rules_module.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/rebulk/test/rules_module.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/rebulk/test/test_chain.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/rebulk/test/test_debug.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/rebulk/test/test_introspector.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/rebulk/test/test_loose.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/rebulk/test/test_match.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/rebulk/test/test_pattern.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/rebulk/test/test_processors.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/rebulk/test/test_rebulk.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/rebulk/test/test_rules.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/rebulk/test/test_toposort.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/rebulk/test/test_validators.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/rebulk/toposort.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/rebulk/utils.py</Path>
+ <Path fileType="library">/usr/lib/python3.6/site-packages/rebulk/validators.py</Path>
</Files>
</Package>
<History>
- <Update release="1">
- <Date>2016-10-22</Date>
- <Version>0.7.6</Version>
+ <Update release="2">
+ <Date>2018-11-10</Date>
+ <Version>1.0.0</Version>
<Comment>Packaging update</Comment>
- <Name>Bryan T. Meyers</Name>
- <Email>bmeyers@datadrake.com</Email>
+ <Name>Pierre-Yves</Name>
+ <Email>pyu@riseup.net</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Fri, Aug 11, 8:44 PM (2 h, 47 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5792949
Default Alt Text
D4311.diff (18 KB)

Event Timeline