diff --git a/python-peppercorn.changes b/python-peppercorn.changes index a4d3711..6ca216a 100644 --- a/python-peppercorn.changes +++ b/python-peppercorn.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Nov 21 09:53:52 UTC 2024 - Dirk Müller + +- require legacy-cgi for python 3.13 support + ------------------------------------------------------------------- Thu May 11 20:13:50 UTC 2023 - Ben Greiner @@ -7,7 +12,7 @@ Thu May 11 20:13:50 UTC 2023 - Ben Greiner ------------------------------------------------------------------- Mon May 4 12:21:19 UTC 2020 - Paolo Stivanin -- Remove nose and use unittest instead +- Remove nose and use unittest instead ------------------------------------------------------------------- Mon Oct 14 14:13:47 UTC 2019 - Matej Cepl @@ -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 diff --git a/python-peppercorn.spec b/python-peppercorn.spec index 986e045..88594b0 100644 --- a/python-peppercorn.spec +++ b/python-peppercorn.spec @@ -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