8
0

Compare commits

...

11 Commits

Author SHA256 Message Date
be9410fa9d Accepting request 1197305 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1197305
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-JSON-MaybeXS?expand=0&rev=11
2024-08-29 13:43:51 +00:00
5a6eacd555 Accepting request 1195916 from devel:languages:perl:autoupdate
- updated to 1.004008
   see /usr/share/doc/packages/perl-JSON-MaybeXS/Changes
  1.004008 - 2024-08-10
   - improved boolean testing
  1.004007 - 2024-08-03
   - remove unneeded tests that fail on perls < 5.36
  1.004006 - 2024-08-02
   - is_bool() now recognizes core booleans (perl 5.36+). Note that JSON::PP
     4.11 and Cpanel::JSON::XS 4.38 are required to properly encode them.

OBS-URL: https://build.opensuse.org/request/show/1195916
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-JSON-MaybeXS?expand=0&rev=23
2024-08-29 07:03:40 +00:00
10601d74d8 Accepting request 1084442 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1084442
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-JSON-MaybeXS?expand=0&rev=10
2023-05-04 15:10:39 +00:00
29839e487a Accepting request 1007965 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1007965
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-JSON-MaybeXS?expand=0&rev=9
2022-10-06 05:41:26 +00:00
4e7d746657 Accepting request 848721 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/848721
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-JSON-MaybeXS?expand=0&rev=8
2020-11-17 20:24:39 +00:00
b36506aaaf Accepting request 807421 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/807421
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-JSON-MaybeXS?expand=0&rev=7
2020-05-20 16:45:35 +00:00
7951a78478 Accepting request 799928 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/799928
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-JSON-MaybeXS?expand=0&rev=6
2020-05-04 16:40:02 +00:00
4990bcd47a Accepting request 599321 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/599321
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-JSON-MaybeXS?expand=0&rev=5
2018-04-25 08:00:30 +00:00
9cd5f167be Accepting request 573770 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/573770
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-JSON-MaybeXS?expand=0&rev=4
2018-02-07 17:43:21 +00:00
eb38a7c022 Accepting request 460885 from devel:languages:perl
1

OBS-URL: https://build.opensuse.org/request/show/460885
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-JSON-MaybeXS?expand=0&rev=3
2017-03-28 13:20:53 +00:00
457dffcffa Accepting request 433438 from devel:languages:perl
1

OBS-URL: https://build.opensuse.org/request/show/433438
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-JSON-MaybeXS?expand=0&rev=2
2016-11-24 20:20:35 +00:00
4 changed files with 23 additions and 9 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f5b6bc19f579e66b7299f8748b8ac3e171936dc4e7fcb72a8a257a9bd482a331
size 23133

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cd3937afa78831f80a2ad5abab6c51b9e82fca4c31e5856ea208d598db5dc867
size 24049

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Sun Aug 11 05:28:46 UTC 2024 - Tina Müller <timueller+perl@suse.de>
- updated to 1.004008
see /usr/share/doc/packages/perl-JSON-MaybeXS/Changes
1.004008 - 2024-08-10
- improved boolean testing
1.004007 - 2024-08-03
- remove unneeded tests that fail on perls < 5.36
1.004006 - 2024-08-02
- is_bool() now recognizes core booleans (perl 5.36+). Note that JSON::PP
4.11 and Cpanel::JSON::XS 4.38 are required to properly encode them.
-------------------------------------------------------------------
Mon May 1 03:08:44 UTC 2023 - Tina Müller <timueller+perl@suse.de>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-JSON-MaybeXS
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2024 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
%define cpan_name JSON-MaybeXS
Name: perl-JSON-MaybeXS
Version: 1.004005
Version: 1.004008
Release: 0
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: Use Cpanel::JSON::XS with a fallback to JSON::XS and JSON::PP
@@ -28,12 +28,10 @@ Source1: cpanspec.yml
BuildArch: noarch
BuildRequires: perl
BuildRequires: perl-macros
BuildRequires: perl(Cpanel::JSON::XS) >= 2.3310
BuildRequires: perl(JSON::PP) >= 2.27300
BuildRequires: perl(JSON::PP) >= 2.27
BuildRequires: perl(Test::More) >= 0.88
BuildRequires: perl(Test::Needs) >= 0.002006
Requires: perl(Cpanel::JSON::XS) >= 2.3310
Requires: perl(JSON::PP) >= 2.27300
Requires: perl(JSON::PP) >= 2.27
Recommends: perl(Cpanel::JSON::XS) >= 2.3310
%{perl_requires}