From a860ab8f068386c9e5b0e98ec0571aa268a495ae0ddaa7e65121dee805fa3bf9 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 16 Oct 2023 13:27:59 +0000 Subject: [PATCH] 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 --- onigurumacffi-1.2.0.tar.gz | 3 --- onigurumacffi-1.3.0.tar.gz | 3 +++ python-onigurumacffi.changes | 6 ++++++ python-onigurumacffi.spec | 6 +++--- 4 files changed, 12 insertions(+), 6 deletions(-) delete mode 100644 onigurumacffi-1.2.0.tar.gz create mode 100644 onigurumacffi-1.3.0.tar.gz diff --git a/onigurumacffi-1.2.0.tar.gz b/onigurumacffi-1.2.0.tar.gz deleted file mode 100644 index c2e1221..0000000 --- a/onigurumacffi-1.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:296fd0acd19bdb6af979ee02ed6795d9728f9a0845da91dc6cce7b9f2cf7ea8c -size 8516 diff --git a/onigurumacffi-1.3.0.tar.gz b/onigurumacffi-1.3.0.tar.gz new file mode 100644 index 0000000..3298dc1 --- /dev/null +++ b/onigurumacffi-1.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf126a4663976389699f7a7de8dc3a05782a960484e11f674e24a3acfe0caa9a +size 8595 diff --git a/python-onigurumacffi.changes b/python-onigurumacffi.changes index 313bcb5..d8ca0fe 100644 --- a/python-onigurumacffi.changes +++ b/python-onigurumacffi.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Oct 14 18:54:33 UTC 2023 - Johannes Kastl + +- update to 1.3.0: + no changelog provided upstream + ------------------------------------------------------------------- Fri May 5 07:28:56 UTC 2023 - Johannes Kastl diff --git a/python-onigurumacffi.spec b/python-onigurumacffi.spec index 83c3962..bfcc60a 100644 --- a/python-onigurumacffi.spec +++ b/python-onigurumacffi.spec @@ -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