From 1f9e95473f5576f9df27c94a2ee7d7f4d372264e Mon Sep 17 00:00:00 2001 From: blue-devil Date: Mon, 31 Aug 2020 23:44:43 +0200 Subject: [PATCH 01/14] python3-matplotlib:ver bump --- .../python3/python3-matplotlib/actions.py | 6 ++-- .../python3/python3-matplotlib/pspec.xml | 29 ++++++++++++------- 2 files changed, 21 insertions(+), 14 deletions(-) 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 From 46dc218f4d055353e9dbc0053bb9fdf8ccaca07d Mon Sep 17 00:00:00 2001 From: blue-devil Date: Mon, 31 Aug 2020 23:45:11 +0200 Subject: [PATCH 02/14] python3-moreitertools:ver bump --- .../language/python3/python3-more-itertools/pspec.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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 From b8f0d2b94debb815591dc55399714d9622396a8e Mon Sep 17 00:00:00 2001 From: blue-devil Date: Mon, 31 Aug 2020 23:45:25 +0200 Subject: [PATCH 03/14] python3-mutagen:ver bump --- .../language/python3/python3-mutagen/pspec.xml | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) 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 From bf2e3d54f7663c812d8f78000ef906dd66a41322 Mon Sep 17 00:00:00 2001 From: blue-devil Date: Mon, 31 Aug 2020 23:45:36 +0200 Subject: [PATCH 04/14] python3-numpy:ver bump --- .../language/python3/python3-numpy/pspec.xml | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) 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 From 3948aa72e57c97e6bb6c3619bfa24d0e7ea3fed0 Mon Sep 17 00:00:00 2001 From: blue-devil Date: Mon, 31 Aug 2020 23:45:49 +0200 Subject: [PATCH 05/14] python3-pillow:ver bump --- programming/language/python3/python3-pillow/pspec.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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 From 4f30552ad459e4320c0ff61a07049aa6a8075083 Mon Sep 17 00:00:00 2001 From: blue-devil Date: Mon, 31 Aug 2020 23:46:02 +0200 Subject: [PATCH 06/14] python3-psutil:ver bump --- .../language/python3/python3-psutil/actions.py | 4 ++-- programming/language/python3/python3-psutil/pspec.xml | 11 +++++++++-- 2 files changed, 11 insertions(+), 4 deletions(-) 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 From d01a876c1b530ac4e0fe3c2c92abb0aa306d2a76 Mon Sep 17 00:00:00 2001 From: blue-devil Date: Mon, 31 Aug 2020 23:46:13 +0200 Subject: [PATCH 07/14] python3-py:ver bump --- .../language/python3/python3-py/actions.py | 4 ++-- programming/language/python3/python3-py/pspec.xml | 15 +++++++++++---- 2 files changed, 13 insertions(+), 6 deletions(-) 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 From aaf987bf6afb538c2bed05fb46b4c29051173fb3 Mon Sep 17 00:00:00 2001 From: blue-devil Date: Mon, 31 Aug 2020 23:46:26 +0200 Subject: [PATCH 08/14] python3-pychromecast:ver bump --- .../language/python3/python3-pychromecast/pspec.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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 From 5a4c9f3971643cd11c0eb156f2875fbf058a967a Mon Sep 17 00:00:00 2001 From: blue-devil Date: Mon, 31 Aug 2020 23:46:38 +0200 Subject: [PATCH 09/14] python3-pycountry:ver bump --- .../language/python3/python3-pycountry/pspec.xml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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 From e5a183b9fd6ef9b302bed517c0d95c77d3e217e8 Mon Sep 17 00:00:00 2001 From: blue-devil Date: Mon, 31 Aug 2020 23:46:53 +0200 Subject: [PATCH 10/14] python3-pycryptodome:ver bump --- .../language/python3/python3-pycryptodome/pspec.xml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) 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 From 1621cefa240f39b713c4e175c3d9da729cb0bd1a Mon Sep 17 00:00:00 2001 From: blue-devil Date: Mon, 31 Aug 2020 23:47:03 +0200 Subject: [PATCH 11/14] python3-pycryptodomex:ver bump --- .../language/python3/python3-pycryptodomex/pspec.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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 From 5aea14ab1b8282f490c287010eda038092c1fb58 Mon Sep 17 00:00:00 2001 From: blue-devil Date: Mon, 31 Aug 2020 23:47:15 +0200 Subject: [PATCH 12/14] python3-pynacl:ver bump --- .../language/python3/python3-pynacl/actions.py | 2 +- .../language/python3/python3-pynacl/pspec.xml | 13 ++++++++++--- 2 files changed, 11 insertions(+), 4 deletions(-) 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 From d259477dc7405fe3e815665c91eb13ddd37fb703 Mon Sep 17 00:00:00 2001 From: blue-devil Date: Mon, 31 Aug 2020 23:47:29 +0200 Subject: [PATCH 13/14] python3-pysolcards:ver bump --- .../python3/python3-pysol_cards/pspec.xml | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) 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 From 9307567593aa97462fcc4bd75960ced4ed37147e Mon Sep 17 00:00:00 2001 From: blue-devil Date: Mon, 31 Aug 2020 23:47:43 +0200 Subject: [PATCH 14/14] python3-requests:ver bump --- .../language/python3/python3-requests/pspec.xml | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) 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