All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH 01/11] python3-configshell-fb: Upgrade 1.1.28 -> 1.1.29
@ 2021-03-25 13:34 Leon Anavi
  2021-03-25 13:34 ` [meta-python][PATCH 02/11] python3-backports-functools-lru-cache: Upgrade 1.6.1 -> 1.6.3 Leon Anavi
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Leon Anavi @ 2021-03-25 13:34 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 1.1.29:

- setup.py: specify a version range for pyparsing
- Don't warn if prefs file doesn't exist

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 ...onfigshell-fb_1.1.28.bb => python3-configshell-fb_1.1.29.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-configshell-fb_1.1.28.bb => python3-configshell-fb_1.1.29.bb} (91%)

diff --git a/meta-python/recipes-devtools/python/python3-configshell-fb_1.1.28.bb b/meta-python/recipes-devtools/python/python3-configshell-fb_1.1.29.bb
similarity index 91%
rename from meta-python/recipes-devtools/python/python3-configshell-fb_1.1.28.bb
rename to meta-python/recipes-devtools/python/python3-configshell-fb_1.1.29.bb
index 2d9ec079a..70e67a1a7 100644
--- a/meta-python/recipes-devtools/python/python3-configshell-fb_1.1.28.bb
+++ b/meta-python/recipes-devtools/python/python3-configshell-fb_1.1.29.bb
@@ -7,7 +7,7 @@ LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://COPYING;md5=1dece7821bf3fd70fe1309eaa37d52a2"
 
 SRC_URI = "git://github.com/open-iscsi/configshell-fb.git;protocol=https;branch=master"
-SRCREV = "da8f0cef114e7343a7ae96ff1db7c8c574f819be"
+SRCREV = "d74a33b69f688ed9b8b28033835303604639d4eb"
 
 S = "${WORKDIR}/git"
 
-- 
2.17.1


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

* [meta-python][PATCH 02/11] python3-backports-functools-lru-cache: Upgrade 1.6.1 -> 1.6.3
  2021-03-25 13:34 [meta-python][PATCH 01/11] python3-configshell-fb: Upgrade 1.1.28 -> 1.1.29 Leon Anavi
@ 2021-03-25 13:34 ` Leon Anavi
  2021-03-25 13:34 ` [meta-python][PATCH 03/11] python3-pytest-helpers-namespace: Upgrade 2019.1.8 -> 2021.3.24 Leon Anavi
                   ` (8 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Leon Anavi @ 2021-03-25 13:34 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 1.6.3:

- Restore universal wheel.
- Packaging refresh.

License-Update: Update license file, license remains the same.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 ...6.1.bb => python3-backports-functools-lru-cache_1.6.3.bb} | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-backports-functools-lru-cache_1.6.1.bb => python3-backports-functools-lru-cache_1.6.3.bb} (73%)

diff --git a/meta-python/recipes-devtools/python/python3-backports-functools-lru-cache_1.6.1.bb b/meta-python/recipes-devtools/python/python3-backports-functools-lru-cache_1.6.3.bb
similarity index 73%
rename from meta-python/recipes-devtools/python/python3-backports-functools-lru-cache_1.6.1.bb
rename to meta-python/recipes-devtools/python/python3-backports-functools-lru-cache_1.6.3.bb
index e967958c0..0d232dcab 100644
--- a/meta-python/recipes-devtools/python/python3-backports-functools-lru-cache_1.6.1.bb
+++ b/meta-python/recipes-devtools/python/python3-backports-functools-lru-cache_1.6.3.bb
@@ -2,12 +2,11 @@ SUMMARY = "Backport of functools.lru_cache from Python 3.3"
 HOMEPAGE = "https://github.com/jaraco/backports.functools_lru_cache"
 SECTION = "devel/python"
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=a33f38bbf47d48c70fe0d40e5f77498e"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=7a7126e068206290f3fe9f8d6c713ea6"
 
 PYPI_PACKAGE = "backports.functools_lru_cache"
 
