public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/pyproject-rpm-macros] f44: CI: Update specfiles that could no longer be built with Python 3.15
@ 2026-06-24 20:16 
  0 siblings, 0 replies; only message in thread
From:  @ 2026-06-24 20:16 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/pyproject-rpm-macros
            Branch : f44
            Commit : 6f855abc78fbc107d9bb19b2cb6beef030114298
            Author : Miro Hrončok <miro@hroncok.cz>
            Date   : 2026-06-24T19:38:11+02:00
            Stats  : +4/-5 in 2 file(s)
            URL    : https://src.fedoraproject.org/rpms/pyproject-rpm-macros/c/6f855abc78fbc107d9bb19b2cb6beef030114298?branch=f44

            Log:
            CI: Update specfiles that could no longer be built with Python 3.15

The updated ipykernel no longer appears to need pkg_resources.

---
diff --git a/tests/python-ipykernel.spec b/tests/python-ipykernel.spec
index 2c47f8d..34270f9 100644
--- a/tests/python-ipykernel.spec
+++ b/tests/python-ipykernel.spec
@@ -1,5 +1,5 @@
 Name:           python-ipykernel
-Version:        6.11.0
+Version:        6.30.0
 Release:        0%{?dist}
 Summary:        IPython Kernel for Jupyter
 License:        BSD-3-Clause
@@ -10,7 +10,6 @@ BuildArch:      noarch
 
 BuildRequires:  pyproject-rpm-macros
 BuildRequires:  python3-devel
-BuildRequires:  python3-pkg-resources
 
 %description
 This package contains data files.

diff --git a/tests/python-poetry-core.spec b/tests/python-poetry-core.spec
index f133a7b..691b5fa 100644
--- a/tests/python-poetry-core.spec
+++ b/tests/python-poetry-core.spec
@@ -1,11 +1,11 @@
 Name:           python-poetry-core
-Version:        1.1.0
+Version:        1.4.0
 Release:        0%{?dist}
 Summary:        Poetry PEP 517 Build Backend
 
 License:        MIT
 URL:            https://pypi.org/project/poetry-core/
-Source0:        %{pypi_source poetry-core}
+Source0:        %{pypi_source poetry_core}
 
 BuildArch:      noarch
 BuildRequires:  python3-devel
@@ -24,7 +24,7 @@ Summary:        %{summary}
 
 
 %prep
-%autosetup -p1 -n poetry-core-%{version}
+%autosetup -p1 -n poetry_core-%{version}
 
 
 %generate_buildrequires

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-24 20:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-24 20:16 [rpms/pyproject-rpm-macros] f44: CI: Update specfiles that could no longer be built with Python 3.15 

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox