summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Rawlinson2022-09-12 15:31:19 +1200
committerGeorge Rawlinson2022-09-12 15:31:19 +1200
commitf71ce8b1948b7e806b82c156738b9eeaaad40284 (patch)
tree81dae3b428b22a2b4adecf57ef3e9bde498fc8c4
parent2f7eac9ca87914cbe9e4f9de9f8f562b8f8dd692 (diff)
downloadaur-f71ce8b1948b7e806b82c156738b9eeaaad40284.tar.gz
upgpkg: python-xdoctest 1.1.0-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 42cb9b224ec2..578376bf091c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-xdoctest
pkgdesc = A Python package for executing tests in documentation strings
- pkgver = 1.0.1
+ pkgver = 1.1.0
pkgrel = 1
url = https://github.com/Erotemic/xdoctest
arch = any
@@ -11,7 +11,7 @@ pkgbase = python-xdoctest
depends = python
depends = python-six
depends = python-pygments
- source = python-xdoctest::git+https://github.com/Erotemic/xdoctest.git#commit=58e573d27a091e2d1adf723e2bd1fb56a2617762
+ source = python-xdoctest::git+https://github.com/Erotemic/xdoctest.git#commit=9a6f1e777272285d3d2d0465830f7d299de30652
b2sums = SKIP
pkgname = python-xdoctest
diff --git a/PKGBUILD b/PKGBUILD
index 19639aff3945..b3ca662a02fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-xdoctest
_pkgname="${pkgname#python-}"
-pkgver=1.0.1
+pkgver=1.1.0
pkgrel=1
pkgdesc='A Python package for executing tests in documentation strings'
arch=('any')
@@ -11,7 +11,7 @@ license=('MIT')
depends=('python' 'python-six' 'python-pygments')
makedepends=('git' 'python-setuptools')
checkdepends=('python-pytest')
-_commit='58e573d27a091e2d1adf723e2bd1fb56a2617762'
+_commit='9a6f1e777272285d3d2d0465830f7d299de30652'
source=("$pkgname::git+$url.git#commit=$_commit")
b2sums=('SKIP')