All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH 01/10] python3-prompt-toolkit: Upgrade 3.0.14 -> 3.0.16
@ 2021-02-23 15:22 Leon Anavi
  2021-02-23 15:22 ` [meta-python][PATCH 02/10] python3-pkgconfig: Upgrade 1.5.1 -> 1.5.2 Leon Anavi
                   ` (9 more replies)
  0 siblings, 10 replies; 20+ messages in thread
From: Leon Anavi @ 2021-02-23 15:22 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 3.0.16:

- Added ScrollablePane: a scrollable layout container.
  This allows applications to build a layout, larger than the
  terminal, with a vertical scroll bar. The vertical scrolling
  will be done automatically when certain widgets receive the
  focus.
- Added DeduplicateCompleter and ConditionalCompleter.
- Added deduplicate argument to merge_completers.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 ...rompt-toolkit_3.0.14.bb => python3-prompt-toolkit_3.0.16.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-prompt-toolkit_3.0.14.bb => python3-prompt-toolkit_3.0.16.bb} (86%)

diff --git a/meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.14.bb b/meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.16.bb
similarity index 86%
rename from meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.14.bb
rename to meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.16.bb
index e5ad069d3c..2a377d6e64 100644
--- a/meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.14.bb
+++ b/meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.16.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://python-prompt-toolkit.readthedocs.io/"
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=b2cde7da89f0c1f3e49bf968d00d554f"
 
-SRC_URI[sha256sum] = "7e966747c18ececaec785699626b771c1ba8344c8d31759a1915d6b12fad6525"
+SRC_URI[sha256sum] = "0fa02fa80363844a4ab4b8d6891f62dd0645ba672723130423ca4037b80c1974"
 
 inherit pypi setuptools3
 
-- 
2.17.1


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

* [meta-python][PATCH 02/10] python3-pkgconfig: Upgrade 1.5.1 -> 1.5.2
  2021-02-23 15:22 [meta-python][PATCH 01/10] python3-prompt-toolkit: Upgrade 3.0.14 -> 3.0.16 Leon Anavi
@ 2021-02-23 15:22 ` Leon Anavi
  2021-02-24 14:41   ` [oe] " Trevor Gamblin
  2021-02-23 15:22 ` [meta-python][PATCH 03/10] python3-mypy: Upgrade 0.800 -> 0.812 Leon Anavi
                   ` (8 subsequent siblings)
  9 siblings, 1 reply; 20+ messages in thread
From: Leon Anavi @ 2021-02-23 15:22 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 1.5.2:

- Added Support for Linux On Power
- Use poetry_core as build backend

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

diff --git a/meta-python/recipes-devtools/python/python3-pkgconfig_1.5.1.bb b/meta-python/recipes-devtools/python/python3-pkgconfig_1.5.2.bb
similarity index 72%
rename from meta-python/recipes-devtools/python/python3-pkgconfig_1.5.1.bb
rename to meta-python/recipes-devtools/python/python3-pkgconfig_1.5.2.bb
index 05ca3beecd..7a98ef2884 100644
--- a/meta-python/recipes-devtools/python/python3-pkgconfig_1.5.1.bb
+++ b/meta-python/recipes-devtools/python/python3-pkgconfig_1.5.2.bb
@@ -4,8 +4,7 @@ SECTION = "devel/python"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=faa7f82be8f220bff6156be4790344fc"
 
-SRC_URI[md5sum] = "9f9cdb224ec0a1e59efcc7cac4b91972"
-SRC_URI[sha256sum] = "97bfe3d981bab675d5ea3ef259045d7919c93897db7d3b59d4e8593cba8d354f"
+SRC_URI[sha256sum] = "38d612488f0633755a2e7a8acab6c01d20d63dbc31af75e2a9ac98a6f638ca94"
 
 RDEPENDS_${PN} = "pkgconfig \
                  ${PYTHON_PN}-shell \
-- 
2.17.1


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

