From 09f58cf8bfb1d5ff3d8831e146321fbcf8ac5791 Mon Sep 17 00:00:00 2001 From: bluedevil Date: Wed, 23 Sep 2020 23:52:06 +0200 Subject: [PATCH 01/11] python-attrs: major ver bump --- programming/language/python/python-attrs/pspec.xml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/programming/language/python/python-attrs/pspec.xml b/programming/language/python/python-attrs/pspec.xml index a008cad4bb..a3419c841e 100644 --- a/programming/language/python/python-attrs/pspec.xml +++ b/programming/language/python/python-attrs/pspec.xml @@ -13,10 +13,10 @@ library Python Classes Without Boilerplate attrs is the Python package that will bring back the joy of writing classes by relieving you from the drudgery of implementing object protocols (aka dunder methods). - https://github.com/python-attrs/attrs/archive/19.3.0.tar.gz + https://github.com/python-attrs/attrs/archive/20.2.0.tar.gz - python-setuptools python-devel + python-setuptools @@ -30,6 +30,13 @@ + + 3020-09-23 + 20.2.0 + Major version bump. + Blue Devil + bluedevil@sctzine.com + 2020-02-15 19.3.0 From 6e886e9bccc96913743b255b7c59c05a6c66f84c Mon Sep 17 00:00:00 2001 From: bluedevil Date: Wed, 23 Sep 2020 23:52:21 +0200 Subject: [PATCH 02/11] python-h2: major ver bump --- .../language/python/python-h2/pspec.xml | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/programming/language/python/python-h2/pspec.xml b/programming/language/python/python-h2/pspec.xml index 8742a554ee..74ba910bfd 100644 --- a/programming/language/python/python-h2/pspec.xml +++ b/programming/language/python/python-h2/pspec.xml @@ -13,10 +13,10 @@ library HTTP/2 State-Machine based protocol implementation This repository contains a pure-Python implementation of a HTTP/2 protocol stack. It's written from the ground up to be embeddable in whatever program you choose to use, ensuring that you can speak HTTP/2 regardless of your programming paradigm. - https://github.com/python-hyper/hyper-h2/archive/v3.2.0.tar.gz + https://github.com/python-hyper/hyper-h2/archive/v4.0.0.tar.gz - python-setuptools python-devel + python-setuptools @@ -24,18 +24,25 @@ python-h2 HTTP/2 State-Machine based protocol implementation - python-hyperframe - python-enum34 python-hpack + python-enum34 + python-hyperframe - /usr/share/doc/python-h2 - /usr/share/man /usr/lib + /usr/share/man + /usr/share/doc/python-h2 + + 2020-09-23 + 4.0.0 + Major version bump. + Blue Devil + bluedevil@sctzine.com + 2020-02-23 3.2.0 From b729f948a2f8a9d85a29f20802b38a0c01db3956 Mon Sep 17 00:00:00 2001 From: bluedevil Date: Wed, 23 Sep 2020 23:52:32 +0200 Subject: [PATCH 03/11] python-hpack: major ver bump --- programming/language/python/python-hpack/pspec.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/programming/language/python/python-hpack/pspec.xml b/programming/language/python/python-hpack/pspec.xml index 7d751194a4..c24f8dcd3c 100644 --- a/programming/language/python/python-hpack/pspec.xml +++ b/programming/language/python/python-hpack/pspec.xml @@ -13,7 +13,7 @@ library HTTP/2 Header Encoding for Python. This module contains a pure-Python HTTP/2 header encoding (HPACK) logic for use in Python programs that implement HTTP/2. - https://github.com/python-hyper/hpack/archive/v3.0.0.tar.gz + https://github.com/python-hyper/hpack/archive/v4.0.0.tar.gz python-devel python-setuptools @@ -31,6 +31,13 @@ + + 2020-09-23 + 4.0.0 + Major version bump. + Blue Devil + bluedevil@sctzine.com + 2020-01-15 3.0.0 From 5089dda55fd10f702ace2df68403938612fdf85b Mon Sep 17 00:00:00 2001 From: bluedevil Date: Wed, 23 Sep 2020 23:52:51 +0200 Subject: [PATCH 04/11] python-hperframe: major ver bump --- programming/language/python/python-hyperframe/pspec.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/programming/language/python/python-hyperframe/pspec.xml b/programming/language/python/python-hyperframe/pspec.xml index 9640507378..f5456a28e3 100644 --- a/programming/language/python/python-hyperframe/pspec.xml +++ b/programming/language/python/python-hyperframe/pspec.xml @@ -13,7 +13,7 @@ library Pure-Python HTTP/2 framing This library contains the HTTP/2 framing code used in the hyper project. It provides a pure-Python codebase that is capable of decoding a binary stream into HTTP/2 frames. - https://github.com/python-hyper/hyperframe/archive/v5.2.0.tar.gz + https://github.com/python-hyper/hyperframe/archive/v6.0.0.tar.gz python-devel python-setuptools @@ -31,6 +31,13 @@ + + 2020-09-23 + 6.0.0 + Major version bump. + Blue Devil + bluedevil@sctzine.com + 2020-01-15 5.2.0 From 83d776cc28690bab8ef51f28f0a822977a568427 Mon Sep 17 00:00:00 2001 From: bluedevil Date: Wed, 23 Sep 2020 23:53:14 +0200 Subject: [PATCH 05/11] python-importlib_metadata: major ver bump --- .../python-importlib_metadata/actions.py | 4 ++-- .../python-importlib_metadata/pspec.xml | 21 ++++++++++++------- 2 files changed, 16 insertions(+), 9 deletions(-) diff --git a/programming/language/python/python-importlib_metadata/actions.py b/programming/language/python/python-importlib_metadata/actions.py index 82d9a76051..29f789c571 100644 --- a/programming/language/python/python-importlib_metadata/actions.py +++ b/programming/language/python/python-importlib_metadata/actions.py @@ -4,10 +4,10 @@ # 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 pythonmodules -shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","1.6.0") +shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","2.0.0") def build(): pythonmodules.compile() diff --git a/programming/language/python/python-importlib_metadata/pspec.xml b/programming/language/python/python-importlib_metadata/pspec.xml index 7a7beea166..9c183006f3 100644 --- a/programming/language/python/python-importlib_metadata/pspec.xml +++ b/programming/language/python/python-importlib_metadata/pspec.xml @@ -13,11 +13,11 @@ library importlib_metadata is a library to access the metadata for a Python package. importlib_metadata is a library to access the metadata for a Python package. - https://gitlab.com/python-devs/importlib_metadata/-/archive/v1.6.0/importlib_metadata-v1.6.0.tar.gz + https://gitlab.com/python-devs/importlib_metadata/-/archive/v2.0.0/importlib_metadata-v2.0.0.tar.gz - python-setuptools-scm - python-setuptools python-devel + python-setuptools + python-setuptools-scm @@ -25,18 +25,25 @@ python-importlib_metadata Python development support library (note: maintenance only) - python-configparser - python-contextlib2 - python-pathlib2 python-zipp + python-pathlib2 + python-contextlib2 + python-configparser - /usr/share/doc/python-importlib_metadata /usr/lib/python2* + /usr/share/doc/python-importlib_metadata + + 2020-09-23 + 2.0.0 + Major version bump. + Blue Devil + bluedevil@sctzine.com + 2020-03-29 1.6.0 From c9f59b5b886323563cec177437b53adc1f30231c Mon Sep 17 00:00:00 2001 From: bluedevil Date: Wed, 23 Sep 2020 23:53:29 +0200 Subject: [PATCH 06/11] python3-attrs: major ver bump --- programming/language/python3/python3-attrs/pspec.xml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/programming/language/python3/python3-attrs/pspec.xml b/programming/language/python3/python3-attrs/pspec.xml index 4f4ea21fa4..d6c448e922 100644 --- a/programming/language/python3/python3-attrs/pspec.xml +++ b/programming/language/python3/python3-attrs/pspec.xml @@ -13,10 +13,10 @@ library Python Classes Without Boilerplate attrs is the Python package that will bring back the joy of writing classes by relieving you from the drudgery of implementing object protocols (aka dunder methods). - https://github.com/python-attrs/attrs/archive/19.3.0.tar.gz + https://github.com/python-attrs/attrs/archive/20.2.0.tar.gz - python3-setuptools python3-devel + python3-setuptools @@ -33,6 +33,13 @@ + + 3020-09-23 + 20.2.0 + Major version bump. + Blue Devil + bluedevil@sctzine.com + 2020-02-13 19.3.0 From 922582e8e2d440e3e0d3c5ce4d8e43d1e9a95324 Mon Sep 17 00:00:00 2001 From: bluedevil Date: Wed, 23 Sep 2020 23:53:48 +0200 Subject: [PATCH 07/11] python3-h2: major ver bump --- .../language/python3/python3-h2/pspec.xml | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/programming/language/python3/python3-h2/pspec.xml b/programming/language/python3/python3-h2/pspec.xml index 42907609d6..89204888d9 100644 --- a/programming/language/python3/python3-h2/pspec.xml +++ b/programming/language/python3/python3-h2/pspec.xml @@ -13,10 +13,10 @@ library HTTP/2 State-Machine based protocol implementation This repository contains a pure-Python implementation of a HTTP/2 protocol stack. It's written from the ground up to be embeddable in whatever program you choose to use, ensuring that you can speak HTTP/2 regardless of your programming paradigm. - https://github.com/python-hyper/hyper-h2/archive/v3.2.0.tar.gz + https://github.com/python-hyper/hyper-h2/archive/v4.0.0.tar.gz - python3-setuptools python3-devel + python3-setuptools @@ -24,18 +24,25 @@ python3-h2 HTTP/2 State-Machine based protocol implementation - python3-hyperframe - python3-hpack python3 + python3-hpack + python3-hyperframe - /usr/share/doc/python3-h2 - /usr/share/man /usr/lib + /usr/share/man + /usr/share/doc/python3-h2 + + 2020-09-23 + 4.0.0 + Major version bump. + Blue Devil + bluedevil@sctzine.com + 2020-02-12 3.2.0 From 2d87aabe44dfd50ff54bd48cd14aff0d0939b9bc Mon Sep 17 00:00:00 2001 From: bluedevil Date: Wed, 23 Sep 2020 23:53:57 +0200 Subject: [PATCH 08/11] python3-hpack: major ver bump --- programming/language/python3/python3-hpack/pspec.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/programming/language/python3/python3-hpack/pspec.xml b/programming/language/python3/python3-hpack/pspec.xml index cf73c060d8..d0aac7281c 100644 --- a/programming/language/python3/python3-hpack/pspec.xml +++ b/programming/language/python3/python3-hpack/pspec.xml @@ -13,7 +13,7 @@ library HTTP/2 Header Encoding for Python. This module contains a pure-Python HTTP/2 header encoding (HPACK) logic for use in Python programs that implement HTTP/2. - https://github.com/python-hyper/hpack/archive/v3.0.0.tar.gz + https://github.com/python-hyper/hpack/archive/v4.0.0.tar.gz python3-devel python3-setuptools @@ -34,6 +34,13 @@ + + 2020-09-23 + 4.0.0 + Major version bump. + Blue Devil + bluedevil@sctzine.com + 2020-01-15 3.0.0 From ccdd555dbbffd44f3dacf5f57e388e841f3297b4 Mon Sep 17 00:00:00 2001 From: bluedevil Date: Wed, 23 Sep 2020 23:54:09 +0200 Subject: [PATCH 09/11] python3-hyperrame: major ver bump --- .../language/python3/python3-hyperframe/pspec.xml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/programming/language/python3/python3-hyperframe/pspec.xml b/programming/language/python3/python3-hyperframe/pspec.xml index 782d5d422c..0f221246f2 100644 --- a/programming/language/python3/python3-hyperframe/pspec.xml +++ b/programming/language/python3/python3-hyperframe/pspec.xml @@ -8,12 +8,12 @@ Blue Devil bluedevil@sctzine.com - MIT programming.language.python3 + MIT library Pure-Python HTTP/2 framing This library contains the HTTP/2 framing code used in the hyper project. It provides a pure-Python codebase that is capable of decoding a binary stream into HTTP/2 frames. - https://github.com/python-hyper/hyperframe/archive/v5.2.0.tar.gz + https://github.com/python-hyper/hyperframe/archive/v6.0.0.tar.gz python3-devel python3-setuptools @@ -34,6 +34,13 @@ + + 2020-09-23 + 6.0.0 + Major version bump. + Blue Devil + bluedevil@sctzine.com + 2020-01-15 5.2.0 From a22aec9ad5fb016a69e4f1b71636360bb2747e93 Mon Sep 17 00:00:00 2001 From: bluedevil Date: Wed, 23 Sep 2020 23:54:22 +0200 Subject: [PATCH 10/11] python3-importlib_metadata: major ver bump --- .../python3/python3-importlib_metadata/actions.py | 2 +- .../python3/python3-importlib_metadata/pspec.xml | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/programming/language/python3/python3-importlib_metadata/actions.py b/programming/language/python3/python3-importlib_metadata/actions.py index 8e4027aed4..44a541e21e 100644 --- a/programming/language/python3/python3-importlib_metadata/actions.py +++ b/programming/language/python3/python3-importlib_metadata/actions.py @@ -7,7 +7,7 @@ from pisi.actionsapi import shelltools from pisi.actionsapi import pythonmodules -shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","1.6.0") +shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","2.0.0") def build(): pythonmodules.compile(pyVer="3") diff --git a/programming/language/python3/python3-importlib_metadata/pspec.xml b/programming/language/python3/python3-importlib_metadata/pspec.xml index 5995ecbe6a..9450b17982 100644 --- a/programming/language/python3/python3-importlib_metadata/pspec.xml +++ b/programming/language/python3/python3-importlib_metadata/pspec.xml @@ -13,7 +13,7 @@ library importlib_metadata is a library to access the metadata for a Python package. importlib_metadata is a library to access the metadata for a Python package. - https://gitlab.com/python-devs/importlib_metadata/-/archive/v1.7.0/importlib_metadata-v1.7.0.tar.gz + https://gitlab.com/python-devs/importlib_metadata/-/archive/v2.0.0/importlib_metadata-v2.0.0.tar.gz python3-devel python3-setuptools @@ -35,6 +35,13 @@ + + 2020-09-23 + 2.0.0 + Major version bump. + Blue Devil + bluedevil@sctzine.com + 2020-07-21 1.7.0 From d66bc7548cde9aef34dbae5e9c415cbd6d3cfb33 Mon Sep 17 00:00:00 2001 From: bluedevil Date: Wed, 23 Sep 2020 23:54:37 +0200 Subject: [PATCH 11/11] python3-pytest: major ver bump --- programming/language/python3/python3-pytest/actions.py | 6 +++--- programming/language/python3/python3-pytest/pspec.xml | 9 ++++++++- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/programming/language/python3/python3-pytest/actions.py b/programming/language/python3/python3-pytest/actions.py index 445522af5c..3f8bb51699 100644 --- a/programming/language/python3/python3-pytest/actions.py +++ b/programming/language/python3/python3-pytest/actions.py @@ -4,11 +4,11 @@ # 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 -shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","5.4.2") +shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","6.0.2") def build(): pythonmodules.compile(pyVer="3") diff --git a/programming/language/python3/python3-pytest/pspec.xml b/programming/language/python3/python3-pytest/pspec.xml index 9133e49de4..e36fdcae78 100644 --- a/programming/language/python3/python3-pytest/pspec.xml +++ b/programming/language/python3/python3-pytest/pspec.xml @@ -13,7 +13,7 @@ library Simple powerful testing with Python The pytest framework makes it easy to write small tests, yet scales to support complex functional testing for applications and libraries. - https://github.com/pytest-dev/pytest/archive/5.4.2.tar.gz + https://github.com/pytest-dev/pytest/archive/6.0.2.tar.gz python3-six python3-devel @@ -44,6 +44,13 @@ + + 2020-09-23 + 6.0.2 + Major version bump. + Blue Devil + bluedevil@sctzine.com + 2020-05-18 5.4.2