pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/p5-Test-WWW-Mechanize



Module Name:    pkgsrc
Committed By:   wen
Date:           Sat Apr 29 23:32:31 UTC 2023

Modified Files:
        pkgsrc/www/p5-Test-WWW-Mechanize: Makefile distinfo

Log Message:
Update to 1.60
Update DEPENDS

Upstream changes:
1.60 Sun Dec  4 10:18:28 PM CST 2022
------------------------------------
[ENHANCMENTS]
Added default test messages for button_exists_ok and lacks_button_ok
methods.  Thanks, Daniel Böhmer (GH#70)

get_ok(), post_ok(), head_ok(), put_ok() and delete_ok() now all fail
if an undef URL is passed, rather than passing the undef URL into the
underlying LWP functions. Thanks, Jess Robinson. (GH #40)

[FIXES]
Disable proxies in some of the tests that look at a local test server.
(GH#55, GH#74)

[DOCUMENTATION]
Clarified some wording.  Thanks, Daniel Böhmer (GH#70)

1.58    Fri Apr 29 11:23:39 CDT 2022
------------------------------------
[ENHANCEMENTS]
Failed get_ok, post_ok, head_ok, put_ok, delete_ok calls now show the URL
as a diagnostic if there's a problem accessing the URL.  This apply to
functions like submit_form_ok() and follow_link_ok() that are wrappers
around these methods.

1.56    Tue Apr 26 22:14:12 CDT 2022
------------------------------------
This version of Test::WWW::Mechanize requires Perl 5.10.

[ENHANCEMENTS]
Add check_all_images_ok(). (GH #17)  Thanks, Julien Fiegehenn.
This is the first version of this function, and its functionality may
change in the near future.

[DOCUMENTATION]
Fixed some incorrect docs. Thanks, Daniel Böhmer.

[INTERNALS]
Require Perl 5.10.

Explicitly requires HTTP::Message 6.29 or higher.


To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 pkgsrc/www/p5-Test-WWW-Mechanize/Makefile
cvs rdiff -u -r1.17 -r1.18 pkgsrc/www/p5-Test-WWW-Mechanize/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/p5-Test-WWW-Mechanize/Makefile
diff -u pkgsrc/www/p5-Test-WWW-Mechanize/Makefile:1.33 pkgsrc/www/p5-Test-WWW-Mechanize/Makefile:1.34
--- pkgsrc/www/p5-Test-WWW-Mechanize/Makefile:1.33      Tue Jun 28 11:37:44 2022
+++ pkgsrc/www/p5-Test-WWW-Mechanize/Makefile   Sat Apr 29 23:32:31 2023
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.33 2022/06/28 11:37:44 wiz Exp $
+# $NetBSD: Makefile,v 1.34 2023/04/29 23:32:31 wen Exp $
 
-DISTNAME=      Test-WWW-Mechanize-1.54
+DISTNAME=      Test-WWW-Mechanize-1.60
 PKGNAME=       p5-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    www perl5
 MASTER_SITES=  ${MASTER_SITE_PERL_CPAN:=Test/}
 
@@ -14,6 +13,8 @@ LICENSE=      artistic-2.0
 PERL5_PACKLIST=                auto/Test/WWW/Mechanize/.packlist
 
 DEPENDS+=      p5-Carp-Assert-More-[0-9]*:../../devel/p5-Carp-Assert-More
+DEPENDS+=      p5-HTML-Form>=0:../../www/p5-HTML-Form
+DEPENDS+=      p5-HTTP-Message>=6.29:../../www/p5-HTTP-Message
 DEPENDS+=      p5-HTML-Parser-[0-9]*:../../www/p5-HTML-Parser
 DEPENDS+=      p5-HTML-Tree-[0-9]*:../../www/p5-HTML-Tree
 DEPENDS+=      p5-HTTP-Server-Simple>=0.42:../../www/p5-HTTP-Server-Simple

Index: pkgsrc/www/p5-Test-WWW-Mechanize/distinfo
diff -u pkgsrc/www/p5-Test-WWW-Mechanize/distinfo:1.17 pkgsrc/www/p5-Test-WWW-Mechanize/distinfo:1.18
--- pkgsrc/www/p5-Test-WWW-Mechanize/distinfo:1.17      Tue Oct 26 11:30:18 2021
+++ pkgsrc/www/p5-Test-WWW-Mechanize/distinfo   Sat Apr 29 23:32:31 2023
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.17 2021/10/26 11:30:18 nia Exp $
+$NetBSD: distinfo,v 1.18 2023/04/29 23:32:31 wen Exp $
 
-BLAKE2s (Test-WWW-Mechanize-1.54.tar.gz) = 83ce59d74c56f62219400d864877c46f3996fb2b0c378baef177fda5350936b6
-SHA512 (Test-WWW-Mechanize-1.54.tar.gz) = 9d5b03109220c16ff230bd46c28ea4b734e70847a28eeb5f1527d175ebaecb8ac826e46b8bacfd0353824c25964839b451da9bbba1b27fa9e3d10bacad9d9353
-Size (Test-WWW-Mechanize-1.54.tar.gz) = 33848 bytes
+BLAKE2s (Test-WWW-Mechanize-1.60.tar.gz) = 2c9310dc482b95cb96f75fc1a2cfbafcf04afcfbd4c5a937beb608d7783b507d
+SHA512 (Test-WWW-Mechanize-1.60.tar.gz) = 86213bcbcd5d0f2565827ad692a190084552a5f6ddfd376729332ab67eb8cf54a622c23e4e3d5f21c29009ee2ed10036340499cff1e8c522c696d0a0bcfd65c1
+Size (Test-WWW-Mechanize-1.60.tar.gz) = 35348 bytes



Home | Main Index | Thread Index | Old Index