All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH 1/7] python3-aiohttp: Upgrade 3.6.2 -> 3.6.3
@ 2020-10-13  8:59 Leon Anavi
  2020-10-13  8:59 ` [meta-python][PATCH 2/7] python3-ujson: Upgrade 3.2.0 -> 4.0.1 Leon Anavi
                   ` (6 more replies)
  0 siblings, 7 replies; 14+ messages in thread
From: Leon Anavi @ 2020-10-13  8:59 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 3.6.3:

- Pin yarl to <1.6.0 to avoid buggy behavior that will be fixed
  by the next aiohttp release.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../{python3-aiohttp_3.6.2.bb => python3-aiohttp_3.6.3.bb}    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-aiohttp_3.6.2.bb => python3-aiohttp_3.6.3.bb} (80%)

diff --git a/meta-python/recipes-devtools/python/python3-aiohttp_3.6.2.bb b/meta-python/recipes-devtools/python/python3-aiohttp_3.6.3.bb
similarity index 80%
rename from meta-python/recipes-devtools/python/python3-aiohttp_3.6.2.bb
rename to meta-python/recipes-devtools/python/python3-aiohttp_3.6.3.bb
index 121447cdb7..824bde5e25 100644
--- a/meta-python/recipes-devtools/python/python3-aiohttp_3.6.2.bb
+++ b/meta-python/recipes-devtools/python/python3-aiohttp_3.6.3.bb
@@ -4,8 +4,8 @@ HOMEPAGE = "https://github.com/aio-libs/aiohttp"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=cf056e8e7a0a5477451af18b7b5aa98c"
 
-SRC_URI[md5sum] = "ca40144c199a09fc1a141960cf6295f0"
-SRC_URI[sha256sum] = "259ab809ff0727d0e834ac5e8a283dc5e3e0ecc30c4d80b3cd17a4139ce1f326"
+SRC_URI[md5sum] = "13d02dc8379207dde1f6966d1fc5083d"
+SRC_URI[sha256sum] = "698cd7bc3c7d1b82bb728bae835724a486a8c376647aec336aa21a60113c3645"
 
 PYPI_PACKAGE = "aiohttp"
 inherit setuptools3 pypi
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [meta-python][PATCH 2/7] python3-ujson: Upgrade 3.2.0 -> 4.0.1
  2020-10-13  8:59 [meta-python][PATCH 1/7] python3-aiohttp: Upgrade 3.6.2 -> 3.6.3 Leon Anavi
@ 2020-10-13  8:59 ` Leon Anavi
  2020-10-16 17:12   ` [oe] " Trevor Gamblin
  2020-10-13  8:59 ` [meta-python][PATCH 3/7] python3-passlib: Upgrade 1.7.2 -> 1.7.4 Leon Anavi
                   ` (5 subsequent siblings)
  6 siblings, 1 reply; 14+ messages in thread
From: Leon Anavi @ 2020-10-13  8:59 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 4.0.1:

- Fix UnicodeDecodeError on arm64/aarch64
- Add support for Python 3.9
- Build wheels for Python 3.9
- Drop support for EOL Python 3.5
- Fix indent and add test case
- Update code samples in README

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../python/{python3-ujson_3.2.0.bb => python3-ujson_4.0.1.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-ujson_3.2.0.bb => python3-ujson_4.0.1.bb} (83%)

diff --git a/meta-python/recipes-devtools/python/python3-ujson_3.2.0.bb b/meta-python/recipes-devtools/python/python3-ujson_4.0.1.bb
similarity index 83%
rename from meta-python/recipes-devtools/python/python3-ujson_3.2.0.bb
rename to meta-python/recipes-devtools/python/python3-ujson_4.0.1.bb
index e1d7d9d79a..2475306f91 100644
--- a/meta-python/recipes-devtools/python/python3-ujson_3.2.0.bb
+++ b/meta-python/recipes-devtools/python/python3-ujson_4.0.1.bb
@@ -4,8 +4,8 @@ DESCRIPTION = "UltraJSON is an ultra fast JSON encoder and decoder written in pu
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=10fa10456417c0252bcb8a498e498ffe"
 