* [meta-python][PATCH 03/10] python3-mypy: Upgrade 0.800 -> 0.812
  2021-02-23 15:22 [meta-python][PATCH 01/10] python3-prompt-toolkit: Upgrade 3.0.14 -> 3.0.16 Leon Anavi
  2021-02-23 15:22 ` [meta-python][PATCH 02/10] python3-pkgconfig: Upgrade 1.5.1 -> 1.5.2 Leon Anavi
@ 2021-02-23 15:22 ` Leon Anavi
  2021-02-24 14:42   ` [oe] " Trevor Gamblin
  2021-02-23 15:22 ` [meta-python][PATCH 04/10] python3-typeguard: Upgrade 2.11.0 -> 2.11.1 Leon Anavi
                   ` (7 subsequent siblings)
  9 siblings, 1 reply; 20+ messages in thread
From: Leon Anavi @ 2021-02-23 15:22 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 0.812:

- Improved source file finding
- Excluding paths

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../python/{python3-mypy_0.800.bb => python3-mypy_0.812.bb}     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-mypy_0.800.bb => python3-mypy_0.812.bb} (82%)

diff --git a/meta-python/recipes-devtools/python/python3-mypy_0.800.bb b/meta-python/recipes-devtools/python/python3-mypy_0.812.bb
similarity index 82%
rename from meta-python/recipes-devtools/python/python3-mypy_0.800.bb
rename to meta-python/recipes-devtools/python/python3-mypy_0.812.bb
index 0d019dfe1a..8faab60b97 100644
--- a/meta-python/recipes-devtools/python/python3-mypy_0.800.bb
+++ b/meta-python/recipes-devtools/python/python3-mypy_0.812.bb
@@ -13,6 +13,6 @@ PYPI_PACKAGE = "mypy"
 
 inherit pypi setuptools3
 
-SRC_URI[sha256sum] = "e0202e37756ed09daf4b0ba64ad2c245d357659e014c3f51d8cd0681ba66940a"
+SRC_URI[sha256sum] = "cd07039aa5df222037005b08fbbfd69b3ab0b0bd7a07d7906de75ae52c4e3119"
 
 BBCLASSEXTEND = "native"
-- 
2.17.1


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

* [meta-python][PATCH 04/10] python3-typeguard: Upgrade 2.11.0 -> 2.11.1
  2021-02-23 15:22 [meta-python][PATCH 01/10] python3-prompt-toolkit: Upgrade 3.0.14 -> 3.0.16 Leon Anavi
  2021-02-23 15:22 ` [meta-python][PATCH 02/10] python3-pkgconfig: Upgrade 1.5.1 -> 1.5.2 Leon Anavi
  2021-02-23 15:22 ` [meta-python][PATCH 03/10] python3-mypy: Upgrade 0.800 -> 0.812 Leon Anavi
@ 2021-02-23 15:22 ` Leon Anavi
  2021-02-24 14:44   ` [oe] " Trevor Gamblin
  2021-02-23 15:22 ` [meta-python][PATCH 05/10] python3-httplib2: Upgrade 0.18.1 -> 0.19.0 Leon Anavi
                   ` (6 subsequent siblings)
  9 siblings, 1 reply; 20+ messages in thread
From: Leon Anavi @ 2021-02-23 15:22 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 2.11.1:

- Fixed compatibility with Python 3.10

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 ...{python3-typeguard_2.11.0.bb => python3-typeguard_2.11.1.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-typeguard_2.11.0.bb => python3-typeguard_2.11.1.bb} (87%)

diff --git a/meta-python/recipes-devtools/python/python3-typeguard_2.11.0.bb b/meta-python/recipes-devtools/python/python3-typeguard_2.11.1.bb
similarity index 87%
rename from meta-python/recipes-devtools/python/python3-typeguard_2.11.0.bb
rename to meta-python/recipes-devtools/python/python3-typeguard_2.11.1.bb
index 3c9cac86bb..640adf83b7 100644
--- a/meta-python/recipes-devtools/python/python3-typeguard_2.11.0.bb
+++ b/meta-python/recipes-devtools/python/python3-typeguard_2.11.1.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://pypi.org/project/typeguard/"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=f0e423eea5c91e7aa21bdb70184b3e53"
 
-SRC_URI[sha256sum] = "cc3b9c3466823e70b47af7bc43e481ef59ad37112ae71c448f0d3fe773db7567"
+SRC_URI[sha256sum] = "33243c1cbfcb9736a06c6db22dd08876b5f297e6344aa272a2862c0f8e669f64"
 
 inherit pypi setuptools3 ptest
 
-- 
2.17.1


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

* [meta-python][PATCH 05/10] python3-httplib2: Upgrade 0.18.1 -> 0.19.0
  2021-02-23 15:22 [meta-python][PATCH 01/10] python3-prompt-toolkit: Upgrade 3.0.14 -> 3.0.16 Leon Anavi
                   ` (2 preceding siblings ...)
  2021-02-23 15:22 ` [meta-python][PATCH 04/10] python3-typeguard: Upgrade 2.11.0 -> 2.11.1 Leon Anavi
@ 2021-02-23 15:22 ` Leon Anavi
  2021-02-24 14:45   ` [oe] " Trevor Gamblin
  2021-02-23 15:22 ` [meta-python][PATCH 06/10] python3-autobahn: Upgrade 20.12.3 -> 21.2.1 Leon Anavi
                   ` (5 subsequent siblings)
  9 siblings, 1 reply; 20+ messages in thread
From: Leon Anavi @ 2021-02-23 15:22 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 0.19.0:

- auth: parse headers using pyparsing instead of regexp
- auth: WSSE token needs to be string not bytes

License-Update: Use file LICENSE instead of PKG-INFO

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 ...python3-httplib2_0.18.1.bb => python3-httplib2_0.19.0.bb} | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-httplib2_0.18.1.bb => python3-httplib2_0.19.0.bb} (52%)

diff --git a/meta-python/recipes-devtools/python/python3-httplib2_0.18.1.bb b/meta-python/recipes-devtools/python/python3-httplib2_0.19.0.bb
similarity index 52%
rename from meta-python/recipes-devtools/python/python3-httplib2_0.18.1.bb
rename to meta-python/recipes-devtools/python/python3-httplib2_0.19.0.bb
index 9c9b6c5b01..f720723a65 100644
--- a/meta-python/recipes-devtools/python/python3-httplib2_0.18.1.bb
+++ b/meta-python/recipes-devtools/python/python3-httplib2_0.19.0.bb
@@ -2,9 +2,8 @@ SUMMARY = "A comprehensive HTTP client library, httplib2 supports many features
 HOMEPAGE = "https://github.com/httplib2/httplib2"
 SECTION = "devel/python"
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://PKG-INFO;md5=7e04d1303d64a7b62421751ecb490dc2"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=56e5e931172b6164b62dc7c4aba6c8cf"
 
-SRC_URI[md5sum] = "0b331f96cdb2ae0e0342d4ea0f5f0502"
-SRC_URI[sha256sum] = "8af66c1c52c7ffe1aa5dc4bcd7c769885254b0756e6e69f953c7f0ab49a70ba3"
+SRC_URI[sha256sum] = "e0d428dad43c72dbce7d163b7753ffc7a39c097e6788ef10f4198db69b92f08e"
 
 inherit pypi setuptools3
-- 
2.17.1


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

* [meta-python][PATCH 06/10] python3-autobahn: Upgrade 20.12.3 -> 21.2.1
  2021-02-23 15:22 [meta-python][PATCH 01/10] python3-prompt-toolkit: Upgrade 3.0.14 -> 3.0.16 Leon Anavi
                   ` (3 preceding siblings ...)
  2021-02-23 15:22 ` [meta-python][PATCH 05/10] python3-httplib2: Upgrade 0.18.1 -> 0.19.0 Leon Anavi
@ 2021-02-23 15:22 ` Leon Anavi
  2021-02-24 14:46   ` [oe] " Trevor Gamblin
  2021-02-23 15:22 ` [meta-python][PATCH 07/10] python3-iso8601: Upgrade 0.1.13 -> 0.1.14 Leon Anavi
                   ` (4 subsequent siblings)
  9 siblings, 1 reply; 20+ messages in thread
From: Leon Anavi @ 2021-02-23 15:22 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 21.2.1:

- new: callback user component function "check_config" on
  container/router components
- fix: support Docker images for ARM (32 bit and 64 bit)
- fix: bake Docker multi-arch images
- fix: PyPy3 CI
- new: enable autobahn client unit tests

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

diff --git a/meta-python/recipes-devtools/python/python3-autobahn_20.12.3.bb b/meta-python/recipes-devtools/python/python3-autobahn_21.2.1.bb
similarity index 80%
rename from meta-python/recipes-devtools/python/python3-autobahn_20.12.3.bb
rename to meta-python/recipes-devtools/python/python3-autobahn_21.2.1.bb
index 90958dff53..3af81d1dab 100644
--- a/meta-python/recipes-devtools/python/python3-autobahn_20.12.3.bb
+++ b/meta-python/recipes-devtools/python/python3-autobahn_21.2.1.bb
@@ -3,8 +3,7 @@ HOMEPAGE = "http://crossbar.io/autobahn"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=97c0bda20ad1d845c6369c0e47a1cd98"
 
-SRC_URI[md5sum] = "0a465e218d904f63537092b155489468"
-SRC_URI[sha256sum] = "410a93e0e29882c8b5d5ab05d220b07609b886ef5f23c0b8d39153254ffd6895"
+SRC_URI[sha256sum] = "7e6b1bf95196b733978bab2d54a7ab8899c16ce11be369dc58422c07b7eea726"
 
 inherit pypi setuptools3
 
-- 
2.17.1


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

* [meta-python][PATCH 07/10] python3-iso8601: Upgrade 0.1.13 -> 0.1.14
  2021-02-23 15:22 [meta-python][PATCH 01/10] python3-prompt-toolkit: Upgrade 3.0.14 -> 3.0.16 Leon Anavi
                   ` (4 preceding siblings ...)
  2021-02-23 15:22 ` [meta-python][PATCH 06/10] python3-autobahn: Upgrade 20.12.3 -> 21.2.1 Leon Anavi
@ 2021-02-23 15:22 ` Leon Anavi
  2021-02-24 14:47   ` [oe] " Trevor Gamblin
  2021-02-23 15:22 ` [meta-python][PATCH 08/10] python3-alembic: Upgrade 1.5.4 -> 1.5.5 Leon Anavi
                   ` (3 subsequent siblings)
  9 siblings, 1 reply; 20+ messages in thread
From: Leon Anavi @ 2021-02-23 15:22 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 0.1.14:

- Add GitHub build actions for project
- Add project URLs in setup.py
- Update and fix README links
- Fix handling of README in setup.py (encoding fun in 3.5, 3.6
  and pypy3)
- Add Python 3.9 to test matrix
- Add type hints
- Derive ParseError from ValueError

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

diff --git a/meta-python/recipes-devtools/python/python3-iso8601_0.1.13.bb b/meta-python/recipes-devtools/python/python3-iso8601_0.1.14.bb
similarity index 69%
rename from meta-python/recipes-devtools/python/python3-iso8601_0.1.13.bb
rename to meta-python/recipes-devtools/python/python3-iso8601_0.1.14.bb
index 9e7494b3e0..c531fcc6d8 100644
--- a/meta-python/recipes-devtools/python/python3-iso8601_0.1.13.bb
+++ b/meta-python/recipes-devtools/python/python3-iso8601_0.1.14.bb
@@ -3,8 +3,7 @@ HOMEPAGE = "http://pyiso8601.readthedocs.org/"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=b05625f2336fa024e8d57e65c6595844"
 
-SRC_URI[md5sum] = "df6e924305fd799d90be63336b2ab8b3"
-SRC_URI[sha256sum] = "f7dec22af52025d4526be94cc1303c7d8f5379b746a3f54a8c8446384392eeb1"
+SRC_URI[sha256sum] = "8aafd56fa0290496c5edbb13c311f78fa3a241f0853540da09d9363eae3ebd79"
 
 inherit pypi setuptools3
 
-- 
2.17.1


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

* [meta-python][PATCH 08/10] python3-alembic: Upgrade 1.5.4 -> 1.5.5
  2021-02-23 15:22 [meta-python][PATCH 01/10] python3-prompt-toolkit: Upgrade 3.0.14 -> 3.0.16 Leon Anavi
                   ` (5 preceding siblings ...)
  2021-02-23 15:22 ` [meta-python][PATCH 07/10] python3-iso8601: Upgrade 0.1.13 -> 0.1.14 Leon Anavi
@ 2021-02-23 15:22 ` Leon Anavi
  2021-02-24 14:47   ` [oe] " Trevor Gamblin
  2021-02-23 15:22 ` [meta-python][PATCH 09/10] python3-txaio: Upgrade 20.12.1 -> 21.2.1 Leon Anavi
                   ` (2 subsequent siblings)
  9 siblings, 1 reply; 20+ messages in thread
From: Leon Anavi @ 2021-02-23 15:22 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 1.5.5:

- Adjusted the use of SQLAlchemy's .copy() internals to use
  ._copy() for version 1.4.0, as this method is being renamed.
- Added new config file option prepend_sys_path, which is a
  series of paths that will be prepended to sys.path; the
  default value in newly generated alembic.ini files is ".".

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../{python3-alembic_1.5.4.bb => python3-alembic_1.5.5.bb}      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-alembic_1.5.4.bb => python3-alembic_1.5.5.bb} (78%)

diff --git a/meta-python/recipes-devtools/python/python3-alembic_1.5.4.bb b/meta-python/recipes-devtools/python/python3-alembic_1.5.5.bb
similarity index 78%
rename from meta-python/recipes-devtools/python/python3-alembic_1.5.4.bb
rename to meta-python/recipes-devtools/python/python3-alembic_1.5.5.bb
index 9a0991d3cc..92b691e171 100644
--- a/meta-python/recipes-devtools/python/python3-alembic_1.5.4.bb
+++ b/meta-python/recipes-devtools/python/python3-alembic_1.5.5.bb
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=c4ece55266dcdd02ce165b1ee0e490bb"
 
 inherit pypi setuptools3
 
-SRC_URI[sha256sum] = "e871118b6174681f7e9a9ea67cfcae954c6d18e05b49c6b17f662d2530c76bf5"
+SRC_URI[sha256sum] = "df0028c19275a2cff137e39617a39cdcdbd1173733b87b6bfa257b7c0860213b"
 
 PYPI_PACKAGE = "alembic"
 
-- 
2.17.1


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

* [meta-python][PATCH 09/10] python3-txaio: Upgrade 20.12.1 -> 21.2.1
  2021-02-23 15:22 [meta-python][PATCH 01/10] python3-prompt-toolkit: Upgrade 3.0.14 -> 3.0.16 Leon Anavi
                   ` (6 preceding siblings ...)
  2021-02-23 15:22 ` [meta-python][PATCH 08/10] python3-alembic: Upgrade 1.5.4 -> 1.5.5 Leon Anavi
@ 2021-02-23 15:22 ` Leon Anavi
  2021-02-24 14:47   ` [oe] " Trevor Gamblin
  2021-02-23 15:22 ` [meta-python][PATCH 10/10] python3-watchdog: Upgrade 2.0.0 -> 2.0.2 Leon Anavi
  2021-02-24 14:41 ` [oe] [meta-python][PATCH 01/10] python3-prompt-toolkit: Upgrade 3.0.14 -> 3.0.16 Trevor Gamblin
  9 siblings, 1 reply; 20+ messages in thread
From: Leon Anavi @ 2021-02-23 15:22 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 21.2.1:

- fix: update minimum dependencies (here, and in other crossbar
  packages) in an attempt to tame the new pip dep resolver madness

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../{python3-txaio_20.12.1.bb => python3-txaio_21.2.1.bb}       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-txaio_20.12.1.bb => python3-txaio_21.2.1.bb} (75%)

diff --git a/meta-python/recipes-devtools/python/python3-txaio_20.12.1.bb b/meta-python/recipes-devtools/python/python3-txaio_21.2.1.bb
similarity index 75%
rename from meta-python/recipes-devtools/python/python3-txaio_20.12.1.bb
rename to meta-python/recipes-devtools/python/python3-txaio_21.2.1.bb
index f4baeb10fe..53dcb5cc69 100644
--- a/meta-python/recipes-devtools/python/python3-txaio_20.12.1.bb
+++ b/meta-python/recipes-devtools/python/python3-txaio_21.2.1.bb
@@ -3,7 +3,7 @@ DESCRIPTION = "Compatibility API between asyncio/Twisted/Trollius"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=97c0bda20ad1d845c6369c0e47a1cd98"
 
-SRC_URI[sha256sum] = "1488d31d564a116538cc1265ac3f7979fb6223bb5a9e9f1479436ee2c17d8549"
+SRC_URI[sha256sum] = "7d6f89745680233f1c4db9ddb748df5e88d2a7a37962be174c0fd04c8dba1dc8"
 
 inherit pypi setuptools3
 
-- 
2.17.1


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

* [meta-python][PATCH 10/10] python3-watchdog: Upgrade 2.0.0 -> 2.0.2
  2021-02-23 15:22 [meta-python][PATCH 01/10] python3-prompt-toolkit: Upgrade 3.0.14 -> 3.0.16 Leon Anavi
                   ` (7 preceding siblings ...)
  2021-02-23 15:22 ` [meta-python][PATCH 09/10] python3-txaio: Upgrade 20.12.1 -> 21.2.1 Leon Anavi
@ 2021-02-23 15:22 ` Leon Anavi
  2021-02-24 14:47   ` [oe] " Trevor Gamblin
  2021-02-24 14:41 ` [oe] [meta-python][PATCH 01/10] python3-prompt-toolkit: Upgrade 3.0.14 -> 3.0.16 Trevor Gamblin
  9 siblings, 1 reply; 20+ messages in thread
