Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-pyerfa
Commits:
e69e60c9 by Antonio Rojas at 2024-06-22T23:50:49+02:00
upgpkg: 2.0.1.4-1: numpy 2.0 rebuild
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-pyerfa
pkgdesc = Bindings for ERFA routines
- pkgver = 2.0.1.1
- pkgrel = 2
+ pkgver = 2.0.1.4
+ pkgrel = 1
url = https://pyerfa.readthedocs.io/
arch = x86_64
license = BSD
@@ -16,7 +16,7 @@ pkgbase = python-pyerfa
depends = glibc
depends = python
depends = python-numpy
- source =
https://files.pythonhosted.org/packages/source/p/pyerfa/pyerfa-2.0.1.1.tar.gz
- sha256sums =
dbac74ef8d3d3b0f22ef0ad3bbbdb30b2a9e10570b1fa5a98be34c7be36c9a6b
+ source =
https://files.pythonhosted.org/packages/source/p/pyerfa/pyerfa-2.0.1.4.tar.gz
+ sha256sums =
acb8a6713232ea35c04bc6e40ac4e461dfcc817d395ef2a3c8051c1a33249dd3
pkgname = python-pyerfa
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
_pkg=pyerfa
pkgname=python-${_pkg}
-pkgver=2.0.1.1
-pkgrel=2
+pkgver=2.0.1.4
+pkgrel=1
pkgdesc="Bindings for ERFA routines"
arch=(x86_64)
url="https://pyerfa.readthedocs.io/"
@@ -13,7 +13,7 @@ depends=(erfa glibc python python-numpy)
makedepends=(python-build python-installer python-jinja python-packaging
python-setuptools-scm python-wheel)
checkdepends=(python-pytest)
source=(https://files.pythonhosted.org/packages/source/p/${_pkg}/${_pkg}-${pkgver}.tar.gz)
-sha256sums=('dbac74ef8d3d3b0f22ef0ad3bbbdb30b2a9e10570b1fa5a98be34c7be36c9a6b')
+sha256sums=('acb8a6713232ea35c04bc6e40ac4e461dfcc817d395ef2a3c8051c1a33249dd3')
prepare() {
# we don't care about oldest-supported-numpy because we provide numpy
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pyerfa/-/commit/e69e60c9735cd4755694e177e8812896a3ae1230
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pyerfa/-/commit/e69e60c9735cd4755694e177e8812896a3ae1230
You're receiving this email because of your account on gitlab.archlinux.org.