-SRC_URI[md5sum] = "a524264ef4069e18d742e32e90845a3f"
-SRC_URI[sha256sum] = "abb1996ba1c1d2faf5b1e38efa97da7f64e5373a31f705b96fe0587f5f778db4"
+SRC_URI[md5sum] = "c8030a62912c3be18ff99fa5b25258b8"
+SRC_URI[sha256sum] = "26cf6241b36ff5ce4539ae687b6b02673109c5e3efc96148806a7873eaa229d3"
 
 inherit pypi ptest setuptools3
 
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [meta-python][PATCH 3/7] python3-passlib: Upgrade 1.7.2 -> 1.7.4
  2020-10-13  8:59 [meta-python][PATCH 1/7] python3-aiohttp: Upgrade 3.6.2 -> 3.6.3 Leon Anavi
  2020-10-13  8:59 ` [meta-python][PATCH 2/7] python3-ujson: Upgrade 3.2.0 -> 4.0.1 Leon Anavi
@ 2020-10-13  8:59 ` Leon Anavi
  2020-10-16 17:12   ` [oe] " Trevor Gamblin
  2020-10-13  8:59 ` [meta-python][PATCH 4/7] python3-croniter: Upgrade 0.3.34 -> 0.3.35 Leon Anavi
                   ` (4 subsequent siblings)
  6 siblings, 1 reply; 14+ messages in thread
From: Leon Anavi @ 2020-10-13  8:59 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 1.7.4:

- passlib.ext.django – updated tests to pass for Django 1.8-3.1;
  along with some internal refactoring of the test classes.
- CryptContext will now throw UnknownHashError when it can't
  identify a hash provided to methods such as CryptContext.verify().
  Previously it would throw a generic ValueError.

License-Update: Updated URLs, styling fixes, bumped copyright year

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../{python3-passlib_1.7.2.bb => python3-passlib_1.7.4.bb}  | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-passlib_1.7.2.bb => python3-passlib_1.7.4.bb} (76%)

diff --git a/meta-python/recipes-devtools/python/python3-passlib_1.7.2.bb b/meta-python/recipes-devtools/python/python3-passlib_1.7.4.bb
similarity index 76%
rename from meta-python/recipes-devtools/python/python3-passlib_1.7.2.bb
rename to meta-python/recipes-devtools/python/python3-passlib_1.7.4.bb
index b347163aac..fd26f3a764 100644
--- a/meta-python/recipes-devtools/python/python3-passlib_1.7.2.bb
+++ b/meta-python/recipes-devtools/python/python3-passlib_1.7.4.bb
@@ -7,10 +7,10 @@ tasks, from verifying a hash found in /etc/shadow, to providing full-strength pa
 hashing for multi-user applications."
 HOMEPAGE = "https://foss.heptapod.net/python-libs/passlib/wikis/home"
 LICENSE = "BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=44fd7dcd5d42b48d6dea59ac643a0179"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=c8449c5e10474d113ab787ed2753bafe"
 
-SRC_URI[md5sum] = "b908529cfd4c33057c244324c692eae7"
-SRC_URI[sha256sum] = "8d666cef936198bc2ab47ee9b0410c94adf2ba798e5a84bf220be079ae7ab6a8"
+SRC_URI[md5sum] = "3a229cbd00dfb33e99885b43325e0591"
+SRC_URI[sha256sum] = "defd50f72b65c5402ab2c573830a6978e5f202ad0d984793c8dde2c4152ebe04"
 
 inherit pypi setuptools3
 
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [meta-python][PATCH 4/7] python3-croniter: Upgrade 0.3.34 -> 0.3.35
  2020-10-13  8:59 [meta-python][PATCH 1/7] python3-aiohttp: Upgrade 3.6.2 -> 3.6.3 Leon Anavi
  2020-10-13  8:59 ` [meta-python][PATCH 2/7] python3-ujson: Upgrade 3.2.0 -> 4.0.1 Leon Anavi
  2020-10-13  8:59 ` [meta-python][PATCH 3/7] python3-passlib: Upgrade 1.7.2 -> 1.7.4 Leon Anavi
@ 2020-10-13  8:59 ` Leon Anavi
  2020-10-16 17:13   ` [oe] " Trevor Gamblin
  2020-10-13  8:59 ` [meta-python][PATCH 5/7] python3-isort: Upgrade 5.5.4 -> 5.6.4 Leon Anavi
                   ` (3 subsequent siblings)
  6 siblings, 1 reply; 14+ messages in thread
From: Leon Anavi @ 2020-10-13  8:59 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 0.3.35:

- Handle L in ranges.
- Add a new initializaton paramter max_years_between_matches to
  support finding the next/previous date beyond the default 1 year
  window, if so desired. Updated README to include additional
  notes and example of this usage.
- The croniter_range() function was updated to automatically
  determines the appropriate max_years_between_matches value, this
  preventing handling of the CroniterBadDateError exception.
- Updated exception handling classes: CroniterBadDateError now
  only applies during date finding operations (next/prev), and all
  parsing errors can now be caught using CroniterBadCronError. The
  CroniterNotAlphaError exception is now a subclass of
  CroniterBadCronError. A breif description of each exception
  class was added as an inline docstring.
- Updated iterable interfaces to replace the CroniterBadDateError
  with StopIteration if (and only if) the max_years_between_matches
  argument is provided. The rationale here is that if the user has
  specified the max tollernace between matches, then there's no need
  to further inform them of no additional matches. Just stop the
  iteration. This also keeps backwards compatibility.
- Minor docs update.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 ...{python3-croniter_0.3.34.bb => python3-croniter_0.3.35.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-croniter_0.3.34.bb => python3-croniter_0.3.35.bb} (68%)

diff --git a/meta-python/recipes-devtools/python/python3-croniter_0.3.34.bb b/meta-python/recipes-devtools/python/python3-croniter_0.3.35.bb
similarity index 68%
rename from meta-python/recipes-devtools/python/python3-croniter_0.3.34.bb
rename to meta-python/recipes-devtools/python/python3-croniter_0.3.35.bb
index 123d176137..388885c158 100644
--- a/meta-python/recipes-devtools/python/python3-croniter_0.3.34.bb
+++ b/meta-python/recipes-devtools/python/python3-croniter_0.3.35.bb
@@ -4,8 +4,8 @@ LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://docs/LICENSE;md5=b8ee59850b882cbf623188489ea748e2"
 
 PYPI_PACKAGE = "croniter"
-SRC_URI[md5sum] = "adfeeb0032ab7aeccba908fa2eb09c33"
-SRC_URI[sha256sum] = "7186b9b464f45cf3d3c83a18bc2344cc101d7b9fd35a05f2878437b14967e964"
+SRC_URI[md5sum] = "8bb1443b90123f96ad64d7fae26df342"
+SRC_URI[sha256sum] = "b9075573d9d18fdc4c67ad6741c4bfa4b446b1b1d7f03279757244c8a75abedf"
 
 inherit pypi setuptools3
 
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [meta-python][PATCH 5/7] python3-isort: Upgrade 5.5.4 -> 5.6.4
  2020-10-13  8:59 [meta-python][PATCH 1/7] python3-aiohttp: Upgrade 3.6.2 -> 3.6.3 Leon Anavi
                   ` (2 preceding siblings ...)
  2020-10-13  8:59 ` [meta-python][PATCH 4/7] python3-croniter: Upgrade 0.3.34 -> 0.3.35 Leon Anavi
@ 2020-10-13  8:59 ` Leon Anavi
  2020-10-16 17:13   ` [oe] " Trevor Gamblin
  2020-10-13  8:59 ` [meta-python][PATCH 6/7] python3-prompt-toolkit: Upgrade 3.0.7 -> 3.0.8 Leon Anavi
                   ` (2 subsequent siblings)
  6 siblings, 1 reply; 14+ messages in thread
From: Leon Anavi @ 2020-10-13  8:59 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 5.6.4:

- Fix: Empty line added between imports that should be skipped.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../python/{python3-isort_5.5.4.bb => python3-isort_5.6.4.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-isort_5.5.4.bb => python3-isort_5.6.4.bb} (73%)

diff --git a/meta-python/recipes-devtools/python/python3-isort_5.5.4.bb b/meta-python/recipes-devtools/python/python3-isort_5.6.4.bb
similarity index 73%
rename from meta-python/recipes-devtools/python/python3-isort_5.5.4.bb
rename to meta-python/recipes-devtools/python/python3-isort_5.6.4.bb
index 0c5842790f..66a5332be7 100644
--- a/meta-python/recipes-devtools/python/python3-isort_5.5.4.bb
+++ b/meta-python/recipes-devtools/python/python3-isort_5.6.4.bb
@@ -4,8 +4,8 @@ LICENSE = "MIT"
 SECTION = "devel/python"
 LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=6;endline=6;md5=8227180126797a0148f94f483f3e1489"
 
-SRC_URI[md5sum] = "6b90dd55851a8ccb3a19fe2cb82cb82f"
-SRC_URI[sha256sum] = "ba040c24d20aa302f78f4747df549573ae1eaf8e1084269199154da9c483f07f"
+SRC_URI[md5sum] = "d2dfc32943b1d64311facec6a05c2f98"
+SRC_URI[sha256sum] = "dcaeec1b5f0eca77faea2a35ab790b4f3680ff75590bfcb7145986905aab2f58"
 
 inherit pypi setuptools3
 
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [meta-python][PATCH 6/7] python3-prompt-toolkit: Upgrade 3.0.7 -> 3.0.8
  2020-10-13  8:59 [meta-python][PATCH 1/7] python3-aiohttp: Upgrade 3.6.2 -> 3.6.3 Leon Anavi
                   ` (3 preceding siblings ...)
  2020-10-13  8:59 ` [meta-python][PATCH 5/7] python3-isort: Upgrade 5.5.4 -> 5.6.4 Leon Anavi
@ 2020-10-13  8:59 ` Leon Anavi
  2020-10-16 17:17   ` [oe] " Trevor Gamblin
  2020-10-13  8:59 ` [meta-python][PATCH 7/7] python3-yarl: Upgrade 1.6.0 -> 1.6.2 Leon Anavi
  2020-10-16 17:12 ` [oe] [meta-python][PATCH 1/7] python3-aiohttp: Upgrade 3.6.2 -> 3.6.3 Trevor Gamblin
  6 siblings, 1 reply; 14+ messages in thread
From: Leon Anavi @ 2020-10-13  8:59 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 3.0.8:

- Added `validator` parameter to `input_dialog`.
- Cope with stdout not having a working `fileno`.
- Handle situation when /dev/null is piped into stdin, or when
  stdin is closed somehow.
- Fix for telnet/ssh server: `isatty` method was not implemented.
- Display correct error when a tuple is passed into
  `to_formatted_text`.
- Pass along WORD parameter in `Document._is_word_before_cursor_complete`.
  Fixes some key bindings.
- Expose `ProgressBarCounter` in shortcuts module.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 ...rompt-toolkit_3.0.7.bb => python3-prompt-toolkit_3.0.8.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-prompt-toolkit_3.0.7.bb => python3-prompt-toolkit_3.0.8.bb} (80%)

diff --git a/meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.7.bb b/meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.8.bb
similarity index 80%
rename from meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.7.bb
rename to meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.8.bb
index 7b0d1a0696..0debba48d2 100644
--- a/meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.7.bb
+++ b/meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.8.bb
@@ -3,8 +3,8 @@ HOMEPAGE = "https://python-prompt-toolkit.readthedocs.io/"
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=b2cde7da89f0c1f3e49bf968d00d554f"
 
-SRC_URI[md5sum] = "f1b34c688ef7dccccb951130f008f6fe"
-SRC_URI[sha256sum] = "822f4605f28f7d2ba6b0b09a31e25e140871e96364d1d377667b547bb3bf4489"
+SRC_URI[md5sum] = "cf3ca19873fa9e7f6162296cf6bae419"
+SRC_URI[sha256sum] = "25c95d2ac813909f813c93fde734b6e44406d1477a9faef7c915ff37d39c0a8c"
 
 inherit pypi setuptools3
 
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* [meta-python][PATCH 7/7] python3-yarl: Upgrade 1.6.0 -> 1.6.2
  2020-10-13  8:59 [meta-python][PATCH 1/7] python3-aiohttp: Upgrade 3.6.2 -> 3.6.3 Leon Anavi
                   ` (4 preceding siblings ...)
  2020-10-13  8:59 ` [meta-python][PATCH 6/7] python3-prompt-toolkit: Upgrade 3.0.7 -> 3.0.8 Leon Anavi
@ 2020-10-13  8:59 ` Leon Anavi
  2020-10-16 17:17   ` [oe] " Trevor Gamblin
  2020-10-16 17:12 ` [oe] [meta-python][PATCH 1/7] python3-aiohttp: Upgrade 3.6.2 -> 3.6.3 Trevor Gamblin
  6 siblings, 1 reply; 14+ messages in thread
