David Runge pushed to branch main at Arch Linux / Packaging / Packages /
python-utils
Commits:
94269de7 by David Runge at 2023-12-06T12:22:32+01:00
upgpkg: 3.8.1-3
Replace python-pytest-runner with python-pytest in checkdepends.
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,12 +1,12 @@
pkgbase = python-utils
pkgdesc = A module with some convenient utilities not included with the
standard Python install
pkgver = 3.8.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/WoLpH/python-utils
arch = any
license = BSD-3-Clause
checkdepends = python-loguru
- checkdepends = python-pytest-runner
+ checkdepends = python-pytest
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
pkgdesc="A module with some convenient utilities not included with the
standard Python install"
pkgname=python-utils
pkgver=3.8.1
-pkgrel=2
+pkgrel=3
arch=(any)
url="https://github.com/WoLpH/python-utils"
license=(BSD-3-Clause)
@@ -21,7 +21,7 @@ makedepends=(
)
checkdepends=(
python-loguru
- python-pytest-runner
+ python-pytest
)
optdepends=('python-loguru: for logging support')
source=(
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-utils/-/commit/94269de7d406c3f7e29bbab131f93095596eae8e
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-utils/-/commit/94269de7d406c3f7e29bbab131f93095596eae8e
You're receiving this email because of your account on gitlab.archlinux.org.