Jakub Klinkovský pushed to branch main at Arch Linux / Packaging / Packages / 
python-iminuit


Commits:
3eeeb294 by Jakub Klinkovský at 2025-12-24T09:20:27+01:00
Drop unused patch

- - - - -
ebe055c6 by Jakub Klinkovský at 2025-12-24T09:23:50+01:00
Switch license to SPDX

- - - - -
5314d9b4 by Jakub Klinkovský at 2025-12-24T09:24:14+01:00
upgpkg: 2.32.0-1: upstream release with Python 3.14 support

- - - - -


4 changed files:

- .SRCINFO
- PKGBUILD
- REUSE.toml
- − ipython-fix.patch


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,11 +1,10 @@
 pkgbase = python-iminuit
        pkgdesc = Python interface for MINUIT, a physics analysis tool for 
function minimization.
-       pkgver = 2.30.2
+       pkgver = 2.32.0
        pkgrel = 1
        url = https://iminuit.readthedocs.io
        arch = x86_64
-       license = GPL
-       license = MIT
+       license = MIT AND LGPL-2.1-or-later
        checkdepends = python-pytest
        checkdepends = python-scipy
        checkdepends = python-tabulate
@@ -27,9 +26,9 @@ pkgbase = python-iminuit
        makedepends = python-sphinx_rtd_theme
        makedepends = python-scikit-build-core
        options = !emptydirs
-       source = 
python-iminuit::git+https://github.com/scikit-hep/iminuit#tag=v2.30.2
+       source = 
python-iminuit::git+https://github.com/scikit-hep/iminuit#tag=v2.32.0
        source = 
python-iminuit-root::git+https://github.com/root-project/root.git
-       sha256sums = 
5af2ee74bcf0f1da4fb3149255b0b7b3e4cd0afd44b7e3c00969fe2d1150f7e4
+       sha256sums = 
efd123f3c0a8ab6eb515e0b40dc766d16a0e8e74b10bf0e1889a70d23b4698df
        sha256sums = SKIP
 
 pkgname = python-iminuit


=====================================
PKGBUILD
=====================================
@@ -3,12 +3,12 @@
 _pkgname=iminuit
 pkgbase="python-${_pkgname}"
 pkgname=("python-${_pkgname}" "python-${_pkgname}-docs")
-pkgver=2.30.2
+pkgver=2.32.0
 pkgrel=1
 pkgdesc="Python interface for MINUIT, a physics analysis tool for function 
minimization."
 arch=('x86_64')
 url="https://iminuit.readthedocs.io";
-license=('GPL' 'MIT')
+license=('MIT AND LGPL-2.1-or-later')
 makedepends=(
   'git'
   'cmake'
@@ -34,7 +34,7 @@ source=(
   "${pkgbase}::git+https://github.com/scikit-hep/iminuit#tag=v$pkgver";
   "${pkgbase}-root::git+https://github.com/root-project/root.git";
 )
-sha256sums=('5af2ee74bcf0f1da4fb3149255b0b7b3e4cd0afd44b7e3c00969fe2d1150f7e4'
+sha256sums=('efd123f3c0a8ab6eb515e0b40dc766d16a0e8e74b10bf0e1889a70d23b4698df'
             'SKIP')
 
 _get_pyver () {


=====================================
REUSE.toml
=====================================
@@ -20,10 +20,3 @@ path = [
 ]
 SPDX-FileCopyrightText = "Arch Linux contributors"
 SPDX-License-Identifier = "0BSD"
-
-[[annotations]]
-path = [
-    "ipython-fix.patch",
-]
-SPDX-FileCopyrightText = "python-iminuit contributors"
-SPDX-License-Identifier = "TODO-Choose-a-license"


=====================================
ipython-fix.patch deleted
=====================================
@@ -1,11 +0,0 @@
-diff --color -aur python-iminuit-old/doc/conf.py python-iminuit-new/doc/conf.py
---- python-iminuit-old/doc/conf.py     2023-01-03 03:50:48.084727362 +0200
-+++ python-iminuit-new/doc/conf.py     2023-01-03 03:51:14.684726701 +0200
-@@ -33,6 +33,7 @@
-     # 'matplotlib.sphinxext.only_directives',
-     "matplotlib.sphinxext.plot_directive",
-     "nbsphinx",
-+    "IPython.sphinxext.ipython_console_highlighting",
- ]
- 
- nbsphinx_kernel_name = "python3"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-iminuit/-/compare/47011a90ea4478e5bc4838eb2963484c92f42d56...5314d9b4a2bd9aedae6349b7476916a65f8fa82b

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-iminuit/-/compare/47011a90ea4478e5bc4838eb2963484c92f42d56...5314d9b4a2bd9aedae6349b7476916a65f8fa82b
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to