All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH 1/4] python3-xmlschema: Upgrade 1.6.1 -> 1.6.2
@ 2021-05-25 14:00 Leon Anavi
  2021-05-25 14:00 ` [meta-python][PATCH 2/4] python3-websocket-client: Upgrade 1.0.0 -> 1.0.1 Leon Anavi
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Leon Anavi @ 2021-05-25 14:00 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 1.6.2:

- Fix for issue key/keyref with dynamic types
- Change default decoding of mixed content with only text to a
  string instead of a dictionary

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

diff --git a/meta-python/recipes-devtools/python/python3-xmlschema_1.6.1.bb b/meta-python/recipes-devtools/python/python3-xmlschema_1.6.2.bb
similarity index 79%
rename from meta-python/recipes-devtools/python/python3-xmlschema_1.6.1.bb
rename to meta-python/recipes-devtools/python/python3-xmlschema_1.6.2.bb
index 91697e39a..acdb39942 100644
--- a/meta-python/recipes-devtools/python/python3-xmlschema_1.6.1.bb
+++ b/meta-python/recipes-devtools/python/python3-xmlschema_1.6.2.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/sissaschool/xmlschema"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=47489cb18c469474afeb259ed1d4832f"
 
-SRC_URI[sha256sum] = "d02b82bb4fce3af09495b85e6ada5ce0cfdaa865b09b28ecc0f5ab81fad7e328"
+SRC_URI[sha256sum] = "31ddf77a44e4b121de212beeb2cc039e2e8b7a7a4f1678c9b29be1f5341aec52"
 
 PYPI_PACKAGE = "xmlschema"
 inherit pypi setuptools3
@@ -14,6 +14,7 @@ DEPENDS += "\
 
 RDEPENDS_${PN} += "\
     ${PYTHON_PN}-elementpath \
+    ${PYTHON_PN}-modules \
 "
 
 BBCLASSEXTEND = "native nativesdk"
-- 
2.17.1


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

* [meta-python][PATCH 2/4] python3-websocket-client: Upgrade 1.0.0 -> 1.0.1
  2021-05-25 14:00 [meta-python][PATCH 1/4] python3-xmlschema: Upgrade 1.6.1 -> 1.6.2 Leon Anavi
@ 2021-05-25 14:00 ` Leon Anavi
  2021-05-25 14:00 ` [meta-python][PATCH 3/4] python3-alembic: Upgrade 1.6.2 -> 1.6.4 Leon Anavi
  2021-05-25 14:00 ` [meta-python][PATCH 4/4] python3-sqlalchemy: Upgrade 1.4.11 -> 1.4.15 Leon Anavi
  2 siblings, 0 replies; 4+ messages in thread
From: Leon Anavi @ 2021-05-25 14:00 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 1.0.1:

- Fix exception handling bug

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

diff --git a/meta-python/recipes-devtools/python/python3-websocket-client_1.0.0.bb b/meta-python/recipes-devtools/python/python3-websocket-client_1.0.1.bb
similarity index 83%
rename from meta-python/recipes-devtools/python/python3-websocket-client_1.0.0.bb
rename to meta-python/recipes-devtools/python/python3-websocket-client_1.0.1.bb
index 4980f43b9..da4e05f30 100644
--- a/meta-python/recipes-devtools/python/python3-websocket-client_1.0.0.bb
+++ b/meta-python/recipes-devtools/python/python3-websocket-client_1.0.1.bb
@@ -7,7 +7,7 @@ HOMEPAGE = "https://github.com/websocket-client/websocket-client"
 LICENSE = "LGPLv2.1"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=c96ca6c1de8adc025adfada81d06fba5"
 
-SRC_URI[sha256sum] = "5051b38a2f4c27fbd7ca077ebb23ec6965a626ded5a95637f36be1b35b6c4f81"
+SRC_URI[sha256sum] = "3e2bf58191d4619b161389a95bdce84ce9e0b24eb8107e7e590db682c2d0ca81"
 
 inherit pypi setuptools3
 
-- 
2.17.1


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

