#10 6.58 bump
Merged 2 years ago by mspacek. Opened 2 years ago by mspacek.
rpms/ mspacek/perl-libwww-perl rawhide  into  rawhide

file modified
+1
@@ -50,3 +50,4 @@ 

  /libwww-perl-6.55.tar.gz

  /libwww-perl-6.56.tar.gz

  /libwww-perl-6.57.tar.gz

+ /libwww-perl-6.58.tar.gz

file modified
+5 -3
@@ -4,7 +4,7 @@ 

  %bcond_with perl_libwww_perl_enables_internet_test

  

  Name:           perl-libwww-perl

- Version:        6.57

+ Version:        6.58

  Release:        1%{?dist}

  Summary:        A Perl interface to the World-Wide Web

  License:        GPL+ or Artistic
@@ -29,7 +29,6 @@ 

  

  # Run-time:

  # Authen::NTLM 1.02 not used at tests

- BuildRequires:  perl(base)

  BuildRequires:  perl(Carp)

  # Data::Dump 1.13 not used at tests

  # Data::Dump::Trace not used at tests
@@ -62,7 +61,7 @@ 

  # Net::FTP 2.58 not used at tests

  BuildRequires:  perl(Net::HTTP) >= 6.18

  # Net::NNTP not used at tests

- BuildRequires:  perl(parent)

+ BuildRequires:  perl(parent) >= 0.217

  BuildRequires:  perl(Scalar::Util)

  BuildRequires:  perl(Try::Tiny)

  BuildRequires:  perl(URI) >= 1.10
@@ -215,6 +214,9 @@ 

  %{_libexecdir}/%{name}

  

  %changelog

+ * Mon Nov 01 2021 Michal Josef Špaček <mspacek@redhat.com> - 6.58-1

+ - 6.58 bump

+ 

  * Tue Sep 21 2021 Michal Josef Špaček <mspacek@redhat.com> - 6.57-1

  - 6.57 bump

  

file modified
+1 -1
@@ -1,1 +1,1 @@ 

- SHA512 (libwww-perl-6.57.tar.gz) = 6d531e00608ee70a12fedb84644e8ce1e6d1fac6631a77e3ec9c3fedfadf171f9929fc73bac265f068d1d557f297e827ddf01a358b5cb42b03ec95462a620812

+ SHA512 (libwww-perl-6.58.tar.gz) = a8891b07ca3f2c3a49a11226051d6fa252667328a427140335719e16475de936b5b0287af56f4e5b26acaaf8fec75306b6ac9fd22388690f86cf3b923ba1306b

Changes:
6.58 2021-10-25 20:40:59Z
- Add a test for "response_redirect" (GH#387) (James Raspass)
- Improve documentation readability (GH#388) (Julien Fiegehenn)
- Replace remaining uses of "base" with "parent" (GH#389) (James Raspass)

Pull-Request has been merged by mspacek

2 years ago