pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www/py-WebOb py-WebOb: updated to 1.8.6



details:   https://anonhg.NetBSD.org/pkgsrc/rev/df789190b48e
branches:  trunk
changeset: 410834:df789190b48e
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Jan 29 22:47:02 2020 +0000

description:
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.

diffstat:

 www/py-WebOb/Makefile |   4 ++--
 www/py-WebOb/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (27 lines):

diff -r e0242768ec9e -r df789190b48e www/py-WebOb/Makefile
--- a/www/py-WebOb/Makefile     Wed Jan 29 22:42:37 2020 +0000
+++ b/www/py-WebOb/Makefile     Wed Jan 29 22:47:02 2020 +0000
@@ -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/}
diff -r e0242768ec9e -r df789190b48e www/py-WebOb/distinfo
--- a/www/py-WebOb/distinfo     Wed Jan 29 22:42:37 2020 +0000
+++ b/www/py-WebOb/distinfo     Wed Jan 29 22:47:02 2020 +0000
@@ -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