From: Leon Anavi @ 2020-10-13  8:59 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 1.6.2:

- Provide generated .c files in TarBall distribution.
- Provide wheels for aarch64, i686, ppc64le, s390x architectures
  on Linux as well as x86_64.
- Provide wheels for Python 3.9.
- human_repr() now always produces valid representation equivalent
  to the original URL (if the original URL is valid).
- Fixed requoting a single percent followed by a percent-encoded
  character in the Cython implementation.
- Fix ValueError when decoding % which is not followed by two
  hexadecimal digits.
- Fix decoding % followed by a space and hexadecimal digit.
- Fix annotation of with_query()/update_query() methods for
  key=[val1, val2] case.
- Drop Python 3.5 support; Python 3.6 is the minimal supported
  Python version.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../python/{python3-yarl_1.6.0.bb => python3-yarl_1.6.2.bb}   | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-yarl_1.6.0.bb => python3-yarl_1.6.2.bb} (79%)

diff --git a/meta-python/recipes-devtools/python/python3-yarl_1.6.0.bb b/meta-python/recipes-devtools/python/python3-yarl_1.6.2.bb
similarity index 79%
rename from meta-python/recipes-devtools/python/python3-yarl_1.6.0.bb
rename to meta-python/recipes-devtools/python/python3-yarl_1.6.2.bb
index 543acc51ba..dbb5d23bd2 100644
--- a/meta-python/recipes-devtools/python/python3-yarl_1.6.0.bb
+++ b/meta-python/recipes-devtools/python/python3-yarl_1.6.2.bb
@@ -3,8 +3,8 @@ HOMEPAGE = "https://github.com/aio-libs/yarl/"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=b334fc90d45983db318f54fd5bf6c90b"
 
