Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
python-matplotlib


Commits:
21d4bbec by Antonio Rojas at 2024-06-22T19:03:38+02:00
upgpkg: 3.8.4-1: numpy 2.0 rebuild (bootstrap)

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = python-matplotlib
        pkgdesc = A python plotting library, making publication quality plots
-       pkgver = 3.8.3
-       pkgrel = 3
+       pkgver = 3.8.4
+       pkgrel = 1
        url = https://matplotlib.org
        arch = x86_64
        license = custom
@@ -73,12 +73,12 @@ 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#tag=50486a281099f6b9dcb556b9f0d3f9d1e4eb40b2?signed
+       source = 
git+https://github.com/matplotlib/matplotlib.git#tag=v3.8.4?signed
        source = 
https://github.com/QuLogic/mpl-images/archive/v3.8.3-with-freetype-2.13.1/mpl-images-3.8.3-ft2.13.1.tar.gz
        source = freetype.patch
        validpgpkeys = 23CAB59E3332F94D26BEF0378D86E7FAE5EB0C10
        validpgpkeys = EB8322187FD451192E430A7279B3FEC456F12599
-       b2sums = 
bc0e69023695eeec28ecf1e0c156dff1e1696ecbc682b11d313d01faa5a4592fbe8dd173a5ab0708d2f078b0e271de95006f98674776d9e452ef9e79156875a1
+       b2sums = 
bd245e0bdac7f096b01b187b74c4aa3947cd14d25ef6fefccf25a079171460bc4da02fb00ae2b8c62c6fd44039a2f8cbad2fe034945418fcc5b0e3caf85cc26b
        b2sums = 
dabc8af36c6a489fa64ffe341801b8c82e578b6c864745885e18f39c531193187cf5d8030bb25f81abd9ec3f37a890da3ca6a2e30772b61906a80ac1ca53b140
        b2sums = 
ccc679b9108342a9c0ceb67ccb1158c7409c7033e5b6ce3cb4ca53b9351b3aa8557a95f8a823ee5f1cd60be4b901230ba993e06db6977a8c7db1419ba0fe4983
 


=====================================
PKGBUILD
=====================================
@@ -6,8 +6,8 @@
 # Contributor: Douglas Soares de Andrade <[email protected]>
 
 pkgname=python-matplotlib
-pkgver=3.8.3
-pkgrel=3
+pkgver=3.8.4
+pkgrel=1
 _mpl_images_ver=3.8.3
 pkgdesc="A python plotting library, making publication quality plots"
 arch=(x86_64)
@@ -40,12 +40,11 @@ checkdepends=(python-pytest python-pytest-xdist 
python-pytest python-pytest-reru
               jupyter-nbconvert jupyter-nbformat python-ipykernel
               python-pandas python-pikepdf python-pytz python-xarray
               noto-fonts-cjk wqy-zenhei python-xcffib)
-_tag=50486a281099f6b9dcb556b9f0d3f9d1e4eb40b2 # git rev-parse v${pkgver}
 _ftver=2.13.1
-source=(git+https://github.com/matplotlib/matplotlib.git#tag=${_tag}?signed
+source=(git+https://github.com/matplotlib/matplotlib.git#tag=v${pkgver}?signed
         
https://github.com/QuLogic/mpl-images/archive/v${_mpl_images_ver}-with-freetype-${_ftver}/mpl-images-${_mpl_images_ver}-ft${_ftver}.tar.gz
         freetype.patch)
-b2sums=('bc0e69023695eeec28ecf1e0c156dff1e1696ecbc682b11d313d01faa5a4592fbe8dd173a5ab0708d2f078b0e271de95006f98674776d9e452ef9e79156875a1'
+b2sums=('bd245e0bdac7f096b01b187b74c4aa3947cd14d25ef6fefccf25a079171460bc4da02fb00ae2b8c62c6fd44039a2f8cbad2fe034945418fcc5b0e3caf85cc26b'
         
'dabc8af36c6a489fa64ffe341801b8c82e578b6c864745885e18f39c531193187cf5d8030bb25f81abd9ec3f37a890da3ca6a2e30772b61906a80ac1ca53b140'
         
'ccc679b9108342a9c0ceb67ccb1158c7409c7033e5b6ce3cb4ca53b9351b3aa8557a95f8a823ee5f1cd60be4b901230ba993e06db6977a8c7db1419ba0fe4983')
 validpgpkeys=(23CAB59E3332F94D26BEF0378D86E7FAE5EB0C10  # Elliott Sales de 
Andrade <[email protected]>
@@ -83,10 +82,10 @@ check() {
   test-env/bin/python -m installer dist/*.whl
   # test_ipynb: https://github.com/matplotlib/matplotlib/issues/21654 fixed 
but `ModuleNotFoundError: No module named 'matplotlib'`
   # test_compressed1: https://github.com/QuLogic/mpl-images/issues/4
-  XDG_RUNTIME_DIR=/tmp/runtime-build \
-  xvfb-run -a -s "-screen 0 640x480x24" \
-    test-env/bin/python -m pytest -ra -n auto -v --color=yes --pyargs 
matplotlib mpl_toolkits.{axes_grid1,axisartist,mplot3d} \
-      -k 'not test_ipynb and not test_compressed1 and not 
test_multi_font_type3 and not test_multi_font_type42 and not 
test_figure_legend_outside'
+#  XDG_RUNTIME_DIR=/tmp/runtime-build \
+#  xvfb-run -a -s "-screen 0 640x480x24" \
+#    test-env/bin/python -m pytest -ra -n auto -v --color=yes --pyargs 
matplotlib mpl_toolkits.{axes_grid1,axisartist,mplot3d} \
+#      -k 'not test_ipynb and not test_compressed1 and not 
test_multi_font_type3 and not test_multi_font_type42 and not 
test_figure_legend_outside'
 }
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-matplotlib/-/commit/21d4bbec571efe99b98b9d7e6b19df1b34e8fb68

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-matplotlib/-/commit/21d4bbec571efe99b98b9d7e6b19df1b34e8fb68
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to