8
0
Files
perl-WWW-Mechanize/perl-WWW-Mechanize.changes

278 lines
9.4 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Sat Aug 24 05:39:03 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to 1.92
see /usr/share/doc/packages/perl-WWW-Mechanize/Changes
1.92 2019-08-24 01:00:35Z
[FIXED]
- Test requires HTTP::Daemon 6.05+ and uses 127.0.0.1 or [::1] according to
server's sockdomain (GH#280) (Shoichi Kaji)
- Install LWP::Protocol::https and fix xt/author/live/encoding.t (GH#277)
(Shoichi Kaji)
- Set dist trusty for old Perls on Travis (GH#279) (Shoichi Kaji)
- Fixed pod errors as reported by CPANTS. (GH#273) (Mohammad S Anwar)
[DOCUMENTATION]
- Document that follow_link will die on failure with autocheck enabled (GH#271) (Olaf Alders)
[TESTS]
- Add a test for finding a link in a meta refresh tag (GH#275) (Olaf Alders)
-------------------------------------------------------------------
Fri Jan 11 06:38:23 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to 1.91
see /usr/share/doc/packages/perl-WWW-Mechanize/Changes
1.91 2019-01-10 18:44:33Z
[ENHANCEMENTS]
- Don't install Perl::Critic and Perl::Tidy to run user tests (GH#268)
(Julien Fiegehenn)
- Remove redundant PodSyntaxTests (GH#265) (Andrew Grangaard)
- Add test dependency for Perl::Tidy (GH#263) (Julien Fiegehenn)
-------------------------------------------------------------------
Thu Dec 6 16:31:18 UTC 2018 - Stephan Kulow <coolo@suse.com>
- updated to 1.90
see /usr/share/doc/packages/perl-WWW-Mechanize/Changes
1.90 2018-11-12 18:02:03Z
[DOCUMENTATION]
- Pod fixes (GH#261) (Julien Fiegehenn)
- Fixed pod error as reported by CPANTS. (GH#264) (Mohammad S Anwar)
[ENHANCEMENTS]
- Upgrade to HTML::TreeBuilder version 5 to get support for weak references in
HTML::Element (GH#251) (Julien Fiegehenn)
-------------------------------------------------------------------
Thu Nov 8 07:06:23 UTC 2018 - Stephan Kulow <coolo@suse.com>
- updated to 1.89
see /usr/share/doc/packages/perl-WWW-Mechanize/Changes
1.89 2018-10-18 19:13:34Z
[ENHANCEMENTS]
- Add support to find_image() and find_all_images() via 'id'
and 'class' (GH#242) (Julien Fiegehenn)
- Pass strict/verbose constructor args to HTML::Form (GH#256) (Julien Fiegehenn)
- Add ability to clear history and tests for history (GH#259) (mschae94)
-------------------------------------------------------------------
Accepting request 641599 from devel:languages:perl:autoupdate - Fix build - updated to 1.88 see /usr/share/doc/packages/perl-WWW-Mechanize/Changes 1.88 2018-03-23 15:37:25Z ======================================== [FIXED] - tick() now dies if checkbox is not found (GH#248) (Olaf Alders) [DOCUMENTATION] - Clarify behaviour of submit_form when with_fields is supplied as an arg (GH#247) (Olaf Alders) - Document some "Best Practices" (GH#246) (Olaf Alders) - Update links in Pod. Suggest LWP::ConsoleLogger rather than LWP::Debug (GH#244) (Olaf Alders) - updated to 1.87 see /usr/share/doc/packages/perl-WWW-Mechanize/Changes 1.87 2018-02-07 22:04:16Z ======================================== [FIXED] - Fix typo in contributor name (GH#241) (Philippe Bruhat (BooK)) - Fix link to Michael Schilli's article in Linux magazine (GH#240) (Bernhard Wagner) - Fix some section links (GH#238) (Evan Zacks) - Override _agent() method. (GH#236) (Сергей Романов) - Link to appropriate section of HTML::Form (GH#237) (Evan Zacks) - Make version consistent in .pm files (GH#231) (Olaf Alders) [ENHANCEMENTS] - Return form number in list context. (GH#235) (Сергей Романов) - Overload 'post' in order to set 'base'. (GH#111) (Stuart A Johnston) - Allow multiple file paths/uris in mech-dump; fixes issue 72 (GH#113) (Nik LaBelle) - Add docs for the output of dump_forms (GH#112) (John Beppu) - updated to 1.86 see /usr/share/doc/packages/perl-WWW-Mechanize/Changes OBS-URL: https://build.opensuse.org/request/show/641599 OBS-URL: https://build.opensuse.org/package/show/devel:languages:perl/perl-WWW-Mechanize?expand=0&rev=32
2018-10-12 09:24:18 +00:00
Fri Oct 12 09:00:44 UTC 2018 - Dirk Stoecker <opensuse@dstoecker.de>
- Fix build
-------------------------------------------------------------------
Sat Mar 24 07:02:37 UTC 2018 - coolo@suse.com
- updated to 1.88
see /usr/share/doc/packages/perl-WWW-Mechanize/Changes
1.88 2018-03-23 15:37:25Z
========================================
[FIXED]
- tick() now dies if checkbox is not found (GH#248) (Olaf Alders)
[DOCUMENTATION]
- Clarify behaviour of submit_form when with_fields is supplied as an arg (GH#247) (Olaf Alders)
- Document some "Best Practices" (GH#246) (Olaf Alders)
- Update links in Pod. Suggest LWP::ConsoleLogger rather than LWP::Debug (GH#244) (Olaf Alders)
-------------------------------------------------------------------
Mon Feb 12 12:37:46 UTC 2018 - coolo@suse.com
- updated to 1.87
see /usr/share/doc/packages/perl-WWW-Mechanize/Changes
1.87 2018-02-07 22:04:16Z
========================================
[FIXED]
- Fix typo in contributor name (GH#241) (Philippe Bruhat (BooK))
- Fix link to Michael Schilli's article in Linux magazine (GH#240) (Bernhard Wagner)
- Fix some section links (GH#238) (Evan Zacks)
- Override _agent() method. (GH#236) (Сергей Романов)
- Link to appropriate section of HTML::Form (GH#237) (Evan Zacks)
- Make version consistent in .pm files (GH#231) (Olaf Alders)
[ENHANCEMENTS]
- Return form number in list context. (GH#235) (Сергей Романов)
- Overload 'post' in order to set 'base'. (GH#111) (Stuart A Johnston)
- Allow multiple file paths/uris in mech-dump; fixes issue 72 (GH#113) (Nik LaBelle)
- Add docs for the output of dump_forms (GH#112) (John Beppu)
-------------------------------------------------------------------
Wed Feb 7 17:32:58 UTC 2018 - coolo@suse.com
- updated to 1.86
see /usr/share/doc/packages/perl-WWW-Mechanize/Changes
-------------------------------------------------------------------
Wed Nov 18 20:58:49 UTC 2015 - malcolmlewis@opensuse.org
- Change build requires from perl(CGI) to perl-CGI to fix
failing builds.
- Add preamble perl-CGI in cpanspec.yml.
- Add more verbose description.
-------------------------------------------------------------------
Fri Aug 28 10:27:04 UTC 2015 - coolo@suse.com
- updated to 1.75
see /usr/share/doc/packages/perl-WWW-Mechanize/Changes
1.75
========================================
[OTHER CHANGES]
- WWW::Mechanize::Image and WWW::Mechanize::Link now have a defined $VERSION
- fixed warning about the use of the encoding pragma (new in 5.22) (RT#91971)
- fixed warning about the use of CGI::param in list context (RT#103096)
-------------------------------------------------------------------
Tue Apr 14 20:33:26 UTC 2015 - coolo@suse.com
- updated to 1.74
see /usr/share/doc/packages/perl-WWW-Mechanize/Changes
1.74 2015-01-23
========================================
[OTHER CHANGES]
- updated repository link in metadata
-------------------------------------------------------------------
Fri Oct 4 09:15:25 UTC 2013 - coolo@suse.com
- updated to 1.73
[TESTS]
- Update t/local/back.t to use LocalServer for 404 checking to avoid fails
on win32. Fix by Matt S Trout, patient diagnostics and testing provided
by jayefuu of freenode #perl
- Blow away more proxy env vars in LocalServer, and do it on load so that
the LWP env checking doesn't happen before we've done it.
[OTHER CHANGES]
- Better error when passing only one parameter to follow_link
-------------------------------------------------------------------
Sat Jun 15 06:06:50 UTC 2013 - coolo@suse.com
- updated to 1.72
[DEPENDENCIES]
Bumped the HTML::Form dependency to fix failures on CentOS 5
[ENHANCEMENTS]
Recognise application/xhtml+xml as HTML.
[DOCUMENTATION]
Improved docs about support of JavaScript
Typo fixes.
[TESTS]
Updated tests as oops-music.com is in utf-8 now
-------------------------------------------------------------------
Mon Sep 19 09:02:47 UTC 2011 - coolo@suse.com
- updated to 1.70
[ENHANCEMENTS]
Mech now defaults to _not_ running live tests by default.
You can still enable them by running "perl Makefile.PL --live"
Thanks to RJBS for the suggestion
[INTERNALS]
The test suite for the local tests was updated
-------------------------------------------------------------------
Fri Apr 22 09:36:15 UTC 2011 - jw@novell.com
- update to 1.68: dependencies fixed, test suite enhanced
-------------------------------------------------------------------
Wed Mar 30 05:16:17 UTC 2011 - coolo@novell.com
- extent build requires
-------------------------------------------------------------------
Wed Dec 1 13:36:05 UTC 2010 - coolo@novell.com
- switch to perl_requires macro
-------------------------------------------------------------------
Thu Nov 11 14:04:22 UTC 2010 - chris@computersalat.de
- recreated by cpanspec 1.78
o fixed deps
- changelog to changes file
- noarch pkg
-------------------------------------------------------------------
Sun Sep 12 21:58:01 UTC 2010 - jw@novell.com
- update to 1.66
* New $mech->text method returns the text from your HTML page. The exact
rendering of this text is simply removing all the HTML tags, but this will
change. It's pretty ugly. If anyone wants to work on a better-looking text
dump, I'd love to see it.
* Added mech-dump --text.
* Improvements to the docs explaining explicitly about the subclassed
methods we inherit from LWP::UserAgent.
-------------------------------------------------------------------
Fri Jul 2 09:33:24 UTC 2010 - jw@novell.com
- update to 0.64,
Parsing of forms has been delayed until they're actually needed.
If don't use forms on a page, you'll no longer waste time and memory
parsing them.
$mech->title now caches the title of the page after parsing the
page to find it.
mech-dump now takes a --cookie-file parameter for keeping cookies
between calls.
$mech->form_name() and $mech->form_number() no longer throw warnings
if they can't find the form specified. They still return undef,
though.
More additions to the FAQ.
-------------------------------------------------------------------
Thu Oct 29 20:06:25 CET 2009 - jw@suse.de
- update to 0.60
-------------------------------------------------------------------
Fri Dec 19 19:53:33 UTC 2008 - coolo@suse.de
- Update to 1.52
-------------------------------------------------------------------
Wed Jun 21 19:52:40 UTC 2006 - jfunk@funktronics.ca
- Update to 1.18
-------------------------------------------------------------------
Fri Nov 11 09:06:45 UTC 2005 - jfunk@funktronics.ca
- Update to 1.16
- Build for SL10
-------------------------------------------------------------------
Thu May 12 08:39:29 UTC 2005 - jfunk@funktronics.ca
- Update to 1.12
- Build for SL93
-------------------------------------------------------------------
Fri Nov 19 05:25:48 UTC 2004 - jfunk@funktronics.ca
- Initial release 1.04