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

Bruno Pagani archange at archlinux.org
Sat Feb 6 23:01:59 UTC 2021


    Date: Saturday, February 6, 2021 @ 23:01:59
  Author: archange
Revision: 847520

upgpkg: python-locket 0.2.1-1

Modified:
  python-locket/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-02-06 23:01:35 UTC (rev 847519)
+++ PKGBUILD	2021-02-06 23:01:59 UTC (rev 847520)
@@ -2,8 +2,8 @@
 
 _pkg=locket
 pkgname=python-${_pkg}
-pkgver=0.2.0
-pkgrel=3
+pkgver=0.2.1
+pkgrel=1
 pkgdesc="File-based locks for Python"
 arch=(any)
 url="https://github.com/mwilliamson/locket.py"
@@ -14,7 +14,7 @@
 # No tests in pypi tarballs
 #source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
 source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('85ae716ac9e929e03dc8ed5e2725159d2d7570735fb2d0981ad453910b574ed1')
+sha256sums=('cda50c4b8b759dd2661451897a1fc69c655467cd6654f5305eae4508e6c659d0')
 
 build() {
   cd ${_pkg}.py-${pkgver}
@@ -23,7 +23,7 @@
 
 check() {
   cd ${_pkg}.py-${pkgver}
-  # Failures with 3.8, dead upstream
+  # https://github.com/mwilliamson/locket.py/issues/13
   nosetests || echo "Tests failed"
 }
 



More information about the arch-commits mailing list