Date: Sunday, October 25, 2020 @ 22:24:27
  Author: dvzrv
Revision: 733513

upgpkg: python-flufl-lock 5.0.3-1: Upgrade to 5.0.3.

Switch back to pypi.org sdist tarballs as upstream added the tests back.

Modified:
  python-flufl-lock/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2020-10-25 22:24:26 UTC (rev 733512)
+++ PKGBUILD    2020-10-25 22:24:27 UTC (rev 733513)
@@ -2,7 +2,7 @@
 
 _name=flufl.lock
 pkgname=python-flufl-lock
-pkgver=5.0.2
+pkgver=5.0.3
 pkgrel=1
 pkgdesc="NFS-safe file locking with timeouts for POSIX systems for Python"
 arch=('any')
@@ -12,11 +12,9 @@
 makedepends=('python-setuptools')
 checkdepends=('python-pytest' 'python-sybil')
 replaces=('python-flufl.lock')
-# upstream removed tests from sdist tarballs: 
https://gitlab.com/warsaw/flufl.lock/-/issues/26
-# 
source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz";)
-source=("https://gitlab.com/warsaw/${_name}/-/archive/${pkgver}/${_name}-${pkgver}.tar.gz";)
-sha512sums=('08fbd8772222f076e268b22b56613bf7a1c849bcb09028b674d3aa74fbddbb4993c44a8787e7e954bb3be8693d1bd6bb573145a43378772da3217f9d005b4f7f')
-b2sums=('e3852821631bd531c00da4aaa947c3c10c3c3a1e5ff6daf10e322d4a588e91928f0b1484e6d6bdf163e93a418dc57dcf9a59a9093961bd74b3c359762e4b4d2c')
+source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz";)
+sha512sums=('e5a7cca0b239b1db7cbdcad2c2a3aaa2da98a98c8d7901fa853b738804d457a0c82f25016987bd7dbc1b3aae1b48de72af1e2dac8dd30f74b2311baaaee2ac00')
+b2sums=('3b4098862fd7eea978f7fa717ce2f15231db05c304efea91b580bb248da70c5814ed150105a05159dab15c9cbeb31de1e493b1d0d482aa4187d017ce4b6732dd')
 
 prepare() {
   mv -v "${_name}-${pkgver}" "$pkgname-$pkgver"

Reply via email to