summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2023-11-29 11:11:50 +0800
committerUniversebenzene2023-11-29 11:11:50 +0800
commite8197ea5acdbcd9bc5edc56bc6712dfc189bedef (patch)
tree8c2578297e186fcd5475a57733ab95118665949e
parent812c0ae3151a80b2466184b18679d613c177cfb6 (diff)
downloadaur-e8197ea5acdbcd9bc5edc56bc6712dfc189bedef.tar.gz
Update to version 1.0.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c997a6072e83..30b0b67f1cac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-astropy-healpix
pkgdesc = BSD-licensed HEALPix for Astropy
- pkgver = 1.0.0
+ pkgver = 1.0.1
pkgrel = 1
url = http://astropy-healpix.readthedocs.io
arch = i686
@@ -18,11 +18,11 @@ pkgbase = python-astropy-healpix
makedepends = python-numpy
makedepends = python-sphinx-astropy
makedepends = python-astropy
- source = https://files.pythonhosted.org/packages/source/a/astropy_healpix/astropy_healpix-1.0.0.tar.gz
+ source = https://files.pythonhosted.org/packages/source/a/astropy_healpix/astropy_healpix-1.0.1.tar.gz
source = https://lambda.gsfc.nasa.gov/data/map/dr3/skymaps/5yr//wmap_band_imap_r9_5yr_K_v3.fits
source = fix_deprecation_warning.patch
source = use_local_doc_fits.patch
- md5sums = 85081b219729aa87fe45c7ddf06ea2f0
+ md5sums = b17d22ebea6b62e10ba5f821dcb8060d
md5sums = f183da2392e37b9b424e9866d7bca559
md5sums = 71e532a1fed7a57d4ccf0d3e41035dd8
md5sums = 6fc85696c0103b265309db0fa3339b33
diff --git a/PKGBUILD b/PKGBUILD
index 11fc85d69fed..4a8ba706d3a2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgbase=python-astropy-healpix
_pyname=astropy_healpix
_pname=${pkgbase#python-}
pkgname=("python-${_pname}" "python-${_pname}-doc")
-pkgver=1.0.0
+pkgver=1.0.1
pkgrel=1
pkgdesc="BSD-licensed HEALPix for Astropy"
arch=('i686' 'x86_64')
@@ -25,7 +25,7 @@ source=("https://files.pythonhosted.org/packages/source/${_pyname:0:1}/${_pyname
"https://lambda.gsfc.nasa.gov/data/map/dr3/skymaps/5yr//wmap_band_imap_r9_5yr_K_v3.fits"
'fix_deprecation_warning.patch'
'use_local_doc_fits.patch')
-md5sums=('85081b219729aa87fe45c7ddf06ea2f0'
+md5sums=('b17d22ebea6b62e10ba5f821dcb8060d'
'f183da2392e37b9b424e9866d7bca559'
'71e532a1fed7a57d4ccf0d3e41035dd8'
'6fc85696c0103b265309db0fa3339b33')
@@ -38,7 +38,6 @@ prepare() {
cd ${srcdir}/${_pyname}-${pkgver}
# sed -i -e "/oldest-supported-numpy/d" -e "/\"extension-helper/s/,/\]/" pyproject.toml
- sed -i "/\"numpy/s/==/>=/" pyproject.toml
cp ${srcdir}/wmap_band_imap_r9_5yr_K_v3.fits docs
patch -Np1 -i "${srcdir}/use_local_doc_fits.patch"
}