From: Leon Anavi @ 2021-02-23 15:22 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 2.0.2:

- [mac] Add missing exception objects
- Thanks to contributors

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../{python3-watchdog_2.0.0.bb => python3-watchdog_2.0.2.bb}    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-watchdog_2.0.0.bb => python3-watchdog_2.0.2.bb} (80%)

diff --git a/meta-python/recipes-devtools/python/python3-watchdog_2.0.0.bb b/meta-python/recipes-devtools/python/python3-watchdog_2.0.2.bb
similarity index 80%
rename from meta-python/recipes-devtools/python/python3-watchdog_2.0.0.bb
rename to meta-python/recipes-devtools/python/python3-watchdog_2.0.2.bb
index 3dd1f8182f..c5387dc356 100644
--- a/meta-python/recipes-devtools/python/python3-watchdog_2.0.0.bb
+++ b/meta-python/recipes-devtools/python/python3-watchdog_2.0.2.bb
@@ -4,7 +4,7 @@ DEPENDS = "${PYTHON_PN}-argh"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
 
-SRC_URI[sha256sum] = "fd4b56cfbe0d0d9c4fc431aceca75700a7f12d3737dc2e9cb2ec2ba649680425"
+SRC_URI[sha256sum] = "532fedd993e75554671faa36cd04c580ced3fae084254a779afbbd8aaf00566b"
 
 inherit pypi setuptools3
 