-SRC_URI[md5sum] = "802bb27ebdb260fbbaecbcc8168d6f28"
-SRC_URI[sha256sum] = "61d3ea3c175fe45f1498af868879c6ffeb989d4143ac542163c45538ba5ec21b"
+SRC_URI[md5sum] = "65c3346f694e37f45045f4e29a60d280"
+SRC_URI[sha256sum] = "c45b49b59a5724869899798e1bbd447ac486215269511d3b76b4c235a1b766b6"
 
 SRC_URI += " \
     file://run-ptest \
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 14+ messages in thread

* Re: [oe] [meta-python][PATCH 1/7] python3-aiohttp: Upgrade 3.6.2 -> 3.6.3
  2020-10-13  8:59 [meta-python][PATCH 1/7] python3-aiohttp: Upgrade 3.6.2 -> 3.6.3 Leon Anavi
                   ` (5 preceding siblings ...)
  2020-10-13  8:59 ` [meta-python][PATCH 7/7] python3-yarl: Upgrade 1.6.0 -> 1.6.2 Leon Anavi
@ 2020-10-16 17:12 ` Trevor Gamblin
  6 siblings, 0 replies; 14+ messages in thread
From: Trevor Gamblin @ 2020-10-16 17:12 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1558 bytes --]


On 10/13/20 4:59 AM, Leon Anavi wrote:
> - Pin yarl to <1.6.0 to avoid buggy behavior that will be fixed
>    by the next aiohttp release.
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../{python3-aiohttp_3.6.2.bb => python3-aiohttp_3.6.3.bb}    | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-aiohttp_3.6.2.bb => python3-aiohttp_3.6.3.bb} (80%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-aiohttp_3.6.2.bb b/meta-python/recipes-devtools/python/python3-aiohttp_3.6.3.bb
> similarity index 80%
> rename from meta-python/recipes-devtools/python/python3-aiohttp_3.6.2.bb
> rename to meta-python/recipes-devtools/python/python3-aiohttp_3.6.3.bb
> index 121447cdb7..824bde5e25 100644
> --- a/meta-python/recipes-devtools/python/python3-aiohttp_3.6.2.bb
> +++ b/meta-python/recipes-devtools/python/python3-aiohttp_3.6.3.bb
> @@ -4,8 +4,8 @@ HOMEPAGE = "https://github.com/aio-libs/aiohttp"
>   LICENSE = "Apache-2.0"
>   LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=cf056e8e7a0a5477451af18b7b5aa98c"
>   
> -SRC_URI[md5sum] = "ca40144c199a09fc1a141960cf6295f0"
> -SRC_URI[sha256sum] = "259ab809ff0727d0e834ac5e8a283dc5e3e0ecc30c4d80b3cd17a4139ce1f326"
> +SRC_URI[md5sum] = "13d02dc8379207dde1f6966d1fc5083d"
> +SRC_URI[sha256sum] = "698cd7bc3c7d1b82bb728bae835724a486a8c376647aec336aa21a60113c3645"
>   
>   PYPI_PACKAGE = "aiohttp"
>   inherit setuptools3 pypi
>
> 
>

[-- Attachment #2: Type: text/html, Size: 2561 bytes --]

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [oe] [meta-python][PATCH 2/7] python3-ujson: Upgrade 3.2.0 -> 4.0.1
  2020-10-13  8:59 ` [meta-python][PATCH 2/7] python3-ujson: Upgrade 3.2.0 -> 4.0.1 Leon Anavi
