Hello community,

here is the log from the commit of package perl-WWW-Mechanize for 
openSUSE:Factory checked in at 2018-11-13 16:28:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/perl-WWW-Mechanize (Old)
 and      /work/SRC/openSUSE:Factory/.perl-WWW-Mechanize.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "perl-WWW-Mechanize"

Tue Nov 13 16:28:59 2018 rev:23 rq:647342 version:1.89

Changes:
--------
--- /work/SRC/openSUSE:Factory/perl-WWW-Mechanize/perl-WWW-Mechanize.changes    
2018-10-22 11:03:41.796256563 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-WWW-Mechanize.new/perl-WWW-Mechanize.changes   
    2018-11-13 16:29:06.134338048 +0100
@@ -1,0 +2,13 @@
+Thu Nov  8 07:06:23 UTC 2018 - Stephan Kulow <[email protected]>
+
+- 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)
+
+-------------------------------------------------------------------

Old:
----
  WWW-Mechanize-1.88.tar.gz

New:
----
  WWW-Mechanize-1.89.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ perl-WWW-Mechanize.spec ++++++
--- /var/tmp/diff_new_pack.dL7lKC/_old  2018-11-13 16:29:06.898336845 +0100
+++ /var/tmp/diff_new_pack.dL7lKC/_new  2018-11-13 16:29:06.898336845 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           perl-WWW-Mechanize
-Version:        1.88
+Version:        1.89
 Release:        0
 %define cpan_name WWW-Mechanize
 Summary:        Handy web browsing in a Perl object
@@ -89,11 +89,11 @@
 %setup -q -n %{cpan_name}-%{version}
 
 %build
-%{__perl} Makefile.PL INSTALLDIRS=vendor
-%{__make} %{?_smp_mflags}
+perl Makefile.PL INSTALLDIRS=vendor
+make %{?_smp_mflags}
 
 %check
-%{__make} test
+make test
 
 %install
 %perl_make_install

++++++ WWW-Mechanize-1.88.tar.gz -> WWW-Mechanize-1.89.tar.gz ++++++
++++ 2742 lines of diff (skipped)

++++++ cpanspec.yml ++++++
--- /var/tmp/diff_new_pack.dL7lKC/_old  2018-11-13 16:29:07.002336680 +0100
+++ /var/tmp/diff_new_pack.dL7lKC/_new  2018-11-13 16:29:07.002336680 +0100
@@ -1,5 +1,24 @@
 ---
-#description_paragraphs: 3
+description_paragraphs: 4
+description: |-
+ 'WWW::Mechanize', or Mech for short, is a Perl module for stateful
+ programmatic web browsing, used for automating interaction with websites.
+ 
+ Features include:
+ 
+ * All HTTP methods
+ * High-level hyperlink and HTML form support, without having to parse
+   HTML yourself
+ * SSL support
+ * Automatic cookies
+ * Custom HTTP headers
+ * Automatic handling of redirections
+ * Proxies
+ * HTTP authentication
+ 
+ Mech is well suited for use in testing web applications. If you use one of
+ the Test::*, like Test::HTML::Lint modules, you can check the fetched
+ content and use that as input to a test call.
 #no_testing: broken upstream
 #sources:
 #  - source1


Reply via email to