-- 
2.17.1


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

* Re: [oe] [meta-python][PATCH 01/10] python3-prompt-toolkit: Upgrade 3.0.14 -> 3.0.16
  2021-02-23 15:22 [meta-python][PATCH 01/10] python3-prompt-toolkit: Upgrade 3.0.14 -> 3.0.16 Leon Anavi
                   ` (8 preceding siblings ...)
  2021-02-23 15:22 ` [meta-python][PATCH 10/10] python3-watchdog: Upgrade 2.0.0 -> 2.0.2 Leon Anavi
@ 2021-02-24 14:41 ` Trevor Gamblin
  9 siblings, 0 replies; 20+ messages in thread
From: Trevor Gamblin @ 2021-02-24 14:41 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

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


On 2021-02-23 10:22 a.m., Leon Anavi wrote:
> [Please note: This e-mail is from an EXTERNAL e-mail address]
>
> Upgrade to release 3.0.16:
>
> - Added ScrollablePane: a scrollable layout container.
>    This allows applications to build a layout, larger than the
>    terminal, with a vertical scroll bar. The vertical scrolling
>    will be done automatically when certain widgets receive the
>    focus.
> - Added DeduplicateCompleter and ConditionalCompleter.
> - Added deduplicate argument to merge_completers.
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   ...rompt-toolkit_3.0.14.bb => python3-prompt-toolkit_3.0.16.bb} | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>   rename meta-python/recipes-devtools/python/{python3-prompt-toolkit_3.0.14.bb => python3-prompt-toolkit_3.0.16.bb} (86%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.14.bb b/meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.16.bb
> similarity index 86%
> rename from meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.14.bb
> rename to meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.16.bb
> index e5ad069d3c..2a377d6e64 100644
> --- a/meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.14.bb
> +++ b/meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.16.bb
> @@ -3,7 +3,7 @@ HOMEPAGE = "https://python-prompt-toolkit.readthedocs.io/"
>   LICENSE = "BSD-3-Clause"
>   LIC_FILES_CHKSUM = "file://LICENSE;md5=b2cde7da89f0c1f3e49bf968d00d554f"
>
> -SRC_URI[sha256sum] = "7e966747c18ececaec785699626b771c1ba8344c8d31759a1915d6b12fad6525"
> +SRC_URI[sha256sum] = "0fa02fa80363844a4ab4b8d6891f62dd0645ba672723130423ca4037b80c1974"
>
>   inherit pypi setuptools3
>
> --
> 2.17.1
>
>
> 
>

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

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

* Re: [oe] [meta-python][PATCH 02/10] python3-pkgconfig: Upgrade 1.5.1 -> 1.5.2
  2021-02-23 15:22 ` [meta-python][PATCH 02/10] python3-pkgconfig: Upgrade 1.5.1 -> 1.5.2 Leon Anavi
