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. 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 diff --git a/programming/language/python3/python3-sphinxcontrib-websupport/pspec.xml b/programming/language/python3/python3-sphinxcontrib-websupport/pspec.xml index 08e79cf80e..14479459bc 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 - /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 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 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 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