1
0

Accepting request 742847 from devel:languages:perl:autoupdate

- updated to 6.40
   see /usr/share/doc/packages/perl-libwww-perl/Changes
  6.40      2019-10-24 12:55:45Z
      - Let Digest authentication act on nonce expiry (GH#313) (Frank Maas)
      - Make file arg for mirror mandatory #304 (GH#326) (Julien Fiegehenn)
      - Doc fix: fields starting with ":" have to be quoted (GH#324) (Slaven
        Rezić)
      - Fix documentation for removing all handlers (GH#319) (leedo)
      - Ensure proper version of Dist::Zilla::Plugin::MakeMaker::Awesome
      - Add TravisCI testing for Perl v5.30
      - Clean up .perltidyrc

OBS-URL: https://build.opensuse.org/request/show/742847
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-libwww-perl?expand=0&rev=84
This commit is contained in:
Pedro Monreal Gonzalez 2019-10-25 13:04:11 +00:00 committed by Git OBS Bridge
parent 2d1e4a7434
commit a25516ff15
4 changed files with 22 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9a8d7747938aa75d7d524c71574ae7f99ca66a5dac8255a7f7759f373e7774d5
size 172113

3
libwww-perl-6.40.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:12d23463afed5f3aa93e3d238072462e93d2cf3abb166253b84d30f49b1c6679
size 172638

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Fri Oct 25 09:51:05 UTC 2019 - <timueller+perl@suse.de>
- updated to 6.40
see /usr/share/doc/packages/perl-libwww-perl/Changes
6.40 2019-10-24 12:55:45Z
- Let Digest authentication act on nonce expiry (GH#313) (Frank Maas)
- Make file arg for mirror mandatory #304 (GH#326) (Julien Fiegehenn)
- Doc fix: fields starting with ":" have to be quoted (GH#324) (Slaven
Rezić)
- Fix documentation for removing all handlers (GH#319) (leedo)
- Ensure proper version of Dist::Zilla::Plugin::MakeMaker::Awesome
- Add TravisCI testing for Perl v5.30
- Clean up .perltidyrc
-------------------------------------------------------------------
Tue May 7 05:32:30 UTC 2019 - Stephan Kulow <coolo@suse.com>

View File

@ -17,7 +17,7 @@
Name: perl-libwww-perl
Version: 6.39
Version: 6.40
Release: 0
%define cpan_name libwww-perl
Summary: The World-Wide Web library for Perl
@ -42,7 +42,7 @@ BuildRequires: perl(HTTP::Negotiate) >= 6
BuildRequires: perl(HTTP::Request) >= 6
BuildRequires: perl(HTTP::Request::Common) >= 6
BuildRequires: perl(HTTP::Response) >= 6
BuildRequires: perl(HTTP::Status) >= 6.18
BuildRequires: perl(HTTP::Status) >= 6
BuildRequires: perl(LWP::MediaTypes) >= 6
BuildRequires: perl(Module::Metadata)
BuildRequires: perl(Net::HTTP) >= 6.18
@ -64,7 +64,7 @@ Requires: perl(HTTP::Negotiate) >= 6
Requires: perl(HTTP::Request) >= 6
Requires: perl(HTTP::Request::Common) >= 6
Requires: perl(HTTP::Response) >= 6
Requires: perl(HTTP::Status) >= 6.18
Requires: perl(HTTP::Status) >= 6
Requires: perl(LWP::MediaTypes) >= 6
Requires: perl(Net::HTTP) >= 6.18
Requires: perl(Try::Tiny)