summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2022-08-12 11:40:52 +0800
committerUniversebenzene2022-08-12 11:40:52 +0800
commit4631c756661a9ec9011f0ea814c3fe24df5bf3b1 (patch)
treeb77704bb621d0ef2a1ba5b7447027554b56e022f
parentefe1d057b6413f98d35d66f1b1cb2bae009ce3cb (diff)
downloadaur-4631c756661a9ec9011f0ea814c3fe24df5bf3b1.tar.gz
Update to version 0.11.2
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD7
2 files changed, 10 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a33d759ade7a..0c2aec2a9f64 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-glymur
pkgdesc = Tools for accessing JPEG2000 files
- pkgver = 0.10.2
+ pkgver = 0.11.2
pkgrel = 1
url = https://glymur.readthedocs.org
arch = any
@@ -17,14 +17,16 @@ pkgbase = python-glymur
makedepends = python-installer
makedepends = python-numpydoc
makedepends = python-sphinx_rtd_theme
- source = https://files.pythonhosted.org/packages/source/G/Glymur/Glymur-0.10.2.tar.gz
+ source = https://files.pythonhosted.org/packages/source/G/Glymur/Glymur-0.11.2.tar.gz
source = https://github.com/quintusdias/glymur/raw/master/tests/data/0220000800_uuid.dat
source = https://raw.githubusercontent.com/quintusdias/glymur/master/docs/source/whatsnew/0.10.rst
+ source = https://raw.githubusercontent.com/quintusdias/glymur/master/docs/source/whatsnew/0.11.rst
source = https://raw.githubusercontent.com/quintusdias/glymur/master/tests/data/issue555.xmp
source = https://github.com/quintusdias/glymur/raw/master/tests/data/issue549.dat
source = https://github.com/quintusdias/glymur/raw/master/tests/data/issue982.j2k
source = https://github.com/quintusdias/glymur/raw/master/tests/data/uint16.j2k
- md5sums = 22a95eed5959b98e0fa0f1b96471a16e
+ md5sums = f77ee725c4a755290caee5732f68afb2
+ md5sums = SKIP
md5sums = SKIP
md5sums = SKIP
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 950c8e962c59..9ce2ccc376db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgbase=python-glymur
#_pyname=${pkgbase#python-}
_pyname=Glymur
pkgname=('python-glymur' 'python-glymur-doc')
-pkgver=0.10.2
+pkgver=0.11.2
pkgrel=1
pkgdesc="Tools for accessing JPEG2000 files"
arch=('any')
@@ -26,11 +26,13 @@ checkdepends=('python-pytest'
source=("https://files.pythonhosted.org/packages/source/${_pyname::1}/${_pyname}/${_pyname}-${pkgver}.tar.gz"
"https://github.com/quintusdias/glymur/raw/master/tests/data/0220000800_uuid.dat"
"https://raw.githubusercontent.com/quintusdias/glymur/master/docs/source/whatsnew/0.10.rst"
+ "https://raw.githubusercontent.com/quintusdias/glymur/master/docs/source/whatsnew/0.11.rst"
"https://raw.githubusercontent.com/quintusdias/glymur/master/tests/data/issue555.xmp"
"https://github.com/quintusdias/glymur/raw/master/tests/data/issue549.dat"
"https://github.com/quintusdias/glymur/raw/master/tests/data/issue982.j2k"
"https://github.com/quintusdias/glymur/raw/master/tests/data/uint16.j2k")
-md5sums=('22a95eed5959b98e0fa0f1b96471a16e'
+md5sums=('f77ee725c4a755290caee5732f68afb2'
+ 'SKIP'
'SKIP'
'SKIP'
'SKIP'
@@ -49,6 +51,7 @@ prepare() {
ln -rs ${srcdir}/0220* tests/data
ln -rs ${srcdir}/uint* tests/data
ln -rs ${srcdir}/0.10.rst docs/source/whatsnew
+ ln -rs ${srcdir}/0.11.rst docs/source/whatsnew
}
build() {