Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / python-contourpy
Commits: 9daa7eee by Antonio Rojas at 2024-11-12T23:15:29+01:00 upgpkg: 1.3.1-1: Update to 1.3.1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = python-contourpy pkgdesc = Python library for calculating contours in 2D quadrilateral grids - pkgver = 1.3.0 + pkgver = 1.3.1 pkgrel = 1 url = https://github.com/contourpy/contourpy arch = x86_64 @@ -18,7 +18,7 @@ pkgbase = python-contourpy depends = python depends = python-numpy optdepends = python-matplotlib: matplotlib renderer - source = git+https://github.com/contourpy/contourpy#tag=v1.3.0 - sha256sums = b2844e5fbc830345d84c903d249a870224a30e73277640b9a76c77bb290e9f62 + source = git+https://github.com/contourpy/contourpy#tag=v1.3.1 + sha256sums = 1a72f297bed4847bd2a187ac5c6ffd677adc5396f63049802ab9715ff5ac4a91 pkgname = python-contourpy ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ _pyname=contourpy pkgname=python-$_pyname -pkgver=1.3.0 +pkgver=1.3.1 pkgrel=1 pkgdesc='Python library for calculating contours in 2D quadrilateral grids' arch=(x86_64) @@ -22,7 +22,7 @@ checkdepends=(python-matplotlib python-wurlitzer) optdepends=('python-matplotlib: matplotlib renderer') source=(git+https://github.com/contourpy/contourpy#tag=v$pkgver) -sha256sums=('b2844e5fbc830345d84c903d249a870224a30e73277640b9a76c77bb290e9f62') +sha256sums=('1a72f297bed4847bd2a187ac5c6ffd677adc5396f63049802ab9715ff5ac4a91') prepare() { sed -e '/ninja/d' -i $_pyname/pyproject.toml View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-contourpy/-/commit/9daa7eeefd6e0cf5577047d7920cefa00fefa787 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-contourpy/-/commit/9daa7eeefd6e0cf5577047d7920cefa00fefa787 You're receiving this email because of your account on gitlab.archlinux.org.