summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakub Klinkovský2024-06-08 08:37:19 +0200
committerJakub Klinkovský2024-06-08 08:37:19 +0200
commit046319b66286641451fdc52cb740c5cb8478b16c (patch)
tree99c94cfe46e6ee85afe75643fe1a5053a9881d72
parent0838ccf14e6b647c9ff2c3ceea61591479e9b6bd (diff)
downloadaur-046319b66286641451fdc52cb740c5cb8478b16c.tar.gz
update to 1.1.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 28baf303f10f..3585c3b7b491 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-xdoctest
pkgdesc = A Python package for executing tests in documentation strings
- pkgver = 1.1.4
+ pkgver = 1.1.5
pkgrel = 1
url = https://github.com/Erotemic/xdoctest
arch = any
@@ -13,7 +13,7 @@ pkgbase = python-xdoctest
depends = python
optdepends = python-pygments: for colorized output
optdepends = jupyter-nbconvert: for running tests in Jupyter notebooks
- source = python-xdoctest-1.1.4.tar.gz::https://github.com/Erotemic/xdoctest/archive/refs/tags/v1.1.4.tar.gz
- b2sums = a096dea40a783b7a0366ba00ab29e8cbd5e2be61c04ed790839b56674851ff2a8ad27a99a2a2523bac6e4b28c752ca683d2634ef5fa7bfb17708d8a637b867ac
+ source = python-xdoctest-1.1.5.tar.gz::https://github.com/Erotemic/xdoctest/archive/refs/tags/v1.1.5.tar.gz
+ b2sums = 0bbcd09464cc48d6450c746fc341892401bfa91a18be45ab340d291a4001a71f6d5a0fca6b3a7e869c2c34ce008e992fdac62fdd898a941659017e9bf68b7ae9
pkgname = python-xdoctest
diff --git a/PKGBUILD b/PKGBUILD
index c5adbfd6e3d3..52a74413ac71 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-xdoctest
_name=${pkgname#python-}
-pkgver=1.1.4
+pkgver=1.1.5
pkgrel=1
pkgdesc="A Python package for executing tests in documentation strings"
arch=(any)
@@ -17,7 +17,7 @@ optdepends=(
'jupyter-nbconvert: for running tests in Jupyter notebooks'
)
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
-b2sums=('a096dea40a783b7a0366ba00ab29e8cbd5e2be61c04ed790839b56674851ff2a8ad27a99a2a2523bac6e4b28c752ca683d2634ef5fa7bfb17708d8a637b867ac')
+b2sums=('0bbcd09464cc48d6450c746fc341892401bfa91a18be45ab340d291a4001a71f6d5a0fca6b3a7e869c2c34ce008e992fdac62fdd898a941659017e9bf68b7ae9')
build() {
cd $_name-$pkgver