15
0

Accepting request 1118011 from home:ojkastl_buildservice:Branch_devel_languages_python

update to 1.3.0

OBS-URL: https://build.opensuse.org/request/show/1118011
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-onigurumacffi?expand=0&rev=3
This commit is contained in:
2023-10-16 13:27:59 +00:00
committed by Git OBS Bridge
parent 61d1434479
commit a860ab8f06
4 changed files with 12 additions and 6 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:296fd0acd19bdb6af979ee02ed6795d9728f9a0845da91dc6cce7b9f2cf7ea8c
size 8516

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bf126a4663976389699f7a7de8dc3a05782a960484e11f674e24a3acfe0caa9a
size 8595

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Sat Oct 14 18:54:33 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>
- update to 1.3.0:
no changelog provided upstream
-------------------------------------------------------------------
Fri May 5 07:28:56 UTC 2023 - Johannes Kastl <kastl@b1-systems.de>

View File

@@ -18,18 +18,18 @@
%{?sle15_python_module_pythons}
Name: python-onigurumacffi
Version: 1.2.0
Version: 1.3.0
Release: 0
Summary: Python cffi bindings for the oniguruma regex engine
License: MIT
URL: https://github.com/asottile/onigurumacffi
Source: https://github.com/asottile/onigurumacffi/archive/refs/tags/v%{version}.tar.gz#/onigurumacffi-%{version}.tar.gz
BuildRequires: python-rpm-macros
BuildRequires: %{python_module cffi >= 1}
BuildRequires: %{python_module devel}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
BuildRequires: %{python_module cffi >= 1}
BuildRequires: python-rpm-macros
# SECTION test requirements
BuildRequires: %{python_module pytest}
# /SECTION