public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jos de Kloe <josdekloe@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/python-eccodes] f45: move to upstream release 2.48.0
Date: Sun, 06 Sep 2026 13:40:47 GMT	[thread overview]
Message-ID: <178870204792.1.8190998254372666180.rpms-python-eccodes-9123276e208c@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/python-eccodes
Branch : f45
Commit : 9123276e208ca7fcb51e68cd59b61b1f3686199e
Author : Jos de Kloe <josdekloe@gmail.com>
Date   : 2026-09-06T15:07:40+02:00
Stats  : +17/-13 in 6 file(s)
URL    : https://src.fedoraproject.org/rpms/python-eccodes/c/9123276e208ca7fcb51e68cd59b61b1f3686199e?branch=f45

Log:
move to upstream release 2.48.0

---
diff --git a/.gitignore b/.gitignore
index aac8602..a5f9992 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 /eccodes-2.45.0.tar.gz
 /eccodes-2.47.0.tar.gz
+/eccodes-2.48.0.tar.gz

diff --git a/python-eccodes-disable-findlibs.patch b/python-eccodes-disable-findlibs.patch
index e01e6f7..3d469ae 100644
--- a/python-eccodes-disable-findlibs.patch
+++ b/python-eccodes-disable-findlibs.patch
@@ -1,5 +1,5 @@
---- eccodes-2.47.0.p1p2/gribapi/bindings.py	2026-06-14 17:20:28.893267960 +0200
-+++ eccodes-2.47.0.p1p2p3/gribapi/bindings.py	2026-06-14 17:20:46.581587153 +0200
+--- eccodes-2.48.0.p1p2/gribapi/bindings.py	2026-09-06 14:41:53.084296214 +0200
++++ eccodes-2.48.0.p1p2p3/gribapi/bindings.py	2026-09-06 14:42:04.827855198 +0200
 @@ -99,7 +99,8 @@ def find_binary_libs(name):
      return foundlib
  
@@ -10,8 +10,8 @@
  
  if library_path is None:
      raise RuntimeError("Cannot find the ecCodes library")
---- eccodes-2.47.0.p1p2/setup.py	2026-06-14 17:20:28.896897740 +0200
-+++ eccodes-2.47.0.p1p2p3/setup.py	2026-06-14 17:20:46.598894481 +0200
+--- eccodes-2.48.0.p1p2/setup.py	2026-09-06 14:41:53.089150919 +0200
++++ eccodes-2.48.0.p1p2p3/setup.py	2026-09-06 14:42:04.831365945 +0200
 @@ -91,7 +91,7 @@ elif sys.version_info < (3, 9):
  install_requires += [
      "attrs",
@@ -21,8 +21,8 @@
  ]
  
  # only add eccodeslib as dependency if building a distribution that should depend on it
---- eccodes-2.47.0.p1p2/eccodes.egg-info/requires.txt	2026-06-14 17:20:28.893094100 +0200
-+++ eccodes-2.47.0.p1p2p3/eccodes.egg-info/requires.txt	2026-06-14 17:20:46.581340977 +0200
+--- eccodes-2.48.0.p1p2/eccodes.egg-info/requires.txt	2026-09-06 14:41:53.084113492 +0200
++++ eccodes-2.48.0.p1p2p3/eccodes.egg-info/requires.txt	2026-09-06 14:42:04.827597938 +0200
 @@ -1,7 +1,3 @@
  numpy
  attrs

diff --git a/python-eccodes-setup.patch b/python-eccodes-setup.patch
index 6776f0a..d2f283d 100644
--- a/python-eccodes-setup.patch
+++ b/python-eccodes-setup.patch
@@ -1,5 +1,5 @@
---- eccodes-2.47.0.unchanged/setup.py	2026-04-22 13:29:53.000000000 +0200
-+++ eccodes-2.47.0.p1/setup.py	2026-06-14 17:19:58.866917796 +0200
+--- eccodes-2.48.0.unchanged/setup.py	2026-08-25 19:39:20.634433500 +0200
++++ eccodes-2.48.0.p1/setup.py	2026-09-06 14:41:37.846258087 +0200
 @@ -110,6 +110,8 @@ setuptools.setup(
      license="Apache License Version 2.0",
      url="https://github.com/ecmwf/eccodes-python",

diff --git a/python-eccodes-sphinx-config.patch b/python-eccodes-sphinx-config.patch
index d07d222..f60e4ea 100644
--- a/python-eccodes-sphinx-config.patch
+++ b/python-eccodes-sphinx-config.patch
@@ -1,5 +1,5 @@
---- eccodes-2.47.0.p1/docs/conf.py	2026-06-15 08:33:36.121067204 +0200
-+++ eccodes-2.47.0.p1p2/docs/conf.py	2026-06-15 15:59:26.628778139 +0200
+--- eccodes-2.48.0.p1/docs/conf.py	2026-09-06 14:41:37.841669182 +0200
++++ eccodes-2.48.0.p1p2/docs/conf.py	2026-09-06 14:41:53.083047668 +0200
 @@ -4,7 +4,8 @@
  import os
  import sys

diff --git a/python-eccodes.spec b/python-eccodes.spec
index 9ec4a48..649c078 100644
--- a/python-eccodes.spec
+++ b/python-eccodes.spec
@@ -1,6 +1,6 @@
 Name:           python-eccodes
-Version:        2.47.0
-Release:        3%{?dist}
+Version:        2.48.0
+Release:        1%{?dist}
 Summary:        Python interface to the ecCodes GRIB and BUFR decoder/encoder
 License:        Apache-2.0
 
@@ -106,6 +106,9 @@ rm -rf %sphinx_doc_path/.doctrees
 
 
 %changelog
+* Sun Sep 06 2026 Jos de Kloe <josdekloe@gmail.com> 2.48.0-1
+- move to upstream release 2.48.0
+
 * Wed Jul 22 2026 Python Maint <python-maint@redhat.com> - 2.47.0-3
 - Rebuilt for Python 3.15.0b4 ABI change
 

diff --git a/sources b/sources
index e37e0c3..a61f638 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (eccodes-2.47.0.tar.gz) = 708a542e8645d5422d153fc1c13468152216d70d56062b5ec9510cdd029fe51162c45d775cb241c9d11d101c42b0a46372fd9b6beae5691772030fc7fe23024f
+SHA512 (eccodes-2.48.0.tar.gz) = 416e76e06b3b809888a2a053747504b22a2ef6765ba25ffdc16a501816e2e9a4cfdf4c615a97adc7719b20ed35350e53a41396b8c6eff0be63a9da5d2f29cf21

                 reply	other threads:[~2026-09-06 13:40 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178870204792.1.8190998254372666180.rpms-python-eccodes-9123276e208c@fedoraproject.org \
    --to=josdekloe@gmail.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox