summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBlair Bonnett2022-11-03 20:27:30 +0100
committerBlair Bonnett2022-11-03 20:27:30 +0100
commit92441eb82afb7dbeddf35dc3036edb922714a551 (patch)
tree8647f6c1ef49ea8077f80e67b484da1887d8b892
parentde289e9db212a20a643f1741c33d75a7bcb6dbd0 (diff)
downloadaur-92441eb82afb7dbeddf35dc3036edb922714a551.tar.gz
Update to 0.3.8
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 61a1d8918c1a..dbf370690a70 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-blackdoc
pkgdesc = Run Black on documentation code snippets
- pkgver = 0.3.7
+ pkgver = 0.3.8
pkgrel = 1
url = https://github.com/keewis/blackdoc
arch = any
@@ -13,9 +13,10 @@ pkgbase = python-blackdoc
makedepends = python-wheel
depends = python-black
depends = python-more-itertools
+ depends = python-rich
optdepends = ipython: for working with .ipynb files
optdepends = python-tokenize-rt: for working with .ipynb files
- source = https://files.pythonhosted.org/packages/source/b/blackdoc/blackdoc-0.3.7.tar.gz
- sha256sums = 0b2e3f2f5611112532c85647a39cdc6e7ced660530e942331aa971c49c71deae
+ source = https://files.pythonhosted.org/packages/source/b/blackdoc/blackdoc-0.3.8.tar.gz
+ sha256sums = 3c9d5534f92557a627a31550c7faec8363b5b0929bbb0ca3f5df179a81a9d6b2
pkgname = python-blackdoc
diff --git a/PKGBUILD b/PKGBUILD
index 7f3acb3a8ee8..0b6b0bede5bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=python-blackdoc
_pypi=blackdoc
pkgdesc='Run Black on documentation code snippets'
-pkgver=0.3.7
+pkgver=0.3.8
pkgrel=1
url='https://github.com/keewis/blackdoc'
license=('MIT')
arch=('any')
-depends=('python-black' 'python-more-itertools')
+depends=('python-black' 'python-more-itertools' 'python-rich')
optdepends=(
'ipython: for working with .ipynb files'
'python-tokenize-rt: for working with .ipynb files'
@@ -22,7 +22,7 @@ source=(
"https://files.pythonhosted.org/packages/source/${_pypi::1}/$_pypi/$_pypi-$pkgver.tar.gz"
)
sha256sums=(
- '0b2e3f2f5611112532c85647a39cdc6e7ced660530e942331aa971c49c71deae'
+ '3c9d5534f92557a627a31550c7faec8363b5b0929bbb0ca3f5df179a81a9d6b2'
)
build() {