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

Kyle Keen kkeen at archlinux.org
Wed Dec 30 00:24:54 UTC 2020


    Date: Wednesday, December 30, 2020 @ 00:24:53
  Author: kkeen
Revision: 798575

upgpkg: python-jaraco 2020.12.29-1

Modified:
  python-jaraco/trunk/PKGBUILD

----------+
 PKGBUILD |   27 +++++++++++++++++----------
 1 file changed, 17 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-12-30 00:12:02 UTC (rev 798574)
+++ PKGBUILD	2020-12-30 00:24:53 UTC (rev 798575)
@@ -1,8 +1,8 @@
 # Maintainer: Kyle Keen <keenerd at gmail.com>
 
 pkgname=python-jaraco
-pkgver=2020.08.23
-pkgrel=3
+pkgver=2020.12.29
+pkgrel=1
 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'
@@ -9,16 +9,23 @@
 license=('MIT')
 depends=('python-six' 'python-pytz' 'python-more-itertools')
 makedepends=('python-setuptools-scm')
+provides=('python-jaraco-text'
+          'python-jaraco-functools'
+          'python-jaraco-collections'
+          'python-jaraco-classes'
+          'python-jaraco-stream'
+          'python-jaraco-logging'
+          'python-jaraco-itertools')
 
 # These should not exist and do not deserve so many packages.
 # Furthermore, try to make a replacement for python-irc so we can nuke it all.
 # And now cherrypy depends on this too :-(
-_text=3.2.0
-_functools=3.0.1
-_collections=3.0.0
+_text=3.4.0
+_functools=3.1.0
+_collections=3.1.0
 _classes=3.1.0
 _stream=3.0.0
-_logging=3.0.0
+_logging=3.1.0
 _itertools=5.0.0
 _pyhost="https://files.pythonhosted.org/packages/source"
 
@@ -29,12 +36,12 @@
         "$_pyhost/j/jaraco.stream/jaraco.stream-$_stream.tar.gz"
         "$_pyhost/j/jaraco.logging/jaraco.logging-$_logging.tar.gz"
         "$_pyhost/j/jaraco.itertools/jaraco.itertools-$_itertools.tar.gz")
-sha512sums=('4107ef1078b44714b6ee5fb6ebd2bb7c35415debc6eaedd8bc18a70a2936cc7c7757acd7b3fac9587201ef52a25d9b29e49f2385a0a08afffb1d0c3de6ecc377'
-            '96696839d3405e571bd0120443c5494f13d737b7e0fd9324a7a003c88ff45bdaa89a717c81b9c5ecb4eded9781ba2c05f4735e5cf24c1d1c162fc3d55d38eedb'
-            'c6c5d28fe4b3940c81c68bf877249805db3f508d83a0071947c7a5596d3636631df91cc6e87802b0fa6cd5c8bdd1ef2f39b924471666b44d2147cb64ad1533ad'
+sha512sums=('074b963c9ccf020409a28d7ef0053d5b221f9a3b16003ca9eac663f70b1a909b4523f9e5aba606f77108723157f237602f7c9f5079a782c8bfa9fdbbb553cf28'
+            '81a56d3325106e65889f90137d2f3ab57198e2b5905dbe067a056057dee98ca8a715fc46384f9ab15a081d5d7fd309d69ffb77be9c2b24a9a8eda817fbc0b1e3'
+            '9a3e4e60cd497ee2ed4a092bd823ecffe0d20293dd9ba491fd2c4e5df2481042efa8ba52503b001e11908982608852a0588cd70b4957d0551c066be97389652c'
             '697d892a01c4e8ad83f57e69dcd744f976cea67fa3efcd55b10eda02f6bf1916162c0fa952d0d711e62f62fdff62740ee55a93be9fc46ebd4ab22416092f0ff6'
             'f2ce7e65d9a3bcd81985f45d03f7cd56b2f2939f13a423b8b65714f19eb249493d89cad774460dd08c1345124d3d10f85ce6875b5f7049705f993c0a3146e5d9'
-            'bc0edeef6223d0eb78110d51159a70afd16542e830e3cd37dec7628e582bce44218cd7669c03c41125db9824b6fc774f608dd7f6540224659f4dc2f1927d681c'
+            'ce9a9cbad6d6bb448615eac986d361f9c6ff477b1209e85433f12a49055a9e30125cd49bebcf915a08b8efe0732439a8e1d336e63f6454369b3e846a9a1383ba'
             '38ae2cbdd436b277e3d3c252fadeb5239e2d32b2291686b2a3dbaca69328392eb1db4318b2144954b17302e5b15b94ad89f1ea8a1b2e354deec7d4516bd7ec85')
 
 prepare() {



More information about the arch-commits mailing list