forked from pool/python-rebulk
Accepting request 1066530 from home:alois:branches:devel:languages:python
- Update to version 3.2.0 Features: * dependencies: Add python 3.11 support and drop python 3.6 support. Fixes: * Remove pytest-runner from setup_requires. OBS-URL: https://build.opensuse.org/request/show/1066530 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-rebulk?expand=0&rev=32
This commit is contained in:
@@ -1,3 +1,13 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Feb 18 09:30:28 UTC 2023 - Luigi Baldoni <aloisio@gmx.com>
|
||||||
|
|
||||||
|
- Update to version 3.2.0
|
||||||
|
Features:
|
||||||
|
* dependencies: Add python 3.11 support and drop python 3.6
|
||||||
|
support.
|
||||||
|
Fixes:
|
||||||
|
* Remove pytest-runner from setup_requires.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Dec 7 19:42:56 UTC 2021 - pgajdos@suse.com
|
Tue Dec 7 19:42:56 UTC 2021 - pgajdos@suse.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-rebulk
|
# spec file for package python-rebulk
|
||||||
#
|
#
|
||||||
# Copyright (c) 2021 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-rebulk
|
Name: python-rebulk
|
||||||
Version: 3.1.0
|
Version: 3.2.0
|
||||||
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
|
||||||
@@ -42,9 +42,6 @@ allow building a custom and complex string matcher.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n rebulk-%{version}
|
%autosetup -n rebulk-%{version}
|
||||||
# https://github.com/Toilal/rebulk/issues/26
|
|
||||||
sed -i 's:.pytest-runner.::' setup.py
|
|
||||||
|
|
||||||
# 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
|
||||||
sed -i -e "1d" "rebulk/$i.py"
|
sed -i -e "1d" "rebulk/$i.py"
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:809de3a97c68afa831f7101b10d316fe62e061dc9f7f67a44b7738128721173a
|
|
||||||
size 260087
|
|
3
rebulk-3.2.0.tar.gz
Normal file
3
rebulk-3.2.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:0d30bf80fca00fa9c697185ac475daac9bde5f646ce3338c9ff5d5dc1ebdfebc
|
||||||
|
size 261685
|
Reference in New Issue
Block a user