forked from pool/perl-HTTP-Tiny
Accepting request 296526 from devel:languages:perl:autoupdate
automatic update OBS-URL: https://build.opensuse.org/request/show/296526 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-HTTP-Tiny?expand=0&rev=16
This commit is contained in:
committed by
Git OBS Bridge
parent
a65bfdb223
commit
d4a0942ebe
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8ff14c85842eef11f52d4e2d981f7cbc3262ab359bce423f12ebd9cfcfdcb1b2
|
||||
size 61306
|
||||
3
HTTP-Tiny-0.054.tar.gz
Normal file
3
HTTP-Tiny-0.054.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6a8f6eba2b7dedfeda378ab2feaa528b42868005fe790bbaf51397b225f90772
|
||||
size 61771
|
||||
@@ -1,3 +1,44 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Apr 14 21:00:27 UTC 2015 - coolo@suse.com
|
||||
|
||||
- updated to 0.054
|
||||
see /usr/share/doc/packages/perl-HTTP-Tiny/Changes
|
||||
|
||||
0.054 2015-01-27 07:18:19-05:00 America/New_York
|
||||
|
||||
[ADDED]
|
||||
|
||||
- Added more fallback paths to find CA files (thanks golang)
|
||||
|
||||
[DOCUMENTED]
|
||||
|
||||
- Fixed a typo
|
||||
|
||||
0.053 2014-12-11 23:42:17-05:00 America/New_York
|
||||
|
||||
[FIXED]
|
||||
|
||||
- Defended tests against HTTP_PROXY set in the environment
|
||||
|
||||
0.052 2014-12-11 15:23:54-05:00 America/New_York
|
||||
|
||||
[CHANGED]
|
||||
|
||||
- Proxy allowed from environment variable HTTP_PROXY (uppercase) unless
|
||||
REQUEST_METHOD is also set.
|
||||
|
||||
0.051 2014-11-17 22:58:44-05:00 America/New_York
|
||||
|
||||
[FIXED]
|
||||
|
||||
- Checks for threads without loading threads.pm
|
||||
|
||||
0.050 2014-09-23 15:30:18-04:00 America/New_York
|
||||
|
||||
[FIXED]
|
||||
|
||||
- Fixed CONNECT requests for some proxies
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 15 15:15:13 UTC 2014 - coolo@suse.com
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package perl-HTTP-Tiny
|
||||
#
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2015 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-Tiny
|
||||
Version: 0.049
|
||||
Version: 0.054
|
||||
Release: 0
|
||||
%define cpan_name HTTP-Tiny
|
||||
Summary: A small, simple, correct HTTP/1.1 client
|
||||
@@ -68,6 +68,6 @@ Cookie support requires the HTTP::CookieJar manpage or an equivalent class.
|
||||
|
||||
%files -f %{name}.files
|
||||
%defattr(-,root,root,755)
|
||||
%doc Changes CONTRIBUTING cpanfile LICENSE perlcritic.rc README
|
||||
%doc Changes CONTRIBUTING.mkdn LICENSE README
|
||||
|
||||
%changelog
|
||||
|
||||
Reference in New Issue
Block a user