Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-matplotlib
Commits:
af90dca6 by Antonio Rojas at 2023-12-27T12:29:03+01:00
upgpkg: 3.8.2-1: Update to 3.8.2
- - - - -
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.8.1
+ pkgver = 3.8.2
pkgrel = 1
url = https://matplotlib.org
arch = x86_64
@@ -75,7 +75,7 @@ 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=babc9d1892ea4b223ab1dd1ff3c035471500b42e?signed
+ source =
git+https://github.com/matplotlib/matplotlib.git#tag=9f3277c36f18da50af58617db17fbf080dfb4cfb?signed
source =
https://github.com/QuLogic/mpl-images/archive/v3.8.1-with-freetype-2.13.1/mpl-images-3.8.1-ft2.13.1.tar.gz
source = freetype.patch
validpgpkeys = 23CAB59E3332F94D26BEF0378D86E7FAE5EB0C10
=====================================
PKGBUILD
=====================================
@@ -6,8 +6,9 @@
# Contributor: Douglas Soares de Andrade <[email protected]>
pkgname=python-matplotlib
-pkgver=3.8.1
+pkgver=3.8.2
pkgrel=1
+_mpl_images_ver=3.8.1
pkgdesc="A python plotting library, making publication quality plots"
arch=(x86_64)
url="https://matplotlib.org"
@@ -40,10 +41,10 @@ checkdepends=(python-pytest python-pytest-xdist
python-pytest-runner python-pyte
jupyter-nbconvert jupyter-nbformat python-ipykernel
python-pandas python-pikepdf python-pytz python-xarray
noto-fonts-cjk wqy-zenhei python-xcffib)
-_tag=babc9d1892ea4b223ab1dd1ff3c035471500b42e # git rev-parse v${pkgver}
+_tag=9f3277c36f18da50af58617db17fbf080dfb4cfb # git rev-parse v${pkgver}
_ftver=2.13.1
source=(git+https://github.com/matplotlib/matplotlib.git#tag=${_tag}?signed
-
https://github.com/QuLogic/mpl-images/archive/v${pkgver}-with-freetype-${_ftver}/mpl-images-${pkgver}-ft${_ftver}.tar.gz
+
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=('SKIP'
'c9314052be89fa42c90d3f909712e78b17b5864081d4b4c894031413f995a0d64dd7b004588033cba2b7822589dbd02b8dfc194996f06678d061d4a1ddcc8ae6'
@@ -66,7 +67,7 @@ prepare() {
# Use appropriate baseline images for tests
for _module in matplotlib mpl_toolkits
do
- cp -r ../mpl-images-${pkgver}-with-freetype-${_ftver}/lib/${_module}/*
lib/${_module}
+ cp -r
../mpl-images-${_mpl_images_ver}-with-freetype-${_ftver}/lib/${_module}/*
lib/${_module}
done
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-matplotlib/-/commit/af90dca6bef400cc3a855dfc655e62203dea4e47
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-matplotlib/-/commit/af90dca6bef400cc3a855dfc655e62203dea4e47
You're receiving this email because of your account on gitlab.archlinux.org.