diff --git a/programming/language/python3/python3-matplotlib/actions.py b/programming/language/python3/python3-matplotlib/actions.py index 2077867cf9..74ddb2af39 100644 --- a/programming/language/python3/python3-matplotlib/actions.py +++ b/programming/language/python3/python3-matplotlib/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 def setup(): # dodoc method cannot move LICENSE named dir, so i delete the directory diff --git a/programming/language/python3/python3-matplotlib/pspec.xml b/programming/language/python3/python3-matplotlib/pspec.xml index 94674d259d..a920138ed9 100644 --- a/programming/language/python3/python3-matplotlib/pspec.xml +++ b/programming/language/python3/python3-matplotlib/pspec.xml @@ -13,12 +13,12 @@ library matplotlib: plotting with Python. Matplotlib is a comprehensive library for creating static, animated, and interactive visualizations in Python. - https://github.com/matplotlib/matplotlib/archive/v3.2.1.tar.gz + https://github.com/matplotlib/matplotlib/archive/v3.3.1.tar.gz - python3-setuptools - freetype-devel python3-devel python3-numpy + freetype-devel + python3-setuptools @@ -26,22 +26,29 @@ python3-matplotlib matplotlib: plotting with Python. - python3-kiwisolver - python3-pyparsing - python3-dateutil - python3-cycler - python3-numpy - freetype - python3 libpng + python3 + freetype + python3-numpy + python3-cycler + python3-dateutil + python3-pyparsing + python3-kiwisolver - /usr/share/doc/python3-matplotlib /usr/lib/python3* + /usr/share/doc/python3-matplotlib + + 2020-08-30 + 3.3.1 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + 2020-03-18 3.2.1 diff --git a/programming/language/python3/python3-more-itertools/pspec.xml b/programming/language/python3/python3-more-itertools/pspec.xml index 3e41a7cfd9..d10a4b235c 100644 --- a/programming/language/python3/python3-more-itertools/pspec.xml +++ b/programming/language/python3/python3-more-itertools/pspec.xml @@ -13,7 +13,7 @@ library More routines for operating on iterables, beyond itertools. Python's itertools library is a gem - you can compose elegant solutions for a variety of problems with the functions it provides. In more-itertools we collect additional building blocks, recipes, and routines for working with Python iterables. - https://github.com/more-itertools/more-itertools/archive/v8.3.0.tar.gz + https://github.com/more-itertools/more-itertools/archive/8.5.0.tar.gz python3-setuptools python3-devel @@ -33,6 +33,13 @@ + + 2020-08-30 + 8.5.0 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + 2020-05-16 8.3.0 diff --git a/programming/language/python3/python3-mutagen/pspec.xml b/programming/language/python3/python3-mutagen/pspec.xml index 8a399bf03d..a493f880b8 100644 --- a/programming/language/python3/python3-mutagen/pspec.xml +++ b/programming/language/python3/python3-mutagen/pspec.xml @@ -13,10 +13,10 @@ library An audio tag editing library Mutagen is a Python module to handle audio metadata. It supports ASF, FLAC, MP4, Monkey’s Audio, MP3, Musepack, Ogg Opus, Ogg FLAC, Ogg Speex, Ogg Theora, Ogg Vorbis, True Audio, WavPack, OptimFROG, and AIFF audio files. All versions of ID3v2 are supported, and all standard ID3v2.4 frames are parsed. It can read Xing headers to accurately calculate the bitrate and length of MP3s. ID3 and APEv2 tags can be edited regardless of audio format. It can also manipulate Ogg streams on an individual packet/page level. - https://github.com/quodlibet/mutagen/archive/release-1.44.0.tar.gz + https://github.com/quodlibet/mutagen/archive/release-1.45.1.tar.gz - python3-setuptools python3-devel + python3-setuptools @@ -24,7 +24,7 @@ python3-mutagen An audio tag editing library - python3 + python3 /usr/bin/mid3cp @@ -45,6 +45,13 @@ + + 2020-08-30 + 1.45.1 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + 2020-02-12 1.44.0 @@ -58,6 +65,6 @@ First release. Blue Devil bluedevil@sctzine.com - + \ No newline at end of file diff --git a/programming/language/python3/python3-numpy/pspec.xml b/programming/language/python3/python3-numpy/pspec.xml index ea4c6fa8f6..dd177eb828 100644 --- a/programming/language/python3/python3-numpy/pspec.xml +++ b/programming/language/python3/python3-numpy/pspec.xml @@ -13,7 +13,7 @@ library The fundamental package needed for scientific computing with Python Numpy contains a powerful N-dimensional array object, sophisticated (broadcasting) functions, tools for integrating C/C++ and Fortran code, and useful linear algebra, Fourier transform, and random number capabilities. - https://github.com/numpy/numpy/archive/v1.18.4.tar.gz + https://github.com/numpy/numpy/archive/v1.19.1.tar.gz cython3 cblas-devel @@ -39,10 +39,10 @@ python3-setuptools - /usr/share/doc/python3-numpy/LICENSE* - /usr/share/doc/python3-numpy/README* - /usr/bin /usr/lib + /usr/bin + /usr/share/doc/python3-numpy/README* + /usr/share/doc/python3-numpy/LICENSE* @@ -58,6 +58,13 @@ + + 2020-08-30 + 1.19.1 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + 2020-05-18 1.18.4 diff --git a/programming/language/python3/python3-pillow/pspec.xml b/programming/language/python3/python3-pillow/pspec.xml index ca14f95ecd..0fc97d8aad 100644 --- a/programming/language/python3/python3-pillow/pspec.xml +++ b/programming/language/python3/python3-pillow/pspec.xml @@ -13,7 +13,7 @@ library PIL is the fork of Python Imaging Library. Pillow is the friendly PIL fork by Alex Clark and Contributors. PIL is the Python Imaging Library by Fredrik Lundh and Contributors. As of 2019, Pillow development is supported by Tidelift. - https://github.com/python-pillow/Pillow/archive/7.1.2.tar.gz + https://github.com/python-pillow/Pillow/archive/7.2.0.tar.gz tiff-devel webp-devel @@ -103,6 +103,13 @@ + + 2020-07-21 + 7.2.0 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + 2020-05-18 7.1.2 diff --git a/programming/language/python3/python3-psutil/actions.py b/programming/language/python3/python3-psutil/actions.py index 2d63ecf8c4..8790660776 100644 --- a/programming/language/python3/python3-psutil/actions.py +++ b/programming/language/python3/python3-psutil/actions.py @@ -4,9 +4,9 @@ # Licensed under the GNU General Public License, version 3. # See the file http://www.gnu.org/copyleft/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 def build(): # suppress compiler warnings diff --git a/programming/language/python3/python3-psutil/pspec.xml b/programming/language/python3/python3-psutil/pspec.xml index 0af5f1e8e4..372487db61 100644 --- a/programming/language/python3/python3-psutil/pspec.xml +++ b/programming/language/python3/python3-psutil/pspec.xml @@ -13,7 +13,7 @@ library A cross-platform process utilities module for Python python3-psutil is a module providing an interface for retrieving information on all running processes and system utilization (CPU, memory) in a portable way by using Python, implementing many functionalities offered by command line tools like ps, top, kill, lsof and netstat. - https://github.com/giampaolo/psutil/archive/release-5.7.0.tar.gz + https://github.com/giampaolo/psutil/archive/release-5.7.2.tar.gz python3-devel @@ -26,12 +26,19 @@ python3 - /usr/share/doc/python3-psutil /usr/lib/python3* + /usr/share/doc/python3-psutil + + 2020-07-21 + 5.7.2 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + 2020-02-21 5.7.0 diff --git a/programming/language/python3/python3-py/actions.py b/programming/language/python3/python3-py/actions.py index e44d50e437..f2239c3c8a 100644 --- a/programming/language/python3/python3-py/actions.py +++ b/programming/language/python3/python3-py/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.8.1") +shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","1.9.0") def build(): pythonmodules.compile(pyVer="3") diff --git a/programming/language/python3/python3-py/pspec.xml b/programming/language/python3/python3-py/pspec.xml index 27c223e57b..3f83a7c51f 100644 --- a/programming/language/python3/python3-py/pspec.xml +++ b/programming/language/python3/python3-py/pspec.xml @@ -13,11 +13,11 @@ library Python development support library (note: maintenance only) The python3-py lib is a Python development support library. - https://github.com/pytest-dev/py/archive/1.8.1.tar.gz + https://github.com/pytest-dev/py/archive/1.9.0.tar.gz - python3-setuptools-scm - python3-setuptools python3-devel + python3-setuptools + python3-setuptools-scm @@ -28,12 +28,19 @@ python3 - /usr/share/doc/python3-py /usr/lib/python3* + /usr/share/doc/python3-py + + 2020-07-21 + 1.9.0 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + 2020-02-12 1.8.1 diff --git a/programming/language/python3/python3-pychromecast/pspec.xml b/programming/language/python3/python3-pychromecast/pspec.xml index 1b0ade14d7..99614ef264 100644 --- a/programming/language/python3/python3-pychromecast/pspec.xml +++ b/programming/language/python3/python3-pychromecast/pspec.xml @@ -13,7 +13,7 @@ library Python3 module to talk to Google Chromecast. python3-pychromecast provides a way to talk with the Google Chromecast. - https://github.com/home-assistant-libs/pychromecast/archive/5.2.0.tar.gz + https://github.com/home-assistant-libs/pychromecast/archive/7.2.1.tar.gz python3-devel python3-setuptools @@ -38,6 +38,13 @@ + + 2020-07-21 + 7.2.1 + Major version bump. + Blue Devil + bluedevil@sctzine.com + 2020-05-19 5.2.0 diff --git a/programming/language/python3/python3-pycountry/pspec.xml b/programming/language/python3/python3-pycountry/pspec.xml index 7e501797b4..60721ea94f 100644 --- a/programming/language/python3/python3-pycountry/pspec.xml +++ b/programming/language/python3/python3-pycountry/pspec.xml @@ -13,7 +13,7 @@ library ISO country, subdivision, language, currency and script definitions and their translations. This is the pycountry module, a Python library to access ISO country, subdivision, language, currency and script definitions and their translations. - https://github.com/flyingcircusio/pycountry/archive/19.8.18.tar.gz + https://github.com/flyingcircusio/pycountry/archive/20.7.3.tar.gz python3-devel python3-setuptools @@ -25,6 +25,7 @@ ISO country, subdivision, language, currency and script definitions and their translations. python3 + python3-setuptools /usr/lib/python3* @@ -33,6 +34,13 @@ + + 2020-07-21 + 20.7.3 + Major version bump. + Blue Devil + bluedevil@sctzine.com + 2020-02-10 19.8.18 diff --git a/programming/language/python3/python3-pycryptodome/pspec.xml b/programming/language/python3/python3-pycryptodome/pspec.xml index 08e4fa5fe4..29341f241e 100644 --- a/programming/language/python3/python3-pycryptodome/pspec.xml +++ b/programming/language/python3/python3-pycryptodome/pspec.xml @@ -13,7 +13,7 @@ library A self-contained Python package of low-level cryptographic primitives PyCryptodome is a self-contained Python package of low-level cryptographic primitives.PyCryptodome is a fork of PyCrypto. It brings several enhancements with respect to the last official version of PyCrypto (2.6.1) - https://github.com/Legrandin/pycryptodome/archive/v3.9.7.tar.gz + https://github.com/Legrandin/pycryptodome/archive/v3.9.8.tar.gz python3-devel python3-setuptools @@ -25,8 +25,8 @@ A self-contained Python package of low-level cryptographic primitives - python3 gmp + python3 /usr/lib/python3* @@ -35,6 +35,13 @@ + + 2020-07-21 + 3.9.8 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + 2020-02-21 3.9.7 diff --git a/programming/language/python3/python3-pycryptodomex/pspec.xml b/programming/language/python3/python3-pycryptodomex/pspec.xml index b28ce2bc0d..8e19d0a758 100644 --- a/programming/language/python3/python3-pycryptodomex/pspec.xml +++ b/programming/language/python3/python3-pycryptodomex/pspec.xml @@ -13,7 +13,7 @@ library A self-contained Python package of low-level cryptographic primitives and doesn't conflict with pycrypto. PyCryptodomex is a self-contained Python package of low-level cryptographic primitives.PyCryptodome is a fork of PyCrypto. It brings several enhancements with respect to the last official version of PyCrypto (2.6.1) - https://pypi.org/packages/source/p/pycryptodomex/pycryptodomex-3.9.7.tar.gz + https://pypi.org/packages/source/p/pycryptodomex/pycryptodomex-3.9.8.tar.gz python3-devel python3-setuptools @@ -35,6 +35,13 @@ + + 2020-07-21 + 3.9.8 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + 2020-02-24 3.9.7 diff --git a/programming/language/python3/python3-pynacl/actions.py b/programming/language/python3/python3-pynacl/actions.py index 8ef8ef2102..b2cdca36bd 100644 --- a/programming/language/python3/python3-pynacl/actions.py +++ b/programming/language/python3/python3-pynacl/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 def build(): # fix unused direct dependency analysis diff --git a/programming/language/python3/python3-pynacl/pspec.xml b/programming/language/python3/python3-pynacl/pspec.xml index 63dd574f80..2a13b7059f 100644 --- a/programming/language/python3/python3-pynacl/pspec.xml +++ b/programming/language/python3/python3-pynacl/pspec.xml @@ -13,10 +13,10 @@ library Python3 binding to the Networking and Cryptography (NaCl) library python3-pynacl PyNaCl is a Python3 binding to libsodium, which is a fork of the Networking and Cryptography library. These libraries have a stated goal of improving usability, security and speed. - https://github.com/pyca/pynacl/archive/1.3.0.tar.gz + https://github.com/pyca/pynacl/archive/1.4.0.tar.gz - python3-setuptools python3-devel + python3-setuptools @@ -24,8 +24,8 @@ python3-pynacl PyNaCl module for python3 - python3-cffi python3 + python3-cffi /usr/lib/python3* @@ -34,6 +34,13 @@ + + 2020-07-21 + 1.4.0 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + 2019-12-11 1.3.0 diff --git a/programming/language/python3/python3-pysol_cards/pspec.xml b/programming/language/python3/python3-pysol_cards/pspec.xml index 822c66640b..9328b8797a 100644 --- a/programming/language/python3/python3-pysol_cards/pspec.xml +++ b/programming/language/python3/python3-pysol_cards/pspec.xml @@ -13,10 +13,10 @@ library Deal PySol FC Cards The pysol-cards python modules allow the python developer to generate the initial deals of some PySol FC games. It also supports PySol legacy deals and Microsoft FreeCell / Freecell Pro deals. - https://pypi.io/packages/source/p/pysol_cards/pysol_cards-0.8.9.tar.gz + https://pypi.io/packages/source/p/pysol_cards/pysol_cards-0.10.1.tar.gz - python3-setuptools python3-devel + python3-setuptools @@ -24,17 +24,24 @@ python3-pysol_cards Deal PySol FC Cards - python3-pbr python3 + python3-pbr - /usr/share/doc - /usr/lib /usr/share + /usr/lib + /usr/share/doc + + 2020-07-21 + 0.10.1 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + 2020-03-29 0.8.9 diff --git a/programming/language/python3/python3-requests/pspec.xml b/programming/language/python3/python3-requests/pspec.xml index d210c2662b..9f88f3b3f3 100644 --- a/programming/language/python3/python3-requests/pspec.xml +++ b/programming/language/python3/python3-requests/pspec.xml @@ -13,10 +13,10 @@ library Requests is an Apache2 Licensed HTTP library, written in Python, for human beings. Python’s standard urllib2 module provides most of the HTTP capabilities you need - https://github.com/psf/requests/archive/v2.23.0.tar.gz + https://github.com/psf/requests/archive/v2.24.0.tar.gz - python3-setuptools python3-devel + python3-setuptools certs.patch @@ -27,10 +27,10 @@ python3-requests Requests is an Apache2 Licensed HTTP library, written in Python, for human beings. + python3 + python3-idna python3-chardet python3-urllib3 - python3-idna - python3 /usr/share/doc/python3-requests @@ -39,6 +39,13 @@ + + 2020-07-21 + 2.24.0 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + 2020-02-21 2.23.0