summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2023-09-09 20:53:47 +0800
committerUniversebenzene2023-09-09 20:53:47 +0800
commit569388fa4b3eb00ca9eefa6e4781226dd4be013c (patch)
tree9a3106c31ce466b9748229c6372864663718e610
parent5ae66bd7d1891b87462db6049d506e533bcf71b6 (diff)
downloadaur-569388fa4b3eb00ca9eefa6e4781226dd4be013c.tar.gz
Update to version 11.17.6
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f4a169595861..b2806c4923b4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-crds
pkgdesc = Calibration Reference Data System for HST and JWST
- pkgver = 11.17.4
+ pkgver = 11.17.6
pkgrel = 1
url = https://hst-crds.stsci.edu/static/users_guide/index.html
arch = any
@@ -10,8 +10,8 @@ pkgbase = python-crds
makedepends = python-wheel
makedepends = python-build
makedepends = python-installer
- source = https://files.pythonhosted.org/packages/source/c/crds/crds-11.17.4.tar.gz
- md5sums = c7d4b8af9e93f23b6fa60bf96f8a3ef5
+ source = https://files.pythonhosted.org/packages/source/c/crds/crds-11.17.6.tar.gz
+ md5sums = 9bb0463672629851d98e5fe6430eb2a1
pkgname = python-crds
depends = python-filelock
diff --git a/PKGBUILD b/PKGBUILD
index ff935268c3e3..959dbe741795 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=python-crds
_pyname=${pkgbase#python-}
pkgname=("python-${_pyname}")
-pkgver=11.17.4
+pkgver=11.17.6
pkgrel=1
pkgdesc="Calibration Reference Data System for HST and JWST"
arch=('any')
@@ -21,7 +21,7 @@ checkdepends=('python-pytest')
# 'python-asdf')
source=("https://files.pythonhosted.org/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
# 'fix-roman-asdf-test.patch')
-md5sums=('c7d4b8af9e93f23b6fa60bf96f8a3ef5')
+md5sums=('9bb0463672629851d98e5fe6430eb2a1')
#prepare() {
# cd ${srcdir}/${_pyname}-${pkgver}
@@ -40,8 +40,8 @@ check() {
# mkdir -p crdscache
# CRDS_TESTING_CACHE="crdscache" pytest -vv -l -ra --color=yes -o console_output_style=count #\
- pytest \
- --ignore=test/roman/asdf/pytest_test_asdf_structure.py || warning "Tests failed" # -vv -l -ra --color=yes -o console_output_style=count
+ pytest -vv -l -ra --color=yes -o console_output_style=count \
+ --ignore=test/roman/asdf/pytest_test_asdf_structure.py #|| warning "Tests failed" # -vv -l -ra --color=yes -o console_output_style=count
}
package_python-crds() {