14
0
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:
2023-02-18 16:29:06 +00:00
committed by Git OBS Bridge
parent 754948c92d
commit d47d170c6d
4 changed files with 15 additions and 8 deletions

View File

@@ -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"