@ 2021-02-24 14:41   ` Trevor Gamblin
  0 siblings, 0 replies; 20+ messages in thread
From: Trevor Gamblin @ 2021-02-24 14:41 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

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


On 2021-02-23 10:22 a.m., Leon Anavi wrote:
> [Please note: This e-mail is from an EXTERNAL e-mail address]
>
> Upgrade to release 1.5.2:
>
> - Added Support for Linux On Power
> - Use poetry_core as build backend
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../{python3-pkgconfig_1.5.1.bb => python3-pkgconfig_1.5.2.bb} | 3 +--
>   1 file changed, 1 insertion(+), 2 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-pkgconfig_1.5.1.bb => python3-pkgconfig_1.5.2.bb} (72%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-pkgconfig_1.5.1.bb b/meta-python/recipes-devtools/python/python3-pkgconfig_1.5.2.bb
> similarity index 72%
> rename from meta-python/recipes-devtools/python/python3-pkgconfig_1.5.1.bb
> rename to meta-python/recipes-devtools/python/python3-pkgconfig_1.5.2.bb
> index 05ca3beecd..7a98ef2884 100644
> --- a/meta-python/recipes-devtools/python/python3-pkgconfig_1.5.1.bb
> +++ b/meta-python/recipes-devtools/python/python3-pkgconfig_1.5.2.bb
> @@ -4,8 +4,7 @@ SECTION = "devel/python"
>   LICENSE = "MIT"
>   LIC_FILES_CHKSUM = "file://LICENSE;md5=faa7f82be8f220bff6156be4790344fc"
>
> -SRC_URI[md5sum] = "9f9cdb224ec0a1e59efcc7cac4b91972"
> -SRC_URI[sha256sum] = "97bfe3d981bab675d5ea3ef259045d7919c93897db7d3b59d4e8593cba8d354f"
> +SRC_URI[sha256sum] = "38d612488f0633755a2e7a8acab6c01d20d63dbc31af75e2a9ac98a6f638ca94"
>
>   RDEPENDS_${PN} = "pkgconfig \
>                    ${PYTHON_PN}-shell \
> --
> 2.17.1
>
>
> 
>

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

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

* Re: [oe] [meta-python][PATCH 03/10] python3-mypy: Upgrade 0.800 -> 0.812
  2021-02-23 15:22 ` [meta-python][PATCH 03/10] python3-mypy: Upgrade 0.800 -> 0.812 Leon Anavi
@ 2021-02-24 14:42   ` Trevor Gamblin
  0 siblings, 0 replies; 20+ messages in thread
From: Trevor Gamblin @ 2021-02-24 14:42 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

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


On 2021-02-23 10:22 a.m., Leon Anavi wrote:
> [Please note: This e-mail is from an EXTERNAL e-mail address]
>
> Upgrade to release 0.812:
>
> - Improved source file finding
> - Excluding paths
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../python/{python3-mypy_0.800.bb => python3-mypy_0.812.bb}     | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>   rename meta-python/recipes-devtools/python/{python3-mypy_0.800.bb => python3-mypy_0.812.bb} (82%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-mypy_0.800.bb b/meta-python/recipes-devtools/python/python3-mypy_0.812.bb
> similarity index 82%
> rename from meta-python/recipes-devtools/python/python3-mypy_0.800.bb
> rename to meta-python/recipes-devtools/python/python3-mypy_0.812.bb
> index 0d019dfe1a..8faab60b97 100644
> --- a/meta-python/recipes-devtools/python/python3-mypy_0.800.bb
> +++ b/meta-python/recipes-devtools/python/python3-mypy_0.812.bb
> @@ -13,6 +13,6 @@ PYPI_PACKAGE = "mypy"
>
>   inherit pypi setuptools3
>
> -SRC_URI[sha256sum] = "e0202e37756ed09daf4b0ba64ad2c245d357659e014c3f51d8cd0681ba66940a"
> +SRC_URI[sha256sum] = "cd07039aa5df222037005b08fbbfd69b3ab0b0bd7a07d7906de75ae52c4e3119"
>
>   BBCLASSEXTEND = "native"
> --
> 2.17.1
>
>
> 
>

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

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

* Re: [oe] [meta-python][PATCH 04/10] python3-typeguard: Upgrade 2.11.0 -> 2.11.1
  2021-02-23 15:22 ` [meta-python][PATCH 04/10] python3-typeguard: Upgrade 2.11.0 -> 2.11.1 Leon Anavi
