15
0

- require legacy-cgi for python 3.13 support

- Remove nose and use unittest instead
- Build doc with python3 only
- Migrate to singlespec with spec-cleanup

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-peppercorn?expand=0&rev=16
This commit is contained in:
2024-11-21 09:54:05 +00:00
committed by Git OBS Bridge
parent c9aee3174d
commit cbee6f2f91
2 changed files with 13 additions and 4 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Nov 21 09:53:52 UTC 2024 - Dirk Müller <dmueller@suse.com>
- require legacy-cgi for python 3.13 support
-------------------------------------------------------------------
Thu May 11 20:13:50 UTC 2023 - Ben Greiner <code@bnavigator.de>
@@ -7,7 +12,7 @@ Thu May 11 20:13:50 UTC 2023 - Ben Greiner <code@bnavigator.de>
-------------------------------------------------------------------
Mon May 4 12:21:19 UTC 2020 - Paolo Stivanin <info@paolostivanin.com>
- Remove nose and use unittest instead
- Remove nose and use unittest instead
-------------------------------------------------------------------
Mon Oct 14 14:13:47 UTC 2019 - Matej Cepl <mcepl@suse.com>
@@ -37,12 +42,12 @@ Thu Jun 21 15:21:32 UTC 2018 - hpj@urpla.net
-------------------------------------------------------------------
Wed Oct 4 18:54:04 UTC 2017 - bruno@ioda-net.ch
- Build doc with python3 only
- Build doc with python3 only
-------------------------------------------------------------------
Tue Sep 19 15:08:47 UTC 2017 - bruno@ioda-net.ch
- Migrate to singlespec with spec-cleanup
- Migrate to singlespec with spec-cleanup
-------------------------------------------------------------------
Fri Feb 6 17:15:55 UTC 2015 - hpj@urpla.net

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-peppercorn
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2017 LISA GmbH, Bingen, Germany.
#
# All modifications and additions to the file contributed by third parties
@@ -25,6 +25,7 @@ License: BSD-4-Clause AND ZPL-2.1 AND MIT
URL: https://docs.pylonsproject.org/projects/peppercorn/en/latest/
# SourceRepostory: https://github.com/Pylons/peppercorn
Source: https://files.pythonhosted.org/packages/source/p/peppercorn/peppercorn-%{version}.tar.gz
BuildRequires: %{python_module legacy-cgi if %python-base >= 3.13}
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pylons-sphinx-themes}
BuildRequires: %{python_module setuptools}
@@ -33,6 +34,9 @@ BuildRequires: fdupes
BuildRequires: python-rpm-macros
# Documentation requirement
BuildRequires: python3-Sphinx
%if %{python_version_nodots} >= 313
Requires: python-legacy-cgi
%endif
BuildArch: noarch
%python_subpackages