From 9ed42869451af27a20e0d04a16585f221cd4e89c Mon Sep 17 00:00:00 2001 From: augiedoggie Date: Tue, 1 Feb 2022 01:23:43 -0700 Subject: [PATCH] python module updates (#6583) chardet: update to 4.0.0 imagesize_py: update to 1.3.0 packaging: update to 21.3 pygments: update to 2.11.2 pyparsing: update to 3.0.7 pytz: update to 2021.3 requests: update to 2.27.1 zipp: update to 3.7.0 docutils: update to 0.18.1 --- .../{chardet-3.0.4.recipe => chardet-4.0.0.recipe} | 8 ++++---- .../{docutils-0.16.recipe => docutils-0.18.1.recipe} | 2 +- ...magesize_py-1.1.0.recipe => imagesize_py-1.3.0.recipe} | 4 ++-- .../{packaging-20.4.recipe => packaging-21.3.recipe} | 8 ++++---- .../{pygments-2.7.4.recipe => pygments-2.11.2.recipe} | 4 ++-- .../{pyparsing-2.4.7.recipe => pyparsing-3.0.7.recipe} | 6 +++--- .../pytz/{pytz-2020.5.recipe => pytz-2021.3.recipe} | 6 +++--- .../{requests-2.25.1.recipe => requests-2.27.1.recipe} | 8 ++++---- dev-python/zipp/{zipp-3.4.0.recipe => zipp-3.7.0.recipe} | 6 +++--- 9 files changed, 26 insertions(+), 26 deletions(-) rename dev-python/chardet/{chardet-3.0.4.recipe => chardet-4.0.0.recipe} (87%) rename dev-python/docutils/{docutils-0.16.recipe => docutils-0.18.1.recipe} (97%) rename dev-python/imagesize_py/{imagesize_py-1.1.0.recipe => imagesize_py-1.3.0.recipe} (91%) rename dev-python/packaging/{packaging-20.4.recipe => packaging-21.3.recipe} (83%) rename dev-python/pygments/{pygments-2.7.4.recipe => pygments-2.11.2.recipe} (95%) rename dev-python/pyparsing/{pyparsing-2.4.7.recipe => pyparsing-3.0.7.recipe} (92%) rename dev-python/pytz/{pytz-2020.5.recipe => pytz-2021.3.recipe} (93%) rename dev-python/requests/{requests-2.25.1.recipe => requests-2.27.1.recipe} (89%) rename dev-python/zipp/{zipp-3.4.0.recipe => zipp-3.7.0.recipe} (84%) diff --git a/dev-python/chardet/chardet-3.0.4.recipe b/dev-python/chardet/chardet-4.0.0.recipe similarity index 87% rename from dev-python/chardet/chardet-3.0.4.recipe rename to dev-python/chardet/chardet-4.0.0.recipe index a14e43370..604fae58e 100644 --- a/dev-python/chardet/chardet-3.0.4.recipe +++ b/dev-python/chardet/chardet-4.0.0.recipe @@ -1,11 +1,11 @@ SUMMARY="Universal Character Encoding Detector" DESCRIPTION="Python module for character encoding auto-detection." HOMEPAGE="https://github.com/chardet/chardet" -COPYRIGHT="2011-2017 Mark Pilgrim, Dan Blanchard" +COPYRIGHT="2011-2022 Mark Pilgrim, Dan Blanchard" LICENSE="GNU LGPL v2.1" -REVISION="3" -SOURCE_URI="https://pypi.io/packages/source/c/chardet/chardet-$portVersion.tar.gz" -CHECKSUM_SHA256="84ab92ed1c4d4f16916e05906b6b75a6c0fb5db821cc65e70cbd64a3e2a5eaae" +REVISION="1" +SOURCE_URI="https://pypi.io/packages/source/${portName:0:1}/$portName/${portName}-$portVersion.tar.gz" +CHECKSUM_SHA256="0d6f53a15db4120f2b08c94f11e7d93d2c911ee118b6b30a04ec3ee8310179fa" ARCHITECTURES="any" diff --git a/dev-python/docutils/docutils-0.16.recipe b/dev-python/docutils/docutils-0.18.1.recipe similarity index 97% rename from dev-python/docutils/docutils-0.16.recipe rename to dev-python/docutils/docutils-0.18.1.recipe index de2e6d9e1..be4646503 100644 --- a/dev-python/docutils/docutils-0.16.recipe +++ b/dev-python/docutils/docutils-0.18.1.recipe @@ -13,7 +13,7 @@ LICENSE="Public Domain Python" REVISION="1" SOURCE_URI="https://pypi.io/packages/source/${portName:0:1}/$portName/$portName-$portVersion.tar.gz" -CHECKSUM_SHA256="c2de3a60e9e7d07be26b7f2b00ca0309c207e06c100f9cc2a94931fc75a478fc" +CHECKSUM_SHA256="679987caf361a7539d76e584cbeddc311e3aee937877c87346f31debc63e9d06" ARCHITECTURES="any" diff --git a/dev-python/imagesize_py/imagesize_py-1.1.0.recipe b/dev-python/imagesize_py/imagesize_py-1.3.0.recipe similarity index 91% rename from dev-python/imagesize_py/imagesize_py-1.1.0.recipe rename to dev-python/imagesize_py/imagesize_py-1.3.0.recipe index e3f285b14..498f666ff 100644 --- a/dev-python/imagesize_py/imagesize_py-1.1.0.recipe +++ b/dev-python/imagesize_py/imagesize_py-1.3.0.recipe @@ -2,11 +2,11 @@ SUMMARY="Getting image size from png/jpeg/jpeg2000/gif file" DESCRIPTION="This module analyzes JPEG/JPEG 2000/PNG/GIF/TIFF/SVG \ image headers and returns image size." HOMEPAGE="https://github.com/shibukawa/imagesize_py" -COPYRIGHT="2016-2018 Yoshiki Shibukawa" +COPYRIGHT="2016-2021 Yoshiki Shibukawa" LICENSE="MIT" REVISION="1" SOURCE_URI="https://github.com/shibukawa/imagesize_py/archive/$portVersion.tar.gz" -CHECKSUM_SHA256="a10b0cade3e33a8e770677897ce14f5226dc321db864c1887bab8f3ed4a1c251" +CHECKSUM_SHA256="58f441d6201e6090204aa1198d9b71d7c1317b5243d8be983700a1d71bd48682" SOURCE_DIR="imagesize_py-$portVersion" ARCHITECTURES="any" diff --git a/dev-python/packaging/packaging-20.4.recipe b/dev-python/packaging/packaging-21.3.recipe similarity index 83% rename from dev-python/packaging/packaging-20.4.recipe rename to dev-python/packaging/packaging-21.3.recipe index 9231d686f..dd5cafd95 100644 --- a/dev-python/packaging/packaging-20.4.recipe +++ b/dev-python/packaging/packaging-21.3.recipe @@ -2,11 +2,11 @@ SUMMARY="Core utilities for Python packages" DESCRIPTION="The 'packaging' project includes the following: \ version handling, specifiers, markers, requirements, tags, utilities." HOMEPAGE="https://pypi.python.org/pypi/packaging" -COPYRIGHT="2014-2020 Donald Stufft and individual contributors" +COPYRIGHT="2014-2021 Donald Stufft and individual contributors" LICENSE="Apache v2" -REVISION="3" -SOURCE_URI="https://pypi.io/packages/source/p/packaging/packaging-$portVersion.tar.gz" -CHECKSUM_SHA256="4357f74f47b9c12db93624a82154e9b120fa8293699949152b22065d556079f8" +REVISION="1" +SOURCE_URI="https://pypi.io/packages/source/${portName:0:1}/$portName/$portName-$portVersion.tar.gz" +CHECKSUM_SHA256="dd47c42927d89ab911e606518907cc2d3a1f38bbd026385970643f9c5b8ecfeb" ARCHITECTURES="any" diff --git a/dev-python/pygments/pygments-2.7.4.recipe b/dev-python/pygments/pygments-2.11.2.recipe similarity index 95% rename from dev-python/pygments/pygments-2.7.4.recipe rename to dev-python/pygments/pygments-2.11.2.recipe index dfa7fab15..b5982432a 100644 --- a/dev-python/pygments/pygments-2.7.4.recipe +++ b/dev-python/pygments/pygments-2.11.2.recipe @@ -12,11 +12,11 @@ ANSI sequences * it is usable as a command-line tool and as a library * ... and it highlights even Brainf*ck!" HOMEPAGE="https://pygments.org/" -COPYRIGHT="2006-2019 by the Pygments team" +COPYRIGHT="2006-2022 by the Pygments team" LICENSE="BSD (2-clause)" REVISION="1" SOURCE_URI="https://pypi.org/packages/source/P/Pygments/Pygments-$portVersion.tar.gz" -CHECKSUM_SHA256="df49d09b498e83c1a73128295860250b0b7edd4c723a32e9bc0d295c7c2ec337" +CHECKSUM_SHA256="4e426f72023d88d03b2fa258de560726ce890ff3b630f88c21cbb8b2503b8c6a" SOURCE_DIR="Pygments-$portVersion" ARCHITECTURES="any" diff --git a/dev-python/pyparsing/pyparsing-2.4.7.recipe b/dev-python/pyparsing/pyparsing-3.0.7.recipe similarity index 92% rename from dev-python/pyparsing/pyparsing-2.4.7.recipe rename to dev-python/pyparsing/pyparsing-3.0.7.recipe index 3979d22e2..15f03b7eb 100644 --- a/dev-python/pyparsing/pyparsing-2.4.7.recipe +++ b/dev-python/pyparsing/pyparsing-3.0.7.recipe @@ -5,11 +5,11 @@ use of regular expressions. The pyparsing module provides a library of \ classes that client code uses to construct the grammar directly in \ Python code." HOMEPAGE="https://pypi.python.org/pypi/pyparsing" -COPYRIGHT="2003-2020 Paul T. McGuire" +COPYRIGHT="2003-2022 Paul T. McGuire" LICENSE="MIT" -REVISION="2" +REVISION="1" SOURCE_URI="https://github.com/pyparsing/pyparsing/archive/pyparsing_$portVersion.tar.gz" -CHECKSUM_SHA256="6deecf4b95a49a5a9c89b4a4b1fcb73c1cba0e3265ec7b858adffcced229ba05" +CHECKSUM_SHA256="9303df2c7998485cc71a246c6cc0489c48ad571adc9d250c2d1314c47768ba59" SOURCE_DIR="pyparsing-pyparsing_$portVersion" ARCHITECTURES="any" diff --git a/dev-python/pytz/pytz-2020.5.recipe b/dev-python/pytz/pytz-2021.3.recipe similarity index 93% rename from dev-python/pytz/pytz-2020.5.recipe rename to dev-python/pytz/pytz-2021.3.recipe index 0ccfafaaf..688d86420 100644 --- a/dev-python/pytz/pytz-2020.5.recipe +++ b/dev-python/pytz/pytz-2021.3.recipe @@ -4,16 +4,16 @@ It allows accurate and cross platform timezone calculations. \ It also solves the issue of ambiguous times at the end of daylight saving time." HOMEPAGE="https://pythonhosted.org/pytz/ https://pypi.org/project/pytz/" -COPYRIGHT="2013-2018 Stuart Bishop" +COPYRIGHT="2013-2021 Stuart Bishop" LICENSE="MIT" REVISION="1" SOURCE_URI="https://pypi.io/packages/source/${portName:0:1}/$portName/$portName-$portVersion.tar.gz" -CHECKSUM_SHA256="180befebb1927b16f6b57101720075a984c019ac16b1b7575673bea42c6c3da5" +CHECKSUM_SHA256="acad2d8b20a1af07d4e4c9d2e9285c5ed9104354062f275f3fcd88dcef4f1326" ARCHITECTURES="any" PROVIDES=" - pytz = $portVersion + $portName = $portVersion " REQUIRES=" haiku diff --git a/dev-python/requests/requests-2.25.1.recipe b/dev-python/requests/requests-2.27.1.recipe similarity index 89% rename from dev-python/requests/requests-2.25.1.recipe rename to dev-python/requests/requests-2.27.1.recipe index c7c1066ee..317d4e463 100644 --- a/dev-python/requests/requests-2.25.1.recipe +++ b/dev-python/requests/requests-2.27.1.recipe @@ -2,11 +2,11 @@ SUMMARY="A HTTP library for Python" DESCRIPTION="Requests is a HTTP library, written in Python, made for humans." HOMEPAGE="http://python-requests.org/ http://pypi.python.org/pypi/requests" -COPYRIGHT="2019 Kenneth Reitz" +COPYRIGHT="2022 Kenneth Reitz" LICENSE="Apache v2" -REVISION="2" -SOURCE_URI="https://github.com/kennethreitz/requests/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="03b192fad682a33964df331d35f90918b1940c89f6c5bcb10060be688ba50315" +REVISION="1" +SOURCE_URI="https://pypi.io/packages/source/${portName:0:1}/$portName/$portName-$portVersion.tar.gz" +CHECKSUM_SHA256="68d7c56fd5a8999887728ef304a6d12edc7be74f1cfa47714fc8b414525c9a61" SOURCE_FILENAME="requests-$portVersion.tar.gz" ARCHITECTURES="any" diff --git a/dev-python/zipp/zipp-3.4.0.recipe b/dev-python/zipp/zipp-3.7.0.recipe similarity index 84% rename from dev-python/zipp/zipp-3.4.0.recipe rename to dev-python/zipp/zipp-3.7.0.recipe index 09fc7d69d..33a085252 100644 --- a/dev-python/zipp/zipp-3.4.0.recipe +++ b/dev-python/zipp/zipp-3.7.0.recipe @@ -1,11 +1,11 @@ SUMMARY="A pathlib-compatible Zipfile object wrapper" DESCRIPTION="Zipp is a pathlib-compatible Zipfile object wrapper." HOMEPAGE="https://pypi.python.org/pypi/zipp" -COPYRIGHT="2018-2020 Jason R. Coombs" +COPYRIGHT="2018-2021 Jason R. Coombs" LICENSE="MIT" REVISION="1" -SOURCE_URI="https://pypi.io/packages/source/z/zipp/zipp-$portVersion.tar.gz" -CHECKSUM_SHA256="ed5eee1974372595f9e416cc7bbeeb12335201d8081ca8a0743c954d4446e5cb" +SOURCE_URI="https://pypi.io/packages/source/${portName:0:1}/$portName/$portName-$portVersion.tar.gz" +CHECKSUM_SHA256="9f50f446828eb9d45b267433fd3e9da8d801f614129124863f9c51ebceafb87d" ARCHITECTURES="any"