14
0

- update to 0.9.14:

* Declare python 3.5 requirement in setup.py.
  * Drop various other python2 helpers, test on newer versions of Python.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fastimport?expand=0&rev=12
This commit is contained in:
2022-01-15 16:09:17 +00:00
committed by Git OBS Bridge
parent 03b2f5a5be
commit c6cfde897b
4 changed files with 14 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-fastimport
#
# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,8 +17,9 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%global skip_python2 1
Name: python-fastimport
Version: 0.9.8
Version: 0.9.14
Release: 0
Summary: Fastimport parser in Python
License: GPL-2.0-or-later
@@ -29,7 +30,7 @@ BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires(post): update-alternatives
Requires(postun): update-alternatives
Requires(postun):update-alternatives
BuildArch: noarch
%python_subpackages