@ 2020-10-16 17:12   ` Trevor Gamblin
  0 siblings, 0 replies; 14+ messages in thread
From: Trevor Gamblin @ 2020-10-16 17:12 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1691 bytes --]


On 10/13/20 4:59 AM, Leon Anavi wrote:
> - Fix UnicodeDecodeError on arm64/aarch64
> - Add support for Python 3.9
> - Build wheels for Python 3.9
> - Drop support for EOL Python 3.5
> - Fix indent and add test case
> - Update code samples in README
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../python/{python3-ujson_3.2.0.bb => python3-ujson_4.0.1.bb} | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-ujson_3.2.0.bb => python3-ujson_4.0.1.bb} (83%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-ujson_3.2.0.bb b/meta-python/recipes-devtools/python/python3-ujson_4.0.1.bb
> similarity index 83%
> rename from meta-python/recipes-devtools/python/python3-ujson_3.2.0.bb
> rename to meta-python/recipes-devtools/python/python3-ujson_4.0.1.bb
> index e1d7d9d79a..2475306f91 100644
> --- a/meta-python/recipes-devtools/python/python3-ujson_3.2.0.bb
> +++ b/meta-python/recipes-devtools/python/python3-ujson_4.0.1.bb
> @@ -4,8 +4,8 @@ DESCRIPTION = "UltraJSON is an ultra fast JSON encoder and decoder written in pu
>   LICENSE = "BSD-3-Clause"
>   LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=10fa10456417c0252bcb8a498e498ffe"
>   
> -SRC_URI[md5sum] = "a524264ef4069e18d742e32e90845a3f"
> -SRC_URI[sha256sum] = "abb1996ba1c1d2faf5b1e38efa97da7f64e5373a31f705b96fe0587f5f778db4"
> +SRC_URI[md5sum] = "c8030a62912c3be18ff99fa5b25258b8"
> +SRC_URI[sha256sum] = "26cf6241b36ff5ce4539ae687b6b02673109c5e3efc96148806a7873eaa229d3"
>   
>   inherit pypi ptest setuptools3
>   
>
> 
>

[-- Attachment #2: Type: text/html, Size: 2604 bytes --]

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [oe] [meta-python][PATCH 3/7] python3-passlib: Upgrade 1.7.2 -> 1.7.4
  2020-10-13  8:59 ` [meta-python][PATCH 3/7] python3-passlib: Upgrade 1.7.2 -> 1.7.4 Leon Anavi
