Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-astropy
Commits:
9c3b2228 by Antonio Rojas at 2024-11-29T19:39:19+01:00
upgpkg: 7.0.0-1: Update to 7.0.0
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-astropy
pkgdesc = Common core package for Astronomy
- pkgver = 6.1.0
- pkgrel = 3
+ pkgver = 7.0.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-6.1.0.tar.gz
- sha256sums =
6c3b915f10b1576190730ddce45f6245f9927dda3de6e3f692db45779708950f
+ source =
https://files.pythonhosted.org/packages/source/a/astropy/astropy-7.0.0.tar.gz
+ sha256sums =
e92d7c9fee86eb3df8714e5dd41bbf9f163d343e1a183d95bf6bd09e4313c940
pkgname = python-astropy
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
_pkg=astropy
pkgname=python-${_pkg}
-pkgver=6.1.0
-pkgrel=3
+pkgver=7.0.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=('6c3b915f10b1576190730ddce45f6245f9927dda3de6e3f692db45779708950f')
+sha256sums=('e92d7c9fee86eb3df8714e5dd41bbf9f163d343e1a183d95bf6bd09e4313c940')
build() {
cd ${_pkg}-${pkgver}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-astropy/-/commit/9c3b2228a30a0411ce6a1e031f66b7a5c0b3d3bf
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-astropy/-/commit/9c3b2228a30a0411ce6a1e031f66b7a5c0b3d3bf
You're receiving this email because of your account on gitlab.archlinux.org.