forked from pool/perl-AnyEvent-HTTP
Accepting request 423595 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/423595 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-AnyEvent-HTTP?expand=0&rev=16
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:864544a4f35b3f14b59f42a26d338d98cfe8fae726eb3578dcf36eed0df5aa6e
|
||||
size 27965
|
3
AnyEvent-HTTP-2.23.tar.gz
Normal file
3
AnyEvent-HTTP-2.23.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2e3376d03bfa5f172f43d4c615ba496281c9ffe3093a828c539683e17e2fbbcb
|
||||
size 27351
|
@@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 29 05:01:04 UTC 2016 - coolo@suse.com
|
||||
|
||||
- updated to 2.23
|
||||
see /usr/share/doc/packages/perl-AnyEvent-HTTP/Changes
|
||||
|
||||
TODO: default rbuf_max value maybe? how about reading large chunks in small parts?
|
||||
|
||||
2.23 Sun Aug 28 11:30:33 CEST 2016
|
||||
- relative redirects used the proxy schema instead of the request
|
||||
url schema to generate the new url, which is wrong (analyzed by Felix
|
||||
Ostmann).
|
||||
- fix download example (reported by Felix Ostmann).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu May 14 08:02:22 UTC 2015 - coolo@suse.com
|
||||
|
||||
|
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-AnyEvent-HTTP
|
||||
#
|
||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2016 SUSE LINUX 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.22
|
||||
Version: 2.23
|
||||
Release: 0
|
||||
#Upstream: CHECK(GPL-1.0+ or Artistic-1.0)
|
||||
%define cpan_name AnyEvent-HTTP
|
||||
@@ -39,8 +39,8 @@ Recommends: perl(URI)
|
||||
%{perl_requires}
|
||||
|
||||
%description
|
||||
This module is an the AnyEvent manpage user, you need to make sure that you
|
||||
use and run a supported event loop.
|
||||
This module is an AnyEvent user, you need to make sure that you use and run
|
||||
a supported event loop.
|
||||
|
||||
This module implements a simple, stateless and non-blocking HTTP client. It
|
||||
supports GET, POST and other request methods, cookies and more, all on a
|
||||
|
Reference in New Issue
Block a user