@ 2020-10-16 17:12   ` Trevor Gamblin
  0 siblings, 0 replies; 14+ messages in thread
From: Trevor Gamblin @ 2020-10-16 17:12 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 2088 bytes --]


On 10/13/20 4:59 AM, Leon Anavi wrote:
> Upgrade to release 1.7.4:
>
> - passlib.ext.django – updated tests to pass for Django 1.8-3.1;
>    along with some internal refactoring of the test classes.
> - CryptContext will now throw UnknownHashError when it can't
>    identify a hash provided to methods such as CryptContext.verify().
>    Previously it would throw a generic ValueError.
>
> License-Update: Updated URLs, styling fixes, bumped copyright year
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../{python3-passlib_1.7.2.bb => python3-passlib_1.7.4.bb}  | 6 +++---
>   1 file changed, 3 insertions(+), 3 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-passlib_1.7.2.bb => python3-passlib_1.7.4.bb} (76%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-passlib_1.7.2.bb b/meta-python/recipes-devtools/python/python3-passlib_1.7.4.bb
> similarity index 76%
> rename from meta-python/recipes-devtools/python/python3-passlib_1.7.2.bb
> rename to meta-python/recipes-devtools/python/python3-passlib_1.7.4.bb
> index b347163aac..fd26f3a764 100644
> --- a/meta-python/recipes-devtools/python/python3-passlib_1.7.2.bb
> +++ b/meta-python/recipes-devtools/python/python3-passlib_1.7.4.bb
> @@ -7,10 +7,10 @@ tasks, from verifying a hash found in /etc/shadow, to providing full-strength pa
>   hashing for multi-user applications."
>   HOMEPAGE = "https://foss.heptapod.net/python-libs/passlib/wikis/home"
>   LICENSE = "BSD-3-Clause"
> -LIC_FILES_CHKSUM = "file://LICENSE;md5=44fd7dcd5d42b48d6dea59ac643a0179"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=c8449c5e10474d113ab787ed2753bafe"
>   
> -SRC_URI[md5sum] = "b908529cfd4c33057c244324c692eae7"
> -SRC_URI[sha256sum] = "8d666cef936198bc2ab47ee9b0410c94adf2ba798e5a84bf220be079ae7ab6a8"
> +SRC_URI[md5sum] = "3a229cbd00dfb33e99885b43325e0591"
> +SRC_URI[sha256sum] = "defd50f72b65c5402ab2c573830a6978e5f202ad0d984793c8dde2c4152ebe04"
>   
>   inherit pypi setuptools3
>   
>
> 
>

[-- Attachment #2: Type: text/html, Size: 3181 bytes --]

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [oe] [meta-python][PATCH 4/7] python3-croniter: Upgrade 0.3.34 -> 0.3.35
  2020-10-13  8:59 ` [meta-python][PATCH 4/7] python3-croniter: Upgrade 0.3.34 -> 0.3.35 Leon Anavi
@ 2020-10-16 17:13   ` Trevor Gamblin
  0 siblings, 0 replies; 14+ messages in thread
From: Trevor Gamblin @ 2020-10-16 17:13 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 2702 bytes --]


On 10/13/20 4:59 AM, Leon Anavi wrote:
> - Handle L in ranges.
> - Add a new initializaton paramter max_years_between_matches to
>    support finding the next/previous date beyond the default 1 year
>    window, if so desired. Updated README to include additional
>    notes and example of this usage.
> - The croniter_range() function was updated to automatically
>    determines the appropriate max_years_between_matches value, this
>    preventing handling of the CroniterBadDateError exception.
> - Updated exception handling classes: CroniterBadDateError now
>    only applies during date finding operations (next/prev), and all
>    parsing errors can now be caught using CroniterBadCronError. The
>    CroniterNotAlphaError exception is now a subclass of
>    CroniterBadCronError. A breif description of each exception
>    class was added as an inline docstring.
> - Updated iterable interfaces to replace the CroniterBadDateError
>    with StopIteration if (and only if) the max_years_between_matches
>    argument is provided. The rationale here is that if the user has
>    specified the max tollernace between matches, then there's no need
>    to further inform them of no additional matches. Just stop the
>    iteration. This also keeps backwards compatibility.
> - Minor docs update.
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   ...{python3-croniter_0.3.34.bb => python3-croniter_0.3.35.bb} | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-croniter_0.3.34.bb => python3-croniter_0.3.35.bb} (68%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-croniter_0.3.34.bb b/meta-python/recipes-devtools/python/python3-croniter_0.3.35.bb
> similarity index 68%
> rename from meta-python/recipes-devtools/python/python3-croniter_0.3.34.bb
> rename to meta-python/recipes-devtools/python/python3-croniter_0.3.35.bb
> index 123d176137..388885c158 100644
> --- a/meta-python/recipes-devtools/python/python3-croniter_0.3.34.bb
> +++ b/meta-python/recipes-devtools/python/python3-croniter_0.3.35.bb
> @@ -4,8 +4,8 @@ LICENSE = "MIT"
>   LIC_FILES_CHKSUM = "file://docs/LICENSE;md5=b8ee59850b882cbf623188489ea748e2"
>   
>   PYPI_PACKAGE = "croniter"
> -SRC_URI[md5sum] = "adfeeb0032ab7aeccba908fa2eb09c33"
> -SRC_URI[sha256sum] = "7186b9b464f45cf3d3c83a18bc2344cc101d7b9fd35a05f2878437b14967e964"
> +SRC_URI[md5sum] = "8bb1443b90123f96ad64d7fae26df342"
> +SRC_URI[sha256sum] = "b9075573d9d18fdc4c67ad6741c4bfa4b446b1b1d7f03279757244c8a75abedf"
>   
>   inherit pypi setuptools3
>   
>
> 
>

[-- Attachment #2: Type: text/html, Size: 3557 bytes --]

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [oe] [meta-python][PATCH 5/7] python3-isort: Upgrade 5.5.4 -> 5.6.4
  2020-10-13  8:59 ` [meta-python][PATCH 5/7] python3-isort: Upgrade 5.5.4 -> 5.6.4 Leon Anavi
