[arch-commits] Commit in python-itsdangerous/trunk (PKGBUILD)

Sven-Hendrik Haase svenstaro at archlinux.org
Wed May 12 14:44:37 UTC 2021


    Date: Wednesday, May 12, 2021 @ 14:44:37
  Author: svenstaro
Revision: 931723

upgpkg: python-itsdangerous 2.0.0-1

Modified:
  python-itsdangerous/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-12 14:43:30 UTC (rev 931722)
+++ PKGBUILD	2021-05-12 14:44:37 UTC (rev 931723)
@@ -1,9 +1,9 @@
-# Maintainer: Sven-Hendrik Haase <sh at lutzhaase.com>
+# Maintainer: Sven-Hendrik Haase <svenstaro at gmail.com>
 # Contributor: Alexander Rødseth <rodseth at gmail.com>
 
 pkgname=python-itsdangerous
-pkgver=1.1.0
-pkgrel=6
+pkgver=2.0.0
+pkgrel=1
 pkgdesc='Various helpers to pass trusted data to untrusted environments'
 arch=('any')
 url="http://pypi.python.org/pypi/itsdangerous"
@@ -11,7 +11,7 @@
 depends+=('python')
 makedepends=('python' 'python-setuptools')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/mitsuhiko/itsdangerous/archive/${pkgver}.tar.gz")
-sha256sums=('2fbc62987b9f7aa646083326e5746ab5d791628e63575851a8ce5d5d5e8754b9')
+sha256sums=('96c6053eccbffc7cffa3f29d8873e11edd01862a1d6be169212b4ba1aee20aa6')
 
 package() {
   cd "itsdangerous-$pkgver"



More information about the arch-commits mailing list