public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/python-eccodes] f44: Add BuildRequires on python3-pkg-resources for setuptools 82 compatibility
@ 2026-09-06 13:39
0 siblings, 0 replies; only message in thread
From: @ 2026-09-06 13:39 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/python-eccodes
Branch : f44
Commit : 1e64043fbbd9515ed931aa06514b52714f695ca7
Author : Tomáš Hrnčiar <thrnciar@redhat.com>
Date : 2026-05-07T15:40:52+02:00
Stats : +5/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/python-eccodes/c/1e64043fbbd9515ed931aa06514b52714f695ca7?branch=f44
Log:
Add BuildRequires on python3-pkg-resources for setuptools 82 compatibility
Setuptools 82 dropped pkg_resources from the setuptools distribution.
Add explicit build dependency on the compat package.
Assisted-by: Cursor
---
diff --git a/python-eccodes.spec b/python-eccodes.spec
index f21e766..58c42be 100644
--- a/python-eccodes.spec
+++ b/python-eccodes.spec
@@ -1,6 +1,6 @@
Name: python-eccodes
Version: 2.45.0
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: Python interface to the ecCodes GRIB and BUFR decoder/encoder
License: Apache-2.0
@@ -22,6 +22,7 @@ Patch3: python-eccodes-disable-findlibs.patch
# note that the fast bindings are arch dependent
BuildRequires: eccodes-devel
BuildRequires: python3-devel
+BuildRequires: python3-pkg-resources
# needed to build the fast bindings
BuildRequires: python3-cffi
# needed for checks/tests
@@ -105,6 +106,9 @@ rm -rf %sphinx_doc_path/.doctrees
%changelog
+* Thu May 07 2026 Tomáš Hrnčiar <thrnciar@redhat.com> - 2.45.0-2
+- Add BR on python3-pkg-resources, setuptools 82 dropped pkg_resources
+
* Wed Jan 28 2026 Jos de Kloe <josdekloe@gmail.com> 2.45.0-1
- move to upstream release 2.45.0
(skipped version 2.44.0 due to bug https://github.com/ecmwf/eccodes-python/issues/145)
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-06 13:39 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-06 13:39 [rpms/python-eccodes] f44: Add BuildRequires on python3-pkg-resources for setuptools 82 compatibility
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox