pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/www/py-WebOb
Module Name: pkgsrc
Committed By: adam
Date: Wed Jan 29 22:47:02 UTC 2020
Modified Files:
pkgsrc/www/py-WebOb: Makefile distinfo
Log Message:
py-WebOb: updated to 1.8.6
1.8.6:
Experimental Features
- The SameSite value now includes a new option named "None", this is a new
change that was introduced in
https://tools.ietf.org/html/draft-west-cookie-incrementalism-00
Please be aware that older clients are incompatible with this change:
https://www.chromium.org/updates/same-site/incompatible-clients, WebOb does
not enable SameSite on cookies by default, so there is no backwards
incompatible change here.
- Validation of SameSite values can be disabled by toggling a module flag. This
is in anticipation of future changes in evolving cookie standards.
The discussion in https://github.com/Pylons/webob/pull/407 (which initially
expanded the allowed options) notes the sudden change to browser cookie
implementation details may happen again.
In May 2019, Google announced a new model for privacy controls in their
browsers, which affected the list of valid options for the SameSite attribute
of cookies. In late 2019, the company began to roll out these changes to their
browsers to force developer adoption of the new specification.
See https://www.chromium.org/updates/same-site and
https://blog.chromium.org/2019/10/developers-get-ready-for-new.html for more
details on this change.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/www/py-WebOb/Makefile \
pkgsrc/www/py-WebOb/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-WebOb/Makefile
diff -u pkgsrc/www/py-WebOb/Makefile:1.8 pkgsrc/www/py-WebOb/Makefile:1.9
--- pkgsrc/www/py-WebOb/Makefile:1.8 Sat Jan 5 00:17:07 2019
+++ pkgsrc/www/py-WebOb/Makefile Wed Jan 29 22:47:02 2020
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.8 2019/01/05 00:17:07 adam Exp $
+# $NetBSD: Makefile,v 1.9 2020/01/29 22:47:02 adam Exp $
-DISTNAME= WebOb-1.8.5
+DISTNAME= WebOb-1.8.6
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= www python
MASTER_SITES= ${MASTER_SITE_PYPI:=W/WebOb/}
Index: pkgsrc/www/py-WebOb/distinfo
diff -u pkgsrc/www/py-WebOb/distinfo:1.8 pkgsrc/www/py-WebOb/distinfo:1.9
--- pkgsrc/www/py-WebOb/distinfo:1.8 Sat Jan 5 00:17:07 2019
+++ pkgsrc/www/py-WebOb/distinfo Wed Jan 29 22:47:02 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.8 2019/01/05 00:17:07 adam Exp $
+$NetBSD: distinfo,v 1.9 2020/01/29 22:47:02 adam Exp $
-SHA1 (WebOb-1.8.5.tar.gz) = 62101f7f4b1e423388ee5b66c01d2eb8e931e493
-RMD160 (WebOb-1.8.5.tar.gz) = b393b75657ad0069bb67e58fe9bc502d15c5e27b
-SHA512 (WebOb-1.8.5.tar.gz) = cc0b956a7c3b8ae58d6002baf5c6de4e442201280468f8fc8b5fbd2c7f7cb7a8f46447f97b98a32a9959c8d1aa7a2a8a7b9d624cb27ca79b2ad1ce94f891801b
-Size (WebOb-1.8.5.tar.gz) = 271955 bytes
+SHA1 (WebOb-1.8.6.tar.gz) = 6e66b6cd2f37babb7fe13aef08e6c0df9926e42b
+RMD160 (WebOb-1.8.6.tar.gz) = b39c8545334e238d2f82bf17ae322eb4163a5577
+SHA512 (WebOb-1.8.6.tar.gz) = b9a3faac114c55f3e9a6eb71a78dd921d928da99a427dea05bc798bc1fe249f0f1cf8c9b9fcb1b73be2737b9132bbfe2250a8652e3a8a1199ac74fa62a59d44c
+Size (WebOb-1.8.6.tar.gz) = 274606 bytes
Home |
Main Index |
Thread Index |
Old Index