Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-astropy-iers-data
Commits:
fea39e97 by Antonio Rojas at 2024-03-30T20:29:57+01:00
upgpkg: 0.2024.03.18.00.29.47-1: Update to 0.2024.03.18.00.29.47
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-astropy-iers-data
pkgdesc = IERS Earth Rotation and Leap Second tables for the astropy
core package
- pkgver = 0.2024.02.05.00.30.52
+ pkgver = 0.2024.03.18.00.29.47
pkgrel = 1
url = https://github.com/astropy/astropy-iers-data
arch = any
@@ -10,7 +10,7 @@ pkgbase = python-astropy-iers-data
makedepends = python-wheel
makedepends = python-setuptools-scm
depends = python
- source =
https://github.com/astropy/astropy-iers-data/archive/v0.2024.02.05.00.30.52/astropy-iers-data-0.2024.02.05.00.30.52.tar.gz
- sha256sums =
42e65897f36741bd3ed08c0fa349fd25f370589f109e06d5fd5e33ef581bc85c
+ source =
https://github.com/astropy/astropy-iers-data/archive/v0.2024.03.18.00.29.47/astropy-iers-data-0.2024.03.18.00.29.47.tar.gz
+ sha256sums =
348dad7dc09012e5abb490706c176ba3e4e384e68dbc505f5b7a79ca1a912940
pkgname = python-astropy-iers-data
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
_pyname=astropy-iers-data
pkgname=python-$_pyname
-pkgver=0.2024.02.05.00.30.52
+pkgver=0.2024.03.18.00.29.47
pkgrel=1
pkgdesc="IERS Earth Rotation and Leap Second tables for the astropy core
package"
arch=(any)
@@ -11,7 +11,7 @@ license=(BSD-3-Clause)
depends=(python)
makedepends=(python-build python-installer python-wheel python-setuptools-scm)
source=(https://github.com/astropy/$_pyname/archive/v$pkgver/$_pyname-$pkgver.tar.gz)
-sha256sums=('42e65897f36741bd3ed08c0fa349fd25f370589f109e06d5fd5e33ef581bc85c')
+sha256sums=('348dad7dc09012e5abb490706c176ba3e4e384e68dbc505f5b7a79ca1a912940')
build() {
cd $_pyname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-astropy-iers-data/-/commit/fea39e976a8333de31b89bcb38e8fbdf40cede4a
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-astropy-iers-data/-/commit/fea39e976a8333de31b89bcb38e8fbdf40cede4a
You're receiving this email because of your account on gitlab.archlinux.org.