@ 2020-10-16 17:13   ` Trevor Gamblin
  0 siblings, 0 replies; 14+ messages in thread
From: Trevor Gamblin @ 2020-10-16 17:13 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 1471 bytes --]


On 10/13/20 4:59 AM, Leon Anavi wrote:
> - Fix: Empty line added between imports that should be skipped.
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../python/{python3-isort_5.5.4.bb => python3-isort_5.6.4.bb} | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-isort_5.5.4.bb => python3-isort_5.6.4.bb} (73%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-isort_5.5.4.bb b/meta-python/recipes-devtools/python/python3-isort_5.6.4.bb
> similarity index 73%
> rename from meta-python/recipes-devtools/python/python3-isort_5.5.4.bb
> rename to meta-python/recipes-devtools/python/python3-isort_5.6.4.bb
> index 0c5842790f..66a5332be7 100644
> --- a/meta-python/recipes-devtools/python/python3-isort_5.5.4.bb
> +++ b/meta-python/recipes-devtools/python/python3-isort_5.6.4.bb
> @@ -4,8 +4,8 @@ LICENSE = "MIT"
>   SECTION = "devel/python"
>   LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=6;endline=6;md5=8227180126797a0148f94f483f3e1489"
>   
> -SRC_URI[md5sum] = "6b90dd55851a8ccb3a19fe2cb82cb82f"
> -SRC_URI[sha256sum] = "ba040c24d20aa302f78f4747df549573ae1eaf8e1084269199154da9c483f07f"
> +SRC_URI[md5sum] = "d2dfc32943b1d64311facec6a05c2f98"
> +SRC_URI[sha256sum] = "dcaeec1b5f0eca77faea2a35ab790b4f3680ff75590bfcb7145986905aab2f58"
>   
>   inherit pypi setuptools3
>   
>
> 
>

[-- Attachment #2: Type: text/html, Size: 2399 bytes --]

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [oe] [meta-python][PATCH 6/7] python3-prompt-toolkit: Upgrade 3.0.7 -> 3.0.8
  2020-10-13  8:59 ` [meta-python][PATCH 6/7] python3-prompt-toolkit: Upgrade 3.0.7 -> 3.0.8 Leon Anavi
@ 2020-10-16 17:17   ` Trevor Gamblin
  0 siblings, 0 replies; 14+ messages in thread
From: Trevor Gamblin @ 2020-10-16 17:17 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 2012 bytes --]


On 10/13/20 4:59 AM, Leon Anavi wrote:
> - Added `validator` parameter to `input_dialog`.
> - Cope with stdout not having a working `fileno`.
> - Handle situation when /dev/null is piped into stdin, or when
>    stdin is closed somehow.
> - Fix for telnet/ssh server: `isatty` method was not implemented.
> - Display correct error when a tuple is passed into
>    `to_formatted_text`.
> - Pass along WORD parameter in `Document._is_word_before_cursor_complete`.
>    Fixes some key bindings.
> - Expose `ProgressBarCounter` in shortcuts module.
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   ...rompt-toolkit_3.0.7.bb => python3-prompt-toolkit_3.0.8.bb} | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-prompt-toolkit_3.0.7.bb => python3-prompt-toolkit_3.0.8.bb} (80%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.7.bb b/meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.8.bb
> similarity index 80%
> rename from meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.7.bb
> rename to meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.8.bb
> index 7b0d1a0696..0debba48d2 100644
> --- a/meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.7.bb
> +++ b/meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.8.bb
> @@ -3,8 +3,8 @@ HOMEPAGE = "https://python-prompt-toolkit.readthedocs.io/"
>   LICENSE = "BSD-3-Clause"
>   LIC_FILES_CHKSUM = "file://LICENSE;md5=b2cde7da89f0c1f3e49bf968d00d554f"
>   
> -SRC_URI[md5sum] = "f1b34c688ef7dccccb951130f008f6fe"
> -SRC_URI[sha256sum] = "822f4605f28f7d2ba6b0b09a31e25e140871e96364d1d377667b547bb3bf4489"
> +SRC_URI[md5sum] = "cf3ca19873fa9e7f6162296cf6bae419"
> +SRC_URI[sha256sum] = "25c95d2ac813909f813c93fde734b6e44406d1477a9faef7c915ff37d39c0a8c"
>   
>   inherit pypi setuptools3
>   
>
> 
>

[-- Attachment #2: Type: text/html, Size: 2986 bytes --]

^ permalink raw reply	[flat|nested] 14+ messages in thread

* Re: [oe] [meta-python][PATCH 7/7] python3-yarl: Upgrade 1.6.0 -> 1.6.2
  2020-10-13  8:59 ` [meta-python][PATCH 7/7] python3-yarl: Upgrade 1.6.0 -> 1.6.2 Leon Anavi
