summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2021-05-14 18:26:45 +0800
committerUniversebenzene2021-05-14 18:26:45 +0800
commit662a5955da3433a25cc5ff09c266b90179120f5a (patch)
tree9822211f58ad23790eb133938eccedce6c94f7f8
parent1c0f77deeace81caa27d0b1745895e21255c4bbb (diff)
downloadaur-662a5955da3433a25cc5ff09c266b90179120f5a.tar.gz
Update to version 1.2.20
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c5536032493c..6f0a10e2c2b1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-spherical_geometry
pkgdesc = Python based tools for spherical geometry
- pkgver = 1.2.19
+ pkgver = 1.2.20
pkgrel = 1
url = http://www.stsci.edu/resources/software_hardware/stsci_python
arch = i686
@@ -13,15 +13,15 @@ pkgbase = python-spherical_geometry
makedepends = qd>=2.3.7
makedepends = python-sphinx-automodapi
makedepends = python-numpydoc
- source = https://files.pythonhosted.org/packages/source/s/spherical_geometry/spherical_geometry-1.2.19.tar.gz
+ source = https://files.pythonhosted.org/packages/source/s/spherical_geometry/spherical_geometry-1.2.20.tar.gz
source = fix_typo.patch
source = fix_doc_warning.patch
- md5sums = 73b1ed911597c4086bdece9f0ca288bd
+ md5sums = 9c9013c8f6b89d641e39008eff81c5b1
md5sums = 376f76ebdf3c52048a113c386c091210
md5sums = fed5395d45a2275ccd5e0d63956ecddf
pkgname = python-spherical_geometry
- depends = python>=3.5
+ depends = python>=3.6
depends = python-numpy>=1.10.0
depends = qd>=2.3.7
depends = python-astropy>=0.4
diff --git a/PKGBUILD b/PKGBUILD
index 10c37263853b..d2e894c014d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=python-spherical_geometry
_pyname=${pkgbase#python-}
pkgname=("python-${_pyname}" "python-${_pyname}-doc")
-pkgver=1.2.19
+pkgver=1.2.20
pkgrel=1
pkgdesc="Python based tools for spherical geometry"
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ checkdepends=('python-pytest' 'python-astropy')
source=("https://files.pythonhosted.org/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz"
'fix_typo.patch'
'fix_doc_warning.patch')
-md5sums=('73b1ed911597c4086bdece9f0ca288bd'
+md5sums=('9c9013c8f6b89d641e39008eff81c5b1'
'376f76ebdf3c52048a113c386c091210'
'fed5395d45a2275ccd5e0d63956ecddf')
@@ -43,7 +43,7 @@ check() {
}
package_python-spherical_geometry() {
- depends=('python>=3.5' 'python-numpy>=1.10.0' 'qd>=2.3.7' 'python-astropy>=0.4')
+ depends=('python>=3.6' 'python-numpy>=1.10.0' 'qd>=2.3.7' 'python-astropy>=0.4')
optdepends=('python-spherical_geometry-doc: Documentation for Spherical Geometry Toolkit')
cd ${srcdir}/${_pyname}-${pkgver}