15
0

Accepting request 1126720 from home:benoit_monin:branches:devel:languages:python

- update to version 1.7.0
- require python >= 3.8: upstream dropped 3.7 support
- drop setuptools and wheel, add flit-core as BuildRequires: upstream switched build system

OBS-URL: https://build.opensuse.org/request/show/1126720
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-blinker?expand=0&rev=39
This commit is contained in:
2023-11-16 10:27:59 +00:00
committed by Git OBS Bridge
parent 56c3bf353b
commit 1e82a7ea6b
4 changed files with 24 additions and 6 deletions

View File

@@ -18,7 +18,7 @@
%{?sle15_python_module_pythons}
Name: python-blinker
Version: 1.6.2
Version: 1.7.0
Release: 0
Summary: Object-to-object and broadcast signaling in Python
License: MIT
@@ -27,12 +27,12 @@ URL: https://github.com/pallets-eco/blinker/
Source: https://files.pythonhosted.org/packages/source/b/blinker/blinker-%{version}.tar.gz
BuildRequires: %{python_module Pallets-Sphinx-Themes}
BuildRequires: %{python_module Sphinx}
BuildRequires: %{python_module base >= 3.8}
BuildRequires: %{python_module flit-core}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest-asyncio}
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module sphinx-issues}
BuildRequires: %{python_module wheel}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch