[arch-commits] Commit in python-yg.lockfile/trunk (PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Wed Jun 8 08:35:32 UTC 2022


    Date: Wednesday, June 8, 2022 @ 08:35:32
  Author: felixonmars
Revision: 1229021

upgpkg: python-yg.lockfile 2.3-4: fix jaraco dependency

Modified:
  python-yg.lockfile/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-08 08:34:59 UTC (rev 1229020)
+++ PKGBUILD	2022-06-08 08:35:32 UTC (rev 1229021)
@@ -2,12 +2,12 @@
 
 pkgname=python-yg.lockfile
 pkgver=2.3
-pkgrel=3
+pkgrel=4
 pkgdesc="Lockfile object with timeouts and context manager"
 url="https://github.com/yougov/yg.lockfile"
 license=('MIT')
 arch=('any')
-depends=('python-zc.lockfile' 'python-tempora' 'python-jaraco')
+depends=('python-zc.lockfile' 'python-tempora' 'python-jaraco.functools')
 makedepends=('python-setuptools-scm')
 checkdepends=('python-pytest')
 source=("https://github.com/yougov/yg.lockfile/archive/$pkgver/$pkgname-$pkgver.tar.gz")



More information about the arch-commits mailing list