From 40e9b8da7a63c08ed27c10db3d35eb2c52538fb3 Mon Sep 17 00:00:00 2001 From: blue-devil Date: Fri, 27 Mar 2020 22:53:30 +0300 Subject: [PATCH 01/23] perl-Archive-Zip: ver. bump --- .../language/perl/perl-Archive-Zip/pspec.xml | 21 ++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/programming/language/perl/perl-Archive-Zip/pspec.xml b/programming/language/perl/perl-Archive-Zip/pspec.xml index 4d533eccd7..fe5b336041 100644 --- a/programming/language/perl/perl-Archive-Zip/pspec.xml +++ b/programming/language/perl/perl-Archive-Zip/pspec.xml @@ -3,21 +3,21 @@ perl-Archive-Zip - http://search.cpan.org/dist/Archive-Zip + https://metacpan.org/release/Archive-Zip Pisi Linux Admins admins@pisilinux.org - Artistic programming.language.perl - library + Artistic app:console + library Perl interface to ZIP archive files The Archive::Zip module allows a Perl program to create, manipulate, read, and write Zip archive files. This module uses the Compress::Zlib library to read and write the compressed streams inside the files. - https://cpan.metacpan.org/authors/id/P/PH/PHRED/Archive-Zip-1.67.tar.gz + https://cpan.metacpan.org/authors/id/P/PH/PHRED/Archive-Zip-1.68.tar.gz - perl perl-Test-MockModule + perl @@ -29,13 +29,20 @@ /usr/lib/perl5 + /usr/bin /usr/share/doc /usr/share/man - /usr/bin + + 2020-03-27 + 1.68 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + 2020-01-02 1.67 @@ -72,4 +79,4 @@ osman.erkan@pisilinux.org - + \ No newline at end of file From f497d81df979f826c033039bbafcbd3825bfc6a2 Mon Sep 17 00:00:00 2001 From: blue-devil Date: Fri, 27 Mar 2020 22:53:43 +0300 Subject: [PATCH 02/23] perl-Test-Warnings: ver. bump --- .../language/perl/perl-Test-Warnings/actions.py | 4 +--- .../language/perl/perl-Test-Warnings/pspec.xml | 14 +++++++++++--- 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/programming/language/perl/perl-Test-Warnings/actions.py b/programming/language/perl/perl-Test-Warnings/actions.py index 88f775431b..450b7d1d4e 100644 --- a/programming/language/perl/perl-Test-Warnings/actions.py +++ b/programming/language/perl/perl-Test-Warnings/actions.py @@ -23,6 +23,4 @@ def check(): def install(): perlmodules.install() - pisitools.dodoc("README", "LICENCE") - shelltools.chmod("examples/*", 0644) - pisitools.insinto(examples, "examples/*") \ No newline at end of file + pisitools.dodoc("README", "LICENCE") \ No newline at end of file diff --git a/programming/language/perl/perl-Test-Warnings/pspec.xml b/programming/language/perl/perl-Test-Warnings/pspec.xml index 7a3a8a4c38..b86b9ed01e 100644 --- a/programming/language/perl/perl-Test-Warnings/pspec.xml +++ b/programming/language/perl/perl-Test-Warnings/pspec.xml @@ -8,11 +8,12 @@ Blue Devil bluedevil@sctzine.com + programming.language.perl Perl 5 library Perl module to test for warnings and the lack of them perl-Test-Warnings is a Perl module to test for warnings and the lack of them. - https://cpan.metacpan.org/authors/id/E/ET/ETHER/Test-Warnings-0.028.tar.gz + https://cpan.metacpan.org/authors/id/E/ET/ETHER/Test-Warnings-0.030.tar.gz perl @@ -25,13 +26,20 @@ perl - /usr/lib /usr/share/doc /usr/share/man + /usr/lib + + 2020-03-27 + 0.030 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + 2020-01-03 0.028 @@ -40,4 +48,4 @@ bluedevil@sctzine.com - + \ No newline at end of file From 469dc6a53b073156335c69ccfa4cdec6015b6cf1 Mon Sep 17 00:00:00 2001 From: blue-devil Date: Fri, 27 Mar 2020 22:56:33 +0300 Subject: [PATCH 03/23] cython: ver. bump --- programming/language/python/cython/actions.py | 16 ++++++---------- programming/language/python/cython/pspec.xml | 13 ++++++++++--- 2 files changed, 16 insertions(+), 13 deletions(-) diff --git a/programming/language/python/cython/actions.py b/programming/language/python/cython/actions.py index 4a3af08bc1..2f46ac2d8a 100644 --- a/programming/language/python/cython/actions.py +++ b/programming/language/python/cython/actions.py @@ -10,23 +10,19 @@ from pisi.actionsapi import pisitools from pisi.actionsapi import get def build(): - # fix unused dependency analysis + # fix unused direct dependency analysis shelltools.export("LDSHARED", "x86_64-pc-linux-gnu-gcc -Wl,-O1,--as-needed -shared -lpthread -Wl,-O1 -Wl,-z,relro -Wl,--hash-style=gnu -Wl,--as-needed -Wl,--sort-common") - # compress compiler warnings + # suppress compiler warnings shelltools.export("CFLAGS", "-fno-strict-aliasing -mtune=generic -march=x86-64 -O2 -pipe -fstack-protector -D_FORTIFY_SOURCE=2 -g -fPIC -fwrapv -DNDEBUG -g -fwrapv -O3 -Wno-strict-aliasing") pythonmodules.compile() -# it takes hours to run test, run with caution! +# Blue DeviL Note: it takes hours to run test, run with caution! #def check(): # pythonmodules.run("runtests.py -vv --no-pyregr") def install(): pythonmodules.install() - - for dirs in ["Doc", "Demos", "tests"]: - pisitools.insinto("%s/%s" % (get.docDIR(), get.srcNAME()), dirs) - - pisitools.dodoc("COPYING*", "README*", "USAGE*", "LICENSE*") - pisitools.rename("usr/bin/cygdb", "cygdb-py2") + # to prevent conflict with cython3 + pisitools.rename("usr/bin/cythonize", "cythonize-py2") pisitools.rename("usr/bin/cython", "cython-py2") - pisitools.rename("usr/bin/cythonize", "cythonize-py2") \ No newline at end of file + pisitools.rename("usr/bin/cygdb", "cygdb-py2") \ No newline at end of file diff --git a/programming/language/python/cython/pspec.xml b/programming/language/python/cython/pspec.xml index 43eedca617..22deb33dbe 100644 --- a/programming/language/python/cython/pspec.xml +++ b/programming/language/python/cython/pspec.xml @@ -14,7 +14,7 @@ library C extensions for the Python Cython is a language that makes writing C extensions for the Python language as easy as Python itself. - https://github.com/cython/cython/archive/0.29.15.tar.gz + https://github.com/cython/cython/archive/0.29.16.tar.gz python-setuptools python-devel @@ -28,15 +28,22 @@ python-setuptools - /usr/bin/cygdb-py2 - /usr/bin/cython-py2 /usr/bin/cythonize-py2 + /usr/bin/cython-py2 + /usr/bin/cygdb-py2 /usr/lib/python2* /usr/share/doc/cython + + 2020-03-27 + 0.29.16 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + 2020-02-06 0.29.15 From 490559d4d1f26212891aab8745d150164348920e Mon Sep 17 00:00:00 2001 From: blue-devil Date: Fri, 27 Mar 2020 22:59:25 +0300 Subject: [PATCH 04/23] cython3: ver. bump --- programming/language/python3/cython3/actions.py | 13 ++++--------- programming/language/python3/cython3/pspec.xml | 9 ++++++++- 2 files changed, 12 insertions(+), 10 deletions(-) diff --git a/programming/language/python3/cython3/actions.py b/programming/language/python3/cython3/actions.py index 2992e71c9c..63b703fca0 100644 --- a/programming/language/python3/cython3/actions.py +++ b/programming/language/python3/cython3/actions.py @@ -10,21 +10,16 @@ from pisi.actionsapi import pisitools from pisi.actionsapi import get def build(): - # fix unused dependency analysis + # fix unused direct dependency analysis shelltools.export("LDSHARED", "x86_64-pc-linux-gnu-gcc -Wl,-O1,--as-needed -shared -lpthread -Wl,-O1 -Wl,-z,relro -Wl,--hash-style=gnu -Wl,--as-needed -Wl,--sort-common") - # compress compiler warnings + # suppress compiler warnings shelltools.export("CFLAGS", "-fno-strict-aliasing -mtune=generic -march=x86-64 -O2 -pipe -fstack-protector -D_FORTIFY_SOURCE=2 -g -fPIC -fwrapv -DNDEBUG -g -fwrapv -O3 -Wno-strict-aliasing") pythonmodules.compile(pyVer="3") -# it takes hours to run test, run with caution! +# Blue DeviL Note: it takes hours to run test, run with caution! #def check(): # pythonmodules.run("runtests.py -vv --no-pyregr", pyVer="3") def install(): - pythonmodules.install(pyVer="3") - - #for dirs in ["Doc", "Demos", "tests"]: - # pisitools.insinto("%s/%s" % (get.docDIR(), get.srcNAME()), dirs) - - #pisitools.dodoc("COPYING*", "README*", "USAGE*", "LICENSE*") \ No newline at end of file + pythonmodules.install(pyVer="3") \ No newline at end of file diff --git a/programming/language/python3/cython3/pspec.xml b/programming/language/python3/cython3/pspec.xml index e904fe02ba..22a4e143d4 100644 --- a/programming/language/python3/cython3/pspec.xml +++ b/programming/language/python3/cython3/pspec.xml @@ -14,7 +14,7 @@ library C extensions for the Python3 Cython is a language that makes writing C extensions for the Python language as easy as Python itself. - https://github.com/cython/cython/archive/0.29.15.tar.gz + https://github.com/cython/cython/archive/0.29.16.tar.gz python3-setuptools python3-devel @@ -36,6 +36,13 @@ + + 2020-03-27 + 0.29.16 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + 2020-02-06 0.29.15 From a8733a219877d45837b17076e409f1c5921ea093 Mon Sep 17 00:00:00 2001 From: blue-devil Date: Fri, 27 Mar 2020 23:11:04 +0300 Subject: [PATCH 05/23] =?UTF-8?q?go:m=C4=B1nor=20ver.=20bump?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- programming/language/go/actions.py | 6 +++--- programming/language/go/pspec.xml | 14 ++++++++++++-- programming/language/go/translations.xml | 2 +- 3 files changed, 16 insertions(+), 6 deletions(-) diff --git a/programming/language/go/actions.py b/programming/language/go/actions.py index 950e2ba32d..2334666b15 100644 --- a/programming/language/go/actions.py +++ b/programming/language/go/actions.py @@ -15,12 +15,12 @@ def build(): shelltools.export("go_platform","linux-amd64") shelltools.export("go_linker","/lib/ld-linux-x86-64.so.2") - shelltools.export("GOROOT", "%s/go-go1.13.8" % get.workDIR()) #0 + shelltools.export("GOROOT", "%s/go-go1.14.1" % get.workDIR()) #0 shelltools.export("GOBIN", "$GOROOT/bin") #1 shelltools.export("GOPATH", "%s" % get.workDIR()) shelltools.export("GOROOT_FINAL", "/usr/lib/go") - shelltools.export("GOROOT_BOOTSTRAP", "%s/go-go1.13.8/go-linux-amd64-bootstrap" % get.workDIR()) #2 + shelltools.export("GOROOT_BOOTSTRAP", "%s/go-go1.14.1/go-linux-amd64-bootstrap" % get.workDIR()) #2 shelltools.export("GOOS","linux") shelltools.export("GOARCH","amd64") @@ -31,7 +31,7 @@ def build(): def install(): shelltools.export("GOROOT_FINAL", "/usr/lib/go") - shelltools.cd("%s/go-go1.13.8" % get.workDIR()) + shelltools.cd("%s/go-go1.14.1" % get.workDIR()) pisitools.dodir("/usr/lib/go") shelltools.system("cp -r api bin doc lib pkg src %s/usr/lib/go" % get.installDIR()) diff --git a/programming/language/go/pspec.xml b/programming/language/go/pspec.xml index 5c30c57ebb..0d6d242f4f 100644 --- a/programming/language/go/pspec.xml +++ b/programming/language/go/pspec.xml @@ -8,15 +8,18 @@ Ertuğrul Erata ertugrulerata@gmail.com + programming.language BSD app:console Compiler and tools for the Go programming language from Google Go is an open source programming language that makes it easy to build simple, reliable, and efficient software. - https://github.com/golang/go/archive/go1.13.8.tar.gz - https://dev.gentoo.org/~williamh/dist/go-linux-amd64-bootstrap-1.13.6.tbz + https://github.com/golang/go/archive/go1.14.1.tar.gz + https://dev.gentoo.org/~williamh/dist/go-linux-amd64-bootstrap-1.13.6.tbz + golang + Compiler and tools for the Go programming language from Google git @@ -34,6 +37,13 @@ + + 2020-03-27 + 1.14.1 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + 2020-02-24 1.13.8 diff --git a/programming/language/go/translations.xml b/programming/language/go/translations.xml index 01138966fc..859f087023 100644 --- a/programming/language/go/translations.xml +++ b/programming/language/go/translations.xml @@ -1,7 +1,7 @@ - go + golang Google'dan Go programlama dili için araçlar ve derleyici Go basit, güvenilir ve verimli yazılım inşa etmek için onu kolay yapan açık kaynaklı bir programlama dilidir. From f25624b465c22d19b2fa7d5a2c3cc1cb7abbb33a Mon Sep 17 00:00:00 2001 From: blue-devil Date: Fri, 27 Mar 2020 23:20:34 +0300 Subject: [PATCH 06/23] python-configparser: ver. bump --- .../language/python/python-configparser/actions.py | 2 +- .../language/python/python-configparser/pspec.xml | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/programming/language/python/python-configparser/actions.py b/programming/language/python/python-configparser/actions.py index 08888ac0b6..a6514da9b9 100644 --- a/programming/language/python/python-configparser/actions.py +++ b/programming/language/python/python-configparser/actions.py @@ -7,7 +7,7 @@ from pisi.actionsapi import pythonmodules from pisi.actionsapi import shelltools -shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","4.0.2") +shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","5.0.0") def build(): pythonmodules.compile() diff --git a/programming/language/python/python-configparser/pspec.xml b/programming/language/python/python-configparser/pspec.xml index 9719d57b58..49f33d8f06 100644 --- a/programming/language/python/python-configparser/pspec.xml +++ b/programming/language/python/python-configparser/pspec.xml @@ -13,7 +13,7 @@ library Backport of configparser from Python 3. The ancient ConfigParser module available in the standard library 2.x has seen a major update in Python 3.2. This is a backport of those changes so that they can be used directly in Python 2.6 - 3.5. - https://github.com/jaraco/configparser/archive/v4.0.2.tar.gz + https://github.com/jaraco/configparser/archive/v5.0.0.tar.gz python-setuptools-scm python-setuptools @@ -34,6 +34,13 @@ + + 2020-03-27 + 5.0.0 + Major version bump. + Blue Devil + bluedevil@sctzine.com + 2020-02-17 4.0.2 From baa258afca97d4d88e928344815c074f262f7e12 Mon Sep 17 00:00:00 2001 From: blue-devil Date: Fri, 27 Mar 2020 23:20:52 +0300 Subject: [PATCH 07/23] python-importlib_metadata: ver. bump --- .../language/python/python-importlib_metadata/actions.py | 2 +- .../language/python/python-importlib_metadata/pspec.xml | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/programming/language/python/python-importlib_metadata/actions.py b/programming/language/python/python-importlib_metadata/actions.py index 8275600123..ee2f7ae9c1 100644 --- a/programming/language/python/python-importlib_metadata/actions.py +++ b/programming/language/python/python-importlib_metadata/actions.py @@ -7,7 +7,7 @@ from pisi.actionsapi import pythonmodules from pisi.actionsapi import shelltools -shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","1.5.0") +shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","1.5.2") 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 de48be1d20..fef914e44a 100644 --- a/programming/language/python/python-importlib_metadata/pspec.xml +++ b/programming/language/python/python-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.5.0/importlib_metadata-v1.5.0.tar.gz + https://gitlab.com/python-devs/importlib_metadata/-/archive/v1.5.2/importlib_metadata-v1.5.2.tar.gz python-setuptools-scm python-setuptools @@ -37,6 +37,13 @@ + + 2020-03-27 + 1.5.2 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + 2020-02-17 1.5.0 From 02401f0855c1a226617c22815fc906bcd3065790 Mon Sep 17 00:00:00 2001 From: blue-devil Date: Fri, 27 Mar 2020 23:21:05 +0300 Subject: [PATCH 08/23] python-importlib_resources: ver. bump --- .../python/python-importlib_resources/actions.py | 2 +- .../language/python/python-importlib_resources/pspec.xml | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/programming/language/python/python-importlib_resources/actions.py b/programming/language/python/python-importlib_resources/actions.py index 4ef14c0416..b58ddb4a17 100644 --- a/programming/language/python/python-importlib_resources/actions.py +++ b/programming/language/python/python-importlib_resources/actions.py @@ -7,7 +7,7 @@ from pisi.actionsapi import pythonmodules from pisi.actionsapi import shelltools -shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","1.3.1") +shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","1.4.0") def build(): pythonmodules.compile() diff --git a/programming/language/python/python-importlib_resources/pspec.xml b/programming/language/python/python-importlib_resources/pspec.xml index bb67ff14ef..e89b942d54 100644 --- a/programming/language/python/python-importlib_resources/pspec.xml +++ b/programming/language/python/python-importlib_resources/pspec.xml @@ -13,7 +13,7 @@ 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.3.1/importlib_resources-v1.3.1.tar.gz + https://gitlab.com/python-devs/importlib_resources/-/archive/v1.4.0/importlib_resources-v1.4.0.tar.gz python-setuptools-scm python-setuptools @@ -37,6 +37,13 @@ + + 2020-03-27 + 1.4.0 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + 2020-03-18 1.3.1 From 4adaadd3194a7105b2266e51f9e1550cea5ec608 Mon Sep 17 00:00:00 2001 From: blue-devil Date: Fri, 27 Mar 2020 23:21:19 +0300 Subject: [PATCH 09/23] python-pyatspi: ver. bump --- programming/language/python/python-pyatspi/actions.py | 3 ++- programming/language/python/python-pyatspi/pspec.xml | 11 +++++++++-- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/programming/language/python/python-pyatspi/actions.py b/programming/language/python/python-pyatspi/actions.py index f24d556738..04ccf47a7e 100644 --- a/programming/language/python/python-pyatspi/actions.py +++ b/programming/language/python/python-pyatspi/actions.py @@ -18,4 +18,5 @@ def build(): autotools.make() def install(): - autotools.rawInstall("DESTDIR=%s" % get.installDIR()) \ No newline at end of file + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + pisitools.dodoc("COPYING*", "README") \ No newline at end of file diff --git a/programming/language/python/python-pyatspi/pspec.xml b/programming/language/python/python-pyatspi/pspec.xml index a1ec818993..ee10b67355 100644 --- a/programming/language/python/python-pyatspi/pspec.xml +++ b/programming/language/python/python-pyatspi/pspec.xml @@ -13,7 +13,7 @@ library Python bindings for at-spi2-core python-pyatspi provides a python client library for the AT-SPI D-Bus accessibility infrastructure. - http://ftp.acc.umu.se/pub/GNOME/sources/pyatspi/2.34/pyatspi-2.34.0.tar.xz + http://ftp.acc.umu.se/pub/GNOME/sources/pyatspi/2.36/pyatspi-2.36.0.tar.xz python-pygobject3-devel at-spi2-core-devel @@ -28,12 +28,19 @@ at-spi2-core - /usr/lib/python* /usr/share/doc/python-pyatspi + /usr/lib/python* + + 2020-03-27 + 2.36.0 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + 2020-01-20 2.34.0 From 68b95b40d473d4868479843696d4835445bbd372 Mon Sep 17 00:00:00 2001 From: blue-devil Date: Fri, 27 Mar 2020 23:23:02 +0300 Subject: [PATCH 10/23] python-smbc: ver. bump --- programming/language/python/python-smbc/pspec.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/programming/language/python/python-smbc/pspec.xml b/programming/language/python/python-smbc/pspec.xml index 343c10d8c8..290e9fd01c 100755 --- a/programming/language/python/python-smbc/pspec.xml +++ b/programming/language/python/python-smbc/pspec.xml @@ -13,7 +13,7 @@ library Python interface to the libsmbclient library python-smbc is a Python binding for the libsmbclient library. - https://files.pythonhosted.org/packages/22/88/a8bfec18f47d435db7838ee90f0b1ae4f73889ffcaade6abad83f277c314/pysmbc-1.0.18.tar.bz2 + https://pypi.org/packages/source/p/pysmbc/pysmbc-1.0.19.tar.bz2 python-setuptools python-devel @@ -34,6 +34,13 @@ + + 2020-03-27 + 1.0.19 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + 2020-01-20 1.0.18 From d2b420f841ff50ab9c84f7d01e0ce79ad23f92f3 Mon Sep 17 00:00:00 2001 From: blue-devil Date: Fri, 27 Mar 2020 23:31:11 +0300 Subject: [PATCH 11/23] python3-virtualenv: ver. bump --- .../python3/python3-virtualenv/actions.py | 2 +- .../python3/python3-virtualenv/pspec.xml | 16 +++++++++++++++- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/programming/language/python3/python3-virtualenv/actions.py b/programming/language/python3/python3-virtualenv/actions.py index 9a09418c58..04ffdbed90 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 pythonmodules from pisi.actionsapi import shelltools -shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","20.0.10") +shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","20.0.15") 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 c3e4d11aac..e16edc4fb0 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.10.tar.gz + https://github.com/pypa/virtualenv/archive/20.0.15.tar.gz python3-setuptools-scm python3-setuptools @@ -41,6 +41,20 @@ + + 2020-03-27 + 20.0.15 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + + + 2020-03-27 + 20.0.14 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + 2020-03-11 20.0.10 From 2d4c246152963109f0667d6311321e2ee05a772a Mon Sep 17 00:00:00 2001 From: blue-devil Date: Fri, 27 Mar 2020 23:32:59 +0300 Subject: [PATCH 12/23] python3-alembic: ver. bump --- programming/language/python3/python3-alembic/pspec.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/programming/language/python3/python3-alembic/pspec.xml b/programming/language/python3/python3-alembic/pspec.xml index 976568d884..e74cfbf47d 100644 --- a/programming/language/python3/python3-alembic/pspec.xml +++ b/programming/language/python3/python3-alembic/pspec.xml @@ -13,7 +13,7 @@ library A database migration tool for SQLAlchemy. Alembic is a database migrations tool written by the author of SQLAlchemy. - https://files.pythonhosted.org/packages/e0/e9/359dbb77c35c419df0aedeb1d53e71e7e3f438ff64a8fdb048c907404de3/alembic-1.4.1.tar.gz + https://pypi.org/packages/source/a/alembic/alembic-1.4.2.tar.gz python3-setuptools python3-devel @@ -39,6 +39,13 @@ + + 2020-03-27 + 1.4.2 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + 2020-03-04 1.4.1 From 577e715eb673185f1114827380ec4137d47fb46e Mon Sep 17 00:00:00 2001 From: blue-devil Date: Fri, 27 Mar 2020 23:36:20 +0300 Subject: [PATCH 13/23] python3-hstspreload: ver. bump --- .../language/python3/python3-hstspreload/pspec.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/programming/language/python3/python3-hstspreload/pspec.xml b/programming/language/python3/python3-hstspreload/pspec.xml index 03a6e1fc56..b5438edc49 100644 --- a/programming/language/python3/python3-hstspreload/pspec.xml +++ b/programming/language/python3/python3-hstspreload/pspec.xml @@ -13,7 +13,7 @@ library Chromium HSTS Preload list as a Python package and updated daily. Chromium HSTS Preload list as a Python package and updated daily. The package provides a single function: in_hsts_preload() which takes an IDNA-encoded host and returns either True or False regarding whether that host should be only accessed via HTTPS. - https://github.com/sethmlarson/hstspreload/archive/2020.3.17.tar.gz + https://github.com/sethmlarson/hstspreload/archive/2020.3.25.tar.gz python3-setuptools python3-devel @@ -34,6 +34,13 @@ + + 2020-03-27 + 2020.3.25 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + 2020-03-18 2020.3.17 From 6fa0d663b29f82f457301e3a36db01a53d15e822 Mon Sep 17 00:00:00 2001 From: blue-devil Date: Fri, 27 Mar 2020 23:36:33 +0300 Subject: [PATCH 14/23] python3-httpx: ver. bump --- programming/language/python3/python3-httpx/pspec.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/programming/language/python3/python3-httpx/pspec.xml b/programming/language/python3/python3-httpx/pspec.xml index f896c49837..7a085cf709 100644 --- a/programming/language/python3/python3-httpx/pspec.xml +++ b/programming/language/python3/python3-httpx/pspec.xml @@ -13,7 +13,7 @@ library The next generation HTTP client. HTTPX is a fully featured HTTP client for Python 3, which provides sync and async APIs, and support for both HTTP/1.1 and HTTP/2. - https://github.com/encode/httpx/archive/0.12.0.tar.gz + https://github.com/encode/httpx/archive/0.12.1.tar.gz python3-setuptools python3-devel @@ -42,6 +42,13 @@ + + 2020-03-27 + 0.12.1 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + 2020-03-11 0.12.0 From 8e615b35f381a7e041ff19bf99337d77dc2213af Mon Sep 17 00:00:00 2001 From: blue-devil Date: Fri, 27 Mar 2020 23:40:37 +0300 Subject: [PATCH 15/23] python3-importlib_metadata: ver. bump --- .../python3/python3-importlib_metadata/actions.py | 2 +- .../python3/python3-importlib_metadata/pspec.xml | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/programming/language/python3/python3-importlib_metadata/actions.py b/programming/language/python3/python3-importlib_metadata/actions.py index 1d9b7d0cd8..9dd4a5f71f 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 pythonmodules from pisi.actionsapi import shelltools -shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","1.5.0") +shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","1.5.2") 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 b890539676..200e4e1f2c 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.5.0/importlib_metadata-v1.5.0.tar.gz + https://gitlab.com/python-devs/importlib_metadata/-/archive/v1.5.2/importlib_metadata-v1.5.2.tar.gz python3-setuptools-scm python3-setuptools @@ -35,6 +35,13 @@ + + 2020-03-27 + 1.5.2 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + 2020-02-12 1.5.0 From 9b1e17c244cbb925e45d394b2457a9d2468a4dd5 Mon Sep 17 00:00:00 2001 From: blue-devil Date: Fri, 27 Mar 2020 23:40:48 +0300 Subject: [PATCH 16/23] python3-importlib_resources: ver. bump --- .../python3/python3-importlib_resources/actions.py | 2 +- .../python3/python3-importlib_resources/pspec.xml | 9 ++++++++- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/programming/language/python3/python3-importlib_resources/actions.py b/programming/language/python3/python3-importlib_resources/actions.py index 2b62f1f3c3..1b4d362f4a 100644 --- a/programming/language/python3/python3-importlib_resources/actions.py +++ b/programming/language/python3/python3-importlib_resources/actions.py @@ -7,7 +7,7 @@ from pisi.actionsapi import pythonmodules from pisi.actionsapi import shelltools -shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","1.3.1") +shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","1.4.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 8b7cdba081..c00f521e45 100644 --- a/programming/language/python3/python3-importlib_resources/pspec.xml +++ b/programming/language/python3/python3-importlib_resources/pspec.xml @@ -13,7 +13,7 @@ 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.3.1/importlib_resources-v1.3.1.tar.gz + https://gitlab.com/python-devs/importlib_resources/-/archive/v1.4.0/importlib_resources-v1.4.0.tar.gz python3-setuptools-scm python3-setuptools @@ -34,6 +34,13 @@ + + 2020-03-27 + 1.4.0 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + 8020-03-18 1.3.1 From 707d916d52d20f344ce0e45498ee613b95d3691f Mon Sep 17 00:00:00 2001 From: blue-devil Date: Fri, 27 Mar 2020 23:44:48 +0300 Subject: [PATCH 17/23] python3-pyrsistent: ver. bump --- .../language/python3/python3-pyrsistent/pspec.xml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/programming/language/python3/python3-pyrsistent/pspec.xml b/programming/language/python3/python3-pyrsistent/pspec.xml index 60f5f39a49..11e5efbe16 100644 --- a/programming/language/python3/python3-pyrsistent/pspec.xml +++ b/programming/language/python3/python3-pyrsistent/pspec.xml @@ -13,7 +13,7 @@ library Persistent/Immutable/Functional data structures for Python. Pyrsistent is a number of persistent collections (by some referred to as functional data structures). Persistent in the sense that they are immutable. - https://github.com/tobgu/pyrsistent/archive/v0.15.7.tar.gz + https://github.com/tobgu/pyrsistent/archive/v0.16.0.tar.gz python3-setuptools python3-devel @@ -28,12 +28,19 @@ python3 - /usr/lib/python3* /usr/share/doc/python3-pyrsistent + /usr/lib/python3* + + 2020-03-27 + 0.16.0 + Minor version bump. + Blue Devil + bluedevil@sctzine.com + 2020-02-19 0.15.7 From 4a0ca8b181dff0fc9159a52cad90faa4e4ca3fa4 Mon Sep 17 00:00:00 2001 From: blue-devil Date: Fri, 27 Mar 2020 23:49:41 +0300 Subject: [PATCH 18/23] python3-PyYaml: ver. bump --- programming/language/python3/python3-PyYAML/pspec.xml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/programming/language/python3/python3-PyYAML/pspec.xml b/programming/language/python3/python3-PyYAML/pspec.xml index 42a6e01b67..6b4394ea41 100644 --- a/programming/language/python3/python3-PyYAML/pspec.xml +++ b/programming/language/python3/python3-PyYAML/pspec.xml @@ -13,7 +13,7 @@ library The next generation YAML parser and emitter for Python3 python3-pyyaml is the next generation YAML parser and emitter for Python3. - https://github.com/yaml/pyyaml/archive/5.3.tar.gz + https://github.com/yaml/pyyaml/archive/5.3.1.tar.gz libyaml-devel python3-devel @@ -31,12 +31,19 @@ libyaml - /usr/lib/python3* /usr/share/doc/python3-PyYAML + /usr/lib/python3* + + 2020-03-27 + 5.3.1 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + 2020-02-22 5.3 From 41775be7186358040a6cb9a2394cbfa7a89274c7 Mon Sep 17 00:00:00 2001 From: blue-devil Date: Fri, 27 Mar 2020 23:49:52 +0300 Subject: [PATCH 19/23] python3-pysmbc: ver. bump --- programming/language/python3/python3-pysmbc/pspec.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/programming/language/python3/python3-pysmbc/pspec.xml b/programming/language/python3/python3-pysmbc/pspec.xml index 13ea72fd49..2649e4babd 100755 --- a/programming/language/python3/python3-pysmbc/pspec.xml +++ b/programming/language/python3/python3-pysmbc/pspec.xml @@ -13,7 +13,7 @@ library Python interface to the libsmbclient library python-smbc is a Python binding for the libsmbclient library. - https://files.pythonhosted.org/packages/22/88/a8bfec18f47d435db7838ee90f0b1ae4f73889ffcaade6abad83f277c314/pysmbc-1.0.18.tar.bz2 + https://pypi.org/packages/source/p/pysmbc/pysmbc-1.0.19.tar.bz2 python3-setuptools python3-devel @@ -34,6 +34,13 @@ + + 2020-03-27 + 1.0.19 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + 2020-01-20 1.0.18 From e709d5c0a54945f0d804a1504105041f32c88a7d Mon Sep 17 00:00:00 2001 From: blue-devil Date: Fri, 27 Mar 2020 23:53:28 +0300 Subject: [PATCH 20/23] python3-sphinxcontrib-websupport: ver. bump --- .../python3-sphinxcontrib-websupport/pspec.xml | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/programming/language/python3/python3-sphinxcontrib-websupport/pspec.xml b/programming/language/python3/python3-sphinxcontrib-websupport/pspec.xml index 08e79cf80e..841a5713e5 100644 --- a/programming/language/python3/python3-sphinxcontrib-websupport/pspec.xml +++ b/programming/language/python3/python3-sphinxcontrib-websupport/pspec.xml @@ -12,8 +12,8 @@ BSD library Sphinx API for Web Apps - python3-sphinxcontrib-websupport is the Sphinx documentation generator. - https://files.pythonhosted.org/packages/70/1f/1a77d611cc55dd046b5cae28ec1a086c7bcf50e9837571afaeff1b5caa7e/sphinxcontrib-websupport-1.2.0.tar.gz + python3-sphinxcontrib-websupport provides a Python API to easily integrate Sphinx documentation into your Web application. + https://pypi.org/packages/source/s/sphinxcontrib-websupport/sphinxcontrib-websupport-1.2.1.tar.gz python3-setuptools python3-devel @@ -32,15 +32,26 @@ python3-sphinxcontrib-websupport sphinxcontrib-websupport module for python + python3-setuptools + python3-docutils + python3-Jinja2 + python3-sphinx python3 - /usr/lib/python3* /usr/share/doc/python3-sphinxcontrib-websupport + /usr/lib/python3* + + 2020-03-27 + 1.2.1 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + 2020-02-08 1.2.0 From ac655f95ef1659ae0f14a52ad78fb6696451de56 Mon Sep 17 00:00:00 2001 From: blue-devil Date: Sat, 28 Mar 2020 00:14:38 +0300 Subject: [PATCH 21/23] python3-wcwidth: ver. bump --- programming/language/python3/python3-wcwidth/pspec.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/programming/language/python3/python3-wcwidth/pspec.xml b/programming/language/python3/python3-wcwidth/pspec.xml index ef43920a7b..3537810b95 100644 --- a/programming/language/python3/python3-wcwidth/pspec.xml +++ b/programming/language/python3/python3-wcwidth/pspec.xml @@ -13,7 +13,7 @@ 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.8.tar.gz + https://github.com/jquast/wcwidth/archive/0.1.9.tar.gz python3-setuptools python3-devel @@ -33,6 +33,13 @@ + + 2020-03-27 + 0.1.9 + Patch version bump. + Blue Devil + bluedevil@sctzine.com + 2020-02-18 0.1.8 From 82006785d35cd26bdce02254e71479850ec6ecd6 Mon Sep 17 00:00:00 2001 From: blue-devil Date: Sat, 28 Mar 2020 00:15:21 +0300 Subject: [PATCH 22/23] python3-sphinxcontrib-websupport: ver. bump an fix cyclic --- .../language/python3/python3-sphinxcontrib-websupport/pspec.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programming/language/python3/python3-sphinxcontrib-websupport/pspec.xml b/programming/language/python3/python3-sphinxcontrib-websupport/pspec.xml index 841a5713e5..14479459bc 100644 --- a/programming/language/python3/python3-sphinxcontrib-websupport/pspec.xml +++ b/programming/language/python3/python3-sphinxcontrib-websupport/pspec.xml @@ -35,7 +35,7 @@ python3-setuptools python3-docutils python3-Jinja2 - python3-sphinx + python3 From 04085677265131f15e9c0c4115deb3ab42863827 Mon Sep 17 00:00:00 2001 From: blue-devil Date: Sat, 28 Mar 2020 00:17:44 +0300 Subject: [PATCH 23/23] python3-youtube_dl:ver bump --- .../language/python3/python3-youtube_dl/pspec.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/programming/language/python3/python3-youtube_dl/pspec.xml b/programming/language/python3/python3-youtube_dl/pspec.xml index f9765d1384..ca775eefa1 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.03.08.tar.gz + https://github.com/ytdl-org/youtube-dl/archive/2020.03.24.tar.gz python3-devel python3-setuptools @@ -40,6 +40,13 @@ + + 2020-03-27 + 2020.03.24 + Version bump. + Blue Devil + bluedevil@sctzine.com + 2020-03-11 2020.03.08