All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Leon Anavi" <leon.anavi@konsulko.com>
To: openembedded-devel@lists.openembedded.org
Cc: Leon Anavi <leon.anavi@konsulko.com>
Subject: [meta-python][PATCH 5/7] python3-werkzeug: Upgrade 1.0.1 -> 2.0.1
Date: Thu, 27 May 2021 00:32:46 +0300	[thread overview]
Message-ID: <20210526213248.10348-5-leon.anavi@konsulko.com> (raw)
In-Reply-To: <20210526213248.10348-1-leon.anavi@konsulko.com>

Upgrade to release 2.0.1:

- Fix type annotation for send_file max_age callable. Don't pass
  pathlib.Path to max_age.
- Mark top-level names as exported so type checking understands
  imports in user projects.
- Fix some types that weren't available in Python 3.6.0.
- cached_property is generic over its return type, properties
  decorated with it report the correct type.
- Fix multipart parsing bug when boundary contains special regex
  characters.
- Type checking understands that calling headers.get with a string
  default will always return a string.
- If HTTPException.description is not a string, get_description
  will convert it to a string.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../{python3-werkzeug_1.0.1.bb => python3-werkzeug_2.0.1.bb}   | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-werkzeug_1.0.1.bb => python3-werkzeug_2.0.1.bb} (89%)

diff --git a/meta-python/recipes-devtools/python/python3-werkzeug_1.0.1.bb b/meta-python/recipes-devtools/python/python3-werkzeug_2.0.1.bb
similarity index 89%
rename from meta-python/recipes-devtools/python/python3-werkzeug_1.0.1.bb
rename to meta-python/recipes-devtools/python/python3-werkzeug_2.0.1.bb
index 8af0fef60..1653eeabd 100644
--- a/meta-python/recipes-devtools/python/python3-werkzeug_1.0.1.bb
+++ b/meta-python/recipes-devtools/python/python3-werkzeug_2.0.1.bb
@@ -12,8 +12,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=5dc88300786f1c214c1e9827a5229462"
 
 PYPI_PACKAGE = "Werkzeug"
 
-SRC_URI[md5sum] = "5d499cfdd30de5d9c946994783772efd"
-SRC_URI[sha256sum] = "6c80b1e5ad3665290ea39320b91e1be1e0d5f60652b964a3070216de83d2e47c"
+SRC_URI[sha256sum] = "1de1db30d010ff1af14a009224ec49ab2329ad2cde454c8a708130642d579c42"
 
 inherit pypi setuptools3
 
-- 
2.17.1


  parent reply	other threads:[~2021-05-26 21:33 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-26 21:32 [meta-python][PATCH 1/7] python3-flask-migrate: Upgrade 2.7.0 -> 3.0.0 Leon Anavi
2021-05-26 21:32 ` [meta-python][PATCH 2/7] python3-flask: Upgrade 1.1.2 -> 2.0.1 Leon Anavi
2021-05-26 21:32 ` [meta-python][PATCH 3/7] python3-flask-wtf: Upgrade 0.14.3 -> 0.15.1 Leon Anavi
2021-05-26 21:32 ` [meta-python][PATCH 4/7] python3-flask-socketio: Upgrade 5.0.1 -> 5.0.3 Leon Anavi
2021-05-26 21:32 ` Leon Anavi [this message]
2021-05-26 21:32 ` [meta-python][PATCH 6/7] python3-bidict: Add recipe Leon Anavi
2021-05-26 21:32 ` [meta-python][PATCH 7/7] python3-socketio: Upgrade 5.1.0 -> 5.3.0 Leon Anavi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210526213248.10348-5-leon.anavi@konsulko.com \
    --to=leon.anavi@konsulko.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.