From d47d170c6d133c9a823f41f7eb1442774b2eba15c9d91c5a556e7368cfd73121 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 18 Feb 2023 16:29:06 +0000 Subject: [PATCH] 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 --- python-rebulk.changes | 10 ++++++++++ python-rebulk.spec | 7 ++----- rebulk-3.1.0.tar.gz | 3 --- rebulk-3.2.0.tar.gz | 3 +++ 4 files changed, 15 insertions(+), 8 deletions(-) delete mode 100644 rebulk-3.1.0.tar.gz create mode 100644 rebulk-3.2.0.tar.gz diff --git a/python-rebulk.changes b/python-rebulk.changes index 13afc23..d7aca57 100644 --- a/python-rebulk.changes +++ b/python-rebulk.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Sat Feb 18 09:30:28 UTC 2023 - Luigi Baldoni + +- 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 diff --git a/python-rebulk.spec b/python-rebulk.spec index 290f4db..1153511 100644 --- a/python-rebulk.spec +++ b/python-rebulk.spec @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ %define skip_python2 1 Name: python-rebulk -Version: 3.1.0 +Version: 3.2.0 Release: 0 Summary: Library for defining bulk search patterns to perform advanced string matching License: MIT @@ -42,9 +42,6 @@ allow building a custom and complex string matcher. %prep %autosetup -n rebulk-%{version} -# https://github.com/Toilal/rebulk/issues/26 -sed -i 's:.pytest-runner.::' setup.py - # 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 sed -i -e "1d" "rebulk/$i.py" diff --git a/rebulk-3.1.0.tar.gz b/rebulk-3.1.0.tar.gz deleted file mode 100644 index bd8a9e4..0000000 --- a/rebulk-3.1.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:809de3a97c68afa831f7101b10d316fe62e061dc9f7f67a44b7738128721173a -size 260087 diff --git a/rebulk-3.2.0.tar.gz b/rebulk-3.2.0.tar.gz new file mode 100644 index 0000000..0bc4b66 --- /dev/null +++ b/rebulk-3.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d30bf80fca00fa9c697185ac475daac9bde5f646ce3338c9ff5d5dc1ebdfebc +size 261685