forked from pool/perl-AnyEvent-HTTP
Accepting request 242334 from devel:languages:perl
- updated to 2.21 - correctly keep body when redirecting POSTs, instead of deleting them. 2.2 Mon Jun 9 01:31:46 CEST 2014 - connection header was malformed (patch by Raphael Geissert). - add lots of known idempotent methods from httpbis. - implement relative location headers (rfc 7231), with fallback on URI. - add support for status code 308 from rfc 7238. - recommend URI. OBS-URL: https://build.opensuse.org/request/show/242334 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-AnyEvent-HTTP?expand=0&rev=10
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7e1467ad76a6d77bb93426e4db375b2f550e39452ce4ed9173e586987a911f30
|
||||
size 27311
|
3
AnyEvent-HTTP-2.21.tar.gz
Normal file
3
AnyEvent-HTTP-2.21.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9d4b30fe2f1b0f50f39feb72c237a7cc67dfadeb761afcb1ace78f0a6110256e
|
||||
size 26710
|
@@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 25 09:32:00 UTC 2014 - coolo@suse.com
|
||||
|
||||
- updated to 2.21
|
||||
- correctly keep body when redirecting POSTs, instead of
|
||||
deleting them.
|
||||
|
||||
2.2 Mon Jun 9 01:31:46 CEST 2014
|
||||
- connection header was malformed (patch by Raphael Geissert).
|
||||
- add lots of known idempotent methods from httpbis.
|
||||
- implement relative location headers (rfc 7231), with fallback on URI.
|
||||
- add support for status code 308 from rfc 7238.
|
||||
- recommend URI.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 3 11:26:23 UTC 2013 - coolo@suse.com
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-AnyEvent-HTTP
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: perl-AnyEvent-HTTP
|
||||
Version: 2.15
|
||||
Version: 2.21
|
||||
Release: 0
|
||||
%define cpan_name AnyEvent-HTTP
|
||||
Summary: Simple but non-blocking HTTP/HTTPS client
|
||||
@@ -31,13 +31,9 @@ BuildRequires: perl
|
||||
BuildRequires: perl-macros
|
||||
BuildRequires: perl(AnyEvent) >= 5.33
|
||||
BuildRequires: perl(common::sense) >= 3.3
|
||||
#BuildRequires: perl(AnyEvent::Handle)
|
||||
#BuildRequires: perl(AnyEvent::HTTP)
|
||||
#BuildRequires: perl(AnyEvent::Impl::Perl)
|
||||
#BuildRequires: perl(AnyEvent::Socket)
|
||||
#BuildRequires: perl(AnyEvent::Util)
|
||||
Requires: perl(AnyEvent) >= 5.33
|
||||
Requires: perl(common::sense) >= 3.3
|
||||
Recommends: perl(URI)
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
|
Reference in New Issue
Block a user