diff --git a/programming/language/python3/python3-idna/pspec.xml b/programming/language/python3/python3-idna/pspec.xml
index a29ae258bd..8790904ce0 100755
--- a/programming/language/python3/python3-idna/pspec.xml
+++ b/programming/language/python3/python3-idna/pspec.xml
@@ -13,7 +13,7 @@
library
Internationalized Domain Names in Applications (IDNA)
Support for the Internationalised Domain Names in Applications (IDNA) protocol as specified in RFC 5891. This library also provides support for Unicode Technical Standard 46, Unicode IDNA Compatibility Processing.
- https://github.com/kjd/idna/archive/v2.9.tar.gz
+ https://github.com/kjd/idna/archive/v2.10.tar.gz
python3-devel
python3-setuptools
@@ -33,6 +33,13 @@
+
+ 2020-07-22
+ 2.10
+ Version bump.
+ Blue Devil
+ bluedevil@sctzine.com
+
2020-02-18
2.9
diff --git a/programming/language/python3/python3-ifaddr/pspec.xml b/programming/language/python3/python3-ifaddr/pspec.xml
index 0c6fec27d5..6c961e37ff 100644
--- a/programming/language/python3/python3-ifaddr/pspec.xml
+++ b/programming/language/python3/python3-ifaddr/pspec.xml
@@ -13,7 +13,7 @@
library
Python3 Library to enumerate all network interfaces.
python3-ifaddr is a small Python library that allows you to find all the IP addresses of the computer.
- https://github.com/pydron/ifaddr/archive/0.1.6.tar.gz
+ https://github.com/pydron/ifaddr/archive/0.1.7.tar.gz
python3-devel
python3-setuptools
@@ -33,6 +33,13 @@
+
+ 2020-07-21
+ 0.1.7
+ Patch version bump.
+ Blue Devil
+ bluedevil@sctzine.com
+
2019-12-25
0.1.6
diff --git a/programming/language/python3/python3-importlib_metadata/actions.py b/programming/language/python3/python3-importlib_metadata/actions.py
index 462cb87f94..8e4027aed4 100644
--- a/programming/language/python3/python3-importlib_metadata/actions.py
+++ b/programming/language/python3/python3-importlib_metadata/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 shelltools
+from pisi.actionsapi import pythonmodules
shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","1.6.0")
diff --git a/programming/language/python3/python3-importlib_metadata/pspec.xml b/programming/language/python3/python3-importlib_metadata/pspec.xml
index 89e441563c..5995ecbe6a 100644
--- a/programming/language/python3/python3-importlib_metadata/pspec.xml
+++ b/programming/language/python3/python3-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/v1.7.0/importlib_metadata-v1.7.0.tar.gz
- python3-setuptools-scm
- python3-setuptools
python3-devel
+ python3-setuptools
+ python3-setuptools-scm
@@ -25,16 +25,23 @@
python3-importlib_metadata
Python development support library (note: maintenance only)
- python3-zipp
python3
+ python3-zipp
- /usr/share/doc/python3-importlib_metadata
/usr/lib/python3*
+ /usr/share/doc/python3-importlib_metadata
+
+ 2020-07-21
+ 1.7.0
+ Minor version bump.
+ Blue Devil
+ bluedevil@sctzine.com
+
2020-03-29
1.6.0
diff --git a/programming/language/python3/python3-importlib_resources/actions.py b/programming/language/python3/python3-importlib_resources/actions.py
index 1d9b7d0cd8..b073a0c027 100644
--- a/programming/language/python3/python3-importlib_resources/actions.py
+++ b/programming/language/python3/python3-importlib_resources/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.5.0")
+shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","3.0.0")
def build():
pythonmodules.compile(pyVer="3")
diff --git a/programming/language/python3/python3-importlib_resources/pspec.xml b/programming/language/python3/python3-importlib_resources/pspec.xml
index 8fc1fe1850..6db99a0dab 100644
--- a/programming/language/python3/python3-importlib_resources/pspec.xml
+++ b/programming/language/python3/python3-importlib_resources/pspec.xml
@@ -13,11 +13,11 @@
library
Design and implementation for a planned importlib.resources
The key goal of this module is to replace parts of pkg_resources with a solution in Python's stdlib that relies on well-defined APIs. This makes reading resources included in packages easier, with more stable and consistent semantics.
- https://gitlab.com/python-devs/importlib_resources/-/archive/v1.5.0/importlib_resources-v1.5.0.tar.gz
+ https://gitlab.com/python-devs/importlib_resources/-/archive/v3.0.0/importlib_resources-v3.0.0.tar.gz
- python3-setuptools-scm
- python3-setuptools
python3-devel
+ python3-setuptools
+ python3-setuptools-scm
@@ -28,12 +28,19 @@
python3
- /usr/share/doc/python3-importlib_resources
/usr/lib/python3*
+ /usr/share/doc/python3-importlib_resources
+
+ 2020-07-22
+ 3.0.0
+ Major version bump.
+ Blue Devil
+ bluedevil@sctzine.com
+
2020-05-18
1.5.0
diff --git a/programming/language/python3/python3-jedi/actions.py b/programming/language/python3/python3-jedi/actions.py
index a2b6184914..6dcac6b3d7 100644
--- a/programming/language/python3/python3-jedi/actions.py
+++ b/programming/language/python3/python3-jedi/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 pisitools
from pisi.actionsapi import get
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import shelltools
+from pisi.actionsapi import pythonmodules
WorkDir="jedi-%s" % get.srcVERSION()
@@ -17,6 +17,8 @@ def setup():
# and copy the header files to the corresponding path
for files in ["../typeshed-jedi_v0.16.0/*"]:
shelltools.copy("%s" % files,"jedi/third_party/typeshed")
+ for files in ["../django-stubs-1.5.0/*"]:
+ shelltools.copy("%s" % files,"jedi/third_party/django-stubs")
def build():
pythonmodules.compile(pyVer="3")
diff --git a/programming/language/python3/python3-jedi/pspec.xml b/programming/language/python3/python3-jedi/pspec.xml
index 405c1d04cc..f622752f07 100644
--- a/programming/language/python3/python3-jedi/pspec.xml
+++ b/programming/language/python3/python3-jedi/pspec.xml
@@ -13,11 +13,12 @@
library
Awesome autocompletion and static analysis library for python.
Jedi is a static analysis tool for Python that can be used in IDEs/editors. Jedi has a focus on autocompletion and goto functionality. Jedi is fast and is very well tested. It understands Python and stubs on a deep level.
- https://github.com/davidhalter/jedi/archive/v0.17.0.tar.gz
+ https://github.com/davidhalter/jedi/archive/v0.17.2.tar.gz
https://github.com/davidhalter/typeshed/archive/jedi_v0.16.0.tar.gz
+ https://github.com/davidhalter/django-stubs/archive/v1.5.0.tar.gz
- python3-setuptools
python3-devel
+ python3-setuptools
@@ -25,16 +26,23 @@
python3-jedi
Awesome autocompletion and static analysis library for python.
- python3-parso
python3
+ python3-parso
- /usr/share/doc/python3-jedi
/usr/lib/python3*
+ /usr/share/doc/python3-jedi
+
+ 2020-07-21
+ 0.17.2
+ Patch version bump.
+ Blue Devil
+ bluedevil@sctzine.com
+
2020-04-22
0.17.0
diff --git a/programming/language/python3/python3-lxml/pspec.xml b/programming/language/python3/python3-lxml/pspec.xml
index 5fc8f47173..ca468a0351 100644
--- a/programming/language/python3/python3-lxml/pspec.xml
+++ b/programming/language/python3/python3-lxml/pspec.xml
@@ -14,7 +14,7 @@
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.1.tar.gz
+ https://github.com/lxml/lxml/archive/lxml-4.5.2.tar.gz
cython3
libxml2-devel
@@ -49,6 +49,13 @@
+
+ 2020-07-21
+ 4.5.2
+ Patch version bump.
+ Blue Devil
+ bluedevil@sctzine.com
+
2020-05-24
4.5.1
diff --git a/programming/language/python3/python3-mako/actions.py b/programming/language/python3/python3-mako/actions.py
index b5989ea738..72a33c7c24 100644
--- a/programming/language/python3/python3-mako/actions.py
+++ b/programming/language/python3/python3-mako/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 pisitools
from pisi.actionsapi import get
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import shelltools
+from pisi.actionsapi import pythonmodules
shelltools.export("PYTHONDONTWRITEBYTECODE", "1")
diff --git a/programming/language/python3/python3-mako/pspec.xml b/programming/language/python3/python3-mako/pspec.xml
index 967be18f8c..fd6d5d13bb 100644
--- a/programming/language/python3/python3-mako/pspec.xml
+++ b/programming/language/python3/python3-mako/pspec.xml
@@ -14,12 +14,12 @@
library
A python3 templating language
python3-mako is a super-fast templating language that borrows the best ideas from the existing templating languages.
- https://files.pythonhosted.org/packages/42/64/fc7c506d14d8b6ed363e7798ffec2dfe4ba21e14dda4cfab99f4430cba3a/Mako-1.1.2.tar.gz
+ https://pypi.org/packages/source/m/mako/Mako-1.1.3.tar.gz
- python3-MarkupSafe
- python3-setuptools
- python3-beaker
python3-devel
+ python3-beaker
+ python3-setuptools
+ python3-MarkupSafe
@@ -27,14 +27,14 @@
python3-mako
A python3 templating language
- python3-MarkupSafe
- python3-beaker
python3
+ python3-beaker
+ python3-MarkupSafe
- /usr/bin
- /usr/share/doc
/usr/lib
+ /usr/share/doc
+ /usr/bin
@@ -52,6 +52,13 @@
+
+ 2020-07-21
+ 1.1.3
+ Patch version bump.
+ Blue Devil
+ bluedevil@sctzine.com
+
2020-03-04
1.1.2