Hello community,

here is the log from the commit of package python-rebulk for openSUSE:Factory 
checked in at 2017-04-29 10:52:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-rebulk (Old)
 and      /work/SRC/openSUSE:Factory/.python-rebulk.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-rebulk"

Sat Apr 29 10:52:24 2017 rev:1 rq:485767 version:0.8.2

Changes:
--------
New Changes file:

--- /dev/null   2017-03-01 00:40:19.279048016 +0100
+++ /work/SRC/openSUSE:Factory/.python-rebulk.new/python-rebulk.changes 
2017-04-29 10:52:27.261296943 +0200
@@ -0,0 +1,42 @@
+-------------------------------------------------------------------
+Tue Mar 28 20:53:53 UTC 2017 - aloi...@gmx.com
+
+- Converted to single-spec
+- Dropped python-rebulk-rpmlintrc
+
+-------------------------------------------------------------------
+Thu Dec 15 15:14:53 UTC 2016 - aloi...@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  9 08:05:43 UTC 2016 - aloi...@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 13:41:36 UTC 2016 - aloi...@gmx.com
+
+- Initial version 0.7.1 
+

New:
----
  python-rebulk.changes
  python-rebulk.spec
  rebulk-0.8.2.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-rebulk.spec ++++++
#
# spec file for package python-rebulk
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via http://bugs.opensuse.org/
#

%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name:           python-rebulk
Version:        0.8.2
Release:        0
Summary:        Rebulk - Define bulk search patterns to perform advanced string 
matching
License:        MIT
Group:          Development/Languages/Python
Url:            https://github.com/Toilal/rebulk
Source0:        
https://pypi.io/packages/source/r/rebulk/rebulk-%{version}.tar.gz
BuildRequires:  fdupes
BuildRequires:  %{python_module devel}
BuildRequires:  %{python_module docutils}
BuildRequires:  %{python_module pytest}
BuildRequires:  %{python_module pytest-runner}
BuildRequires:  %{python_module setuptools}
BuildRequires:  python-rpm-macros
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildArch:      noarch
%python_subpackages

%description
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
allow developers to build a custom and complex string
matcher using a readable and extendable API.


%prep
%setup -q -n rebulk-%{version}
# Remove shebang from non-executable files
for i in 
{'chain','debug','formatters','__init__','introspector','loose','match','pattern','processors','rebulk','remodule','rules','toposort','utils','validators','__version__'};
 do
sed -i -e "1d" "rebulk/$i.py"
done
for i in 
{'default_rules_module','__init__','rebulk_rules_module','rules_module','test_chain','test_debug','test_introspector','test_loose','test_match','test_pattern','test_processors','test_rebulk','test_rules','test_toposort','test_validators'};
 do
sed -i -e "1d" "rebulk/test/$i.py"
done

%build
%python_build

%install
%python_install
%python_expand %fdupes -s %{buildroot}%{$python_sitelib}

# unable to fix this
#%%check
#pushd build
#%%python_exec %%{_bindir}/py.test
#popd

%files %{python_files}
%defattr(-,root,root,-)
%doc LICENSE README.rst
%{python_sitelib}/rebulk
%{python_sitelib}/rebulk-%{version}-py%{python_version}.egg-info

%changelog

Reply via email to