[arch-commits] Commit in python-deprecation/trunk (PKGBUILD)
Felix Yan
felixonmars at archlinux.org
Wed Apr 22 01:13:38 UTC 2020
Date: Wednesday, April 22, 2020 @ 01:13:36
Author: felixonmars
Revision: 617419
upgpkg: python-deprecation 2.1.0-1
Modified:
python-deprecation/trunk/PKGBUILD
----------+
PKGBUILD | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-22 01:12:00 UTC (rev 617418)
+++ PKGBUILD 2020-04-22 01:13:36 UTC (rev 617419)
@@ -1,8 +1,8 @@
# Maintainer: Felix Yan <felixonmars at archlinux.org>
pkgname=python-deprecation
-pkgver=2.0.7
-pkgrel=2
+pkgver=2.1.0
+pkgrel=1
pkgdesc="A library to handle automated deprecations"
arch=('any')
license=('Apache')
@@ -10,7 +10,7 @@
depends=('python')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/d/deprecation/deprecation-$pkgver.tar.gz")
-sha512sums=('4412e2e95f4aa4b3d5598346a6649c8d945d7401ac2d0fba3b6f6eef567403c8454ebe537e8de646903cd0c2308f48ecb949dae3015ba7617edd2fa3a26ed429')
+sha512sums=('c184665d210c6eeb3f055b23e75c3714f3b18050e03bfe1384baf6c2504f1370116ae0e8c53ff818ccc54c0d633bbb3ba5791fe20b8029f3be0207b019a00275')
prepare() {
sed -i 's/unittest2/unittest/g' deprecation-$pkgver/tests/*.py
More information about the arch-commits
mailing list