forked from pool/perl-libwww-perl
Accepting request 1153665 from devel:languages:perl:autoupdate
- updated to 6.76
see /usr/share/doc/packages/perl-libwww-perl/Changes
6.76 2024-01-25 18:31:25Z
- Simplify code slightly for Perl v5.8+ (GH#455) (James Raspass)
- Move HTTP::CookieJar::LWP to test requires (GH#453) (Olaf Alders)
6.75 2024-01-24 14:29:17Z
- Update lwp-request to suport PATCH HTTP method (GH#452) (Javier Puche)
6.74 2024-01-22 17:48:18Z
- Making it possible to use IPv6 in https call through https proxy
environment (in case of using CONNECT method to create a tunnel) (GH#450)
(Dmitriy Shamatrin)
6.73 2024-01-13 20:19:09Z
- Fix no_proxy subdomain matching (GH#447) (Axel Burri)
OBS-URL: https://build.opensuse.org/request/show/1153665
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-libwww-perl?expand=0&rev=137
This commit is contained in:
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e9b8354fd5e20be207afe23ddd584fcd59bf82998dc077decf684ba1dae5a05d
|
|
||||||
size 184644
|
|
||||||
3
libwww-perl-6.76.tar.gz
Normal file
3
libwww-perl-6.76.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:75c2e57d6102eea540f3611b56fd86268a59b022dd00ea6562ac36412fcdf8e1
|
||||||
|
size 184572
|
||||||
@@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Jan 26 03:10:36 UTC 2024 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
- updated to 6.76
|
||||||
|
see /usr/share/doc/packages/perl-libwww-perl/Changes
|
||||||
|
|
||||||
|
6.76 2024-01-25 18:31:25Z
|
||||||
|
- Simplify code slightly for Perl v5.8+ (GH#455) (James Raspass)
|
||||||
|
- Move HTTP::CookieJar::LWP to test requires (GH#453) (Olaf Alders)
|
||||||
|
6.75 2024-01-24 14:29:17Z
|
||||||
|
- Update lwp-request to suport PATCH HTTP method (GH#452) (Javier Puche)
|
||||||
|
6.74 2024-01-22 17:48:18Z
|
||||||
|
- Making it possible to use IPv6 in https call through https proxy
|
||||||
|
environment (in case of using CONNECT method to create a tunnel) (GH#450)
|
||||||
|
(Dmitriy Shamatrin)
|
||||||
|
6.73 2024-01-13 20:19:09Z
|
||||||
|
- Fix no_proxy subdomain matching (GH#447) (Axel Burri)
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Jul 18 03:07:20 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
Tue Jul 18 03:07:20 UTC 2023 - Tina Müller <timueller+perl@suse.de>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package perl-libwww-perl
|
# spec file for package perl-libwww-perl
|
||||||
#
|
#
|
||||||
# Copyright (c) 2023 SUSE LLC
|
# Copyright (c) 2024 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -18,9 +18,9 @@
|
|||||||
|
|
||||||
%define cpan_name libwww-perl
|
%define cpan_name libwww-perl
|
||||||
Name: perl-libwww-perl
|
Name: perl-libwww-perl
|
||||||
Version: 6.720.0
|
Version: 6.760.0
|
||||||
Release: 0
|
Release: 0
|
||||||
%define cpan_version 6.72
|
%define cpan_version 6.76
|
||||||
License: Artistic-1.0 OR GPL-1.0-or-later
|
License: Artistic-1.0 OR GPL-1.0-or-later
|
||||||
Summary: The World-Wide Web library for Perl
|
Summary: The World-Wide Web library for Perl
|
||||||
URL: https://metacpan.org/release/%{cpan_name}
|
URL: https://metacpan.org/release/%{cpan_name}
|
||||||
@@ -58,7 +58,6 @@ Requires: perl(Encode::Locale)
|
|||||||
Requires: perl(File::Listing) >= 6
|
Requires: perl(File::Listing) >= 6
|
||||||
Requires: perl(HTML::Entities)
|
Requires: perl(HTML::Entities)
|
||||||
Requires: perl(HTML::HeadParser) >= 3.71
|
Requires: perl(HTML::HeadParser) >= 3.71
|
||||||
Requires: perl(HTTP::CookieJar::LWP)
|
|
||||||
Requires: perl(HTTP::Cookies) >= 6
|
Requires: perl(HTTP::Cookies) >= 6
|
||||||
Requires: perl(HTTP::Date) >= 6
|
Requires: perl(HTTP::Date) >= 6
|
||||||
Requires: perl(HTTP::Negotiate) >= 6
|
Requires: perl(HTTP::Negotiate) >= 6
|
||||||
@@ -74,29 +73,29 @@ Requires: perl(URI) >= 1.10
|
|||||||
Requires: perl(URI::Escape)
|
Requires: perl(URI::Escape)
|
||||||
Requires: perl(WWW::RobotRules) >= 6
|
Requires: perl(WWW::RobotRules) >= 6
|
||||||
Requires: perl(parent) >= 0.217
|
Requires: perl(parent) >= 0.217
|
||||||
Provides: perl(LWP) = 6.720.0
|
Provides: perl(LWP) = %{version}
|
||||||
Provides: perl(LWP::Authen::Basic) = 6.720.0
|
Provides: perl(LWP::Authen::Basic) = %{version}
|
||||||
Provides: perl(LWP::Authen::Digest) = 6.720.0
|
Provides: perl(LWP::Authen::Digest) = %{version}
|
||||||
Provides: perl(LWP::Authen::Ntlm) = 6.720.0
|
Provides: perl(LWP::Authen::Ntlm) = %{version}
|
||||||
Provides: perl(LWP::ConnCache) = 6.720.0
|
Provides: perl(LWP::ConnCache) = %{version}
|
||||||
Provides: perl(LWP::Debug) = 6.720.0
|
Provides: perl(LWP::Debug) = %{version}
|
||||||
Provides: perl(LWP::Debug::TraceHTTP) = 6.720.0
|
Provides: perl(LWP::Debug::TraceHTTP) = %{version}
|
||||||
Provides: perl(LWP::DebugFile) = 6.720.0
|
Provides: perl(LWP::DebugFile) = %{version}
|
||||||
Provides: perl(LWP::MemberMixin) = 6.720.0
|
Provides: perl(LWP::MemberMixin) = %{version}
|
||||||
Provides: perl(LWP::Protocol) = 6.720.0
|
Provides: perl(LWP::Protocol) = %{version}
|
||||||
Provides: perl(LWP::Protocol::cpan) = 6.720.0
|
Provides: perl(LWP::Protocol::cpan) = %{version}
|
||||||
Provides: perl(LWP::Protocol::data) = 6.720.0
|
Provides: perl(LWP::Protocol::data) = %{version}
|
||||||
Provides: perl(LWP::Protocol::file) = 6.720.0
|
Provides: perl(LWP::Protocol::file) = %{version}
|
||||||
Provides: perl(LWP::Protocol::ftp) = 6.720.0
|
Provides: perl(LWP::Protocol::ftp) = %{version}
|
||||||
Provides: perl(LWP::Protocol::gopher) = 6.720.0
|
Provides: perl(LWP::Protocol::gopher) = %{version}
|
||||||
Provides: perl(LWP::Protocol::http) = 6.720.0
|
Provides: perl(LWP::Protocol::http) = %{version}
|
||||||
Provides: perl(LWP::Protocol::loopback) = 6.720.0
|
Provides: perl(LWP::Protocol::loopback) = %{version}
|
||||||
Provides: perl(LWP::Protocol::mailto) = 6.720.0
|
Provides: perl(LWP::Protocol::mailto) = %{version}
|
||||||
Provides: perl(LWP::Protocol::nntp) = 6.720.0
|
Provides: perl(LWP::Protocol::nntp) = %{version}
|
||||||
Provides: perl(LWP::Protocol::nogo) = 6.720.0
|
Provides: perl(LWP::Protocol::nogo) = %{version}
|
||||||
Provides: perl(LWP::RobotUA) = 6.720.0
|
Provides: perl(LWP::RobotUA) = %{version}
|
||||||
Provides: perl(LWP::Simple) = 6.720.0
|
Provides: perl(LWP::Simple) = %{version}
|
||||||
Provides: perl(LWP::UserAgent) = 6.720.0
|
Provides: perl(LWP::UserAgent) = %{version}
|
||||||
%define __perllib_provides /bin/true
|
%define __perllib_provides /bin/true
|
||||||
%{perl_requires}
|
%{perl_requires}
|
||||||
# MANUAL BEGIN
|
# MANUAL BEGIN
|
||||||
|
|||||||
Reference in New Issue
Block a user