Accepting request 1034573 from devel:languages:perl
OBS-URL: https://build.opensuse.org/request/show/1034573 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-HTTP-Message?expand=0&rev=36
This commit is contained in:
commit
04135fb6c2
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2183e1a8dfaef79309eae1d3902c5d9d42b516eb0a297be039862fb2aa3afa07
|
||||
size 94586
|
BIN
HTTP-Message-6.44.tar.gz
(Stored with Git LFS)
Normal file
BIN
HTTP-Message-6.44.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,3 +1,29 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 27 03:07:31 UTC 2022 - Tina Müller <timueller+perl@suse.de>
|
||||
|
||||
- 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 <timueller+perl@suse.de>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user