14
0

Accepting request 1081460 from home:dirkmueller:acdc:as_python3_module

SR for python stack proposal

OBS-URL: https://build.opensuse.org/request/show/1081460
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-isoduration?expand=0&rev=3
This commit is contained in:
2023-04-21 14:28:16 +00:00
committed by Git OBS Bridge
parent 8626bf41e8
commit e0fe072a36
2 changed files with 9 additions and 3 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Apr 21 12:27:10 UTC 2023 - Dirk Müller <dmueller@suse.com>
- add sle15_python_module_pythons (jsc#PED-68)
-------------------------------------------------------------------
Mon Dec 26 11:33:20 UTC 2022 - Ben Greiner <code@bnavigator.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-isoduration
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,6 +16,7 @@
#
%{?sle15_python_module_pythons}
Name: python-isoduration
Version: 20.11.0
Release: 0
@@ -25,9 +26,9 @@ URL: https://github.com/bolsote/isoduration
Source: https://github.com/bolsote/isoduration/archive/refs/tags/%{version}.tar.gz#/isoduration-%{version}-gh.tar.gz
BuildRequires: %{python_module arrow >= 0.15.0}
BuildRequires: %{python_module base >= 3.7}
BuildRequires: %{python_module wheel}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module setuptools}
BuildRequires: %{python_module wheel}
# SECTION test
BuildRequires: %{python_module hypothesis}
BuildRequires: %{python_module isodate}