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

Evangelos Foutras foutrelis at gemini.archlinux.org
Tue Feb 15 13:02:49 UTC 2022


    Date: Tuesday, February 15, 2022 @ 13:02:49
  Author: foutrelis
Revision: 1133355

upgpkg: python-jaraco 2022.1.24-2: add jaraco.context dep (FS#73573)

Modified:
  python-jaraco/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-15 12:58:42 UTC (rev 1133354)
+++ PKGBUILD	2022-02-15 13:02:49 UTC (rev 1133355)
@@ -2,12 +2,13 @@
 
 pkgname=python-jaraco
 pkgver=2022.1.24
-pkgrel=1
+pkgrel=2
 pkgdesc='A gaggle of idiosyncratic and questionable wrappers for the stdlib.'
 arch=('any')
 url='https://github.com/jaraco?page=1&tab=repositories&utf8=%E2%9C%93&q=jaraco'
 license=('MIT')
-depends=('python-six' 'python-pytz' 'python-more-itertools' 'python-toml')
+depends=('python-six' 'python-pytz' 'python-more-itertools' 'python-toml'
+         'python-jaraco.context')
 makedepends=('python-setuptools-scm')
 provides=('python-jaraco-text'
           'python-jaraco-functools'



More information about the arch-commits mailing list