-SRC_URI[md5sum] = "103000b21a8e683647e2ce41929f2a9d"
-SRC_URI[sha256sum] = "8fde5f188da2d593bd5bc0be98d9abc46c95bb8a9dde93429570192ee6cc2d4a"
+SRC_URI[sha256sum] = "d84e126e2a29e4fde8931ff8131240bbf30a0e7dbcc3897a8dbd8ea5ac11419c"
 
 DEPENDS += "${PYTHON_PN}-setuptools-scm-native"
 
-- 
2.17.1


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

* [meta-python][PATCH 03/11] python3-pytest-helpers-namespace: Upgrade 2019.1.8 -> 2021.3.24
  2021-03-25 13:34 [meta-python][PATCH 01/11] python3-configshell-fb: Upgrade 1.1.28 -> 1.1.29 Leon Anavi
  2021-03-25 13:34 ` [meta-python][PATCH 02/11] python3-backports-functools-lru-cache: Upgrade 1.6.1 -> 1.6.3 Leon Anavi
@ 2021-03-25 13:34 ` Leon Anavi
  2021-03-25 13:34 ` [meta-python][PATCH 04/11] python3-elementpath: Upgrade 2.2.0 -> 2.2.1 Leon Anavi
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Leon Anavi @ 2021-03-25 13:34 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 2021.3.24:

- Switched project to a src layout.
- Switched project to a declarative setuptools approach
- Added support to check if a helper has been registered

License-Update: Fix year in the license file

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 ...b => python3-pytest-helpers-namespace_2021.3.24.bb} | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-pytest-helpers-namespace_2019.1.8.bb => python3-pytest-helpers-namespace_2021.3.24.bb} (64%)

diff --git a/meta-python/recipes-devtools/python/python3-pytest-helpers-namespace_2019.1.8.bb b/meta-python/recipes-devtools/python/python3-pytest-helpers-namespace_2021.3.24.bb
similarity index 64%
rename from meta-python/recipes-devtools/python/python3-pytest-helpers-namespace_2019.1.8.bb
rename to meta-python/recipes-devtools/python/python3-pytest-helpers-namespace_2021.3.24.bb
index b3aced4f6..9211ac394 100644
--- a/meta-python/recipes-devtools/python/python3-pytest-helpers-namespace_2019.1.8.bb
+++ b/meta-python/recipes-devtools/python/python3-pytest-helpers-namespace_2021.3.24.bb
@@ -2,13 +2,17 @@ DESCRIPTION = "This plugin does not provide any helpers to pytest, it does, howe
 HOMEPAGE = "https://github.com/saltstack/pytest-helpers-namespace"
 SECTION = "devel/python"
 LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://PKG-INFO;md5=cc99508c43d9d14fd51c7fac622ffd23"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=440a4cdb311cd7ad181efb4cba06d562"
 
-SRC_URI[md5sum] = "04ec1d8750f9b154e782a47cf8b30736"
-SRC_URI[sha256sum] = "4eff23a19f92410c0166f6dffbfa8901d3e14a80e97d70cd08428b6d597771ce"
+SRC_URI[sha256sum] = "188df5a7c52390fa27d6cd2f18e74d64a2ef0b9fb6e12f15fdf5a95f4813d25f"
 
 inherit pypi setuptools3
 
+DEPENDS += "\
+    ${PYTHON_PN}-wheel-native \
+    ${PYTHON_PN}-pip-native \
+"
+
 RDEPENDS_${PN} += " \
     ${PYTHON_PN}-pytest \
 "
-- 
2.17.1


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

* [meta-python][PATCH 04/11] python3-elementpath: Upgrade 2.2.0 -> 2.2.1
  2021-03-25 13:34 [meta-python][PATCH 01/11] python3-configshell-fb: Upgrade 1.1.28 -> 1.1.29 Leon Anavi
  2021-03-25 13:34 ` [meta-python][PATCH 02/11] python3-backports-functools-lru-cache: Upgrade 1.6.1 -> 1.6.3 Leon Anavi
  2021-03-25 13:34 ` [meta-python][PATCH 03/11] python3-pytest-helpers-namespace: Upgrade 2019.1.8 -> 2021.3.24 Leon Anavi
@ 2021-03-25 13:34 ` Leon Anavi
  2021-03-25 13:34 ` [meta-python][PATCH 05/11] python3-alembic: Upgrade 1.5.7 -> 1.5.8 Leon Anavi
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Leon Anavi @ 2021-03-25 13:34 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 2.2.1:

- Add function signatures at token registration
- Some fixes to XPath tokens and more XPath 3.0 implementations

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

diff --git a/meta-python/recipes-devtools/python/python3-elementpath_2.2.0.bb b/meta-python/recipes-devtools/python/python3-elementpath_2.2.1.bb
similarity index 82%
rename from meta-python/recipes-devtools/python/python3-elementpath_2.2.0.bb
rename to meta-python/recipes-devtools/python/python3-elementpath_2.2.1.bb
index d1383c049..b0a733968 100644
--- a/meta-python/recipes-devtools/python/python3-elementpath_2.2.0.bb
+++ b/meta-python/recipes-devtools/python/python3-elementpath_2.2.1.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/sissaschool/elementpath"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=5dbb7fb7d72da3921202dd7b995d3ecf"
 
-SRC_URI[sha256sum] = "3bbd0e9dcaf9ab7b2080fd4b457d67f166f7c4d1ece7348425195729059b427c"
+SRC_URI[sha256sum] = "c7b996c5624926f329f4379fbcffd5787629e08b2f8d7159d23525e9243ba637"
 
 PYPI_PACKAGE = "elementpath"
 inherit pypi setuptools3
-- 
2.17.1


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

* [meta-python][PATCH 05/11] python3-alembic: Upgrade 1.5.7 -> 1.5.8
  2021-03-25 13:34 [meta-python][PATCH 01/11] python3-configshell-fb: Upgrade 1.1.28 -> 1.1.29 Leon Anavi
                   ` (2 preceding siblings ...)
  2021-03-25 13:34 ` [meta-python][PATCH 04/11] python3-elementpath: Upgrade 2.2.0 -> 2.2.1 Leon Anavi
@ 2021-03-25 13:34 ` Leon Anavi
  2021-03-25 13:34 ` [meta-python][PATCH 06/11] python3-rfc3339-validator: Upgrade 0.1.2 -> 0.1.3 Leon Anavi
                   ` (5 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Leon Anavi @ 2021-03-25 13:34 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 1.5.8:

- Fixed regression caused by SQLAlchemy 1.4 where the "alembic
  current" command would fail due to changes in the URL object.

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

diff --git a/meta-python/recipes-devtools/python/python3-alembic_1.5.7.bb b/meta-python/recipes-devtools/python/python3-alembic_1.5.8.bb
similarity index 78%
rename from meta-python/recipes-devtools/python/python3-alembic_1.5.7.bb
rename to meta-python/recipes-devtools/python/python3-alembic_1.5.8.bb
index d30e1b696..fdf0d36b5 100644
--- a/meta-python/recipes-devtools/python/python3-alembic_1.5.7.bb
+++ b/meta-python/recipes-devtools/python/python3-alembic_1.5.8.bb
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=c4ece55266dcdd02ce165b1ee0e490bb"
 
 inherit pypi setuptools3
 
-SRC_URI[sha256sum] = "66bbb0e7d6277b007dfe7e27237093c79b76cf4f94e6fbd0f7af6f9409546fe6"
+SRC_URI[sha256sum] = "e27fd67732c97a1c370c33169ef4578cf96436fa0e7dcfaeeef4a917d0737d56"
 
 PYPI_PACKAGE = "alembic"
 
-- 
2.17.1


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

* [meta-python][PATCH 06/11] python3-rfc3339-validator: Upgrade 0.1.2 -> 0.1.3
  2021-03-25 13:34 [meta-python][PATCH 01/11] python3-configshell-fb: Upgrade 1.1.28 -> 1.1.29 Leon Anavi
                   ` (3 preceding siblings ...)
  2021-03-25 13:34 ` [meta-python][PATCH 05/11] python3-alembic: Upgrade 1.5.7 -> 1.5.8 Leon Anavi
@ 2021-03-25 13:34 ` Leon Anavi
  2021-03-25 13:34 ` [meta-python][PATCH 07/11] python3-pyflakes: Upgrade 2.3.0 -> 2.3.1 Leon Anavi
                   ` (4 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Leon Anavi @ 2021-03-25 13:34 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 0.1.3:

- Add missing test requirements to setup.py

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 ...9-validator_0.1.2.bb => python3-rfc3339-validator_0.1.3.bb} | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-rfc3339-validator_0.1.2.bb => python3-rfc3339-validator_0.1.3.bb} (76%)

diff --git a/meta-python/recipes-devtools/python/python3-rfc3339-validator_0.1.2.bb b/meta-python/recipes-devtools/python/python3-rfc3339-validator_0.1.3.bb
similarity index 76%
rename from meta-python/recipes-devtools/python/python3-rfc3339-validator_0.1.2.bb
rename to meta-python/recipes-devtools/python/python3-rfc3339-validator_0.1.3.bb
index e226e11b7..a07a09447 100644
--- a/meta-python/recipes-devtools/python/python3-rfc3339-validator_0.1.2.bb
+++ b/meta-python/recipes-devtools/python/python3-rfc3339-validator_0.1.3.bb
@@ -5,8 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=a21b13b5a996f08f7e0b088aa38ce9c6"
 
 FILESEXTRAPATHS_prepend := "${THISDIR}/python-rfc3339-validator:"
 
-SRC_URI[md5sum] = "2c233007189d5ef21046cb2afac51a96"
-SRC_URI[sha256sum] = "c9659c3183488a1875c4d327c9873d9e92c54cdcd69dfbfae7546ad8b27baf9a"
+SRC_URI[sha256sum] = "7a578aa0740e9ee2b48356fe1f347139190c4c72e27f303b3617054efd15df32"
 
 PYPI_PACKAGE = "rfc3339_validator"
 
-- 
2.17.1


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

* [meta-python][PATCH 07/11] python3-pyflakes: Upgrade 2.3.0 -> 2.3.1
  2021-03-25 13:34 [meta-python][PATCH 01/11] python3-configshell-fb: Upgrade 1.1.28 -> 1.1.29 Leon Anavi
                   ` (4 preceding siblings ...)
  2021-03-25 13:34 ` [meta-python][PATCH 06/11] python3-rfc3339-validator: Upgrade 0.1.2 -> 0.1.3 Leon Anavi
@ 2021-03-25 13:34 ` Leon Anavi
  2021-03-25 13:34 ` [meta-python][PATCH 08/11] python3-pint: Upgrade 0.16.1 -> 0.17 Leon Anavi
                   ` (3 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Leon Anavi @ 2021-03-25 13:34 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 2.3.1:

- Allow passing tox positional arguments to unittest
- Annotations no longer redefine names

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

diff --git a/meta-python/recipes-devtools/python/python3-pyflakes_2.3.0.bb b/meta-python/recipes-devtools/python/python3-pyflakes_2.3.1.bb
similarity index 80%
rename from meta-python/recipes-devtools/python/python3-pyflakes_2.3.0.bb
rename to meta-python/recipes-devtools/python/python3-pyflakes_2.3.1.bb
index 0c8956728..69680ddcb 100644
--- a/meta-python/recipes-devtools/python/python3-pyflakes_2.3.0.bb
+++ b/meta-python/recipes-devtools/python/python3-pyflakes_2.3.1.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/dreamhost/cliff"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=690c2d09203dc9e07c4083fc45ea981f"
 
-SRC_URI[sha256sum] = "e59fd8e750e588358f1b8885e5a4751203a0516e0ee6d34811089ac294c8806f"
+SRC_URI[sha256sum] = "f5bc8ecabc05bb9d291eb5203d6810b49040f6ff446a756326104746cc00c1db"
 
 inherit pypi setuptools3
 
-- 
2.17.1


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

* [meta-python][PATCH 08/11] python3-pint: Upgrade 0.16.1 -> 0.17
  2021-03-25 13:34 [meta-python][PATCH 01/11] python3-configshell-fb: Upgrade 1.1.28 -> 1.1.29 Leon Anavi
                   ` (5 preceding siblings ...)
  2021-03-25 13:34 ` [meta-python][PATCH 07/11] python3-pyflakes: Upgrade 2.3.0 -> 2.3.1 Leon Anavi
@ 2021-03-25 13:34 ` Leon Anavi
  2021-03-25 13:34 ` [meta-python][PATCH 09/11] python3-flask-sqlalchemy: Upgrade 2.4.4 -> 2.5.1 Leon Anavi
                   ` (2 subsequent siblings)
  9 siblings, 0 replies; 11+ messages in thread
From: Leon Anavi @ 2021-03-25 13:34 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 0.17:

- Add the Wh unit for battery capacity measurements
- Fix issue with reducable dimensionless units when using power
  (Quantity**ndarray)
- Fix comparisons between Quantities and Measurements.
- UnitsContainer returns false if other is str and cannnot be
  parsed
- Fix numpy.linalg.solve unit output.
- Support numpy.lib.stride_tricks.sliding_window_view.
- NEP29 Support docs.
- Move all tests to pytest.
- Fix to __pow__ and __ipow__
- Migrate to Github Actions.
- Update linter to use pre-commit.
- Quantity comparisons now ensure other is Quantity.
- Add sign function compatibility.
- Fix scalar to ndarray tolist.
- Fix tolist function with scalar ndarray.
- Corrected typos and dacstrings
- Implements a first benchmark suite in airspeed velocity (asv).
- Power for pseudo-dimensionless units.

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

diff --git a/meta-python/recipes-devtools/python/python3-pint_0.16.1.bb b/meta-python/recipes-devtools/python/python3-pint_0.17.bb
similarity index 83%
rename from meta-python/recipes-devtools/python/python3-pint_0.16.1.bb
rename to meta-python/recipes-devtools/python/python3-pint_0.17.bb
index d96659592..9a474901e 100644
--- a/meta-python/recipes-devtools/python/python3-pint_0.16.1.bb
+++ b/meta-python/recipes-devtools/python/python3-pint_0.17.bb
@@ -10,8 +10,7 @@ PYPI_PACKAGE := "Pint"
 
 inherit pypi ptest setuptools3
 
-SRC_URI[md5sum] = "d4a7bbdf505dee964eb1e5e6e7f80c34"
-SRC_URI[sha256sum] = "d43a2e9ae003164978b60fdf8cd920d8581e1a5991df8dded29b00f4850ec83a"
+SRC_URI[sha256sum] = "f4d0caa713239e6847a7c6eefe2427358566451fe56497d533f21fb590a3f313"
 
 DEPENDS += "python3-setuptools-scm-native"
 
-- 
2.17.1


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

* [meta-python][PATCH 09/11] python3-flask-sqlalchemy: Upgrade 2.4.4 -> 2.5.1
  2021-03-25 13:34 [meta-python][PATCH 01/11] python3-configshell-fb: Upgrade 1.1.28 -> 1.1.29 Leon Anavi
                   ` (6 preceding siblings ...)
  2021-03-25 13:34 ` [meta-python][PATCH 08/11] python3-pint: Upgrade 0.16.1 -> 0.17 Leon Anavi
@ 2021-03-25 13:34 ` Leon Anavi
  2021-03-25 13:34 ` [meta-python][PATCH 10/11] python3-django: Upgrade 3.1.1 -> 3.1.7 Leon Anavi
  2021-03-25 13:34 ` [meta-python][PATCH 11/11] python3-djangorestframework: Upgrade 3.12.2 -> 3.12.3 Leon Anavi
  9 siblings, 0 replies; 11+ messages in thread
From: Leon Anavi @ 2021-03-25 13:34 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 2.5.1:

- Fix compatibility with Python 2.7.

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

diff --git a/meta-python/recipes-devtools/python/python3-flask-sqlalchemy_2.4.4.bb b/meta-python/recipes-devtools/python/python3-flask-sqlalchemy_2.5.1.bb
similarity index 67%
rename from meta-python/recipes-devtools/python/python3-flask-sqlalchemy_2.4.4.bb
rename to meta-python/recipes-devtools/python/python3-flask-sqlalchemy_2.5.1.bb
index 2755c7d6b..3ca0227bd 100644
--- a/meta-python/recipes-devtools/python/python3-flask-sqlalchemy_2.4.4.bb
+++ b/meta-python/recipes-devtools/python/python3-flask-sqlalchemy_2.5.1.bb
@@ -2,8 +2,7 @@ DESCRIPTION = "Adds SQLAlchemy support to your Flask application."
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=ffeffa59c90c9c4a033c7574f8f3fb75"
 
-SRC_URI[md5sum] = "63a522cb82a75292dc8bc77b6d26187a"
-SRC_URI[sha256sum] = "bfc7150eaf809b1c283879302f04c42791136060c6eeb12c0c6674fb1291fae5"
+SRC_URI[sha256sum] = "2bda44b43e7cacb15d4e05ff3cc1f8bc97936cc464623424102bfc2c35e95912"
 
 PYPI_PACKAGE = "Flask-SQLAlchemy"
 
-- 
2.17.1


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

* [meta-python][PATCH 10/11] python3-django: Upgrade 3.1.1 -> 3.1.7
  2021-03-25 13:34 [meta-python][PATCH 01/11] python3-configshell-fb: Upgrade 1.1.28 -> 1.1.29 Leon Anavi
                   ` (7 preceding siblings ...)
  2021-03-25 13:34 ` [meta-python][PATCH 09/11] python3-flask-sqlalchemy: Upgrade 2.4.4 -> 2.5.1 Leon Anavi
@ 2021-03-25 13:34 ` Leon Anavi
  2021-03-25 13:34 ` [meta-python][PATCH 11/11] python3-djangorestframework: Upgrade 3.12.2 -> 3.12.3 Leon Anavi
  9 siblings, 0 replies; 11+ messages in thread
From: Leon Anavi @ 2021-03-25 13:34 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 3.1.7:

- Fixed a regression in Django 3.1 that caused RuntimeError
  instead of connection errors when using only the 'postgres'
  database

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

diff --git a/meta-python/recipes-devtools/python/python3-django_3.1.1.bb b/meta-python/recipes-devtools/python/python3-django_3.1.7.bb
similarity index 54%
rename from meta-python/recipes-devtools/python/python3-django_3.1.1.bb
rename to meta-python/recipes-devtools/python/python3-django_3.1.7.bb
index ed6513d0c..d22bd14e8 100644
--- a/meta-python/recipes-devtools/python/python3-django_3.1.1.bb
+++ b/meta-python/recipes-devtools/python/python3-django_3.1.7.bb
@@ -1,8 +1,7 @@
 require python-django.inc
 inherit setuptools3
 
-SRC_URI[md5sum] = "d5e894fb3c46064e84e9dc68a08a46d0"
-SRC_URI[sha256sum] = "59c8125ca873ed3bdae9c12b146fbbd6ed8d0f743e4cf5f5817af50c51f1fc2f"
+SRC_URI[sha256sum] = "32ce792ee9b6a0cbbec340123e229ac9f765dff8c2a4ae9247a14b2ba3a365a7"
 
 RDEPENDS_${PN} += "\
     ${PYTHON_PN}-sqlparse \
@@ -10,5 +9,5 @@ RDEPENDS_${PN} += "\
 
 # Set DEFAULT_PREFERENCE so that the LTS version of django is built by
 # default. To build the 3.x branch, 
-# PREFERRED_VERSION_python3-django = "3.1.1" can be added to local.conf
+# PREFERRED_VERSION_python3-django = "3.1.7" can be added to local.conf
 DEFAULT_PREFERENCE = "-1"
-- 
2.17.1


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

* [meta-python][PATCH 11/11] python3-djangorestframework: Upgrade 3.12.2 -> 3.12.3
  2021-03-25 13:34 [meta-python][PATCH 01/11] python3-configshell-fb: Upgrade 1.1.28 -> 1.1.29 Leon Anavi
                   ` (8 preceding siblings ...)
  2021-03-25 13:34 ` [meta-python][PATCH 10/11] python3-django: Upgrade 3.1.1 -> 3.1.7 Leon Anavi
@ 2021-03-25 13:34 ` Leon Anavi
  9 siblings, 0 replies; 11+ messages in thread
From: Leon Anavi @ 2021-03-25 13:34 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 3.12.3:

- Properly handle ATOMIC_REQUESTS when multiple database
  configurations are used.
- Bypass COUNT query when LimitOffsetPagination is configured but
  pagination params are not included on the request.
- Respect allow_null=True on DecimalField.
- Allow title cased "Yes"/"No" values with BooleanField.
- Add PageNumberPagination.get_page_number() method for overriding
  behavior.
- Fixed rendering of timedelta values in OpenAPI schemas, when
  present as default, min, or max fields.
- Render JSONFields with indentation in browsable API forms.
- Remove unnecessary database query in admin Token views.
- Raise validation errors when bools are passed to
  PrimaryKeyRelatedField fields, instead of casting to ints.
- Don't include model properties as automatically generated
  ordering fields with OrderingFilter.
- Use deque instead of list for tracking throttling .history.

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

diff --git a/meta-python/recipes-devtools/python/python3-djangorestframework_3.12.2.bb b/meta-python/recipes-devtools/python/python3-djangorestframework_3.12.3.bb
similarity index 71%
rename from meta-python/recipes-devtools/python/python3-djangorestframework_3.12.2.bb
rename to meta-python/recipes-devtools/python/python3-djangorestframework_3.12.3.bb
index 6742b87b2..a75d3f18c 100644
--- a/meta-python/recipes-devtools/python/python3-djangorestframework_3.12.2.bb
+++ b/meta-python/recipes-devtools/python/python3-djangorestframework_3.12.3.bb
@@ -5,8 +5,8 @@ HOMEPAGE = "https://pypi.python.org/pypi/djangorestframework"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE.md;md5=7879a5a716147a784f7e524c9cf103c1"
 
-SRC_URI[md5sum] = "e70d58ee2f83f11d4efe33162bb8af3b"
-SRC_URI[sha256sum] = "0898182b4737a7b584a2c73735d89816343369f259fea932d90dc78e35d8ac33"
+SRC_URI[sha256sum] = "2fbbd5c28a1aaa1ad0b721b29e916797fc9aba9f9b3e7619da11c674880fc7aa"
+
 PYPI_PACKAGE = "djangorestframework"
 
 inherit pypi setuptools3
-- 
2.17.1


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

end of thread, other threads:[~2021-03-25 13:34 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-25 13:34 [meta-python][PATCH 01/11] python3-configshell-fb: Upgrade 1.1.28 -> 1.1.29 Leon Anavi
2021-03-25 13:34 ` [meta-python][PATCH 02/11] python3-backports-functools-lru-cache: Upgrade 1.6.1 -> 1.6.3 Leon Anavi
2021-03-25 13:34 ` [meta-python][PATCH 03/11] python3-pytest-helpers-namespace: Upgrade 2019.1.8 -> 2021.3.24 Leon Anavi
2021-03-25 13:34 ` [meta-python][PATCH 04/11] python3-elementpath: Upgrade 2.2.0 -> 2.2.1 Leon Anavi
2021-03-25 13:34 ` [meta-python][PATCH 05/11] python3-alembic: Upgrade 1.5.7 -> 1.5.8 Leon Anavi
2021-03-25 13:34 ` [meta-python][PATCH 06/11] python3-rfc3339-validator: Upgrade 0.1.2 -> 0.1.3 Leon Anavi
2021-03-25 13:34 ` [meta-python][PATCH 07/11] python3-pyflakes: Upgrade 2.3.0 -> 2.3.1 Leon Anavi
2021-03-25 13:34 ` [meta-python][PATCH 08/11] python3-pint: Upgrade 0.16.1 -> 0.17 Leon Anavi
2021-03-25 13:34 ` [meta-python][PATCH 09/11] python3-flask-sqlalchemy: Upgrade 2.4.4 -> 2.5.1 Leon Anavi
2021-03-25 13:34 ` [meta-python][PATCH 10/11] python3-django: Upgrade 3.1.1 -> 3.1.7 Leon Anavi
2021-03-25 13:34 ` [meta-python][PATCH 11/11] python3-djangorestframework: Upgrade 3.12.2 -> 3.12.3 Leon Anavi

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.