1
0

Accepting request 841712 from devel:languages:perl:autoupdate

- updated to 2.02
   see /usr/share/doc/packages/perl-WWW-Mechanize/Changes
  2.02      2020-10-13 13:50:28Z
      [ENHANCEMENTS]
      - Add redirects() as a short to HTTP::Response->redirects (GH#116) (Julien Fiegehenn)
      - click_button( value => $foo) now also works for button tags and image buttons
        (GH#131) (Spencer Christensen) and (Julien Fiegehenn)
      [DOCUMENTATION]
      - Document that click_button() will die when it cannot find a button (GH#136) (Julien Fiegehenn)
      - Document that content() returns undef before a request was made (GH#134) (Julien Fiegehenn)
      [TESTS]
      - Add a test for dump_forms() with multiselect (GH#133) (Julien Fiegehenn)
      - Add tests for select multiple (GH#132) (Michael G. Schwern) and (Julien Fiegehenn)
      - Remove use of discouraged vars pragma (James Raspass)
      - Add tests for dump_forms() and field() with empty attributes (GH#125) (Julien Fiegehenn)

OBS-URL: https://build.opensuse.org/request/show/841712
OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-WWW-Mechanize?expand=0&rev=55
This commit is contained in:
2020-10-14 09:42:03 +00:00
committed by Git OBS Bridge
parent 10ce90be0d
commit b4fc831ebe
4 changed files with 26 additions and 4 deletions

BIN
WWW-Mechanize-2.01.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
WWW-Mechanize-2.02.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Wed Oct 14 03:19:52 UTC 2020 - Tina Müller <timueller+perl@suse.de>
- updated to 2.02
see /usr/share/doc/packages/perl-WWW-Mechanize/Changes
2.02 2020-10-13 13:50:28Z
[ENHANCEMENTS]
- Add redirects() as a short to HTTP::Response->redirects (GH#116) (Julien Fiegehenn)
- click_button( value => $foo) now also works for button tags and image buttons
(GH#131) (Spencer Christensen) and (Julien Fiegehenn)
[DOCUMENTATION]
- Document that click_button() will die when it cannot find a button (GH#136) (Julien Fiegehenn)
- Document that content() returns undef before a request was made (GH#134) (Julien Fiegehenn)
[TESTS]
- Add a test for dump_forms() with multiselect (GH#133) (Julien Fiegehenn)
- Add tests for select multiple (GH#132) (Michael G. Schwern) and (Julien Fiegehenn)
- Remove use of discouraged vars pragma (James Raspass)
- Add tests for dump_forms() and field() with empty attributes (GH#125) (Julien Fiegehenn)
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Sep 19 03:13:11 UTC 2020 - Tina Müller <timueller+perl@suse.de> Sat Sep 19 03:13:11 UTC 2020 - Tina Müller <timueller+perl@suse.de>

View File

@@ -17,7 +17,7 @@
Name: perl-WWW-Mechanize Name: perl-WWW-Mechanize
Version: 2.01 Version: 2.02
Release: 0 Release: 0
%define cpan_name WWW-Mechanize %define cpan_name WWW-Mechanize
Summary: Handy web browsing in a Perl object Summary: Handy web browsing in a Perl object