Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-astropy
Commits:
a96ceeac by Antonio Rojas at 2025-12-23T20:54:40+01:00
upgpkg: 7.2.0-1: Upstream update
Fixes #4
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-astropy
pkgdesc = Common core package for Astronomy
- pkgver = 7.1.0
- pkgrel = 2
+ pkgver = 7.2.0
+ pkgrel = 1
url = https://www.astropy.org/
arch = x86_64
license = BSD
@@ -36,7 +36,7 @@ pkgbase = python-astropy
optdepends = python-bottleneck: improves the performance of
sigma-clipping and other functionality that may require computing statistics on
arrays with NaN values
optdepends = python-pyarrow: read/write Table objects from/to Parquet
files
optdepends = python-fsspec: opening remote and cloud-hosted FITS files
- source =
https://files.pythonhosted.org/packages/source/a/astropy/astropy-7.1.0.tar.gz
- sha256sums =
c8f254322295b1b8cf24303d6f155bf7efdb6c1282882b966ce3040eff8c53c5
+ source =
https://files.pythonhosted.org/packages/source/a/astropy/astropy-7.2.0.tar.gz
+ sha256sums =
ae48bc26b1feaeb603cd94bd1fa1aa39137a115fe931b7f13787ab420e8c3070
pkgname = python-astropy
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
_pkg=astropy
pkgname=python-${_pkg}
-pkgver=7.1.0
-pkgrel=2
+pkgver=7.2.0
+pkgrel=1
pkgdesc="Common core package for Astronomy"
arch=(x86_64)
url="https://www.astropy.org/"
@@ -32,7 +32,7 @@ optdepends=('python-matplotlib: plotting functionality
astropy.visualization'
'python-fsspec: opening remote and cloud-hosted FITS files')
#checkdepends=(python-pytest python-pytest-xdist python-hypothesis)
source=(https://files.pythonhosted.org/packages/source/a/${_pkg}/${_pkg}-${pkgver}.tar.gz)
-sha256sums=('c8f254322295b1b8cf24303d6f155bf7efdb6c1282882b966ce3040eff8c53c5')
+sha256sums=('ae48bc26b1feaeb603cd94bd1fa1aa39137a115fe931b7f13787ab420e8c3070')
build() {
cd ${_pkg}-${pkgver}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-astropy/-/commit/a96ceeacb8b3322fa76005098df43d13df7fa182
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-astropy/-/commit/a96ceeacb8b3322fa76005098df43d13df7fa182
You're receiving this email because of your account on gitlab.archlinux.org.