@ 2021-02-24 14:44   ` Trevor Gamblin
  0 siblings, 0 replies; 20+ messages in thread
From: Trevor Gamblin @ 2021-02-24 14:44 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

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


On 2021-02-23 10:22 a.m., Leon Anavi wrote:
> [Please note: This e-mail is from an EXTERNAL e-mail address]
>
> Upgrade to release 2.11.1:
>
> - Fixed compatibility with Python 3.10
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   ...{python3-typeguard_2.11.0.bb => python3-typeguard_2.11.1.bb} | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>   rename meta-python/recipes-devtools/python/{python3-typeguard_2.11.0.bb => python3-typeguard_2.11.1.bb} (87%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-typeguard_2.11.0.bb b/meta-python/recipes-devtools/python/python3-typeguard_2.11.1.bb
> similarity index 87%
> rename from meta-python/recipes-devtools/python/python3-typeguard_2.11.0.bb
> rename to meta-python/recipes-devtools/python/python3-typeguard_2.11.1.bb
> index 3c9cac86bb..640adf83b7 100644
> --- a/meta-python/recipes-devtools/python/python3-typeguard_2.11.0.bb
> +++ b/meta-python/recipes-devtools/python/python3-typeguard_2.11.1.bb
> @@ -3,7 +3,7 @@ HOMEPAGE = "https://pypi.org/project/typeguard/"
>   LICENSE = "MIT"
>   LIC_FILES_CHKSUM = "file://LICENSE;md5=f0e423eea5c91e7aa21bdb70184b3e53"
>
> -SRC_URI[sha256sum] = "cc3b9c3466823e70b47af7bc43e481ef59ad37112ae71c448f0d3fe773db7567"
> +SRC_URI[sha256sum] = "33243c1cbfcb9736a06c6db22dd08876b5f297e6344aa272a2862c0f8e669f64"
>
>   inherit pypi setuptools3 ptest
>
> --
> 2.17.1
>
>
> 
>

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

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

* Re: [oe] [meta-python][PATCH 05/10] python3-httplib2: Upgrade 0.18.1 -> 0.19.0
  2021-02-23 15:22 ` [meta-python][PATCH 05/10] python3-httplib2: Upgrade 0.18.1 -> 0.19.0 Leon Anavi
@ 2021-02-24 14:45   ` Trevor Gamblin
  0 siblings, 0 replies; 20+ messages in thread
From: Trevor Gamblin @ 2021-02-24 14:45 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

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


On 2021-02-23 10:22 a.m., Leon Anavi wrote:
> [Please note: This e-mail is from an EXTERNAL e-mail address]
>
> Upgrade to release 0.19.0:
>
> - auth: parse headers using pyparsing instead of regexp
> - auth: WSSE token needs to be string not bytes
>
> License-Update: Use file LICENSE instead of PKG-INFO
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   ...python3-httplib2_0.18.1.bb => python3-httplib2_0.19.0.bb} | 5 ++---
>   1 file changed, 2 insertions(+), 3 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-httplib2_0.18.1.bb => python3-httplib2_0.19.0.bb} (52%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-httplib2_0.18.1.bb b/meta-python/recipes-devtools/python/python3-httplib2_0.19.0.bb
> similarity index 52%
> rename from meta-python/recipes-devtools/python/python3-httplib2_0.18.1.bb
> rename to meta-python/recipes-devtools/python/python3-httplib2_0.19.0.bb
> index 9c9b6c5b01..f720723a65 100644
> --- a/meta-python/recipes-devtools/python/python3-httplib2_0.18.1.bb
> +++ b/meta-python/recipes-devtools/python/python3-httplib2_0.19.0.bb
> @@ -2,9 +2,8 @@ SUMMARY = "A comprehensive HTTP client library, httplib2 supports many features
>   HOMEPAGE = "https://github.com/httplib2/httplib2"
>   SECTION = "devel/python"
>   LICENSE = "MIT"
> -LIC_FILES_CHKSUM = "file://PKG-INFO;md5=7e04d1303d64a7b62421751ecb490dc2"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=56e5e931172b6164b62dc7c4aba6c8cf"
>
> -SRC_URI[md5sum] = "0b331f96cdb2ae0e0342d4ea0f5f0502"
> -SRC_URI[sha256sum] = "8af66c1c52c7ffe1aa5dc4bcd7c769885254b0756e6e69f953c7f0ab49a70ba3"
> +SRC_URI[sha256sum] = "e0d428dad43c72dbce7d163b7753ffc7a39c097e6788ef10f4198db69b92f08e"
>
>   inherit pypi setuptools3
> --
> 2.17.1
>
>
> 
>

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

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

* Re: [oe] [meta-python][PATCH 06/10] python3-autobahn: Upgrade 20.12.3 -> 21.2.1
  2021-02-23 15:22 ` [meta-python][PATCH 06/10] python3-autobahn: Upgrade 20.12.3 -> 21.2.1 Leon Anavi
@ 2021-02-24 14:46   ` Trevor Gamblin
  0 siblings, 0 replies; 20+ messages in thread
From: Trevor Gamblin @ 2021-02-24 14:46 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

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


On 2021-02-23 10:22 a.m., Leon Anavi wrote:
> [Please note: This e-mail is from an EXTERNAL e-mail address]
>
> Upgrade to release 21.2.1:
>
> - new: callback user component function "check_config" on
>    container/router components
> - fix: support Docker images for ARM (32 bit and 64 bit)
> - fix: bake Docker multi-arch images
> - fix: PyPy3 CI
> - new: enable autobahn client unit tests
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   ...{python3-autobahn_20.12.3.bb => python3-autobahn_21.2.1.bb} | 3 +--
>   1 file changed, 1 insertion(+), 2 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-autobahn_20.12.3.bb => python3-autobahn_21.2.1.bb} (80%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-autobahn_20.12.3.bb b/meta-python/recipes-devtools/python/python3-autobahn_21.2.1.bb
> similarity index 80%
> rename from meta-python/recipes-devtools/python/python3-autobahn_20.12.3.bb
> rename to meta-python/recipes-devtools/python/python3-autobahn_21.2.1.bb
> index 90958dff53..3af81d1dab 100644
> --- a/meta-python/recipes-devtools/python/python3-autobahn_20.12.3.bb
> +++ b/meta-python/recipes-devtools/python/python3-autobahn_21.2.1.bb
> @@ -3,8 +3,7 @@ HOMEPAGE = "http://crossbar.io/autobahn"
>   LICENSE = "MIT"
>   LIC_FILES_CHKSUM = "file://LICENSE;md5=97c0bda20ad1d845c6369c0e47a1cd98"
>
> -SRC_URI[md5sum] = "0a465e218d904f63537092b155489468"
> -SRC_URI[sha256sum] = "410a93e0e29882c8b5d5ab05d220b07609b886ef5f23c0b8d39153254ffd6895"
> +SRC_URI[sha256sum] = "7e6b1bf95196b733978bab2d54a7ab8899c16ce11be369dc58422c07b7eea726"
>
>   inherit pypi setuptools3
>
> --
> 2.17.1
>
>
> 
>

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

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

* Re: [oe] [meta-python][PATCH 07/10] python3-iso8601: Upgrade 0.1.13 -> 0.1.14
  2021-02-23 15:22 ` [meta-python][PATCH 07/10] python3-iso8601: Upgrade 0.1.13 -> 0.1.14 Leon Anavi
