diff --git a/programming/language/python3/python3-sanic/pspec.xml b/programming/language/python3/python3-sanic/pspec.xml
index b10909c951..05d449e5d8 100644
--- a/programming/language/python3/python3-sanic/pspec.xml
+++ b/programming/language/python3/python3-sanic/pspec.xml
@@ -14,7 +14,7 @@
app:console
A web server and web framework that's written to go fast. Build fast. Run fast.
Sanic is a Python 3.6+ web server and web framework that's written to go fast. It allows the usage of the async/await syntax added in Python 3.5, which makes your code non-blocking and speedy.
- https://github.com/huge-success/sanic/archive/v20.3.0.tar.gz
+ https://github.com/huge-success/sanic/archive/v20.6.3.tar.gz
python3-devel
python3-setuptools
@@ -41,6 +41,13 @@
+
+ 2020-07-21
+ 20.6.3
+ Minor version bump.
+ Blue Devil
+ bluedevil@sctzine.com
+
2020-05-18
20.3.0
diff --git a/programming/language/python3/python3-setuptools-scm/actions.py b/programming/language/python3/python3-setuptools-scm/actions.py
index d3e65c4bd3..9a34c105be 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","4.0.0")
+shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","4.1.2")
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 96a62b7a92..0b260cdd01 100644
--- a/programming/language/python3/python3-setuptools-scm/pspec.xml
+++ b/programming/language/python3/python3-setuptools-scm/pspec.xml
@@ -13,7 +13,7 @@
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/v4.0.0.tar.gz
+ https://github.com/pypa/setuptools_scm/archive/v4.1.2.tar.gz
python3-devel
python3-setuptools
@@ -35,6 +35,13 @@
+
+ 2020-07-21
+ 4.1.2
+ Minor version bump.
+ Blue Devil
+ bluedevil@sctzine.com
+
2020-05-24
4.0.0
diff --git a/programming/language/python3/python3-simplejson/actions.py b/programming/language/python3/python3-simplejson/actions.py
index 34a093e0af..98392cfdde 100644
--- a/programming/language/python3/python3-simplejson/actions.py
+++ b/programming/language/python3/python3-simplejson/actions.py
@@ -4,10 +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 pythonmodules
def build():
+ # fix unused direct dependency analysis
shelltools.export("LDSHARED", "x86_64-pc-linux-gnu-gcc -Wl,-O1,--as-needed -shared -lpthread")
pythonmodules.compile(pyVer="3")
diff --git a/programming/language/python3/python3-simplejson/pspec.xml b/programming/language/python3/python3-simplejson/pspec.xml
index 38ff590ef0..bfb1a9e3cd 100644
--- a/programming/language/python3/python3-simplejson/pspec.xml
+++ b/programming/language/python3/python3-simplejson/pspec.xml
@@ -14,10 +14,10 @@
library
Simple, fast, extensible JSON encoder/decoder for Python.
simplejson is a simple, fast, complete, correct and extensible JSON (http://json.org) encoder and decoder for Python 3.3+ with legacy support for Python 2.5+. It is pure Python code with no dependencies, but includes an optional C extension for a serious speed boost.
- https://github.com/simplejson/simplejson/archive/v3.17.0.tar.gz
+ https://github.com/simplejson/simplejson/archive/v3.17.2.tar.gz
- python3-setuptools
python3-devel
+ python3-setuptools
@@ -34,6 +34,13 @@
+
+ 2020-07-21
+ 3.17.2
+ Patch version bump.
+ Blue Devil
+ bluedevil@sctzine.com
+
2020-01-24
3.17.0
diff --git a/programming/language/python3/python3-sqlalchemy/pspec.xml b/programming/language/python3/python3-sqlalchemy/pspec.xml
index 2b7f391d21..a7e0e89297 100644
--- a/programming/language/python3/python3-sqlalchemy/pspec.xml
+++ b/programming/language/python3/python3-sqlalchemy/pspec.xml
@@ -13,7 +13,7 @@
library
The Python SQL Toolkit and Object Relational Mapper
SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL. SQLAlchemy provides a full suite of well known enterprise-level persistence patterns, designed for efficient and high-performing database access, adapted into a simple and Pythonic domain language.
- https://github.com/sqlalchemy/sqlalchemy/archive/rel_1_3_17.tar.gz
+ https://github.com/sqlalchemy/sqlalchemy/archive/rel_1_3_19.tar.gz
python3-setuptools
python3-devel
@@ -33,6 +33,13 @@
+
+ 2020-08-31
+ 1.3.19
+ Patch version bump.
+ Blue Devil
+ bluedevil@sctzine.com
+
2020-05-18
1.3.17
diff --git a/programming/language/python3/python3-tqdm/pspec.xml b/programming/language/python3/python3-tqdm/pspec.xml
index 0f04a6cc69..49794f6eea 100644
--- a/programming/language/python3/python3-tqdm/pspec.xml
+++ b/programming/language/python3/python3-tqdm/pspec.xml
@@ -13,10 +13,10 @@
library
A Fast, Extensible Progress Bar for Python and CLI.
python3-tqdm provides a fast, extensible progress bar for python and commandline. Instantly make your loops show a smart progress meter - just wrap any iterable with tqdm(iterable), and you're done!
- https://github.com/tqdm/tqdm/archive/v4.46.0.tar.gz
+ https://github.com/tqdm/tqdm/archive/v4.48.2.tar.gz
- python3-setuptools
python3-devel
+ python3-setuptools
@@ -24,8 +24,8 @@
python3-tqdm
A Fast, Extensible Progress Bar for Python and CLI.
- python3-setuptools
python3
+ python3-setuptools
/usr/share/doc/python3-tqdm
@@ -35,6 +35,13 @@
+
+ 2020-08-31
+ 4.48.2
+ Minor version bump.
+ Blue Devil
+ bluedevil@sctzine.com
+
2020-05-18
4.46.0
diff --git a/programming/language/python3/python3-virtualenv/actions.py b/programming/language/python3/python3-virtualenv/actions.py
index ba42dfec93..5b8623d6f0 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.21")
+shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","20.0.27")
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 dd45b8533f..055134b854 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.21.tar.gz
+ https://github.com/pypa/virtualenv/archive/20.0.31.tar.gz
python3-devel
python3-setuptools
@@ -41,6 +41,13 @@
+
+ 2020-08-31
+ 20.0.31
+ Patch version bump.
+ Blue Devil
+ bluedevil@sctzine.com
+
2020-05-24
20.0.21
diff --git a/programming/language/python3/python3-wcwidth/actions.py b/programming/language/python3/python3-wcwidth/actions.py
index c864ec61ac..71bd0c8fff 100644
--- a/programming/language/python3/python3-wcwidth/actions.py
+++ b/programming/language/python3/python3-wcwidth/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-wcwidth/pspec.xml b/programming/language/python3/python3-wcwidth/pspec.xml
index 3537810b95..bd45804f2b 100644
--- a/programming/language/python3/python3-wcwidth/pspec.xml
+++ b/programming/language/python3/python3-wcwidth/pspec.xml
@@ -13,10 +13,10 @@
library
Measures number of Terminal column cells of wide-character codes.
Python library that measures the width of unicode strings rendered to a terminal
- https://github.com/jquast/wcwidth/archive/0.1.9.tar.gz
+ https://github.com/jquast/wcwidth/archive/0.2.5.tar.gz
- python3-setuptools
python3-devel
+ python3-setuptools
@@ -27,12 +27,19 @@
python3
- /usr/share/doc/python3-wcwidth
/usr/lib/python3*
+ /usr/share/doc/python3-wcwidth
+
+ 2020-07-21
+ 0.2.5
+ Minor version bump.
+ Blue Devil
+ bluedevil@sctzine.com
+
2020-03-27
0.1.9
diff --git a/programming/language/python3/python3-youtube_dl/pspec.xml b/programming/language/python3/python3-youtube_dl/pspec.xml
index 7a8621fa8b..c8350ffcaf 100644
--- a/programming/language/python3/python3-youtube_dl/pspec.xml
+++ b/programming/language/python3/python3-youtube_dl/pspec.xml
@@ -14,7 +14,7 @@
app:console
Youtube Video Downloader
Youtube Video Downloader
- https://github.com/ytdl-org/youtube-dl/archive/2020.06.16.1.tar.gz
+ https://github.com/ytdl-org/youtube-dl/archive/2020.07.28.tar.gz
python3-setuptools
python3-devel
@@ -40,6 +40,13 @@
+
+ 2020-08-31
+ 2020.07.28
+ Version bump.
+ Blue Devil
+ bluedevil@sctzine.com
+
2020-06-28
2020.06.16.1
diff --git a/programming/language/python3/python3-zeroconf/pspec.xml b/programming/language/python3/python3-zeroconf/pspec.xml
index 5fbba006f8..c025a32577 100644
--- a/programming/language/python3/python3-zeroconf/pspec.xml
+++ b/programming/language/python3/python3-zeroconf/pspec.xml
@@ -13,7 +13,7 @@
library
A pure python3 implementation of multicast DNS service discovery.
python3-zeroconf is a pure Python3 Multicast DNS Service Discovery Library (Bonjour/Avahi compatible).
- https://github.com/jstasiak/python-zeroconf/archive/0.26.1.tar.gz
+ https://github.com/jstasiak/python-zeroconf/archive/0.28.3.tar.gz
python3-devel
python3-setuptools
@@ -34,6 +34,13 @@
+
+ 2020-08-31
+ 0.28.3
+ Minor version bump.
+ Blue Devil
+ bluedevil@sctzine.com
+
2020-05-19
0.26.1