forked from pool/python-fastimport
- 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:
3
fastimport-0.9.14.tar.gz
Normal file
3
fastimport-0.9.14.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6ac99dda4e7b0b3ae831507b6d0094802e6dd95891feafde8cc5c405b6c149ca
|
||||
size 41791
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b2f2e8eb97000256e1aab83d2a0a053fc7b93c3aa4f7e9b971a5703dfc5963b9
|
||||
size 39512
|
||||
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Jan 15 16:07:38 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- update to 0.9.14:
|
||||
* Declare python 3.5 requirement in setup.py.
|
||||
* Drop various other python2 helpers, test on newer versions of Python.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 26 06:34:12 UTC 2020 - Petr Gajdos <pgajdos@suse.com>
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user