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:
Dirk Stoecker 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

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

3
HTTP-Message-6.37.tar.gz Normal file
View File

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

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Wed Jun 15 03:06:33 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- 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)
-------------------------------------------------------------------
Thu Jan 6 03:06:20 UTC 2022 - Tina Müller <timueller+perl@suse.de>

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.