8
0

Accepting request 983915 from devel:languages:perl:autoupdate

- updated to 6.37
   see /usr/share/doc/packages/perl-HTTP-Message/Changes
  6.37      2022-06-14 14:08:55Z
      - Support for Brotli "br" encoding (GH#163) (trizen and Julien Fiegehenn)
      - Don't test Perl > 5.32 on Windows in GH Actions (GH#174) (Olaf Alders)

OBS-URL: https://build.opensuse.org/request/show/983915
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTTP-Message?expand=0&rev=47
This commit is contained in:
2022-06-20 11:38:11 +00:00
committed by Git OBS Bridge
parent 3bbab6c28b
commit e8a566c23d
4 changed files with 19 additions and 6 deletions

View File

@@ -18,10 +18,10 @@
%define cpan_name HTTP-Message
Name: perl-HTTP-Message
Version: 6.36
Version: 6.37
Release: 0
Summary: HTTP style message (base class)
License: Artistic-1.0 OR GPL-1.0-or-later
Summary: HTTP style message (base class)
URL: https://metacpan.org/release/%{cpan_name}
Source0: https://cpan.metacpan.org/authors/id/O/OA/OALDERS/%{cpan_name}-%{version}.tar.gz
Source1: cpanspec.yml
@@ -42,6 +42,7 @@ BuildRequires: perl(IO::Uncompress::Inflate)
BuildRequires: perl(IO::Uncompress::RawInflate)
BuildRequires: perl(LWP::MediaTypes) >= 6
BuildRequires: perl(Test::More) >= 0.88
BuildRequires: perl(Test::Needs)
BuildRequires: perl(Try::Tiny)
BuildRequires: perl(URI) >= 1.10
BuildRequires: perl(URI::URL)
@@ -59,6 +60,8 @@ Requires: perl(IO::Uncompress::Inflate)
Requires: perl(IO::Uncompress::RawInflate)
Requires: perl(LWP::MediaTypes) >= 6
Requires: perl(URI) >= 1.10
Recommends: perl(IO::Compress::Brotli) >= 0.004001
Recommends: perl(IO::Uncompress::Brotli) >= 0.004001
%{perl_requires}
%description
@@ -231,7 +234,7 @@ process its content as a string.
Apply the given encodings to the content of the message. Returns TRUE if
successful. The "identity" (non-)encoding is always supported; other
currently supported encodings, subject to availability of required
additional modules, are "gzip", "deflate", "x-bzip2" and "base64".
additional modules, are "gzip", "deflate", "x-bzip2", "base64" and "br".
A successful call to this function will set the 'Content-Encoding' header.