* [meta-python][PATCH 3/4] python3-alembic: Upgrade 1.6.2 -> 1.6.4
  2021-05-25 14:00 [meta-python][PATCH 1/4] python3-xmlschema: Upgrade 1.6.1 -> 1.6.2 Leon Anavi
  2021-05-25 14:00 ` [meta-python][PATCH 2/4] python3-websocket-client: Upgrade 1.0.0 -> 1.0.1 Leon Anavi
@ 2021-05-25 14:00 ` Leon Anavi
  2021-05-25 14:00 ` [meta-python][PATCH 4/4] python3-sqlalchemy: Upgrade 1.4.11 -> 1.4.15 Leon Anavi
  2 siblings, 0 replies; 4+ messages in thread
From: Leon Anavi @ 2021-05-25 14:00 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 1.6.4:

- Fixed regression caused by just fixed bug that scaled back the
  filter for unique=True/index=True too far such that these
  directives no longer worked for the op.create_table() op, this
  has been fixed.
- Fixed 1.6-series regression where UniqueConstraint and to a
  lesser extent Index objects would be doubled up in the generated
  model when the unique=True / index=True flags were used.
- Fixed a bug where paths defined in post-write hook options would
  be wrongly escaped in non posix environment (Windows).
- Fixed regression where a revision file that contained its own
  down revision as a dependency would cause an endless loop in the
  traversal logic.

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

diff --git a/meta-python/recipes-devtools/python/python3-alembic_1.6.2.bb b/meta-python/recipes-devtools/python/python3-alembic_1.6.4.bb
similarity index 74%
rename from meta-python/recipes-devtools/python/python3-alembic_1.6.2.bb
rename to meta-python/recipes-devtools/python/python3-alembic_1.6.4.bb
index 1daf20920..8bb815bfa 100644
--- a/meta-python/recipes-devtools/python/python3-alembic_1.6.2.bb
+++ b/meta-python/recipes-devtools/python/python3-alembic_1.6.4.bb
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=c4ece55266dcdd02ce165b1ee0e490bb"
 
 inherit pypi setuptools3
 
-SRC_URI[sha256sum] = "fb9a39a7c68e55490be962fb5f70463d384d340e6563d6e3911447778e3b4576"
+SRC_URI[sha256sum] = "becb572c6701c90ca249f97fc1ae231468cc9516df367a350901eeb9310a8d43"
 
 PYPI_PACKAGE = "alembic"
 
@@ -13,4 +13,5 @@ RDEPENDS_${PN} += "\
     ${PYTHON_PN}-editor \
     ${PYTHON_PN}-mako \
     ${PYTHON_PN}-sqlalchemy \
+    ${PYTHON_PN}-misc \
 "
-- 
2.17.1


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

* [meta-python][PATCH 4/4] python3-sqlalchemy: Upgrade 1.4.11 -> 1.4.15
  2021-05-25 14:00 [meta-python][PATCH 1/4] python3-xmlschema: Upgrade 1.6.1 -> 1.6.2 Leon Anavi
  2021-05-25 14:00 ` [meta-python][PATCH 2/4] python3-websocket-client: Upgrade 1.0.0 -> 1.0.1 Leon Anavi
  2021-05-25 14:00 ` [meta-python][PATCH 3/4] python3-alembic: Upgrade 1.6.2 -> 1.6.4 Leon Anavi
@ 2021-05-25 14:00 ` Leon Anavi
  2 siblings, 0 replies; 4+ messages in thread
From: Leon Anavi @ 2021-05-25 14:00 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 1.4.15:

- A new approach has been applied to the warnings system in
  SQLAlchemy to accurately predict the appropriate stack level for
  each warning dynamically. This allows evaluating the source of
  SQLAlchemy-generated warnings and deprecation warnings to be
  more straightforward as the warning will indicate the source
  line within end-user code, rather than from an arbitrary level
  within SQLAlchemy’s own source code.

orm:
- Fixed additional regression caused by “eager loaders run on
  unexpire” feature #1763 where the feature would run for a
  contains_eager() eagerload option in the case that the
  contains_eager() were chained to an additional eager loader
  option, which would then produce an incorrect query as the
  original query-bound join criteria were no longer present.
- Fixed issue in subquery loader strategy which prevented caching
  from working correctly. This would have been seen in the logs as
  a “generated” message instead of “cached” for all subqueryload
  SQL emitted, which by saturating the cache with new keys would
  degrade overall performance; it also would produce “LRU size
  alert” warnings.

sql:
- Adjusted the logic added as part of #6397 in 1.4.12 so that
  internal mutation of the BindParameter object occurs within the
  clause construction phase as it did before, rather than in the
  compilation phase. In the latter case, the mutation still
  produced side effects against the incoming construct and
  additionally could potentially interfere with other internal
  mutation routines.

mysql:
- Added support for the ssl_check_hostname= parameter in mysql
  connection URIs and updated the mysql dialect documentation
  regarding secure connections. Original pull request courtesy of
  Jerry Zhao.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 ...hon3-sqlalchemy_1.4.11.bb => python3-sqlalchemy_1.4.15.bb} | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-sqlalchemy_1.4.11.bb => python3-sqlalchemy_1.4.15.bb} (77%)

diff --git a/meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.11.bb b/meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.15.bb
similarity index 77%
rename from meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.11.bb
rename to meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.15.bb
index ca61ab6ff..2d7273bb2 100644
--- a/meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.11.bb
+++ b/meta-python/recipes-devtools/python/python3-sqlalchemy_1.4.15.bb
@@ -4,7 +4,7 @@ HOMEPAGE = "http://www.sqlalchemy.org/"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=3359ed561ac16aaa25b6c6eff84df595"
 
-SRC_URI[sha256sum] = "4ad4044eb86fbcbdff2106e44f479fbdac703d77860b3e19988c8a8786e73061"
+SRC_URI[sha256sum] = "0ff100c75cd175f35f4d24375a0b3d82461f5b1af5fc8d112ef0e5ceea8049e6"
 
 PYPI_PACKAGE = "SQLAlchemy"
 inherit pypi setuptools3
@@ -16,4 +16,6 @@ RDEPENDS_${PN} += " \
     ${PYTHON_PN}-netclient \
     ${PYTHON_PN}-numbers \
     ${PYTHON_PN}-threading \
+    ${PYTHON_PN}-compression \
+    ${PYTHON_PN}-profile \
 "
-- 
2.17.1


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

end of thread, other threads:[~2021-05-25 14:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-25 14:00 [meta-python][PATCH 1/4] python3-xmlschema: Upgrade 1.6.1 -> 1.6.2 Leon Anavi
2021-05-25 14:00 ` [meta-python][PATCH 2/4] python3-websocket-client: Upgrade 1.0.0 -> 1.0.1 Leon Anavi
2021-05-25 14:00 ` [meta-python][PATCH 3/4] python3-alembic: Upgrade 1.6.2 -> 1.6.4 Leon Anavi
2021-05-25 14:00 ` [meta-python][PATCH 4/4] python3-sqlalchemy: Upgrade 1.4.11 -> 1.4.15 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.