forked from pool/python-rebulk
Accepting request 858754 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/858754 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-rebulk?expand=0&rev=13
This commit is contained in:
@@ -1,10 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Dec 26 10:13:50 UTC 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 09:55:48 UTC 2020 - Luigi Baldoni <aloisio@gmx.com>
|
Thu Dec 24 09:55:48 UTC 2020 - Luigi Baldoni <aloisio@gmx.com>
|
||||||
|
|
||||||
- Update to version 3.0.0
|
- Update to version 3.0.0
|
||||||
* feat(regex): replace REGEX_DISABLED environment variable with
|
* regex: Replace REGEX_DISABLED environment variable with
|
||||||
REBULK_…
|
REBULK_REGEX_ENABLED
|
||||||
* feat: add python 3.8/3.9 support, drop python 2.7/3.4 support
|
* 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 2 07:49:27 UTC 2020 - Luigi Baldoni <aloisio@gmx.com>
|
Sat May 2 07:49:27 UTC 2020 - Luigi Baldoni <aloisio@gmx.com>
|
||||||
|
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-rebulk
|
Name: python-rebulk
|
||||||
Version: 3.0.0
|
Version: 3.0.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library for defining bulk search patterns to perform advanced string matching
|
Summary: Library for defining bulk search patterns to perform advanced string matching
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -43,7 +43,6 @@ allow building a custom and complex string matcher.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n rebulk-%{version}
|
%autosetup -n rebulk-%{version}
|
||||||
touch CHANGELOG.md
|
|
||||||
|
|
||||||
# Remove shebang from non-executable files
|
# Remove shebang from non-executable files
|
||||||
for i in {'builder','chain','debug','formatters','__init__','introspector','loose','match','pattern','processors','rebulk','remodule','rules','toposort','utils','validators','__version__'}; do
|
for i in {'builder','chain','debug','formatters','__init__','introspector','loose','match','pattern','processors','rebulk','remodule','rules','toposort','utils','validators','__version__'}; do
|
||||||
@@ -64,7 +63,7 @@ done
|
|||||||
%pytest rebulk/test/
|
%pytest rebulk/test/
|
||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%doc README.md
|
%doc CHANGELOG.md README.md
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%{python_sitelib}/rebulk
|
%{python_sitelib}/rebulk
|
||||||
%{python_sitelib}/rebulk-%{version}-py%{python_version}.egg-info
|
%{python_sitelib}/rebulk-%{version}-py%{python_version}.egg-info
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:268ac10a2cd86c172df1fd85ea249a7667ac34409b062f8cbbf32ab4075c4c01
|
|
||||||
size 259227
|
|
3
rebulk-3.0.1.tar.gz
Normal file
3
rebulk-3.0.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:025d191c11abf9174c6aff0006579624047d3371a654333c4bf7a4b421552cdc
|
||||||
|
size 260207
|
Reference in New Issue
Block a user