From 9f9b369e7f03f7319eba829c80d9718a94425a5d Mon Sep 17 00:00:00 2001 From: blue-devil Date: Wed, 29 Jan 2020 01:05:41 +0300 Subject: [PATCH 01/11] python3-Jinja2:ver.bump:2.11.0 --- .../language/python3/python3-Jinja2/pspec.xml | 15 +++++++++++---- .../python3/python3-Jinja2/translations.xml | 4 ++-- 2 files changed, 13 insertions(+), 6 deletions(-) diff --git a/programming/language/python3/python3-Jinja2/pspec.xml b/programming/language/python3/python3-Jinja2/pspec.xml index abdb77ffac..9bf13fda60 100644 --- a/programming/language/python3/python3-Jinja2/pspec.xml +++ b/programming/language/python3/python3-Jinja2/pspec.xml @@ -1,5 +1,5 @@ - + python3-Jinja2 @@ -8,12 +8,12 @@ PisiLinux Community admins@pisilinux.org - as-is programming.language.python3 + as-is 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://files.pythonhosted.org/packages/source/J/Jinja2/Jinja2-2.10.3.tar.gz + https://github.com/pallets/jinja/archive/2.11.0.tar.gz @@ -47,6 +47,13 @@ + + 2020-01-29 + 2.11.0 + Version bump. + Blue Devil + bluedevil@sctzine.com + 2019-12-30 2.10.3 @@ -69,4 +76,4 @@ admin@pisilinux.org - + \ No newline at end of file diff --git a/programming/language/python3/python3-Jinja2/translations.xml b/programming/language/python3/python3-Jinja2/translations.xml index 1f5532ed7a..c245b12aa6 100644 --- a/programming/language/python3/python3-Jinja2/translations.xml +++ b/programming/language/python3/python3-Jinja2/translations.xml @@ -7,8 +7,8 @@ - python-Jinja2-docs + python3-Jinja2-docs python3-Jinja2 için belgelendirme dosyaları python3-Jinja2-docs, python3-Jinja2 için belgelendirme dosyaları içerir. - + \ No newline at end of file From 1f6ef79fda893d2c386ed562cd82b58415378857 Mon Sep 17 00:00:00 2001 From: blue-devil Date: Wed, 29 Jan 2020 01:37:57 +0300 Subject: [PATCH 02/11] python-packaging:ver.bump --- programming/language/python/python-packaging/pspec.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/programming/language/python/python-packaging/pspec.xml b/programming/language/python/python-packaging/pspec.xml index ce731ab4d9..e57e44b5e2 100644 --- a/programming/language/python/python-packaging/pspec.xml +++ b/programming/language/python/python-packaging/pspec.xml @@ -13,7 +13,7 @@ library Core utilities for Python packages Core utilities for Python packages - https://github.com/pypa/packaging/archive/20.0.tar.gz + https://github.com/pypa/packaging/archive/20.1.tar.gz python-setuptools python-devel @@ -30,6 +30,13 @@ + + 2020-01-29 + 20.1 + Version bump. + Blue Devil + bluedevil@sctzine.com + 2020-01-23 20.0 From f9bed3a2b037ac30ed99a1187be57bf3e42b3710 Mon Sep 17 00:00:00 2001 From: blue-devil Date: Wed, 29 Jan 2020 01:49:49 +0300 Subject: [PATCH 03/11] python-udev:ver.bump:0.22 --- programming/language/python/python-udev/pspec.xml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/programming/language/python/python-udev/pspec.xml b/programming/language/python/python-udev/pspec.xml index 24ca5df2b6..7b73435f45 100644 --- a/programming/language/python/python-udev/pspec.xml +++ b/programming/language/python/python-udev/pspec.xml @@ -3,7 +3,7 @@ python-udev - http://packages.python.org/pyudev + https://pypi.org/project/pyudev/ PisiLinux Community admins@pisilinux.org @@ -13,7 +13,7 @@ library Python bindings for libudev library These bindings enable using of udev library in Python programs. - https://pypi.python.org/packages/bc/a2/31a07829acea8e70a28c247f43fa5d981229ae0f9edfeddedf52de00709b/pyudev-0.21.0.tar.gz + https://github.com/pyudev/pyudev/archive/v0.22.tar.gz python-setuptools eudev-devel @@ -61,6 +61,13 @@ --> + + 2020-01-29 + 0.22 + Version bump. + Blue Devil + bluedevil@sctzine.com + 2020-01-20 0.21.0 From 2be3b6351ff6a16ae67f9124c32a432f2193e13c Mon Sep 17 00:00:00 2001 From: blue-devil Date: Wed, 29 Jan 2020 01:50:01 +0300 Subject: [PATCH 04/11] python3-pyudev:ver.bump:0.22 --- programming/language/python3/python3-pyudev/pspec.xml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/programming/language/python3/python3-pyudev/pspec.xml b/programming/language/python3/python3-pyudev/pspec.xml index 3905911397..9ee395e824 100644 --- a/programming/language/python3/python3-pyudev/pspec.xml +++ b/programming/language/python3/python3-pyudev/pspec.xml @@ -3,7 +3,7 @@ python3-pyudev - http://packages.python.org/pyudev + https://pypi.org/project/pyudev/ Blue Devil bluedevil@sctzine.com @@ -13,7 +13,7 @@ library Python3 bindings for libudev library These bindings enable using of udev library in Python programs. - https://pypi.python.org/packages/bc/a2/31a07829acea8e70a28c247f43fa5d981229ae0f9edfeddedf52de00709b/pyudev-0.21.0.tar.gz + https://github.com/pyudev/pyudev/archive/v0.22.tar.gz python3-setuptools python3-devel @@ -63,6 +63,13 @@ --> + + 2020-01-29 + 0.22 + Version bump. + Blue Devil + bluedevil@sctzine.com + 2020-01-20 0.21.0 From 67094b8257383f4e1730d7e00ff7af90c127a174 Mon Sep 17 00:00:00 2001 From: blue-devil Date: Wed, 29 Jan 2020 02:05:56 +0300 Subject: [PATCH 05/11] python3-cairo:ver.bump --- .../language/python3/python3-cairo/actions.py | 7 +++++-- .../language/python3/python3-cairo/pspec.xml | 19 ++++++++++++++----- .../python3/python3-cairo/translations.xml | 2 ++ 3 files changed, 21 insertions(+), 7 deletions(-) diff --git a/programming/language/python3/python3-cairo/actions.py b/programming/language/python3/python3-cairo/actions.py index bd2aa13ac9..10f7e63d8f 100644 --- a/programming/language/python3/python3-cairo/actions.py +++ b/programming/language/python3/python3-cairo/actions.py @@ -5,13 +5,16 @@ # See the file http://www.gnu.org/licenses/gpl.txt from pisi.actionsapi import pythonmodules -from pisi.actionsapi import get +from pisi.actionsapi import shelltools from pisi.actionsapi import pisitools +from pisi.actionsapi import get def setup(): + # fix unused dependency analysis + shelltools.export("LDSHARED", "x86_64-pc-linux-gnu-gcc -Wl,-O1,--as-needed -shared -lpthread") pythonmodules.compile(pyVer = "3") def install(): pythonmodules.install(pyVer = "3") - pisitools.dodoc("COPYING*", "README*","COPYING*") + pisitools.dodoc("COPYING*", "README*","COPYING*") \ No newline at end of file diff --git a/programming/language/python3/python3-cairo/pspec.xml b/programming/language/python3/python3-cairo/pspec.xml index e3bf6d6808..e221ab1292 100644 --- a/programming/language/python3/python3-cairo/pspec.xml +++ b/programming/language/python3/python3-cairo/pspec.xml @@ -1,5 +1,5 @@ - + python3-cairo @@ -8,22 +8,24 @@ PisiLinux Community admins@pisilinux.org + programming.language.python3 GPLv2 library Python3 wrapper for cairo graphics library Pycairo is set of Python3 bindings for the cairo graphics library. - https://github.com/pygobject/pycairo/releases/download/v1.18.2/pycairo-1.18.2.tar.gz + https://github.com/pygobject/pycairo/archive/v1.19.0.tar.gz python3-devel cairo-devel - + python3-cairo + Python3 wrapper for cairo graphics library python3 cairo @@ -49,7 +51,14 @@ - + + 2020-01-29 + 1.19.0 + Version bump. + Blue Devil + bluedevil@sctzine.com + + 2020-01-07 1.18.2 Version Bump @@ -99,4 +108,4 @@ alihan@pisilinux.org - + \ No newline at end of file diff --git a/programming/language/python3/python3-cairo/translations.xml b/programming/language/python3/python3-cairo/translations.xml index 4210a6d984..630ca10bd4 100644 --- a/programming/language/python3/python3-cairo/translations.xml +++ b/programming/language/python3/python3-cairo/translations.xml @@ -3,11 +3,13 @@ python3-cairo Cairo vektörel grafik kitaplığı için Python3 bağlayıcıları + python3-cairo, Cairo vektörel grafik kitaplığı için Python bağlayıcıları sunar. wrapper (version enrobée) Python3 de la librairie de graphisme vectoriel cairo. python3-cairo-devel python3-cairo için geliştirme dosyaları + python3-cairo-devel, python3-cairo için geliştirme dosyalarını içerir. \ No newline at end of file From ac6d6d54966903275bd34839b6c0c557d338482f Mon Sep 17 00:00:00 2001 From: blue-devil Date: Wed, 29 Jan 2020 02:09:35 +0300 Subject: [PATCH 06/11] pip3:ver.bump and translations --- programming/language/python3/pip3/actions.py | 5 ++--- programming/language/python3/pip3/pspec.xml | 19 ++++++++++++++----- .../language/python3/pip3/translations.xml | 8 ++++++++ 3 files changed, 24 insertions(+), 8 deletions(-) create mode 100644 programming/language/python3/pip3/translations.xml diff --git a/programming/language/python3/pip3/actions.py b/programming/language/python3/pip3/actions.py index 836da614c9..90f949f4f8 100644 --- a/programming/language/python3/pip3/actions.py +++ b/programming/language/python3/pip3/actions.py @@ -6,8 +6,8 @@ from pisi.actionsapi import pythonmodules from pisi.actionsapi import shelltools -from pisi.actionsapi import get from pisi.actionsapi import pisitools +from pisi.actionsapi import get WorkDir="pip-%s" % get.srcVERSION() @@ -19,5 +19,4 @@ def install(): pisitools.rename("/usr/bin/pip", "pip3") shelltools.system("sed -i 's|#!/usr/bin/env python$|#!/usr/bin/env python3|' %s/usr/lib/python3.*/site-packages/pip/__init__.py" % get.installDIR()) - shelltools.system("python3 -m compileall %s/usr/lib/python3.*/site-packages/pip/__init__.py" % get.installDIR()) - + shelltools.system("python3 -m compileall %s/usr/lib/python3.*/site-packages/pip/__init__.py" % get.installDIR()) \ No newline at end of file diff --git a/programming/language/python3/pip3/pspec.xml b/programming/language/python3/pip3/pspec.xml index 5a02b1f37d..40269e13c1 100644 --- a/programming/language/python3/pip3/pspec.xml +++ b/programming/language/python3/pip3/pspec.xml @@ -1,5 +1,5 @@ - + pip3 @@ -8,18 +8,20 @@ Yusuf Aydemir Yusuf.aydemir@istanbul.com + programming.language.python3 + MIT The PyPA recommended tool for installing Python packages The PyPA recommended tool for installing Python packages - MIT - https://github.com/pypa/pip/archive/19.3.1.tar.gz + https://github.com/pypa/pip/archive/20.0.2.tar.gz python3-setuptools - python3-devel + python3-devel pip3 + The PyPA recommended tool for installing Python packages python3 @@ -35,6 +37,13 @@ + + 2020-01-29 + 20.0.2 + Version bump. + Blue Devil + bluedevil@sctzine.com + 2020-01-15 19.3.1 @@ -99,4 +108,4 @@ ayhanyalcinsoy@pisilinux.org - + \ No newline at end of file diff --git a/programming/language/python3/pip3/translations.xml b/programming/language/python3/pip3/translations.xml new file mode 100644 index 0000000000..31e7d2cd20 --- /dev/null +++ b/programming/language/python3/pip3/translations.xml @@ -0,0 +1,8 @@ + + + + pip3 + Python3 paketleri yükleme aracı + pip3, pypa tarafından önerilen python3 modülleri yükleme aracıdır. + + \ No newline at end of file From 236e99acf31a22331d3b0454cb762ef4582988c0 Mon Sep 17 00:00:00 2001 From: blue-devil Date: Wed, 29 Jan 2020 02:17:02 +0300 Subject: [PATCH 07/11] perl-Error:ver.bump --- programming/language/perl/perl-Error/pspec.xml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/programming/language/perl/perl-Error/pspec.xml b/programming/language/perl/perl-Error/pspec.xml index ea10c0118b..747abbd248 100644 --- a/programming/language/perl/perl-Error/pspec.xml +++ b/programming/language/perl/perl-Error/pspec.xml @@ -8,12 +8,12 @@ Pisi Linux Admins admins@pisilinux.org - Artistic programming.language.perl + Artistic library Error/exception handling in an OO-ish way The Error package provides two interfaces. Firstly Error provides a procedural interface to exception handling. Secondly Error is a base class for errors/exceptions that can either be thrown, for subsequent catch, or can simply be recorded. - https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/Error-0.17028.tar.gz + https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/Error-0.17029.tar.gz perl perl-Module-Build @@ -34,6 +34,13 @@ + + 2020-01-29 + 0.17029 + Version bump. + Blue Devil + bluedevil@sctzine.com + 2020-01-07 0.17028 @@ -70,4 +77,4 @@ alihan@pisilinux.org - + \ No newline at end of file From 614208cd867ced9b40306fbad7ce30ca7b6b3b8e Mon Sep 17 00:00:00 2001 From: blue-devil Date: Wed, 29 Jan 2020 02:21:15 +0300 Subject: [PATCH 08/11] perl-CGI:ver.bump --- programming/language/perl/perl-CGI/pspec.xml | 13 ++++++++++--- programming/language/perl/perl-CGI/translations.xml | 2 +- 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/programming/language/perl/perl-CGI/pspec.xml b/programming/language/perl/perl-CGI/pspec.xml index e64c8c8dfc..2de4a90440 100644 --- a/programming/language/perl/perl-CGI/pspec.xml +++ b/programming/language/perl/perl-CGI/pspec.xml @@ -8,13 +8,13 @@ Alihan Öztürk alihan@pisilinux.org + programming.language.perl Artistic GPLv1 - programming.language.perl 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.44.tar.gz + https://cpan.metacpan.org/authors/id/L/LE/LEEJO/CGI-4.45.tar.gz perl perl-HTML-Parser @@ -41,6 +41,13 @@ + + 2020-01-29 + 4.45 + Version bump and translations added + Blue Devil + bluedevil@sctzine.com + 2020-01-02 4.44 @@ -84,4 +91,4 @@ alihan@pisilinux.org - + \ No newline at end of file diff --git a/programming/language/perl/perl-CGI/translations.xml b/programming/language/perl/perl-CGI/translations.xml index 6870f3d159..a86484636c 100644 --- a/programming/language/perl/perl-CGI/translations.xml +++ b/programming/language/perl/perl-CGI/translations.xml @@ -5,4 +5,4 @@ CGI istek ve yanıtlarını işleyebilmek için bir perl kütüphanesi perl-CGI, CGI istek ve yanıtlarını işleyebilmek için bir perl kütüphanesidir. - + \ No newline at end of file From ca2edfeb39674c09e1de8b189a988a2e5d190afc Mon Sep 17 00:00:00 2001 From: blue-devil Date: Wed, 29 Jan 2020 02:25:12 +0300 Subject: [PATCH 09/11] perl-ExtUtils-MakeMaker:ver.bump --- .../language/perl/perl-ExtUtils-MakeMaker/pspec.xml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/programming/language/perl/perl-ExtUtils-MakeMaker/pspec.xml b/programming/language/perl/perl-ExtUtils-MakeMaker/pspec.xml index fdd62bfad3..8bd55545bd 100644 --- a/programming/language/perl/perl-ExtUtils-MakeMaker/pspec.xml +++ b/programming/language/perl/perl-ExtUtils-MakeMaker/pspec.xml @@ -8,12 +8,12 @@ Blue DeviL bluedevil@sctzine.com - Perl 5 programming.language.perl + Perl 5 library Perl extension for creating a module Makefile This utility is designed to write a Makefile for an extension module from a Makefile.PL. It is based on the Makefile.SH model provided by Andy Dougherty and the perl5-porters. - https://cpan.metacpan.org/authors/id/B/BI/BINGOS/ExtUtils-MakeMaker-7.42.tar.gz + https://cpan.metacpan.org/authors/id/B/BI/BINGOS/ExtUtils-MakeMaker-7.44.tar.gz perl @@ -35,6 +35,13 @@ + + 2020-01-29 + 7.44 + Version bump. + Blue DeviL + bluedevil@sctzine.com + 2020-01-07 7.42 @@ -50,4 +57,4 @@ bluedevil@sctzine.com - + \ No newline at end of file From 6b58218f33a98f9684a9b46050bb9e702bced6b5 Mon Sep 17 00:00:00 2001 From: blue-devil Date: Wed, 29 Jan 2020 02:28:53 +0300 Subject: [PATCH 10/11] perl-path-tiny:ver bump --- programming/language/perl/perl-path-tiny/pspec.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/programming/language/perl/perl-path-tiny/pspec.xml b/programming/language/perl/perl-path-tiny/pspec.xml index a8cb35daa5..2978c64beb 100644 --- a/programming/language/perl/perl-path-tiny/pspec.xml +++ b/programming/language/perl/perl-path-tiny/pspec.xml @@ -13,7 +13,7 @@ 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.108.tar.gz + https://cpan.metacpan.org/authors/id/D/DA/DAGOLDEN/Path-Tiny-0.110.tar.gz perl @@ -34,6 +34,13 @@ + + 2020-01-29 + 0.110 + Version bump. + Blue Devil + bluedevil@sctzine.com + 2020-01-13 0.108 From c207a05ffd14610590bda4cd202f46af52c2df24 Mon Sep 17 00:00:00 2001 From: blue-devil Date: Wed, 29 Jan 2020 02:33:02 +0300 Subject: [PATCH 11/11] perl-template-toolkit:ver. bump --- .../language/perl/perl-template-toolkit/pspec.xml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/programming/language/perl/perl-template-toolkit/pspec.xml b/programming/language/perl/perl-template-toolkit/pspec.xml index e16931773e..30b880b0b1 100644 --- a/programming/language/perl/perl-template-toolkit/pspec.xml +++ b/programming/language/perl/perl-template-toolkit/pspec.xml @@ -8,12 +8,12 @@ PisiLinux Community admins@pisilinux.org - PerlArtistic programming.language.perl + PerlArtistic library Perl template processing system The Template Toolkit is a collection of Perl modules which implement a fast, flexible, powerful and extensible template processing system. - https://cpan.metacpan.org/authors/id/A/AT/ATOOMIC/Template-Toolkit-3.003.tar.gz + https://cpan.metacpan.org/authors/id/A/AT/ATOOMIC/Template-Toolkit-3.007.tar.gz perl perl-AppConfig @@ -36,6 +36,13 @@ + + 2020-01-29 + 3.007 + Version bump. + Blue Devil + bluedevil@sctzine.com + 2020-01-13 3.003