14
0

Accepting request 932167 from home:eroca

Skip building for python2, it was never supported

OBS-URL: https://build.opensuse.org/request/show/932167
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-mergedeep?expand=0&rev=3
This commit is contained in:
2021-11-18 17:08:06 +00:00
committed by Git OBS Bridge
parent 15770de81d
commit 6a71bc3b40
2 changed files with 7 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Nov 18 10:01:08 UTC 2021 - Elisei Roca <eroca@mailbox.org>
- Skip building for python2, it was never supported
-------------------------------------------------------------------
Fri Aug 13 10:06:26 UTC 2021 - Danilo Spinella <danilo.spinella@suse.com>

View File

@@ -16,6 +16,7 @@
#
%define skip_python2 1
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-mergedeep
Version: 1.3.4
@@ -24,9 +25,9 @@ Summary: A deep merge function for Python
License: MIT
URL: https://github.com/clarketm/mergedeep
Source: https://files.pythonhosted.org/packages/source/m/mergedeep/mergedeep-%{version}.tar.gz
BuildRequires: python-rpm-macros
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildArch: noarch
%python_subpackages