diff --git a/programming/language/perl/perl-CGI/pspec.xml b/programming/language/perl/perl-CGI/pspec.xml index 2de4a90440..9dbd7eaafe 100644 --- a/programming/language/perl/perl-CGI/pspec.xml +++ b/programming/language/perl/perl-CGI/pspec.xml @@ -14,7 +14,7 @@ library Handle Common Gateway Interface requests and responses. Handle Common Gateway Interface requests and responses. - https://cpan.metacpan.org/authors/id/L/LE/LEEJO/CGI-4.45.tar.gz + https://cpan.metacpan.org/authors/id/L/LE/LEEJO/CGI-4.46.tar.gz perl perl-HTML-Parser @@ -41,6 +41,13 @@ + + 2020-02-06 + 4.46 + Version bump. + Blue Devil + bluedevil@sctzine.com + 2020-01-29 4.45 diff --git a/programming/language/perl/perl-path-tiny/pspec.xml b/programming/language/perl/perl-path-tiny/pspec.xml index 2978c64beb..2e2c94a3dc 100644 --- a/programming/language/perl/perl-path-tiny/pspec.xml +++ b/programming/language/perl/perl-path-tiny/pspec.xml @@ -8,12 +8,12 @@ PisiLinux Community admins@pisilinux.org - GPLv3 programming.language.perl + GPLv3 library File path utility This module provides a small, fast utility for working with file paths. - https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/Path-Tiny-0.110.tar.gz + https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/Path-Tiny-0.112.tar.gz perl @@ -34,6 +34,13 @@ + + 2020-02-06 + 0.112 + Version bump. + Blue Devil + bluedevil@sctzine.com + 2020-01-29 0.110 diff --git a/programming/language/python/cython/actions.py b/programming/language/python/cython/actions.py index ad0cc2f282..4a3af08bc1 100644 --- a/programming/language/python/cython/actions.py +++ b/programming/language/python/cython/actions.py @@ -10,7 +10,9 @@ from pisi.actionsapi import pisitools from pisi.actionsapi import get def build(): + # fix unused 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 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() diff --git a/programming/language/python/cython/pspec.xml b/programming/language/python/cython/pspec.xml index 107ae3f1ff..3e83b6c153 100644 --- a/programming/language/python/cython/pspec.xml +++ b/programming/language/python/cython/pspec.xml @@ -8,13 +8,13 @@ Blue DeviL bluedevil@sctzine.com + programming.language.python Apache-2.0 - programming.language.python3 app:console 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.14.tar.gz + https://github.com/cython/cython/archive/0.29.15.tar.gz python-setuptools python-devel @@ -24,6 +24,9 @@ cython C extensions for the Python + + python-setuptools + /usr/bin /usr/lib/python2* @@ -32,6 +35,13 @@ + + 2020-02-06 + 0.29.15 + Version bump. + Blue Devil + bluedevil@sctzine.com + 2019-12-31 0.29.14 @@ -61,4 +71,4 @@ karaguzelibrahim@gmail.com - + \ No newline at end of file diff --git a/programming/language/python/cython/translations.xml b/programming/language/python/cython/translations.xml index dd91f70d8e..0574f8b8b7 100644 --- a/programming/language/python/cython/translations.xml +++ b/programming/language/python/cython/translations.xml @@ -5,4 +5,4 @@ Python için C eklentileri Cython, Python için C eklentileri yazmayı kolaylaştıran bir dildir. - + \ No newline at end of file diff --git a/programming/language/python3/cython3/actions.py b/programming/language/python3/cython3/actions.py index cca20b40e6..2992e71c9c 100644 --- a/programming/language/python3/cython3/actions.py +++ b/programming/language/python3/cython3/actions.py @@ -10,7 +10,9 @@ from pisi.actionsapi import pisitools from pisi.actionsapi import get def build(): + # fix unused 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 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") @@ -25,4 +27,4 @@ def install(): #for dirs in ["Doc", "Demos", "tests"]: # pisitools.insinto("%s/%s" % (get.docDIR(), get.srcNAME()), dirs) - #pisitools.dodoc("COPYING*", "README*", "USAGE*", "LICENSE*") + #pisitools.dodoc("COPYING*", "README*", "USAGE*", "LICENSE*") \ No newline at end of file diff --git a/programming/language/python3/cython3/pspec.xml b/programming/language/python3/cython3/pspec.xml index 4e77506e29..e904fe02ba 100644 --- a/programming/language/python3/cython3/pspec.xml +++ b/programming/language/python3/cython3/pspec.xml @@ -8,13 +8,13 @@ Blue DeviL bluedevil@sctzine.com - Apache-2.0 programming.language.python3 + Apache-2.0 app:console 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.14.tar.gz + https://github.com/cython/cython/archive/0.29.15.tar.gz python3-setuptools python3-devel @@ -25,6 +25,7 @@ cython3 C extensions for the Python3 + python3-setuptools python3 @@ -35,6 +36,13 @@ + + 2020-02-06 + 0.29.15 + Version bump. + Blue Devil + bluedevil@sctzine.com + 2019-12-10 0.29.14 @@ -71,4 +79,4 @@ karaguzelibrahim@gmail.com - + \ No newline at end of file diff --git a/programming/language/python3/python3-Jinja2/pspec.xml b/programming/language/python3/python3-Jinja2/pspec.xml index 9bf13fda60..fc462cf714 100644 --- a/programming/language/python3/python3-Jinja2/pspec.xml +++ b/programming/language/python3/python3-Jinja2/pspec.xml @@ -13,13 +13,13 @@ app:console A small but fast and easy to use stand-alone template engine written in pure python Jinja2 is the rewritten version of Jinja, sandboxed template engine written in pure Python. It provides a Django like non-XML syntax and compiles templates into executable python code. It's basically a combination of Django templates and python code. - https://github.com/pallets/jinja/archive/2.11.0.tar.gz + https://github.com/pallets/jinja/archive/2.11.1.tar.gz + python3-MarkupSafe + python3-setuptools + python3-devel - python3-devel - python3-setuptools - python3-MarkupSafe @@ -47,6 +47,13 @@ + + 2020-02-06 + 2.11.1 + Version bump. + Blue Devil + bluedevil@sctzine.com + 2020-01-29 2.11.0 diff --git a/programming/language/python3/python3-hstspreload/pspec.xml b/programming/language/python3/python3-hstspreload/pspec.xml index aa51611dc4..1ff77d190d 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.1.22.tar.gz + https://github.com/sethmlarson/hstspreload/archive/2020.2.5.tar.gz python3-setuptools python3-devel @@ -34,6 +34,13 @@ + + 2020-02-06 + 2020.2.5 + Version bump. + Blue Devil + bluedevil@sctzine.com + 2020-01-23 2020.1.22 diff --git a/programming/language/python3/python3-httptools/actions.py b/programming/language/python3/python3-httptools/actions.py index 4b16823196..24c214f484 100644 --- a/programming/language/python3/python3-httptools/actions.py +++ b/programming/language/python3/python3-httptools/actions.py @@ -9,7 +9,7 @@ from pisi.actionsapi import shelltools from pisi.actionsapi import pisitools def build(): - # suppress warnings + # suppress compiler warnings pisitools.cflags.add("-Wno-deprecated-declarations") # fix unused direct dependency analysis shelltools.export("LDSHARED", "x86_64-pc-linux-gnu-gcc -Wl,-O1,--as-needed -shared -lpthread") diff --git a/programming/language/python3/python3-httptools/pspec.xml b/programming/language/python3/python3-httptools/pspec.xml index 15d51e3f70..392f548c87 100644 --- a/programming/language/python3/python3-httptools/pspec.xml +++ b/programming/language/python3/python3-httptools/pspec.xml @@ -8,15 +8,15 @@ Blue Devil bluedevil@sctzine.com - MIT programming.language.python3 + MIT library A collection of framework independent HTTP protocol utils. httptools is a Python binding for nodejs HTTP parser. It's still in a very early development stage, expect APIs to break. - https://files.pythonhosted.org/packages/1b/03/215969db11abe8741e9c266a4cbe803a372bd86dd35fa0084c4df6d4bd00/httptools-0.0.13.tar.gz + https://files.pythonhosted.org/packages/a9/d9/63f5738b400dd8c2f7196608fdb6acb981353625b61d43221bf0353c74a4/httptools-0.1.0.tar.gz - python3-devel python3-setuptools + python3-devel @@ -27,13 +27,20 @@ python3 - /usr/lib - /usr/share/man /usr/share/doc/python3-httptools + /usr/share/man + /usr/lib + + 2020-02-06 + 0.1.0 + Version bump. + Blue Devil + bluedevil@sctzine.com + 2020-01-15 0.0.13 diff --git a/programming/language/python3/python3-zappa/actions.py b/programming/language/python3/python3-zappa/actions.py index 3530842eb3..53f668ae5a 100644 --- a/programming/language/python3/python3-zappa/actions.py +++ b/programming/language/python3/python3-zappa/actions.py @@ -8,8 +8,6 @@ from pisi.actionsapi import pythonmodules from pisi.actionsapi import shelltools - - shelltools.export("PYTHONDONTWRITEBYTECODE", "1") def build(): diff --git a/programming/language/python3/python3-zappa/pspec.xml b/programming/language/python3/python3-zappa/pspec.xml index 4c694ea9dd..d4c4f1f4fe 100644 --- a/programming/language/python3/python3-zappa/pspec.xml +++ b/programming/language/python3/python3-zappa/pspec.xml @@ -8,19 +8,19 @@ Ismet Sezer Simsek ismetsezer1996@gmail.com - LGPLv2.1 programming.language.python3 + LGPLv2.1 library app:console Zappa - Serverless Python Server-less Python Web Services for AWS Lambda and API Gateway - https://github.com/Miserlou/Zappa/archive/0.48.2.tar.gz + https://github.com/Miserlou/Zappa/archive/0.49.0.tar.gz - python3-devel python3-setuptools + python3-devel - SupportForRunningOnPy38.patch + @@ -31,14 +31,21 @@ python3 - /usr/lib /usr/bin - /usr/share/man /usr/share/doc + /usr/share/man + /usr/lib + + 2020-02-06 + 0.49.0 + Version bump. + Blue Devil + bluedevil@sctzine.com + 2020-01-14 0.48.2