From c9e544f4226054cd3b4b19db30d9612738ab38d60ee3f805820fdabd22182fec Mon Sep 17 00:00:00 2001 From: Pedro Monreal Gonzalez Date: Tue, 8 Nov 2022 15:55:35 +0000 Subject: [PATCH] Accepting request 1034558 from devel:languages:perl:autoupdate - updated to 6.44 see /usr/share/doc/packages/perl-HTTP-Message/Changes 6.44 2022-10-26 20:49:00Z - Made the Clone module a hard requirement, so we don't have to provide a fallback function for HTTP::Headers::clone(). We require at least Clone 0.46, as that release now supports Perl back to 5.8.1, just like us. (GH#184) (Neil Bowers) - Import clone from Clone rather than inheriting (GH#189) (Graham Knop) - Made the Compress::Raw::Zlib 2.062 module minimal required version. (GH#190) (Jakub 'q84fh' Skory) 6.43 2022-10-22 14:50:35Z - Remove dependency to IO::Uncompress::Bunzip2. (Michal Josef Spacek) - Remove dependency to IO::Uncompress::Gunzip. (Michal Josef Spacek) 6.42 2022-10-18 13:53:22Z - We now don't consider the Content-Location header when asked for the base URI. RFC 7231 says we shouldn't. (GH#51) (Neil Bowers) - Increased the (max) buffer size for read() when processing form data, from 2048 to 8192. This was suggested in RT#105184, as it improved performance for them. (GH#59) (Neil Bowers) OBS-URL: https://build.opensuse.org/request/show/1034558 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTTP-Message?expand=0&rev=51 --- HTTP-Message-6.41.tar.gz | 3 --- HTTP-Message-6.44.tar.gz | 3 +++ perl-HTTP-Message.changes | 26 ++++++++++++++++++++++++++ perl-HTTP-Message.spec | 12 +++++------- 4 files changed, 34 insertions(+), 10 deletions(-) delete mode 100644 HTTP-Message-6.41.tar.gz create mode 100644 HTTP-Message-6.44.tar.gz diff --git a/HTTP-Message-6.41.tar.gz b/HTTP-Message-6.41.tar.gz deleted file mode 100644 index 8181320..0000000 --- a/HTTP-Message-6.41.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2183e1a8dfaef79309eae1d3902c5d9d42b516eb0a297be039862fb2aa3afa07 -size 94586 diff --git a/HTTP-Message-6.44.tar.gz b/HTTP-Message-6.44.tar.gz new file mode 100644 index 0000000..549fd36 --- /dev/null +++ b/HTTP-Message-6.44.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:398b647bf45aa972f432ec0111f6617742ba32fc773c6612d21f64ab4eacbca1 +size 94897 diff --git a/perl-HTTP-Message.changes b/perl-HTTP-Message.changes index 8a85c97..a4eb454 100644 --- a/perl-HTTP-Message.changes +++ b/perl-HTTP-Message.changes @@ -1,3 +1,29 @@ +------------------------------------------------------------------- +Thu Oct 27 03:07:31 UTC 2022 - Tina Müller + +- updated to 6.44 + see /usr/share/doc/packages/perl-HTTP-Message/Changes + + 6.44 2022-10-26 20:49:00Z + - Made the Clone module a hard requirement, so we don't have to + provide a fallback function for HTTP::Headers::clone(). + We require at least Clone 0.46, as that release now supports + Perl back to 5.8.1, just like us. (GH#184) (Neil Bowers) + - Import clone from Clone rather than inheriting (GH#189) (Graham Knop) + - Made the Compress::Raw::Zlib 2.062 module minimal required + version. (GH#190) (Jakub 'q84fh' Skory) + + 6.43 2022-10-22 14:50:35Z + - Remove dependency to IO::Uncompress::Bunzip2. (Michal Josef Spacek) + - Remove dependency to IO::Uncompress::Gunzip. (Michal Josef Spacek) + + 6.42 2022-10-18 13:53:22Z + - We now don't consider the Content-Location header when asked + for the base URI. RFC 7231 says we shouldn't. (GH#51) (Neil Bowers) + - Increased the (max) buffer size for read() when processing form data, + from 2048 to 8192. This was suggested in RT#105184, as it improved + performance for them. (GH#59) (Neil Bowers) + ------------------------------------------------------------------- Thu Oct 13 03:08:25 UTC 2022 - Tina Müller diff --git a/perl-HTTP-Message.spec b/perl-HTTP-Message.spec index db6b3d9..7b6f051 100644 --- a/perl-HTTP-Message.spec +++ b/perl-HTTP-Message.spec @@ -18,7 +18,7 @@ %define cpan_name HTTP-Message Name: perl-HTTP-Message -Version: 6.41 +Version: 6.44 Release: 0 License: Artistic-1.0 OR GPL-1.0-or-later Summary: HTTP style message (base class) @@ -28,8 +28,9 @@ Source1: cpanspec.yml BuildArch: noarch BuildRequires: perl BuildRequires: perl-macros +BuildRequires: perl(Clone) >= 0.46 BuildRequires: perl(Compress::Raw::Bzip2) -BuildRequires: perl(Compress::Raw::Zlib) +BuildRequires: perl(Compress::Raw::Zlib) >= 2.062 BuildRequires: perl(Encode) >= 3.01 BuildRequires: perl(Encode::Locale) >= 1 BuildRequires: perl(HTTP::Date) >= 6 @@ -37,8 +38,6 @@ BuildRequires: perl(IO::Compress::Bzip2) >= 2.021 BuildRequires: perl(IO::Compress::Deflate) BuildRequires: perl(IO::Compress::Gzip) BuildRequires: perl(IO::HTML) -BuildRequires: perl(IO::Uncompress::Bunzip2) >= 2.021 -BuildRequires: perl(IO::Uncompress::Gunzip) BuildRequires: perl(IO::Uncompress::Inflate) BuildRequires: perl(IO::Uncompress::RawInflate) BuildRequires: perl(LWP::MediaTypes) >= 6 @@ -48,8 +47,9 @@ BuildRequires: perl(Try::Tiny) BuildRequires: perl(URI) >= 1.10 BuildRequires: perl(URI::URL) BuildRequires: perl(parent) +Requires: perl(Clone) >= 0.46 Requires: perl(Compress::Raw::Bzip2) -Requires: perl(Compress::Raw::Zlib) +Requires: perl(Compress::Raw::Zlib) >= 2.062 Requires: perl(Encode) >= 3.01 Requires: perl(Encode::Locale) >= 1 Requires: perl(HTTP::Date) >= 6 @@ -57,8 +57,6 @@ Requires: perl(IO::Compress::Bzip2) >= 2.021 Requires: perl(IO::Compress::Deflate) Requires: perl(IO::Compress::Gzip) Requires: perl(IO::HTML) -Requires: perl(IO::Uncompress::Bunzip2) >= 2.021 -Requires: perl(IO::Uncompress::Gunzip) Requires: perl(IO::Uncompress::Inflate) Requires: perl(IO::Uncompress::RawInflate) Requires: perl(LWP::MediaTypes) >= 6