Accepting request 1081529 from home:dirkmueller:acdc:as_python3_module

SR for python stack proposal

OBS-URL: https://build.opensuse.org/request/show/1081529
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-prettytable?expand=0&rev=19
This commit is contained in:
Dirk Mueller 2023-04-21 14:12:42 +00:00 committed by Git OBS Bridge
parent 0fe1f9fc75
commit 66ba1e96d5
2 changed files with 14 additions and 3 deletions

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Apr 21 12:29:44 UTC 2023 - Dirk Müller <dmueller@suse.com>
- add sle15_python_module_pythons (jsc#PED-68)
-------------------------------------------------------------------
Thu Apr 13 22:43:11 UTC 2023 - Matej Cepl <mcepl@suse.com>
- Make calling of %{sle15modernpython} optional.
------------------------------------------------------------------- -------------------------------------------------------------------
Sun Nov 6 10:05:26 UTC 2022 - John Vandenberg <jayvdb@gmail.com> Sun Nov 6 10:05:26 UTC 2022 - John Vandenberg <jayvdb@gmail.com>

View File

@ -1,7 +1,7 @@
# #
# spec file for package python-prettytable # spec file for package python-prettytable
# #
# Copyright (c) 2022 SUSE LLC # Copyright (c) 2023 SUSE LLC
# Copyright (c) 2011 Christian Berendt. # Copyright (c) 2011 Christian Berendt.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
@ -18,6 +18,7 @@
%define skip_python2 1 %define skip_python2 1
%{?sle15_python_module_pythons}
Name: python-prettytable Name: python-prettytable
Version: 3.5.0 Version: 3.5.0
Release: 0 Release: 0
@ -26,9 +27,9 @@ License: BSD-2-Clause
URL: https://github.com/jazzband/prettytable URL: https://github.com/jazzband/prettytable
Source0: https://files.pythonhosted.org/packages/source/p/prettytable/prettytable-%{version}.tar.gz Source0: https://files.pythonhosted.org/packages/source/p/prettytable/prettytable-%{version}.tar.gz
BuildRequires: %{python_module base >= 3.7} BuildRequires: %{python_module base >= 3.7}
BuildRequires: %{python_module importlib-metadata if %python-base < 3.8}
BuildRequires: %{python_module hatchling}
BuildRequires: %{python_module hatch_vcs} BuildRequires: %{python_module hatch_vcs}
BuildRequires: %{python_module hatchling}
BuildRequires: %{python_module importlib-metadata if %python-base < 3.8}
BuildRequires: %{python_module pip} BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest-lazy-fixture} BuildRequires: %{python_module pytest-lazy-fixture}
BuildRequires: %{python_module pytest} BuildRequires: %{python_module pytest}