Jakub Klinkovský pushed to branch main at Arch Linux / Packaging / Packages /
python-matplotlib
Commits:
ca47ab0f by Jakub Klinkovský at 2025-11-13T19:07:58+01:00
upgpkg: 3.10.8-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-matplotlib
pkgdesc = A python plotting library, making publication quality plots
- pkgver = 3.10.6
+ pkgver = 3.10.8
pkgrel = 1
url = https://matplotlib.org
arch = x86_64
@@ -77,14 +77,14 @@ pkgbase = python-matplotlib
optdepends = texlive-fontsrecommended: usetex dependencies
optdepends = texlive-latexrecommended: usetex usage with pdflatex
optdepends = python-certifi: https support
- source =
git+https://github.com/matplotlib/matplotlib.git?signed#tag=v3.10.6
+ source =
git+https://github.com/matplotlib/matplotlib.git?signed#tag=v3.10.8
source =
https://github.com/QuLogic/mpl-images/archive/v3.10.0-with-freetype-2.13.1/mpl-images-3.10.0-ft2.13.1.tar.gz
source = freetype.patch
source = test_polar_title_position.patch
source = test_imshow_masked_interpolation.patch
validpgpkeys = 23CAB59E3332F94D26BEF0378D86E7FAE5EB0C10
validpgpkeys = EB8322187FD451192E430A7279B3FEC456F12599
- b2sums =
7a42ce70d8a75f9d6c55bd21d007c85a9e14a7d9a2c8bb4e082698b4efa04190d952701549d61147fd396acbb898b7b1a4f65e4fc13c4c2d15d1d036e54c63cc
+ b2sums =
e9064ab93169d4938ad8b644bf99ab11fc8012dd9a65b6e57d7451dc25631c0a11f284a00bb2186fbe8c912b78b3a9f03f78352f3a13e8a27f5c8b434bc8f910
b2sums =
63f89667204996c6a78c297bda22526ceb25112c0ccbe14a07b92772e8f9b4bad213e8fd27a4ce25bd2fa983bbc6450b66b5315d92f444f8105f6ece5aca0601
b2sums =
c66bec7fd0c9236432e814c34216f7c3d3f7634a3d37669c92c442d077ee762ed631737697423e4ea8cc249b8dd961bdb4ffb9ab32eddfb1bfa45cbafcfd5f94
b2sums =
0c2dfbcda86be5d9bdf19c16fc031ae28b10e6aa89eaf3701b88d67b4158bb5dc0469a0bcb7c0050004f45b7aa07e8ed3fe68512f94a0b54b4e03c9b6e33349c
=====================================
PKGBUILD
=====================================
@@ -7,7 +7,7 @@
# Contributor: Douglas Soares de Andrade <[email protected]>
pkgname=python-matplotlib
-pkgver=3.10.6
+pkgver=3.10.8
pkgrel=1
_mpl_images_ver=3.10.0
_mpl_images_ftver=2.13.1
@@ -101,7 +101,7 @@
source=(git+https://github.com/matplotlib/matplotlib.git?signed#tag=v${pkgver}
test_polar_title_position.patch
test_imshow_masked_interpolation.patch
)
-b2sums=('7a42ce70d8a75f9d6c55bd21d007c85a9e14a7d9a2c8bb4e082698b4efa04190d952701549d61147fd396acbb898b7b1a4f65e4fc13c4c2d15d1d036e54c63cc'
+b2sums=('e9064ab93169d4938ad8b644bf99ab11fc8012dd9a65b6e57d7451dc25631c0a11f284a00bb2186fbe8c912b78b3a9f03f78352f3a13e8a27f5c8b434bc8f910'
'63f89667204996c6a78c297bda22526ceb25112c0ccbe14a07b92772e8f9b4bad213e8fd27a4ce25bd2fa983bbc6450b66b5315d92f444f8105f6ece5aca0601'
'c66bec7fd0c9236432e814c34216f7c3d3f7634a3d37669c92c442d077ee762ed631737697423e4ea8cc249b8dd961bdb4ffb9ab32eddfb1bfa45cbafcfd5f94'
'0c2dfbcda86be5d9bdf19c16fc031ae28b10e6aa89eaf3701b88d67b4158bb5dc0469a0bcb7c0050004f45b7aa07e8ed3fe68512f94a0b54b4e03c9b6e33349c'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-matplotlib/-/commit/ca47ab0f6b0365fd349e36ea4e26e7333308dbfc
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-matplotlib/-/commit/ca47ab0f6b0365fd349e36ea4e26e7333308dbfc
You're receiving this email because of your account on gitlab.archlinux.org.