#432 [EPEL8] Add Python 3.12 RPM dependencies
Merged 4 months ago by churchyard. Opened 4 months ago by churchyard.
rpms/ churchyard/pyproject-rpm-macros epel8-python3.12  into  epel8

file modified
+9 -3
@@ -16,7 +16,7 @@ 

  #   Increment Z when this is a bugfix or a cosmetic change

  # Dropping support for EOL Fedoras is *not* considered a breaking change

  Version:        0.1.8.0

- Release:        1%{?dist}

+ Release:        2%{?dist}

  

  # Macro files

  Source001:      macros.pyproject
@@ -55,11 +55,12 @@ 

  Requires:       python3-rpm-macros

  # This package is incompatible with python36.

  # We use rich dependencies to avoid creating implicit conflicts between

- # python3{8,9}-devel.

- Requires:       (python38-rpm-macros or python39-rpm-macros or python3.11-rpm-macros)

+ # python3X-devel.

+ Requires:       (python38-rpm-macros or python39-rpm-macros or python3.11-rpm-macros or python3.12-rpm-macros)

  Suggests:       (python38-rpm-macros if python38-devel)

  Suggests:       (python39-rpm-macros if python39-devel)

  Suggests:       (python3.11-rpm-macros if python3.11-devel)

+ Suggests:       (python3.12-rpm-macros if python3.12-devel)

  

  # We use the following tools outside of coreutils

  Requires:       /usr/bin/find
@@ -70,10 +71,12 @@ 

  Requires:       (python38-devel if python38-rpm-macros)

  Requires:       (python39-devel if python39-rpm-macros)

  Requires:       (python3.11-devel if python3.11-rpm-macros)

+ Requires:       (python3.12-devel if python3.12-rpm-macros)

  

  Requires:       (python3.8dist(pip) if python38-rpm-macros)

  Requires:       (python3.9dist(pip) if python39-rpm-macros)

  Requires:       (python3.11dist(pip) if python3.11-rpm-macros)

+ Requires:       (python3.12dist(pip) if python3.12-rpm-macros)

  

  

  %description
@@ -134,6 +137,9 @@ 

  

  

  %changelog

+ * Wed Jan 03 2024 Miro Hrončok <mhroncok@redhat.com> - 0.1.8.0-2

+ - Add Python 3.12 RPM dependencies

+ 

  * Wed May 24 2023 Maxwell G <gotmax@e.email> - 0.1.8.0-1

  - Initial stripped down macros for epel8

  

no initial comment

This comment is no longer accurate. Maybe change it to implicit conflicts between python3X-devel packages.?

I've noticed it is no longer accurate, but it wasn't accurate even before, so I decided not to change it. However, since you asked... done.

1 new commit added

  • Fix an outdated comment, make it less likely to be outdated in the future
4 months ago

Build failed. More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci
https://fedora.softwarefactory-project.io/zuul/buildset/3d0a070512e64d94846fdecc5592656d

Build failed. More information on how to proceed and troubleshoot errors available at https://fedoraproject.org/wiki/Zuul-based-ci
https://fedora.softwarefactory-project.io/zuul/buildset/296ae3fe0d1c46b7ab24536c8c551ffc

Pull-Request has been merged by churchyard

4 months ago
Metadata