@ 2020-10-16 17:17   ` Trevor Gamblin
  0 siblings, 0 replies; 14+ messages in thread
From: Trevor Gamblin @ 2020-10-16 17:17 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 2185 bytes --]


On 10/13/20 4:59 AM, Leon Anavi wrote:
> - Provide generated .c files in TarBall distribution.
> - Provide wheels for aarch64, i686, ppc64le, s390x architectures
>    on Linux as well as x86_64.
> - Provide wheels for Python 3.9.
> - human_repr() now always produces valid representation equivalent
>    to the original URL (if the original URL is valid).
> - Fixed requoting a single percent followed by a percent-encoded
>    character in the Cython implementation.
> - Fix ValueError when decoding % which is not followed by two
>    hexadecimal digits.
> - Fix decoding % followed by a space and hexadecimal digit.
> - Fix annotation of with_query()/update_query() methods for
>    key=[val1, val2] case.
> - Drop Python 3.5 support; Python 3.6 is the minimal supported
>    Python version.
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../python/{python3-yarl_1.6.0.bb => python3-yarl_1.6.2.bb}   | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-yarl_1.6.0.bb => python3-yarl_1.6.2.bb} (79%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-yarl_1.6.0.bb b/meta-python/recipes-devtools/python/python3-yarl_1.6.2.bb
> similarity index 79%
> rename from meta-python/recipes-devtools/python/python3-yarl_1.6.0.bb
> rename to meta-python/recipes-devtools/python/python3-yarl_1.6.2.bb
> index 543acc51ba..dbb5d23bd2 100644
> --- a/meta-python/recipes-devtools/python/python3-yarl_1.6.0.bb
> +++ b/meta-python/recipes-devtools/python/python3-yarl_1.6.2.bb
> @@ -3,8 +3,8 @@ HOMEPAGE = "https://github.com/aio-libs/yarl/"
>   LICENSE = "Apache-2.0"
>   LIC_FILES_CHKSUM = "file://LICENSE;md5=b334fc90d45983db318f54fd5bf6c90b"
>   
> -SRC_URI[md5sum] = "802bb27ebdb260fbbaecbcc8168d6f28"
> -SRC_URI[sha256sum] = "61d3ea3c175fe45f1498af868879c6ffeb989d4143ac542163c45538ba5ec21b"
> +SRC_URI[md5sum] = "65c3346f694e37f45045f4e29a60d280"
> +SRC_URI[sha256sum] = "c45b49b59a5724869899798e1bbd447ac486215269511d3b76b4c235a1b766b6"
>   
>   SRC_URI += " \
>       file://run-ptest \
>
> 
>

[-- Attachment #2: Type: text/html, Size: 3200 bytes --]

^ permalink raw reply	[flat|nested] 14+ messages in thread

end of thread, other threads:[~2020-10-16 17:17 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-13  8:59 [meta-python][PATCH 1/7] python3-aiohttp: Upgrade 3.6.2 -> 3.6.3 Leon Anavi
2020-10-13  8:59 ` [meta-python][PATCH 2/7] python3-ujson: Upgrade 3.2.0 -> 4.0.1 Leon Anavi
2020-10-16 17:12   ` [oe] " Trevor Gamblin
2020-10-13  8:59 ` [meta-python][PATCH 3/7] python3-passlib: Upgrade 1.7.2 -> 1.7.4 Leon Anavi
2020-10-16 17:12   ` [oe] " Trevor Gamblin
2020-10-13  8:59 ` [meta-python][PATCH 4/7] python3-croniter: Upgrade 0.3.34 -> 0.3.35 Leon Anavi
2020-10-16 17:13   ` [oe] " Trevor Gamblin
2020-10-13  8:59 ` [meta-python][PATCH 5/7] python3-isort: Upgrade 5.5.4 -> 5.6.4 Leon Anavi
2020-10-16 17:13   ` [oe] " Trevor Gamblin
2020-10-13  8:59 ` [meta-python][PATCH 6/7] python3-prompt-toolkit: Upgrade 3.0.7 -> 3.0.8 Leon Anavi
2020-10-16 17:17   ` [oe] " Trevor Gamblin
2020-10-13  8:59 ` [meta-python][PATCH 7/7] python3-yarl: Upgrade 1.6.0 -> 1.6.2 Leon Anavi
2020-10-16 17:17   ` [oe] " Trevor Gamblin
2020-10-16 17:12 ` [oe] [meta-python][PATCH 1/7] python3-aiohttp: Upgrade 3.6.2 -> 3.6.3 Trevor Gamblin

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.