summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Rawlinson2022-07-12 11:04:28 +1200
committerGeorge Rawlinson2022-07-12 11:04:28 +1200
commit2f7eac9ca87914cbe9e4f9de9f8f562b8f8dd692 (patch)
tree51c9ab5da5c154b54511164f2c2019695923b109
parentd66644071befda63b4be6b103ee086c0e7af1ba5 (diff)
downloadaur-2f7eac9ca87914cbe9e4f9de9f8f562b8f8dd692.tar.gz
upgpkg: python-xdoctest 1.0.1-1
* New upstream release. * Move python-pygments to depends from checkdepends. * New dependency: python-six.
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD12
2 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4406a91d0f0a..42cb9b224ec2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,17 @@
pkgbase = python-xdoctest
pkgdesc = A Python package for executing tests in documentation strings
- pkgver = 1.0.0
+ pkgver = 1.0.1
pkgrel = 1
url = https://github.com/Erotemic/xdoctest
arch = any
license = MIT
checkdepends = python-pytest
- checkdepends = python-pygments
makedepends = git
makedepends = python-setuptools
depends = python
- source = python-xdoctest::git+https://github.com/Erotemic/xdoctest.git#commit=9d1842358bb9b5c9e81983e602a7c9fcddab01b0
+ depends = python-six
+ depends = python-pygments
+ source = python-xdoctest::git+https://github.com/Erotemic/xdoctest.git#commit=58e573d27a091e2d1adf723e2bd1fb56a2617762
b2sums = SKIP
pkgname = python-xdoctest
diff --git a/PKGBUILD b/PKGBUILD
index dcef2ce5c7d9..19639aff3945 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
pkgname=python-xdoctest
_pkgname="${pkgname#python-}"
-pkgver=1.0.0
+pkgver=1.0.1
pkgrel=1
-pkgdesc="A Python package for executing tests in documentation strings"
+pkgdesc='A Python package for executing tests in documentation strings'
arch=('any')
-url="https://github.com/Erotemic/xdoctest"
+url='https://github.com/Erotemic/xdoctest'
license=('MIT')
-depends=('python')
+depends=('python' 'python-six' 'python-pygments')
makedepends=('git' 'python-setuptools')
-checkdepends=('python-pytest' 'python-pygments')
-_commit='9d1842358bb9b5c9e81983e602a7c9fcddab01b0'
+checkdepends=('python-pytest')
+_commit='58e573d27a091e2d1adf723e2bd1fb56a2617762'
source=("$pkgname::git+$url.git#commit=$_commit")
b2sums=('SKIP')