From 3aa889a14b54f7f4b126421ad3eab0e2fc3fcd9e Mon Sep 17 00:00:00 2001 From: blue-devil Date: Sun, 30 Aug 2020 23:50:02 +0200 Subject: [PATCH 1/7] python3-distlib:verbump --- .../language/python3/python3-distlib/pspec.xml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/programming/language/python3/python3-distlib/pspec.xml b/programming/language/python3/python3-distlib/pspec.xml index 77dfed7df4..5fe0fc2e1d 100644 --- a/programming/language/python3/python3-distlib/pspec.xml +++ b/programming/language/python3/python3-distlib/pspec.xml @@ -13,10 +13,10 @@ library Low-level components of distutils2/packaging. python3-distlib Low-level parts of packaging/distutils2 which implement the relevant PEPs and which could be used by third-party packaging tools to achieve interoperability, enhanced with additional features for dependency resolution, package resource management and more. - https://bitbucket.org/pypa/distlib/get/0.3.0.tar.gz + https://bitbucket.org/pypa/distlib/get/0.3.1.tar.gz - python3-setuptools python3-devel + python3-setuptools @@ -27,12 +27,19 @@ python3 - /usr/share/doc/python3-distlib /usr/lib/python3* + /usr/share/doc/python3-distlib + + 2020-07-22 + 0.3.1 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + 2020-03-03 0.3.0 From 19fcfc8e527d0846f944a97bc1e61137f4f52200 Mon Sep 17 00:00:00 2001 From: blue-devil Date: Sun, 30 Aug 2020 23:50:34 +0200 Subject: [PATCH 2/7] python3-enchant:ver bump --- .../language/python3/python3-enchant/pspec.xml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/programming/language/python3/python3-enchant/pspec.xml b/programming/language/python3/python3-enchant/pspec.xml index 40594630a5..65b8451feb 100644 --- a/programming/language/python3/python3-enchant/pspec.xml +++ b/programming/language/python3/python3-enchant/pspec.xml @@ -13,7 +13,7 @@ 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.1.0.tar.gz + https://github.com/pyenchant/pyenchant/archive/v3.1.1.tar.gz python3-devel enchant2-devel @@ -28,7 +28,7 @@ python3-enchant Python bindings for the Enchant spellchecking system - python3 + python3 enchant2 @@ -38,6 +38,13 @@ + + 2020-07-22 + 3.1.1 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + 2020-05-24 3.1.0 From 97914b68a2193c6c9ad3f0cee5e84c707071757f Mon Sep 17 00:00:00 2001 From: blue-devil Date: Sun, 30 Aug 2020 23:50:57 +0200 Subject: [PATCH 3/7] python3-flask-sqlalchemy:ver bump --- .../python3/python3-flask-sqlalchemy/actions.py | 2 +- .../python3/python3-flask-sqlalchemy/pspec.xml | 15 +++++++++++---- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/programming/language/python3/python3-flask-sqlalchemy/actions.py b/programming/language/python3/python3-flask-sqlalchemy/actions.py index c864ec61ac..71bd0c8fff 100644 --- a/programming/language/python3/python3-flask-sqlalchemy/actions.py +++ b/programming/language/python3/python3-flask-sqlalchemy/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-flask-sqlalchemy/pspec.xml b/programming/language/python3/python3-flask-sqlalchemy/pspec.xml index d5a8fe0770..1eee2b0f99 100644 --- a/programming/language/python3/python3-flask-sqlalchemy/pspec.xml +++ b/programming/language/python3/python3-flask-sqlalchemy/pspec.xml @@ -13,10 +13,10 @@ library Adds SQLAlchemy support to Flask. Flask-SQLAlchemy is an extension for Flask that adds support for SQLAlchemy to your application. It aims to simplify using SQLAlchemy with Flask by providing useful defaults and extra helpers that make it easier to accomplish common tasks. - https://github.com/pallets/flask-sqlalchemy/archive/2.4.1.tar.gz + https://github.com/pallets/flask-sqlalchemy/archive/2.4.4.tar.gz - python3-setuptools python3-devel + python3-setuptools @@ -24,9 +24,9 @@ python3-flask-sqlalchemy Adds SQLAlchemy support to Flask. - python3-sqlalchemy - python3-flask python3 + python3-flask + python3-sqlalchemy /usr/lib/python3* @@ -35,6 +35,13 @@ + + 2020-07-22 + 2.4.4 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + 2020-02-18 2.4.1 From ca56b0ea790e52189ce8cbe52711acb91d34d73c Mon Sep 17 00:00:00 2001 From: blue-devil Date: Sun, 30 Aug 2020 23:51:13 +0200 Subject: [PATCH 4/7] python3-hstspreload:ver bump --- .../python3/python3-hstspreload/pspec.xml | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/programming/language/python3/python3-hstspreload/pspec.xml b/programming/language/python3/python3-hstspreload/pspec.xml index 25a769b4ea..76712bbba3 100644 --- a/programming/language/python3/python3-hstspreload/pspec.xml +++ b/programming/language/python3/python3-hstspreload/pspec.xml @@ -13,10 +13,10 @@ library Chromium HSTS Preload list as a Python package and updated daily. Chromium HSTS Preload list as a Python package and updated daily. The package provides a single function: in_hsts_preload() which takes an IDNA-encoded host and returns either True or False regarding whether that host should be only accessed via HTTPS. - https://github.com/sethmlarson/hstspreload/archive/2020.4.21.tar.gz + https://github.com/sethmlarson/hstspreload/archive/2020.8.25.tar.gz - python3-setuptools python3-devel + python3-setuptools @@ -27,13 +27,20 @@ python3 - /usr/share/doc/python3-hstspreload - /usr/lib/python3* /usr/share/man + /usr/lib/python3* + /usr/share/doc/python3-hstspreload + + 2020-08-30 + 2020.8.25 + Version bump. + Blue Devil + bluedevil@sctzine.com + 2020-04-22 2020.4.21 From f25e1c6aa870faa7409ad5b4474a39bb785cce5c Mon Sep 17 00:00:00 2001 From: blue-devil Date: Sun, 30 Aug 2020 23:51:31 +0200 Subject: [PATCH 5/7] python3-html5lib:ver bump --- .../language/python3/python3-html5lib/pspec.xml | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/programming/language/python3/python3-html5lib/pspec.xml b/programming/language/python3/python3-html5lib/pspec.xml index a957ff5afb..e0a500cd2b 100644 --- a/programming/language/python3/python3-html5lib/pspec.xml +++ b/programming/language/python3/python3-html5lib/pspec.xml @@ -13,10 +13,10 @@ library Standards-compliant library for parsing and serializing HTML documents and fragments in Python python3-html5lib is a pure-python library for parsing HTML. It is designed to conform to the WHATWG HTML specification, as is implemented by all major web browsers. - https://github.com/html5lib/html5lib-python/archive/1.0.1.tar.gz + https://github.com/html5lib/html5lib-python/archive/1.1.tar.gz - python3-setuptools python3-devel + python3-setuptools @@ -24,17 +24,24 @@ python3-html5lib Standards-compliant library for parsing and serializing HTML documents and fragments in Python - python3-webencodings - python3-six python3 + python3-six + python3-webencodings - /usr/share/doc/python3-html5lib /usr/lib/python3* + /usr/share/doc/python3-html5lib + + 2020-07-22 + 1.1 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + 2020-02-21 1.0.1 From baaa96b4b1d163534cbdf5d43bf50c3802accf7d Mon Sep 17 00:00:00 2001 From: blue-devil Date: Sun, 30 Aug 2020 23:51:45 +0200 Subject: [PATCH 6/7] python3-httpcore:ver bump --- programming/language/python3/python3-httpcore/pspec.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/programming/language/python3/python3-httpcore/pspec.xml b/programming/language/python3/python3-httpcore/pspec.xml index 4c4a23a23d..97107dd204 100644 --- a/programming/language/python3/python3-httpcore/pspec.xml +++ b/programming/language/python3/python3-httpcore/pspec.xml @@ -13,7 +13,7 @@ library A minimal HTTP client. The HTTP Core package provides a minimal low-level HTTP client, which does one thing only. Sending HTTP requests. - https://github.com/encode/httpcore/archive/0.9.0.tar.gz + https://github.com/encode/httpcore/archive/0.10.2.tar.gz python3-devel python3-setuptools @@ -36,6 +36,13 @@ + + 2020-08-30 + 0.10.2 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + 2020-05-24 0.9.0 From 7c5e778fa2a34024cb49d6dd3a8958f803fd9613 Mon Sep 17 00:00:00 2001 From: blue-devil Date: Sun, 30 Aug 2020 23:51:55 +0200 Subject: [PATCH 7/7] python3-httpx:ver bump --- programming/language/python3/python3-httpx/pspec.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/programming/language/python3/python3-httpx/pspec.xml b/programming/language/python3/python3-httpx/pspec.xml index 44bad05afe..350b19f9a5 100644 --- a/programming/language/python3/python3-httpx/pspec.xml +++ b/programming/language/python3/python3-httpx/pspec.xml @@ -13,7 +13,7 @@ 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.13.1.tar.gz + https://github.com/encode/httpx/archive/0.14.2.tar.gz python3-devel python3-setuptools @@ -41,6 +41,13 @@ + + 2020-08-30 + 0.14.2 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + 2020-05-24 0.13.1