diff --git a/programming/language/perl/perl-JSON/actions.py b/programming/language/perl/perl-JSON/actions.py index 2dc1c7ded8..8c5eed03f2 100644 --- a/programming/language/perl/perl-JSON/actions.py +++ b/programming/language/perl/perl-JSON/actions.py @@ -2,13 +2,9 @@ # -*- coding: utf-8 -*- # # Licensed under the GNU General Public License, version 3. -# See the file http://www.gnu.org/licenses/gpl.txt +# See the file https://www.gnu.org/licenses/gpl-3.0.txt -from pisi.actionsapi import perlmodules -from pisi.actionsapi import pisitools -from pisi.actionsapi import get - -WorkDir = "%s-%s" % (get.srcNAME()[5:], get.srcVERSION()) +from pisi.actionsapi import perlmodules, pisitools def setup(): perlmodules.configure() @@ -22,4 +18,4 @@ def check(): def install(): perlmodules.install() - pisitools.dodoc("Changes", "README") \ No newline at end of file + pisitools.dodoc("Changes", "README") diff --git a/programming/language/perl/perl-JSON/pspec.xml b/programming/language/perl/perl-JSON/pspec.xml index 02e16dfe5d..08bc57854d 100644 --- a/programming/language/perl/perl-JSON/pspec.xml +++ b/programming/language/perl/perl-JSON/pspec.xml @@ -13,7 +13,7 @@ library JSON (JavaScript Object Notation) encoder/decoder This module converts between JSON (JavaScript Object Notation) and Perl data structure into each other. For JSON, see http://www.crockford.com/JSON/. - https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/JSON-4.02.tar.gz + https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/JSON-4.10.tar.gz perl perl-JSON-XS @@ -38,6 +38,13 @@ + + 2023-01-15 + 4.10 + Version bump. + fury + uglyside@yandex.ru + 2020-01-13 4.02 diff --git a/programming/language/perl/perl-JSON/translations.xml b/programming/language/perl/perl-JSON/translations.xml index 5366f454a8..648f865654 100644 --- a/programming/language/perl/perl-JSON/translations.xml +++ b/programming/language/perl/perl-JSON/translations.xml @@ -5,4 +5,4 @@ JSON (JavaScript Nesne Gösterimi) kodlayıcı/çözücü Bu modül JSON ve perl veri yapılarını birbirleri içerisinde dönüştürebilir. JSON için bakınız: http://www.crockford.com/JSON/. - \ No newline at end of file + diff --git a/programming/language/perl/perl-Mail-AuthenticationResults/pspec.xml b/programming/language/perl/perl-Mail-AuthenticationResults/pspec.xml index a49127034b..3fd75def5f 100644 --- a/programming/language/perl/perl-Mail-AuthenticationResults/pspec.xml +++ b/programming/language/perl/perl-Mail-AuthenticationResults/pspec.xml @@ -13,8 +13,8 @@ programming.language.perl Object Oriented Authentication-Results Headers. This parser copes with most styles of Authentication-Results header seen in the wild, but is not yet fully RFC7601 compliant. - - https://cpan.metacpan.org/authors/id/M/MB/MBRADSHAW/Mail-AuthenticationResults-2.20210915.tar.gz + + https://cpan.metacpan.org/authors/id/M/MB/MBRADSHAW/Mail-AuthenticationResults-2.20230112.tar.gz perl @@ -36,6 +36,13 @@ + + 2023-01-15 + 2.20230112 + Version bump. + fury + uglyside@yandex.ru + 2021-09-18 2.20210915 diff --git a/programming/library/msgpack-c/pspec.xml b/programming/library/msgpack-c/pspec.xml index 9bded5f5d4..75a633107e 100644 --- a/programming/library/msgpack-c/pspec.xml +++ b/programming/library/msgpack-c/pspec.xml @@ -13,8 +13,8 @@ programming.library It's like JSON but smaller and faster. MessagePack is an efficient binary serialization format, which lets you exchange data among multiple languages like JSON, except that it's faster and smaller. Small integers are encoded into a single byte and short strings require only one extra byte in addition to the strings themselves. - - https://github.com/msgpack/msgpack-c/releases/download/c-4.0.0/msgpack-c-4.0.0.tar.gz + + https://github.com/msgpack/msgpack-c/releases/download/c-5.0.0/msgpack-c-5.0.0.tar.gz cmake @@ -43,6 +43,13 @@ + + 2023-01-15 + 5.0.0 + Version bump. + fury + uglyside@yandex.ru + 2022-04-14 4.0.0