pkgsrc-Changes archive

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

CVS commit: pkgsrc/www/py-cfscrape



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Sep 17 08:34:43 UTC 2019

Modified Files:
        pkgsrc/www/py-cfscrape: Makefile distinfo

Log Message:
py-cfscrape: updated to 2.0.8

2.0.8:
Default SSL ciphers changed to resolve issues with some users reporting receiving Cloudflare captchas. If you're having issues with captchas, please try upgrading to the latest version.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 pkgsrc/www/py-cfscrape/Makefile
cvs rdiff -u -r1.12 -r1.13 pkgsrc/www/py-cfscrape/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/py-cfscrape/Makefile
diff -u pkgsrc/www/py-cfscrape/Makefile:1.13 pkgsrc/www/py-cfscrape/Makefile:1.14
--- pkgsrc/www/py-cfscrape/Makefile:1.13        Mon Jun 17 21:03:11 2019
+++ pkgsrc/www/py-cfscrape/Makefile     Tue Sep 17 08:34:43 2019
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.13 2019/06/17 21:03:11 adam Exp $
+# $NetBSD: Makefile,v 1.14 2019/09/17 08:34:43 adam Exp $
 
-DISTNAME=      cfscrape-2.0.7
+DISTNAME=      cfscrape-2.0.8
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    www net python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/cfscrape/}
@@ -11,7 +11,7 @@ COMMENT=      Python module for dealing with 
 LICENSE=       mit
 
 DEPENDS+=      nodejs-[0-9]*:../../lang/nodejs
-DEPENDS+=      ${PYPKGPREFIX}-requests>=2.0.0:../../devel/py-requests
+DEPENDS+=      ${PYPKGPREFIX}-requests>=2.6.1:../../devel/py-requests
 
 USE_LANGUAGES= # none
 

Index: pkgsrc/www/py-cfscrape/distinfo
diff -u pkgsrc/www/py-cfscrape/distinfo:1.12 pkgsrc/www/py-cfscrape/distinfo:1.13
--- pkgsrc/www/py-cfscrape/distinfo:1.12        Mon Jun 17 21:03:11 2019
+++ pkgsrc/www/py-cfscrape/distinfo     Tue Sep 17 08:34:43 2019
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.12 2019/06/17 21:03:11 adam Exp $
+$NetBSD: distinfo,v 1.13 2019/09/17 08:34:43 adam Exp $
 
-SHA1 (cfscrape-2.0.7.tar.gz) = 78a2cde71781bf9c44540045a60224d05cb9776b
-RMD160 (cfscrape-2.0.7.tar.gz) = d6cbe85b2a6d22e32dc498a28cd5cc5027e90753
-SHA512 (cfscrape-2.0.7.tar.gz) = 3d3689a43c91e467391fb46ff842a04792f2bed24dc6b7561fd4dd80457e8b0a5119c3698bd0ca4fb456b92de557527d2a53d53e2478c734afd750f89a3f212d
-Size (cfscrape-2.0.7.tar.gz) = 12247 bytes
+SHA1 (cfscrape-2.0.8.tar.gz) = e7628c85fad3aff853cd4d2b03c9577bbc65d62e
+RMD160 (cfscrape-2.0.8.tar.gz) = 55dc6dfb5ad69728c06f07cbe00faba076e2783a
+SHA512 (cfscrape-2.0.8.tar.gz) = 8191fb975bc0cab3d255fe1d413abe41dba443af84f749825028cb84debe091dbc06dd778428a6acd4b1705aad1d3b706fbb6fd03b314c51fdeb879caff9ccb4
+Size (cfscrape-2.0.8.tar.gz) = 12273 bytes



Home | Main Index | Thread Index | Old Index