forked from pool/python-fixedint
Accepting request 1155990 from home:glaubitz:branches:devel:languages:python
- Switch package to modern Python Stack on SLE-15
+ Add %{?sle15_python_module_pythons}
+ Drop %{?!python_module:%define python_module() python-%{**} python3-%{**}}
OBS-URL: https://build.opensuse.org/request/show/1155990
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fixedint?expand=0&rev=3
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 7 14:41:12 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
- Switch package to modern Python Stack on SLE-15
|
||||
+ Add %{?sle15_python_module_pythons}
|
||||
+ Drop %{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 23 10:16:59 UTC 2022 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-fixedint
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -16,7 +16,7 @@
|
||||
#
|
||||
|
||||
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%{?sle15_python_module_pythons}
|
||||
Name: python-fixedint
|
||||
Version: 0.2.0
|
||||
Release: 0
|
||||
@@ -24,9 +24,9 @@ Summary: simple fixed-width integers
|
||||
License: Python-2.0
|
||||
URL: https://github.com/nneonneo/fixedint
|
||||
Source: https://files.pythonhosted.org/packages/source/f/fixedint/fixedint-%{version}.tar.gz
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
||||
|
||||
Reference in New Issue
Block a user