commit perl-Test-WWW-Mechanize for openSUSE:Factory

2018-12-12 Thread root
Hello community,

here is the log from the commit of package perl-Test-WWW-Mechanize for 
openSUSE:Factory checked in at 2018-12-12 17:27:46

Comparing /work/SRC/openSUSE:Factory/perl-Test-WWW-Mechanize (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Test-WWW-Mechanize.new.28833 (New)


Package is "perl-Test-WWW-Mechanize"

Wed Dec 12 17:27:46 2018 rev:10 rq:655833 version:1.52

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Test-WWW-Mechanize/perl-Test-WWW-Mechanize.changes
  2018-04-25 10:01:11.611190724 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Test-WWW-Mechanize.new.28833/perl-Test-WWW-Mechanize.changes
   2018-12-12 17:27:49.930926522 +0100
@@ -1,0 +2,25 @@
+Thu Dec  6 16:26:44 UTC 2018 - Stephan Kulow 
+
+- updated to 1.52
+   see /usr/share/doc/packages/perl-Test-WWW-Mechanize/Changes
+
+  1.52Wed Dec  5 10:00:56 CST 2018
+  
+  [ENHANCEMENTS]
+  click_ok() method can now take a button with X/Y coordinates.
+  Thanks to GitHub user @marderh.  (GH #45)
+  
+  Added the ability to modify the HTML that the html_tidy_ok() validates.
+  See the content_for_validation() method. (GH #61)
+  
+  Add a set of methods for existence of IDs: id_exists(), id_exists_ok(),
+  ids_exist_ok(), lacks_id_ok() and lacks_ids_ok(). (GH #48)
+  
+  Add button_exists(), button_exists_ok() and lacks_button_ok()
+  methods.  (GH #50)
+  
+  [FIXES]
+  Clarified warnings to make it clear that certain modules are
+  optional. Thanks, Matthew Chae.
+
+---

Old:

  Test-WWW-Mechanize-1.50.tar.gz

New:

  Test-WWW-Mechanize-1.52.tar.gz



Other differences:
--
++ perl-Test-WWW-Mechanize.spec ++
--- /var/tmp/diff_new_pack.NUo8R5/_old  2018-12-12 17:27:50.506925791 +0100
+++ /var/tmp/diff_new_pack.NUo8R5/_new  2018-12-12 17:27:50.506925791 +0100
@@ -12,18 +12,18 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   perl-Test-WWW-Mechanize
-Version:1.50
+Version:1.52
 Release:0
 %define cpan_name Test-WWW-Mechanize
 Summary:Testing-specific WWW::Mechanize subclass
 License:Artistic-2.0
 Group:  Development/Libraries/Perl
-Url:http://search.cpan.org/dist/Test-WWW-Mechanize/
+Url:https://metacpan.org/release/%{cpan_name}
 Source0:
https://cpan.metacpan.org/authors/id/P/PE/PETDANCE/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch
@@ -63,11 +63,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

++ Test-WWW-Mechanize-1.50.tar.gz -> Test-WWW-Mechanize-1.52.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-WWW-Mechanize-1.50/Changes 
new/Test-WWW-Mechanize-1.52/Changes
--- old/Test-WWW-Mechanize-1.50/Changes 2018-04-16 22:18:22.0 +0200
+++ new/Test-WWW-Mechanize-1.52/Changes 2018-12-05 17:02:19.0 +0100
@@ -4,6 +4,25 @@
 bug tracking.  They are now being tracked via GitHub at
 https://github.com/petdance/test-www-mechanize/issues
 
+1.52Wed Dec  5 10:00:56 CST 2018
+
+[ENHANCEMENTS]
+click_ok() method can now take a button with X/Y coordinates.
+Thanks to GitHub user @marderh.  (GH #45)
+
+Added the ability to modify the HTML that the html_tidy_ok() validates.
+See the content_for_validation() method. (GH #61)
+
+Add a set of methods for existence of IDs: id_exists(), id_exists_ok(),
+ids_exist_ok(), lacks_id_ok() and lacks_ids_ok(). (GH #48)
+
+Add button_exists(), button_exists_ok() and lacks_button_ok()
+methods.  (GH #50)
+
+[FIXES]
+Clarified warnings to make it clear that certain modules are
+optional. Thanks, Matthew Chae.
+
 
 1.50Mon Apr 16 15:16:59 CDT 2018
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-WWW-Mechanize-1.50/MANIFEST 
new/Test-WWW-Mechanize-1.52/MANIFEST
--- old/Test-WWW-Mechanize-1.50/MANIFEST2018-04-16 22:19:39.0 
+0200
+++ new/Test-WWW-Mechanize-1.52/MANIFEST2018-12-05 17:02:26.0 
+0100
@@ -9,6 +9,7 @@
 t/autotidy.t
 t/bad.html
 t/badlinks.html
+t/button_exists.t
 t/click_ok.t
 t/content_contains.t
 t/content_lacks.t
@@ -28,6 +29,8 @@
 t/html_lint_ok.t
 t/html_tidy_ok.t
 t/html/

commit perl-Test-WWW-Mechanize for openSUSE:Factory

2018-04-25 Thread root
Hello community,

here is the log from the commit of package perl-Test-WWW-Mechanize for 
openSUSE:Factory checked in at 2018-04-25 10:01:07

Comparing /work/SRC/openSUSE:Factory/perl-Test-WWW-Mechanize (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Test-WWW-Mechanize.new (New)


Package is "perl-Test-WWW-Mechanize"

Wed Apr 25 10:01:07 2018 rev:9 rq:599329 version:1.50

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Test-WWW-Mechanize/perl-Test-WWW-Mechanize.changes
  2017-01-10 10:46:41.296244478 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Test-WWW-Mechanize.new/perl-Test-WWW-Mechanize.changes
 2018-04-25 10:01:11.611190724 +0200
@@ -1,0 +2,6 @@
+Tue Apr 17 06:00:00 UTC 2018 - co...@suse.com
+
+- updated to 1.50
+   see /usr/share/doc/packages/perl-Test-WWW-Mechanize/Changes
+
+---

Old:

  Test-WWW-Mechanize-1.48.tar.gz

New:

  Test-WWW-Mechanize-1.50.tar.gz



Other differences:
--
++ perl-Test-WWW-Mechanize.spec ++
--- /var/tmp/diff_new_pack.8HF5om/_old  2018-04-25 10:01:12.847145378 +0200
+++ /var/tmp/diff_new_pack.8HF5om/_new  2018-04-25 10:01:12.851145231 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Test-WWW-Mechanize
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,22 +17,22 @@
 
 
 Name:   perl-Test-WWW-Mechanize
-Version:1.48
+Version:1.50
 Release:0
 %define cpan_name Test-WWW-Mechanize
 Summary:Testing-specific WWW::Mechanize subclass
 License:Artistic-2.0
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Test-WWW-Mechanize/
-Source0:
http://www.cpan.org/authors/id/P/PE/PETDANCE/%{cpan_name}-%{version}.tar.gz
+Source0:
https://cpan.metacpan.org/authors/id/P/PE/PETDANCE/%{cpan_name}-%{version}.tar.gz
 Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Carp::Assert::More)
+BuildRequires:  perl(HTML::Form)
 BuildRequires:  perl(HTML::TokeParser)
-BuildRequires:  perl(HTML::TreeBuilder)
 BuildRequires:  perl(HTTP::Server::Simple) >= 0.42
 BuildRequires:  perl(HTTP::Server::Simple::CGI)
 BuildRequires:  perl(LWP) >= 6.02
@@ -43,8 +43,8 @@
 BuildRequires:  perl(WWW::Mechanize) >= 1.68
 BuildRequires:  perl(parent)
 Requires:   perl(Carp::Assert::More)
+Requires:   perl(HTML::Form)
 Requires:   perl(HTML::TokeParser)
-Requires:   perl(HTML::TreeBuilder)
 Requires:   perl(HTTP::Server::Simple) >= 0.42
 Requires:   perl(HTTP::Server::Simple::CGI)
 Requires:   perl(LWP) >= 6.02

++ Test-WWW-Mechanize-1.48.tar.gz -> Test-WWW-Mechanize-1.50.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-WWW-Mechanize-1.48/Changes 
new/Test-WWW-Mechanize-1.50/Changes
--- old/Test-WWW-Mechanize-1.48/Changes 2016-12-30 05:45:53.0 +0100
+++ new/Test-WWW-Mechanize-1.50/Changes 2018-04-16 22:18:22.0 +0200
@@ -5,7 +5,25 @@
 https://github.com/petdance/test-www-mechanize/issues
 
 
-1.48 Thu Dec 29 22:45:29 CST 2016
+1.50Mon Apr 16 15:16:59 CDT 2018
+
+[FIXES]
+Added html_tidy_ok() methods, analogous to html_lint_ok().
+
+Remove unnecessary dependency on HTML::TreeBuilder.  Thanks, Kent Fredric.
+
+
+1.49_01 Mon Mar 26 10:58:51 CDT 2018
+
+[ENHANCEMENTS]
+Adding autotidy functionality. autotidy lets you validate every page that
+Mech gets using the HTML::Tidy5 module, just like the autolint feature
+does with the HTML::Lint module. HTML::Tidy5 is a much more complete
+HTML checking tool, and validates HTML5 which HTML::Lint does not. You
+must have HTML::Tidy5 1.00 installed to use autotidy.
+
+
+1.48Thu Dec 29 22:45:29 CST 2016
 
 [FIXES]
 The linting method html_lint_ok() was not calling the HTML::Lint API
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/Test-WWW-Mechanize-1.48/MANIFEST 
new/Test-WWW-Mechanize-1.50/MANIFEST
--- old/Test-WWW-Mechanize-1.48/MANIFEST2016-12-30 05:49:39.0 
+0100
+++ new/Test-WWW-Mechanize-1.50/MANIFEST2018-04-16 22:19:39.0 
+0200
@@ -6,6 +6,7 @@
 
 t/00-load.t
 t/autolint.t
+t/autotidy.t
 t/bad.html
 t/badlinks.html
 t/click_ok.t
@@ -25,6 +26,7 @@
 t/headers.t
 t/html/form.html
 t/html_lint_ok.t
+t/html_tidy_ok.

commit perl-Test-WWW-Mechanize for openSUSE:Factory

2016-11-07 Thread h_root
Hello community,

here is the log from the commit of package perl-Test-WWW-Mechanize for 
openSUSE:Factory checked in at 2016-11-07 12:21:36

Comparing /work/SRC/openSUSE:Factory/perl-Test-WWW-Mechanize (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Test-WWW-Mechanize.new (New)


Package is "perl-Test-WWW-Mechanize"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Test-WWW-Mechanize/perl-Test-WWW-Mechanize.changes
  2013-06-06 13:59:45.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.perl-Test-WWW-Mechanize.new/perl-Test-WWW-Mechanize.changes
 2016-11-07 12:21:37.0 +0100
@@ -1,0 +2,6 @@
+Mon Aug  1 06:01:30 UTC 2016 - co...@suse.com
+
+- updated to 1.46
+   see /usr/share/doc/packages/perl-Test-WWW-Mechanize/Changes
+
+---

Old:

  Test-WWW-Mechanize-1.44.tar.gz

New:

  Test-WWW-Mechanize-1.46.tar.gz
  cpanspec.yml



Other differences:
--
++ perl-Test-WWW-Mechanize.spec ++
--- /var/tmp/diff_new_pack.aHmPUL/_old  2016-11-07 12:21:38.0 +0100
+++ /var/tmp/diff_new_pack.aHmPUL/_new  2016-11-07 12:21:38.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Test-WWW-Mechanize
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,19 +17,21 @@
 
 
 Name:   perl-Test-WWW-Mechanize
-Version:1.44
+Version:1.46
 Release:0
 %define cpan_name Test-WWW-Mechanize
 Summary:Testing-specific WWW::Mechanize subclass
 License:Artistic-2.0
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Test-WWW-Mechanize/
-Source: 
http://www.cpan.org/authors/id/P/PE/PETDANCE/%{cpan_name}-%{version}.tar.gz
+Source0:
http://www.cpan.org/authors/id/P/PE/PETDANCE/%{cpan_name}-%{version}.tar.gz
+Source1:cpanspec.yml
 BuildArch:  noarch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  perl
 BuildRequires:  perl-macros
 BuildRequires:  perl(Carp::Assert::More)
+BuildRequires:  perl(HTML::TokeParser)
 BuildRequires:  perl(HTML::TreeBuilder)
 BuildRequires:  perl(HTTP::Server::Simple) >= 0.42
 BuildRequires:  perl(HTTP::Server::Simple::CGI)
@@ -39,9 +41,9 @@
 BuildRequires:  perl(Test::More) >= 0.96
 BuildRequires:  perl(URI::file)
 BuildRequires:  perl(WWW::Mechanize) >= 1.68
-#BuildRequires: perl(TestServer)
-#BuildRequires: perl(Test::WWW::Mechanize)
+BuildRequires:  perl(parent)
 Requires:   perl(Carp::Assert::More)
+Requires:   perl(HTML::TokeParser)
 Requires:   perl(HTML::TreeBuilder)
 Requires:   perl(HTTP::Server::Simple) >= 0.42
 Requires:   perl(HTTP::Server::Simple::CGI)
@@ -51,6 +53,7 @@
 Requires:   perl(Test::More) >= 0.96
 Requires:   perl(URI::file)
 Requires:   perl(WWW::Mechanize) >= 1.68
+Requires:   perl(parent)
 %{perl_requires}
 
 %description

++ Test-WWW-Mechanize-1.44.tar.gz -> Test-WWW-Mechanize-1.46.tar.gz ++
 1654 lines of diff (skipped)

++ cpanspec.yml ++
---
#description_paragraphs: 3
#description: |-
#  override description from CPAN
#summary: override summary from CPAN
#no_testing: broken upstream
#sources:
#  - source1
#  - source2
#patches:
#  foo.patch: -p1
#  bar.patch:
#preamble: |-
# BuildRequires:  gcc-c++
#post_prep: |-
# hunspell=`pkg-config --libs hunspell | sed -e 's,-l,,; s,  *,,g'`
# sed -i -e "s,hunspell-X,$hunspell," t/00-prereq.t Makefile.PL 
#post_build: |-
# rm unused.files
#post_install: |-
# sed on %{name}.files
#license: SUSE-NonFree
#skip_noarch: 1
#custom_build: |-
#./Build build flags=%{?_smp_mflags} --myflag
#custom_test: |-
#startserver && make test
#ignore_requires: Bizarre::Module



commit perl-Test-WWW-Mechanize for openSUSE:Factory

2013-06-06 Thread h_root
Hello community,

here is the log from the commit of package perl-Test-WWW-Mechanize for 
openSUSE:Factory checked in at 2013-06-06 13:59:44

Comparing /work/SRC/openSUSE:Factory/perl-Test-WWW-Mechanize (Old)
 and  /work/SRC/openSUSE:Factory/.perl-Test-WWW-Mechanize.new (New)


Package is "perl-Test-WWW-Mechanize"

Changes:

--- 
/work/SRC/openSUSE:Factory/perl-Test-WWW-Mechanize/perl-Test-WWW-Mechanize.changes
  2012-02-16 15:00:45.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.perl-Test-WWW-Mechanize.new/perl-Test-WWW-Mechanize.changes
 2013-06-06 13:59:45.0 +0200
@@ -1,0 +2,36 @@
+Tue Jun  4 15:15:46 UTC 2013 - co...@suse.com
+
+- updated to 1.44
+  If you want to use the autolint functionality, you'll have to have
+  HTML::Lint 2.20.
+  
+  [FIXES]
+  Custom lint objects don't get reset before they get used, making
+  autolint with a custom lint object practically useless.
+  https://github.com/petdance/test-www-mechanize/issues/25
+  
+  [ENHANCEMENTS]
+  Added a $mech->autolint() method so you can turn autolinting on and off
+  in mid-program.  Thanks, Mike O'Regan.
+  
+  New functions $mech->scrape_text_by_id() and $mech->scrape_text_by_attr()
+  let you extract text from your pages.  Convenience function
+  $mech->scraped_id_is() makes it easy to scrape and compare in one
+  function.
+  
+  My Awesome Page!
+  
+  # Verify that HTML is there with:
+  $mech->scraped_id_is( 'pagetitle', 'My Awesome Page!' );
+  
+  [FIXES]
+  $mech->has_tag() now handles nested tags more sensibly.  This fixes
+  Google Code ticket #1.
+  
+  
+  [INTERNALS]
+  Explicitly requires Test::Simple 0.94 or higher.
+  
+  Brought over t/TestServer.pm from WWW::Mechanize which fixes a number
+
+---

Old:

  Test-WWW-Mechanize-1.38.tar.gz

New:

  Test-WWW-Mechanize-1.44.tar.gz



Other differences:
--
++ perl-Test-WWW-Mechanize.spec ++
--- /var/tmp/diff_new_pack.vCBEuH/_old  2013-06-06 13:59:45.0 +0200
+++ /var/tmp/diff_new_pack.vCBEuH/_new  2013-06-06 13:59:45.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package perl-Test-WWW-Mechanize
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,11 +17,11 @@
 
 
 Name:   perl-Test-WWW-Mechanize
-Version:1.38
+Version:1.44
 Release:0
 %define cpan_name Test-WWW-Mechanize
 Summary:Testing-specific WWW::Mechanize subclass
-License:Artistic-1.0 or GPL-1.0+
+License:Artistic-2.0
 Group:  Development/Libraries/Perl
 Url:http://search.cpan.org/dist/Test-WWW-Mechanize/
 Source: 
http://www.cpan.org/authors/id/P/PE/PETDANCE/%{cpan_name}-%{version}.tar.gz
@@ -36,9 +36,11 @@
 BuildRequires:  perl(LWP) >= 6.02
 BuildRequires:  perl(Test::Builder::Tester) >= 1.09
 BuildRequires:  perl(Test::LongString) >= 0.15
+BuildRequires:  perl(Test::More) >= 0.96
 BuildRequires:  perl(URI::file)
 BuildRequires:  perl(WWW::Mechanize) >= 1.68
 #BuildRequires: perl(TestServer)
+#BuildRequires: perl(Test::WWW::Mechanize)
 Requires:   perl(Carp::Assert::More)
 Requires:   perl(HTML::TreeBuilder)
 Requires:   perl(HTTP::Server::Simple) >= 0.42
@@ -46,6 +48,7 @@
 Requires:   perl(LWP) >= 6.02
 Requires:   perl(Test::Builder::Tester) >= 1.09
 Requires:   perl(Test::LongString) >= 0.15
+Requires:   perl(Test::More) >= 0.96
 Requires:   perl(URI::file)
 Requires:   perl(WWW::Mechanize) >= 1.68
 %{perl_requires}
@@ -70,6 +73,6 @@
 
 %files -f %{name}.files
 %defattr(-,root,root,755)
-%doc Changes README
+%doc Changes README.md
 
 %changelog

++ Test-WWW-Mechanize-1.38.tar.gz -> Test-WWW-Mechanize-1.44.tar.gz ++
 2179 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org