From 1e0672fe8ea917e7695352f8df97850ab48aef55 Mon Sep 17 00:00:00 2001 From: blue-devil Date: Mon, 25 May 2020 00:54:12 +0300 Subject: [PATCH 1/8] python3-enchant: ver bump --- .../language/python3/python3-enchant/pspec.xml | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/programming/language/python3/python3-enchant/pspec.xml b/programming/language/python3/python3-enchant/pspec.xml index 6639e5e33b..40594630a5 100644 --- a/programming/language/python3/python3-enchant/pspec.xml +++ b/programming/language/python3/python3-enchant/pspec.xml @@ -13,11 +13,11 @@ library Python bindings for the Enchant spellchecking system python3-enchant is an efficient Python module for Enchant spellchecker. - https://github.com/pyenchant/pyenchant/archive/v3.0.1.tar.gz + https://github.com/pyenchant/pyenchant/archive/v3.1.0.tar.gz - python3-setuptools - enchant2-devel python3-devel + enchant2-devel + python3-setuptools @@ -28,8 +28,8 @@ python3-enchant Python bindings for the Enchant spellchecking system - enchant2 python3 + enchant2 /usr/lib/python3* @@ -38,6 +38,13 @@ + + 2020-05-24 + 3.1.0 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + 2020-03-04 3.0.1 From 10ae9328facb8594746368759f359202494f901a Mon Sep 17 00:00:00 2001 From: blue-devil Date: Mon, 25 May 2020 00:54:24 +0300 Subject: [PATCH 2/8] python3-lxml: ver bump --- .../language/python3/python3-lxml/actions.py | 6 +++--- .../language/python3/python3-lxml/pspec.xml | 15 +++++++++++---- 2 files changed, 14 insertions(+), 7 deletions(-) diff --git a/programming/language/python3/python3-lxml/actions.py b/programming/language/python3/python3-lxml/actions.py index 4480e7a023..f1a83bfa04 100644 --- a/programming/language/python3/python3-lxml/actions.py +++ b/programming/language/python3/python3-lxml/actions.py @@ -4,10 +4,10 @@ # Licensed under the GNU General Public License, version 3. # See the file http://www.gnu.org/copyleft/gpl.txt. -from pisi.actionsapi import pythonmodules -from pisi.actionsapi import shelltools -from pisi.actionsapi import pisitools from pisi.actionsapi import get +from pisi.actionsapi import pisitools +from pisi.actionsapi import shelltools +from pisi.actionsapi import pythonmodules #WorkDir = "lxml-%s" % get.srcVERSION() diff --git a/programming/language/python3/python3-lxml/pspec.xml b/programming/language/python3/python3-lxml/pspec.xml index 6abc6f5455..5fc8f47173 100644 --- a/programming/language/python3/python3-lxml/pspec.xml +++ b/programming/language/python3/python3-lxml/pspec.xml @@ -14,13 +14,13 @@ library The lxml XML toolkit for Python. lxml is the most feature-rich and easy-to-use library for working with XML and HTML in the Python language. - https://github.com/lxml/lxml/archive/lxml-4.5.0.tar.gz + https://github.com/lxml/lxml/archive/lxml-4.5.1.tar.gz - python3-setuptools + cython3 libxml2-devel libxslt-devel python3-devel - cython3 + python3-setuptools @@ -28,8 +28,8 @@ python3-lxml The lxml XML toolkit for Python. - libxslt libxml2 + libxslt python3 @@ -49,6 +49,13 @@ + + 2020-05-24 + 4.5.1 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + 2020-02-06 4.5.0 From c5ce02beca5d7aa7502c4dbb564b75f1b4f5bd53 Mon Sep 17 00:00:00 2001 From: blue-devil Date: Mon, 25 May 2020 00:54:36 +0300 Subject: [PATCH 3/8] python3-pysmbc: ver bump --- .../language/python3/python3-pysmbc/actions.py | 4 ++-- .../language/python3/python3-pysmbc/pspec.xml | 17 ++++++++++++----- 2 files changed, 14 insertions(+), 7 deletions(-) diff --git a/programming/language/python3/python3-pysmbc/actions.py b/programming/language/python3/python3-pysmbc/actions.py index b3eabaf0c7..392b805484 100755 --- a/programming/language/python3/python3-pysmbc/actions.py +++ b/programming/language/python3/python3-pysmbc/actions.py @@ -5,9 +5,9 @@ # Licensed under the GNU General Public License, version 3. # See the file http://www.gnu.org/licenses/gpl.txt -from pisi.actionsapi import pythonmodules -from pisi.actionsapi import shelltools from pisi.actionsapi import pisitools +from pisi.actionsapi import shelltools +from pisi.actionsapi import pythonmodules def build(): # suppress compiler warnings diff --git a/programming/language/python3/python3-pysmbc/pspec.xml b/programming/language/python3/python3-pysmbc/pspec.xml index bd55fe3eb5..d3e376333c 100755 --- a/programming/language/python3/python3-pysmbc/pspec.xml +++ b/programming/language/python3/python3-pysmbc/pspec.xml @@ -13,11 +13,11 @@ library Python interface to the libsmbclient library python-smbc is a Python binding for the libsmbclient library. - https://pypi.org/packages/source/p/pysmbc/pysmbc-1.0.21.tar.bz2 + https://pypi.org/packages/source/p/pysmbc/pysmbc-1.0.22.tar.gz - python3-setuptools - python3-devel samba-devel + python3-devel + python3-setuptools @@ -25,16 +25,23 @@ python3-pysmbc Python3 interface to the libsmbclient library - python3 samba + python3 - /usr/share/doc/python3-pysmbc /usr/lib/python3* + /usr/share/doc/python3-pysmbc + + 2020-05-24 + 1.0.22 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + 2020-04-22 1.0.21 From 59748304e4a5ee3c85c29cf21335f9ecd9c72aa5 Mon Sep 17 00:00:00 2001 From: blue-devil Date: Mon, 25 May 2020 00:54:50 +0300 Subject: [PATCH 4/8] python3-setuptools-scm: ver bump --- .../python3/python3-setuptools-scm/actions.py | 2 +- .../python3/python3-setuptools-scm/pspec.xml | 13 ++++++++++--- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/programming/language/python3/python3-setuptools-scm/actions.py b/programming/language/python3/python3-setuptools-scm/actions.py index 605ae0629b..d3e65c4bd3 100644 --- a/programming/language/python3/python3-setuptools-scm/actions.py +++ b/programming/language/python3/python3-setuptools-scm/actions.py @@ -7,7 +7,7 @@ from pisi.actionsapi import pythonmodules from pisi.actionsapi import shelltools -shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","3.5.0") +shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","4.0.0") def build(): pythonmodules.compile(pyVer="3") diff --git a/programming/language/python3/python3-setuptools-scm/pspec.xml b/programming/language/python3/python3-setuptools-scm/pspec.xml index 72237b2ad1..96a62b7a92 100644 --- a/programming/language/python3/python3-setuptools-scm/pspec.xml +++ b/programming/language/python3/python3-setuptools-scm/pspec.xml @@ -13,10 +13,10 @@ library Python3 setuptools-scm module Tsetuptools_scm handles managing your Python package versions in SCM metadata instead of declaring them as the version argument or in a SCM managed file. - https://github.com/pypa/setuptools_scm/archive/v3.5.0.tar.gz + https://github.com/pypa/setuptools_scm/archive/v4.0.0.tar.gz - python3-setuptools python3-devel + python3-setuptools @@ -25,8 +25,8 @@ python3-setuptools-scm Python3 setuptools-scm module - python3-setuptools python3 + python3-setuptools /usr/lib/python3* @@ -35,6 +35,13 @@ + + 2020-05-24 + 4.0.0 + Major version bump. + Blue Devil + bluedevil@sctzine.com + 2020-02-18 3.5.0 From e0b23e9d2cf0e26f344da57e5ef45687e4b38b3d Mon Sep 17 00:00:00 2001 From: blue-devil Date: Mon, 25 May 2020 00:55:04 +0300 Subject: [PATCH 5/8] python3-six: ver bump --- programming/language/python3/python3-six/actions.py | 2 +- programming/language/python3/python3-six/pspec.xml | 13 ++++++++++--- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/programming/language/python3/python3-six/actions.py b/programming/language/python3/python3-six/actions.py index 85f1eb058a..12c4f33648 100644 --- a/programming/language/python3/python3-six/actions.py +++ b/programming/language/python3/python3-six/actions.py @@ -4,8 +4,8 @@ # Licensed under the GNU General Public License, version 3. # See the file http://www.gnu.org/copyleft/gpl.txt -from pisi.actionsapi import pythonmodules from pisi.actionsapi import pisitools +from pisi.actionsapi import pythonmodules def build(): pythonmodules.compile(pyVer="3") diff --git a/programming/language/python3/python3-six/pspec.xml b/programming/language/python3/python3-six/pspec.xml index 0837861b67..4a9de1c85a 100644 --- a/programming/language/python3/python3-six/pspec.xml +++ b/programming/language/python3/python3-six/pspec.xml @@ -13,10 +13,10 @@ app:console Python 2 and 3 compatibility utilities. python-six provides simple utilities for wrapping over differences between Python 2 and Python 3. - https://files.pythonhosted.org/packages/21/9f/b251f7f8a76dec1d6651be194dfba8fb8d7781d10ab3987190de8391d08e/six-1.14.0.tar.gz + https://pypi.org/packages/source/s/six/six-1.15.0.tar.gz - python3-setuptools python3-devel + python3-setuptools @@ -27,12 +27,19 @@ python3 - /usr/share/doc/python3-six /usr/lib/python3* + /usr/share/doc/python3-six + + 2020-05-24 + 1.15.0 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + 2020-01-21 1.14.0 From b50796fedb8f9c163d001c7fd474a19d83497b7c Mon Sep 17 00:00:00 2001 From: blue-devil Date: Mon, 25 May 2020 00:55:15 +0300 Subject: [PATCH 6/8] python3-urllib3: ver bump --- .../language/python3/python3-urllib3/pspec.xml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/programming/language/python3/python3-urllib3/pspec.xml b/programming/language/python3/python3-urllib3/pspec.xml index c48bdd3b46..c024585520 100755 --- a/programming/language/python3/python3-urllib3/pspec.xml +++ b/programming/language/python3/python3-urllib3/pspec.xml @@ -13,10 +13,10 @@ library urllib3 is a powerful, sanity-friendly HTTP client for Python. urllib3 is a powerful, sanity-friendly HTTP client for Python. Much of the Python ecosystem already uses urllib3 and you should too. urllib3 brings many critical features that are missing from the Python standard libraries. - https://github.com/urllib3/urllib3/archive/1.25.8.tar.gz + https://github.com/urllib3/urllib3/archive/1.25.9.tar.gz - python3-setuptools python3-devel + python3-setuptools @@ -33,6 +33,13 @@ + + 2020-05-24 + 1.25.9 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + 2020-01-23 1.25.8 From b51fc59f71d536c2146fd713a640abb043f4ebe7 Mon Sep 17 00:00:00 2001 From: blue-devil Date: Mon, 25 May 2020 00:55:26 +0300 Subject: [PATCH 7/8] python3-virtualenv: ver bump --- .../language/python3/python3-virtualenv/actions.py | 2 +- .../language/python3/python3-virtualenv/pspec.xml | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/programming/language/python3/python3-virtualenv/actions.py b/programming/language/python3/python3-virtualenv/actions.py index 3ece0d8efa..ba42dfec93 100644 --- a/programming/language/python3/python3-virtualenv/actions.py +++ b/programming/language/python3/python3-virtualenv/actions.py @@ -7,7 +7,7 @@ from pisi.actionsapi import shelltools from pisi.actionsapi import pythonmodules -shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","20.0.20") +shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","20.0.21") def build(): pythonmodules.compile(pyVer="3") diff --git a/programming/language/python3/python3-virtualenv/pspec.xml b/programming/language/python3/python3-virtualenv/pspec.xml index 27a702a7be..dd45b8533f 100644 --- a/programming/language/python3/python3-virtualenv/pspec.xml +++ b/programming/language/python3/python3-virtualenv/pspec.xml @@ -14,7 +14,7 @@ app:console Virtual Python Environment builder. python3-virtualenv is a a tool and library for creating isolated virtual python environments. - https://github.com/pypa/virtualenv/archive/20.0.20.tar.gz + https://github.com/pypa/virtualenv/archive/20.0.21.tar.gz python3-devel python3-setuptools @@ -41,6 +41,13 @@ + + 2020-05-24 + 20.0.21 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + 2020-05-18 20.0.20 From e2c98b2f08a8b3e708f1df5bdbd63953a08fcaa8 Mon Sep 17 00:00:00 2001 From: blue-devil Date: Mon, 25 May 2020 00:58:16 +0300 Subject: [PATCH 8/8] python3-httpx: ver bump --- .../language/python3/python3-httpx/actions.py | 2 +- .../language/python3/python3-httpx/pspec.xml | 22 ++++++++++++------- 2 files changed, 15 insertions(+), 9 deletions(-) diff --git a/programming/language/python3/python3-httpx/actions.py b/programming/language/python3/python3-httpx/actions.py index c864ec61ac..71bd0c8fff 100644 --- a/programming/language/python3/python3-httpx/actions.py +++ b/programming/language/python3/python3-httpx/actions.py @@ -4,8 +4,8 @@ # Licensed under the GNU General Public License, version 3. # See the file http://www.gnu.org/licenses/gpl.txt -from pisi.actionsapi import pythonmodules from pisi.actionsapi import pisitools +from pisi.actionsapi import pythonmodules def build(): pythonmodules.compile(pyVer="3") diff --git a/programming/language/python3/python3-httpx/pspec.xml b/programming/language/python3/python3-httpx/pspec.xml index 7a085cf709..44bad05afe 100644 --- a/programming/language/python3/python3-httpx/pspec.xml +++ b/programming/language/python3/python3-httpx/pspec.xml @@ -13,10 +13,10 @@ library The next generation HTTP client. HTTPX is a fully featured HTTP client for Python 3, which provides sync and async APIs, and support for both HTTP/1.1 and HTTP/2. - https://github.com/encode/httpx/archive/0.12.1.tar.gz + https://github.com/encode/httpx/archive/0.13.1.tar.gz - python3-setuptools python3-devel + python3-setuptools @@ -24,24 +24,30 @@ python3-httpx The next generation HTTP client. - python3-hstspreload + python3 python3-certifi python3-chardet python3-rfc3986 python3-sniffio python3-urllib3 - python3-h11 - python3-h2 - python3 + python3-httpcore + python3-hstspreload - /usr/share/doc/python3-httpx - /usr/lib/python3* /usr/share/man + /usr/lib/python3* + /usr/share/doc/python3-httpx + + 2020-05-24 + 0.13.1 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + 2020-03-27 0.12.1