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

Kyle Keen kkeen at archlinux.org
Sat Nov 25 23:32:52 UTC 2017


    Date: Saturday, November 25, 2017 @ 23:32:50
  Author: kkeen
Revision: 268486

upgpkg: python-jaraco 2017.11.25-1

Modified:
  python-jaraco/trunk/PKGBUILD

----------+
 PKGBUILD |   30 +++++++++++++++---------------
 1 file changed, 15 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-11-25 23:21:11 UTC (rev 268485)
+++ PKGBUILD	2017-11-25 23:32:50 UTC (rev 268486)
@@ -3,8 +3,8 @@
 
 pkgbase=python-jaraco
 pkgname=('python-jaraco' 'python2-jaraco')
-pkgver=2016.10.23
-pkgrel=3
+pkgver=2017.11.25
+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'
@@ -15,13 +15,13 @@
 
 # These should not exist and do not deserve 16 packages.
 # Furthermore, try to make a replacement for python-irc so we can nuke it all.
-_text=1.8
-_functools=1.15.1
-_collections=1.5
-_classes=1.4
-_stream=1.1.1
-_logging=1.5
-_itertools=2.0
+_text=1.9.2
+_functools=1.16
+_collections=1.5.2
+_classes=1.4.3
+_stream=1.1.2
+_logging=1.5  # 1.4.1 is the latest but is it the greatest
+_itertools=2.1
 _pyhost="https://files.pythonhosted.org/packages/source"
 
 source=("$_pyhost/j/jaraco.text/jaraco.text-$_text.tar.gz"
@@ -31,13 +31,13 @@
         "$_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")
-md5sums=('37886d2ad04834ce13cdd525a0ab98f9'
-         '4ed8737ad7c4d8ad12fa9d97cdcd3c74'
-         'd942e2c6ee54a76eaa7c8e0ad45c799c'
-         '83f82d523ef2b5b48107e47f3fbdeb1f'
-         '6502157c365081e00c28b047bed7214e'
+md5sums=('edffd489d354d04d604a58d48e293868'
+         'e73d67c42bc3774ca4ac5549f56e2683'
+         '29b8f4181dae6fc3e5d0148ec4e38af2'
+         'c0cb1a0ce529e3cdbca9d99742071a04'
+         '255bcb43c5f45b9361a75c600e680786'
          '4d21c7d0f457e4a46da514ec0449d7c2'
-         'a26a222b010a6b51a0ace62a48a8bf89')
+         '4ab1ec258c055cecdc3174078308d224')
 
 prepare() {
   # remove inflect dep



More information about the arch-commits mailing list