Accepting request 561887 from home:pmonrealgonzalez:branches:devel:languages:perl
- updated to 6.14 - Add some useful examples in HTTP::Request (GH #92) Batch requests are now explained. - PUT and PATCH docs updated (GH #84) - Trim trailing "\r" from status line so message() doesn't return it (GH #87) - Bring test coverage of HTTP::Config to 100% (GH #85) - Add 103 Early Hints to HTTP::Status (GH #94) OBS-URL: https://build.opensuse.org/request/show/561887 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTTP-Message?expand=0&rev=17
This commit is contained in:
parent
4b7868848d
commit
adfee4b1bf
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f25f38428de851e5661e72f124476494852eb30812358b07f1c3a289f6f5eded
|
||||
size 74413
|
3
HTTP-Message-6.14.tar.gz
Normal file
3
HTTP-Message-6.14.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:71aab9f10eb4b8ec6e8e3a85fc5acb46ba04db1c93eb99613b184078c5cf2ac9
|
||||
size 77663
|
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jan 5 13:18:30 UTC 2018 - pmonrealgonzalez@suse.com
|
||||
|
||||
- updated to 6.14
|
||||
- Add some useful examples in HTTP::Request (GH #92)
|
||||
Batch requests are now explained.
|
||||
- PUT and PATCH docs updated (GH #84)
|
||||
- Trim trailing "\r" from status line so message() doesn't
|
||||
return it (GH #87)
|
||||
- Bring test coverage of HTTP::Config to 100% (GH #85)
|
||||
- Add 103 Early Hints to HTTP::Status (GH #94)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 21 05:46:21 UTC 2017 - coolo@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-HTTP-Message
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2018 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-HTTP-Message
|
||||
Version: 6.13
|
||||
Version: 6.14
|
||||
Release: 0
|
||||
%define cpan_name HTTP-Message
|
||||
Summary: HTTP style message (base class)
|
||||
|
Loading…
Reference in New Issue
Block a user