summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2021-04-26 03:31:17 +0800
committerUniversebenzene2021-04-26 03:31:17 +0800
commitef264e1546cdfe877886b9ce2bdcd4382b4e7264 (patch)
tree76f4e8df54139d7cf6b30c639cd75ec9f079df36
parent125e086b22933da71a2692ac20c8e354fc606dc3 (diff)
downloadaur-ef264e1546cdfe877886b9ce2bdcd4382b4e7264.tar.gz
Update to version 0.9.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b2f990ef0a91..443154fb2e7d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-sphinx-gallery
pkgdesc = Sphinx extension to automatically generate an examples gallery
- pkgver = 0.8.2
+ pkgver = 0.9.0
pkgrel = 1
url = http://sphinx-gallery.github.io
arch = i686
@@ -12,8 +12,8 @@ pkgbase = python-sphinx-gallery
checkdepends = python-sphinx
checkdepends = python-joblib
makedepends = python-setuptools
- source = https://files.pythonhosted.org/packages/source/s/sphinx-gallery/sphinx-gallery-0.8.2.tar.gz
- md5sums = 2e8e42f95a6a49dbee35820b3204863f
+ source = https://files.pythonhosted.org/packages/source/s/sphinx-gallery/sphinx-gallery-0.9.0.tar.gz
+ md5sums = 0044ce8a9d4d5473abc58fe34de8932d
pkgname = python-sphinx-gallery
depends = python-sphinx>=1.8.3
diff --git a/PKGBUILD b/PKGBUILD
index 2499b9b7aff5..8f55b1fa1dad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgbase=python-sphinx-gallery
_pyname=${pkgbase#python-}
pkgname=("python-${_pyname}")
#"python-${_pyname}-doc")
-pkgver=0.8.2
+pkgver=0.9.0
pkgrel=1
pkgdesc="Sphinx extension to automatically generate an examples gallery"
arch=('i686' 'x86_64')
@@ -13,7 +13,7 @@ makedepends=('python-setuptools')
#'python-sphinx' 'python-pillow' 'python-scipy' 'python-seaborn')
checkdepends=('python-pytest-cov' 'python-matplotlib' 'python-pillow' 'python-sphinx' 'python-joblib')
source=("https://files.pythonhosted.org/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
-md5sums=('2e8e42f95a6a49dbee35820b3204863f')
+md5sums=('0044ce8a9d4d5473abc58fe34de8932d')
build() {
cd ${srcdir}/${_pyname}-${pkgver}