@ 2021-02-24 14:47   ` Trevor Gamblin
  0 siblings, 0 replies; 20+ messages in thread
From: Trevor Gamblin @ 2021-02-24 14:47 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

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


On 2021-02-23 10:22 a.m., Leon Anavi wrote:
> [Please note: This e-mail is from an EXTERNAL e-mail address]
>
> Upgrade to release 0.1.14:
>
> - Add GitHub build actions for project
> - Add project URLs in setup.py
> - Update and fix README links
> - Fix handling of README in setup.py (encoding fun in 3.5, 3.6
>    and pypy3)
> - Add Python 3.9 to test matrix
> - Add type hints
> - Derive ParseError from ValueError
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../{python3-iso8601_0.1.13.bb => python3-iso8601_0.1.14.bb}   | 3 +--
>   1 file changed, 1 insertion(+), 2 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-iso8601_0.1.13.bb => python3-iso8601_0.1.14.bb} (69%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-iso8601_0.1.13.bb b/meta-python/recipes-devtools/python/python3-iso8601_0.1.14.bb
> similarity index 69%
> rename from meta-python/recipes-devtools/python/python3-iso8601_0.1.13.bb
> rename to meta-python/recipes-devtools/python/python3-iso8601_0.1.14.bb
> index 9e7494b3e0..c531fcc6d8 100644
> --- a/meta-python/recipes-devtools/python/python3-iso8601_0.1.13.bb
> +++ b/meta-python/recipes-devtools/python/python3-iso8601_0.1.14.bb
> @@ -3,8 +3,7 @@ HOMEPAGE = "http://pyiso8601.readthedocs.org/"
>   LICENSE = "MIT"
>   LIC_FILES_CHKSUM = "file://LICENSE;md5=b05625f2336fa024e8d57e65c6595844"
>
> -SRC_URI[md5sum] = "df6e924305fd799d90be63336b2ab8b3"
> -SRC_URI[sha256sum] = "f7dec22af52025d4526be94cc1303c7d8f5379b746a3f54a8c8446384392eeb1"
> +SRC_URI[sha256sum] = "8aafd56fa0290496c5edbb13c311f78fa3a241f0853540da09d9363eae3ebd79"
>
>   inherit pypi setuptools3
>
> --
> 2.17.1
>
>
> 
>

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

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

* Re: [oe] [meta-python][PATCH 08/10] python3-alembic: Upgrade 1.5.4 -> 1.5.5
  2021-02-23 15:22 ` [meta-python][PATCH 08/10] python3-alembic: Upgrade 1.5.4 -> 1.5.5 Leon Anavi
@ 2021-02-24 14:47   ` Trevor Gamblin
  0 siblings, 0 replies; 20+ messages in thread
From: Trevor Gamblin @ 2021-02-24 14:47 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

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


On 2021-02-23 10:22 a.m., Leon Anavi wrote:
> [Please note: This e-mail is from an EXTERNAL e-mail address]
>
> Upgrade to release 1.5.5:
>
> - Adjusted the use of SQLAlchemy's .copy() internals to use
>    ._copy() for version 1.4.0, as this method is being renamed.
> - Added new config file option prepend_sys_path, which is a
>    series of paths that will be prepended to sys.path; the
>    default value in newly generated alembic.ini files is ".".
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../{python3-alembic_1.5.4.bb => python3-alembic_1.5.5.bb}      | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>   rename meta-python/recipes-devtools/python/{python3-alembic_1.5.4.bb => python3-alembic_1.5.5.bb} (78%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-alembic_1.5.4.bb b/meta-python/recipes-devtools/python/python3-alembic_1.5.5.bb
> similarity index 78%
> rename from meta-python/recipes-devtools/python/python3-alembic_1.5.4.bb
> rename to meta-python/recipes-devtools/python/python3-alembic_1.5.5.bb
> index 9a0991d3cc..92b691e171 100644
> --- a/meta-python/recipes-devtools/python/python3-alembic_1.5.4.bb
> +++ b/meta-python/recipes-devtools/python/python3-alembic_1.5.5.bb
> @@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=c4ece55266dcdd02ce165b1ee0e490bb"
>
>   inherit pypi setuptools3
>
> -SRC_URI[sha256sum] = "e871118b6174681f7e9a9ea67cfcae954c6d18e05b49c6b17f662d2530c76bf5"
> +SRC_URI[sha256sum] = "df0028c19275a2cff137e39617a39cdcdbd1173733b87b6bfa257b7c0860213b"
>
>   PYPI_PACKAGE = "alembic"
>
> --
> 2.17.1
>
>
> 
>

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

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

* Re: [oe] [meta-python][PATCH 09/10] python3-txaio: Upgrade 20.12.1 -> 21.2.1
  2021-02-23 15:22 ` [meta-python][PATCH 09/10] python3-txaio: Upgrade 20.12.1 -> 21.2.1 Leon Anavi
