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
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
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
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
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
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
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
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
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
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
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