[arch-commits] Commit in python-pendulum/trunk (PKGBUILD)
David Runge
dvzrv at archlinux.org
Tue Jul 14 08:09:20 UTC 2020
Date: Tuesday, July 14, 2020 @ 08:09:20
Author: dvzrv
Revision: 663619
upgpkg: python-pendulum 2.1.1-1: Upgrading to 2.1.1.
Removing python-pytest-cov from checkdepends as it is actually not in use.
Modified:
python-pendulum/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-07-14 08:08:29 UTC (rev 663618)
+++ PKGBUILD 2020-07-14 08:09:20 UTC (rev 663619)
@@ -2,7 +2,7 @@
_name=pendulum
pkgname=python-pendulum
-pkgver=2.1.0
+pkgver=2.1.1
pkgrel=1
pkgdesc="Python datetimes made easy"
arch=('any')
@@ -10,9 +10,10 @@
license=('MIT')
depends=('python' 'python-dateutil' 'python-pytzdata')
makedepends=('python-dephell')
-checkdepends=('python-pytest' 'python-pytest-cov' 'python-pytz' 'python-babel')
+checkdepends=('python-babel' 'python-freezegun' 'python-pytest' 'python-pytz' )
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/sdispater/${_name}/archive/${pkgver}.tar.gz")
-sha512sums=('b31e342d6ca4159f84b8a3fdf2019e4e4dd91e32c1a3b67fe0bf413c2009c78f341eaf3ed33d3b51e1e8d2ffa453b14c89e3f45a40659f7c21861d4b5c948745')
+sha512sums=('031a979a0c3b1135b0fc838929c10fe7e59610b5337b588a0c22b22087dfc267e9b26d44d7f03c99961c974e412cd427cf83c0537341c7af2a462f51e539537d')
+b2sums=('60c17cda9c770fbf478a66214efbbc24ea700db0898ce94a97d249ae50b6d170eb3e52703de19a94c40d3459ace8239cf5f29d082dde2ee9f4beb82cd348d28b')
prepare() {
mv -v "${_name}-$pkgver" "$pkgname-$pkgver"
More information about the arch-commits
mailing list