@ 2021-02-24 14:47   ` Trevor Gamblin
  0 siblings, 0 replies; 20+ messages in thread
From: Trevor Gamblin @ 2021-02-24 14:47 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

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


On 2021-02-23 10:22 a.m., Leon Anavi wrote:
> [Please note: This e-mail is from an EXTERNAL e-mail address]
>
> Upgrade to release 21.2.1:
>
> - fix: update minimum dependencies (here, and in other crossbar
>    packages) in an attempt to tame the new pip dep resolver madness
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../{python3-txaio_20.12.1.bb => python3-txaio_21.2.1.bb}       | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>   rename meta-python/recipes-devtools/python/{python3-txaio_20.12.1.bb => python3-txaio_21.2.1.bb} (75%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-txaio_20.12.1.bb b/meta-python/recipes-devtools/python/python3-txaio_21.2.1.bb
> similarity index 75%
> rename from meta-python/recipes-devtools/python/python3-txaio_20.12.1.bb
> rename to meta-python/recipes-devtools/python/python3-txaio_21.2.1.bb
> index f4baeb10fe..53dcb5cc69 100644
> --- a/meta-python/recipes-devtools/python/python3-txaio_20.12.1.bb
> +++ b/meta-python/recipes-devtools/python/python3-txaio_21.2.1.bb
> @@ -3,7 +3,7 @@ DESCRIPTION = "Compatibility API between asyncio/Twisted/Trollius"
>   LICENSE = "MIT"
>   LIC_FILES_CHKSUM = "file://LICENSE;md5=97c0bda20ad1d845c6369c0e47a1cd98"
>
> -SRC_URI[sha256sum] = "1488d31d564a116538cc1265ac3f7979fb6223bb5a9e9f1479436ee2c17d8549"
> +SRC_URI[sha256sum] = "7d6f89745680233f1c4db9ddb748df5e88d2a7a37962be174c0fd04c8dba1dc8"
>
>   inherit pypi setuptools3
>
> --
> 2.17.1
>
>
> 
>

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

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

* Re: [oe] [meta-python][PATCH 10/10] python3-watchdog: Upgrade 2.0.0 -> 2.0.2
  2021-02-23 15:22 ` [meta-python][PATCH 10/10] python3-watchdog: Upgrade 2.0.0 -> 2.0.2 Leon Anavi
@ 2021-02-24 14:47   ` Trevor Gamblin
  0 siblings, 0 replies; 20+ messages in thread
From: Trevor Gamblin @ 2021-02-24 14:47 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

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


On 2021-02-23 10:22 a.m., Leon Anavi wrote:
> [Please note: This e-mail is from an EXTERNAL e-mail address]
>
> Upgrade to release 2.0.2:
>
> - [mac] Add missing exception objects
> - Thanks to contributors
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../{python3-watchdog_2.0.0.bb => python3-watchdog_2.0.2.bb}    | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>   rename meta-python/recipes-devtools/python/{python3-watchdog_2.0.0.bb => python3-watchdog_2.0.2.bb} (80%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-watchdog_2.0.0.bb b/meta-python/recipes-devtools/python/python3-watchdog_2.0.2.bb
> similarity index 80%
> rename from meta-python/recipes-devtools/python/python3-watchdog_2.0.0.bb
> rename to meta-python/recipes-devtools/python/python3-watchdog_2.0.2.bb
> index 3dd1f8182f..c5387dc356 100644
> --- a/meta-python/recipes-devtools/python/python3-watchdog_2.0.0.bb
> +++ b/meta-python/recipes-devtools/python/python3-watchdog_2.0.2.bb
> @@ -4,7 +4,7 @@ DEPENDS = "${PYTHON_PN}-argh"
>   LICENSE = "Apache-2.0"
>   LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
>
> -SRC_URI[sha256sum] = "fd4b56cfbe0d0d9c4fc431aceca75700a7f12d3737dc2e9cb2ec2ba649680425"
> +SRC_URI[sha256sum] = "532fedd993e75554671faa36cd04c580ced3fae084254a779afbbd8aaf00566b"
>
>   inherit pypi setuptools3
>
> --
> 2.17.1
>
>
> 
>

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

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

end of thread, other threads:[~2021-02-24 14:47 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-23 15:22 [meta-python][PATCH 01/10] python3-prompt-toolkit: Upgrade 3.0.14 -> 3.0.16 Leon Anavi
2021-02-23 15:22 ` [meta-python][PATCH 02/10] python3-pkgconfig: Upgrade 1.5.1 -> 1.5.2 Leon Anavi
2021-02-24 14:41   ` [oe] " Trevor Gamblin
2021-02-23 15:22 ` [meta-python][PATCH 03/10] python3-mypy: Upgrade 0.800 -> 0.812 Leon Anavi
2021-02-24 14:42   ` [oe] " Trevor Gamblin
2021-02-23 15:22 ` [meta-python][PATCH 04/10] python3-typeguard: Upgrade 2.11.0 -> 2.11.1 Leon Anavi
2021-02-24 14:44   ` [oe] " Trevor Gamblin
2021-02-23 15:22 ` [meta-python][PATCH 05/10] python3-httplib2: Upgrade 0.18.1 -> 0.19.0 Leon Anavi
2021-02-24 14:45   ` [oe] " Trevor Gamblin
2021-02-23 15:22 ` [meta-python][PATCH 06/10] python3-autobahn: Upgrade 20.12.3 -> 21.2.1 Leon Anavi
2021-02-24 14:46   ` [oe] " Trevor Gamblin
2021-02-23 15:22 ` [meta-python][PATCH 07/10] python3-iso8601: Upgrade 0.1.13 -> 0.1.14 Leon Anavi
2021-02-24 14:47   ` [oe] " Trevor Gamblin
2021-02-23 15:22 ` [meta-python][PATCH 08/10] python3-alembic: Upgrade 1.5.4 -> 1.5.5 Leon Anavi
2021-02-24 14:47   ` [oe] " Trevor Gamblin
2021-02-23 15:22 ` [meta-python][PATCH 09/10] python3-txaio: Upgrade 20.12.1 -> 21.2.1 Leon Anavi
2021-02-24 14:47   ` [oe] " Trevor Gamblin
2021-02-23 15:22 ` [meta-python][PATCH 10/10] python3-watchdog: Upgrade 2.0.0 -> 2.0.2 Leon Anavi
2021-02-24 14:47   ` [oe] " Trevor Gamblin
2021-02-24 14:41 ` [oe] [meta-python][PATCH 01/10] python3-prompt-toolkit: Upgrade 3.0.14 -> 3.0.16 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.