All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH 1/7] python3-luma-core: Upgrade 1.17.3 -> 2.0.1
@ 2020-11-26 11:22 Leon Anavi
  2020-11-26 11:22 ` [meta-python][PATCH 2/7] python3-luma-oled: Upgrade 3.7.0 -> 3.8.1 Leon Anavi
                   ` (6 more replies)
  0 siblings, 7 replies; 14+ messages in thread
From: Leon Anavi @ 2020-11-26 11:22 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 2.0.1:

- Improved diff_to_previous framebuffer performance
- Add Linux framebuffer pseudo-device
- Allow a wider range of SPI bus speeds
- Fix to allow cmdline args to dynamically create a full_frame()
  instance

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

diff --git a/meta-python/recipes-devtools/python/python3-luma-core_1.17.3.bb b/meta-python/recipes-devtools/python/python3-luma-core_2.0.1.bb
similarity index 75%
rename from meta-python/recipes-devtools/python/python3-luma-core_1.17.3.bb
rename to meta-python/recipes-devtools/python/python3-luma-core_2.0.1.bb
index 8301d7f77a..fad7432132 100644
--- a/meta-python/recipes-devtools/python/python3-luma-core_1.17.3.bb
+++ b/meta-python/recipes-devtools/python/python3-luma-core_2.0.1.bb
@@ -6,8 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=db07e3d471938ea7d7fd2135f88ac9a1"
 
 inherit pypi setuptools3
 
-SRC_URI[md5sum] = "c13303a123c32c1a8dc5bc089a920822"
-SRC_URI[sha256sum] = "1c928ad8e42af5fd395260176f89eb68a8af61911971f94124fabc9c6b550689"
+SRC_URI[sha256sum] = "a0bc18c03cfb293c9c1b1d8883c2ec7c29d167e4af99f795b5698c8a864332df"
 
 CLEANBROKEN = "1"
 
-- 
2.17.1


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

* [meta-python][PATCH 2/7] python3-luma-oled: Upgrade 3.7.0 -> 3.8.1
  2020-11-26 11:22 [meta-python][PATCH 1/7] python3-luma-core: Upgrade 1.17.3 -> 2.0.1 Leon Anavi
@ 2020-11-26 11:22 ` Leon Anavi
  2020-11-27 13:48   ` [oe] " Trevor Gamblin
  2020-11-26 11:22 ` [meta-python][PATCH 3/7] python3-fastnumbers: Upgrade 3.0.0 -> 3.1.0 Leon Anavi
                   ` (5 subsequent siblings)
  6 siblings, 1 reply; 14+ messages in thread
From: Leon Anavi @ 2020-11-26 11:22 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 3.8.1:

- Improved diff_to_previous framebuffer performance
- Fix mutable default parameter bug when using multiple displays

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

diff --git a/meta-python/recipes-devtools/python/python3-luma-oled_3.7.0.bb b/meta-python/recipes-devtools/python/python3-luma-oled_3.8.1.bb
similarity index 77%
rename from meta-python/recipes-devtools/python/python3-luma-oled_3.7.0.bb
rename to meta-python/recipes-devtools/python/python3-luma-oled_3.8.1.bb
index 8c9d195baa..329cdb9e3f 100644
--- a/meta-python/recipes-devtools/python/python3-luma-oled_3.7.0.bb
+++ b/meta-python/recipes-devtools/python/python3-luma-oled_3.8.1.bb
@@ -8,8 +8,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=c328c862c3335ad464e1c9a3ba574249"
 
 inherit pypi setuptools3
 
-SRC_URI[md5sum] = "dd661f869180c5b306628cc6ade04d60"
-SRC_URI[sha256sum] = "fa710ea5d46f731033dbbcf4330f264d653a9a21d60b29dfc53355f72f355e17"
+SRC_URI[sha256sum] = "a9b445ecc686e9413ddac655544da21d801bbc6b94612736cf59283e6b92bcbb"
 
 CLEANBROKEN = "1"
 
-- 
2.17.1


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

* [meta-python][PATCH 3/7] python3-fastnumbers: Upgrade 3.0.0 -> 3.1.0
  2020-11-26 11:22 [meta-python][PATCH 1/7] python3-luma-core: Upgrade 1.17.3 -> 2.0.1 Leon Anavi
  2020-11-26 11:22 ` [meta-python][PATCH 2/7] python3-luma-oled: Upgrade 3.7.0 -> 3.8.1 Leon Anavi
@ 2020-11-26 11:22 ` Leon Anavi
  2020-11-27 13:48   ` [oe] " Trevor Gamblin
  2020-11-26 11:22 ` [meta-python][PATCH 4/7] python3-ansi2html: Upgrade 1.5.2 -> 1.6.0 Leon Anavi
                   ` (4 subsequent siblings)
  6 siblings, 1 reply; 14+ messages in thread
From: Leon Anavi @ 2020-11-26 11:22 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 3.1.0:

- query_type function to determine what as type fastnumbers will
  interpret a given input
- Support for Python 3.9 (eliminate use of private Python C
  function that is now hidden in 3.9)

License-Update: Update year

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../python/python3-fastnumbers_3.0.0.bb                |  9 ---------
 .../python/python3-fastnumbers_3.1.0.bb                | 10 ++++++++++
 2 files changed, 10 insertions(+), 9 deletions(-)
 delete mode 100644 meta-python/recipes-devtools/python/python3-fastnumbers_3.0.0.bb
 create mode 100644 meta-python/recipes-devtools/python/python3-fastnumbers_3.1.0.bb

diff --git a/meta-python/recipes-devtools/python/python3-fastnumbers_3.0.0.bb b/meta-python/recipes-devtools/python/python3-fastnumbers_3.0.0.bb
deleted file mode 100644
index b0ecb9d560..0000000000
--- a/meta-python/recipes-devtools/python/python3-fastnumbers_3.0.0.bb
+++ /dev/null
@@ -1,9 +0,0 @@
-SUMMARY = "Super-fast and clean conversions to numbers."
-SECTION = "devel/python"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=f797665cf3d3e0fdc0d488f5200c6f55"
-
-PYPI_PACKAGE = "fastnumbers"
-SRC_URI[sha256sum] = "93ce2f9516fbf2bbf46c85e4abef783cc569e5fbbc665352efb9cdddbae517ec"
-
-inherit pypi setuptools3
diff --git a/meta-python/recipes-devtools/python/python3-fastnumbers_3.1.0.bb b/meta-python/recipes-devtools/python/python3-fastnumbers_3.1.0.bb
new file mode 100644
index 0000000000..5c913ffef8
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-fastnumbers_3.1.0.bb
@@ -0,0 +1,10 @@
+SUMMARY = "Super-fast and clean conversions to numbers."
+SECTION = "devel/python"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=6a96e5ad780a0eea866ecccec4463517"
+
+PYPI_PACKAGE = "fastnumbers"
+
+SRC_URI[sha256sum] = "7cc4f96981ccd3cf212b6ea7b84ef621620b62da8b454f420aa2e81c8529e68f"
+
+inherit pypi setuptools3
-- 
2.17.1


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

* [meta-python][PATCH 4/7] python3-ansi2html: Upgrade 1.5.2 -> 1.6.0
  2020-11-26 11:22 [meta-python][PATCH 1/7] python3-luma-core: Upgrade 1.17.3 -> 2.0.1 Leon Anavi
  2020-11-26 11:22 ` [meta-python][PATCH 2/7] python3-luma-oled: Upgrade 3.7.0 -> 3.8.1 Leon Anavi
  2020-11-26 11:22 ` [meta-python][PATCH 3/7] python3-fastnumbers: Upgrade 3.0.0 -> 3.1.0 Leon Anavi
@ 2020-11-26 11:22 ` Leon Anavi
  2020-11-27 13:48   ` [oe] " Trevor Gamblin
  2020-11-26 11:22 ` [meta-python][PATCH 5/7] python3-prettytable: Upgrade 1.0.1 -> 2.0.0 Leon Anavi
                   ` (3 subsequent siblings)
  6 siblings, 1 reply; 14+ messages in thread
From: Leon Anavi @ 2020-11-26 11:22 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Add native setuptools-scm and toml to the dependencies. Upgrade
to release 1.6.0:

- Add support for vt100 box drawing mode and high-intensity
  ansi codes
- Fix undefined behavior with linkify when same url is repeated
  in same line
- Prune CSS classes from output that are not used
- Update style.py
- Give more useful TaskWarrior example
- Fix handling cursor move up with unique and empty lines
- enable python 3 input decoding
- Fix missing color CSS definitions
- Prevent IndexError while handling CursorMoveUp
- added setup.cfg
- fix long lines
- Started to implement LaTeX support
- add option --title for filling in the title
- add empty title element to head section in html output
- added 2 color-schemes (solarized, osx). improved optparse
  handling schemes.
- added support to select a color-scheme. added schemes 'xterm'
  and 'xterm...
- Improve Makefile
- Add and ship AsciiDoc manpage, improve --help, add --version
- Fix README example to not produce unwanted spaces
- Add missing license headers
- Fix line handling
- Add support for previously unhandled ANSI codes, improve
  approach on handling color state
- Fix italic to be font-style (rather than font-weight)
- Stop adding unwanted spaces
- Fix writing to sys.stdout.buffer
- Add convenience Makefile
- Fix some bugs
- add --inline style
- Fix UnicodeDecodeError exception when Unicode characters appear
  in input

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

diff --git a/meta-python/recipes-devtools/python/python3-ansi2html_1.5.2.bb b/meta-python/recipes-devtools/python/python3-ansi2html_1.6.0.bb
similarity index 66%
rename from meta-python/recipes-devtools/python/python3-ansi2html_1.5.2.bb
rename to meta-python/recipes-devtools/python/python3-ansi2html_1.6.0.bb
index 8e586ea3e8..d31448d6a8 100644
--- a/meta-python/recipes-devtools/python/python3-ansi2html_1.5.2.bb
+++ b/meta-python/recipes-devtools/python/python3-ansi2html_1.6.0.bb
@@ -5,9 +5,9 @@ LICENSE = "GPLv3"
 
 PYPI_PACKAGE = "ansi2html"
 
-SRC_URI[md5sum] = "52d6085ad1c5970082ea5305a26af981"
-SRC_URI[sha256sum] = "96ae85ae7b26b7da674d87de2870ba4d1964bca733ae4614587080b6358c3ba9"
+SRC_URI[sha256sum] = "0f124ea7efcf3f24f1f9398e527e688c9ae6eab26b0b84e1299ef7f94d92c596"
 
 inherit pypi setuptools3
 
+DEPENDS += "${PYTHON_PN}-setuptools-scm-native ${PYTHON_PN}-toml-native"
 RDEPENDS_${PN} = "${PYTHON_PN}-six"
-- 
2.17.1


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

* [meta-python][PATCH 5/7] python3-prettytable: Upgrade 1.0.1 -> 2.0.0
  2020-11-26 11:22 [meta-python][PATCH 1/7] python3-luma-core: Upgrade 1.17.3 -> 2.0.1 Leon Anavi
                   ` (2 preceding siblings ...)
  2020-11-26 11:22 ` [meta-python][PATCH 4/7] python3-ansi2html: Upgrade 1.5.2 -> 1.6.0 Leon Anavi
@ 2020-11-26 11:22 ` Leon Anavi
  2020-11-27 13:48   ` [oe] " Trevor Gamblin
  2020-11-26 11:22 ` [meta-python][PATCH 6/7] python3-urllib3: Upgrade 1.25.11 -> 1.26.2 Leon Anavi
                   ` (2 subsequent siblings)
  6 siblings, 1 reply; 14+ messages in thread
From: Leon Anavi @ 2020-11-26 11:22 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 2.0.0:

- Add tbody and thead tags
- Add add_rows to add several rows at once
- Add Python 3.10-dev to CI Tests
- Stop testing on Travis CI due to new open-source limitations
- Move to src/ and tests/ layout
- Drop support for EOL Python 2.7 and 3.5
- Fix padding_width = 0
- Don't create universal wheel for Python 2 (and 3)
- Fix docs to match code: from_cursor -> from_db_cursor
- readme: update function name in example

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

diff --git a/meta-python/recipes-devtools/python/python3-prettytable_1.0.1.bb b/meta-python/recipes-devtools/python/python3-prettytable_2.0.0.bb
similarity index 81%
rename from meta-python/recipes-devtools/python/python3-prettytable_1.0.1.bb
rename to meta-python/recipes-devtools/python/python3-prettytable_2.0.0.bb
index 79341b9d29..3563bfa113 100644
--- a/meta-python/recipes-devtools/python/python3-prettytable_1.0.1.bb
+++ b/meta-python/recipes-devtools/python/python3-prettytable_2.0.0.bb
@@ -3,8 +3,7 @@ HOMEPAGE = "http://code.google.com/p/prettytable"
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://COPYING;md5=c9a6829fcd174d9535b46211917c7671"
 
-SRC_URI[md5sum] = "b5bd0acec56ae7ccf5ac22d3f671c3a7"
-SRC_URI[sha256sum] = "6bb7f539903cb031fecb855b615cbcac8cd245ebc6fa51c6e23ab3386db89771"
+SRC_URI[sha256sum] = "e37acd91976fe6119172771520e58d1742c8479703489321dc1d9c85e7259922"
 
 do_install_append() {
     perm_files=`find "${D}${PYTHON_SITEPACKAGES_DIR}/" -name "*.txt" -o -name "PKG-INFO"`
@@ -36,5 +35,5 @@ RDEPENDS_${PN}-ptest += " \
 "
 
 do_install_ptest() {
-	cp -f ${S}/prettytable_test.py ${D}${PTEST_PATH}/
+	cp -f ${S}/tests/test_prettytable.py ${D}${PTEST_PATH}/
 }
-- 
2.17.1


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

* [meta-python][PATCH 6/7] python3-urllib3: Upgrade 1.25.11 -> 1.26.2
  2020-11-26 11:22 [meta-python][PATCH 1/7] python3-luma-core: Upgrade 1.17.3 -> 2.0.1 Leon Anavi
                   ` (3 preceding siblings ...)
  2020-11-26 11:22 ` [meta-python][PATCH 5/7] python3-prettytable: Upgrade 1.0.1 -> 2.0.0 Leon Anavi
@ 2020-11-26 11:22 ` Leon Anavi
  2020-11-27 13:48   ` [oe] " Trevor Gamblin
  2020-11-26 11:22 ` [meta-python][PATCH 7/7] python3-transitions: Upgrade 0.8.4 -> 0.8.5 Leon Anavi
  2020-11-27 13:48 ` [oe] [meta-python][PATCH 1/7] python3-luma-core: Upgrade 1.17.3 -> 2.0.1 Trevor Gamblin
  6 siblings, 1 reply; 14+ messages in thread
From: Leon Anavi @ 2020-11-26 11:22 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 1.26.2:

- NOTE: urllib3 v2.0 will drop support for Python 2.
- Added support for HTTPS proxies contacting HTTPS servers
- Deprecated negotiating TLSv1 and TLSv1.1 by default. Users that
  still wish to use TLS earlier than 1.2 without a deprecation
  warning should opt-in explicitly by setting
  ssl_version=ssl.PROTOCOL_TLSv1_1 Starting in urllib3 v2.0:
  Connections that receive a ``DeprecationWarning`` will fail
- Deprecated Retry options Retry.DEFAULT_METHOD_WHITELIST,
  Retry.DEFAULT_REDIRECT_HEADERS_BLACKLIST and
  Retry(method_whitelist=...) in favor of Retry.DEFAULT_ALLOWED_METHODS,
  Retry.DEFAULT_REMOVE_HEADERS_ON_REDIRECT, and
  Retry(allowed_methods=...)
  Starting in urllib3 v2.0: Deprecated options will be removed
- Added default User-Agent header to every request
- Added urllib3.util.SKIP_HEADER for skipping User-Agent,
  Accept-Encoding, and Host headers from being automatically
  emitted with requests
- Collapse transfer-encoding: chunked request data and framing
  into the same socket.send() call
- Send http/1.1 ALPN identifier with every TLS handshake by default
- Properly terminate SecureTransport connections when CA
  verification fails
- Don't emit an SNIMissingWarning when passing server_hostname=None
  to SecureTransport
- Disabled requesting TLSv1.2 session tickets as they weren't
  being used by urllib3
- Suppress BrokenPipeError when writing request body after the
  server has closed the socket
- Wrap ssl.SSLError that can be raised from reading a socket
  (e.g. "bad MAC") into an urllib3.exceptions.SSLError
- Fixed an issue where two User-Agent headers would be sent if a
  User-Agent header key is passed as bytes

License-Update: Update copyright date

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

diff --git a/meta-python/recipes-devtools/python/python3-urllib3_1.25.11.bb b/meta-python/recipes-devtools/python/python3-urllib3_1.26.2.bb
similarity index 68%
rename from meta-python/recipes-devtools/python/python3-urllib3_1.25.11.bb
rename to meta-python/recipes-devtools/python/python3-urllib3_1.26.2.bb
index 980f4c53d2..fcd6709017 100644
--- a/meta-python/recipes-devtools/python/python3-urllib3_1.25.11.bb
+++ b/meta-python/recipes-devtools/python/python3-urllib3_1.26.2.bb
@@ -1,10 +1,9 @@
 SUMMARY = "Python HTTP library with thread-safe connection pooling, file post support, sanity friendly, and more"
 HOMEPAGE = "https://github.com/shazow/urllib3"
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=65715c2eb961313d71b297dd5a04f85e"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=c2823cb995439c984fd62a973d79815c"
 
-SRC_URI[md5sum] = "d47dd21a6e66a03c3633cac468ffd010"
-SRC_URI[sha256sum] = "8d7eaa5a82a1cac232164990f04874c594c9453ec55eef02eab885aa02fc17a2"
+SRC_URI[sha256sum] = "19188f96923873c92ccb987120ec4acaa12f0461fa9ce5d3d0772bc965a39e08"
 
 inherit pypi setuptools3
 
-- 
2.17.1


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

* [meta-python][PATCH 7/7] python3-transitions: Upgrade 0.8.4 -> 0.8.5
  2020-11-26 11:22 [meta-python][PATCH 1/7] python3-luma-core: Upgrade 1.17.3 -> 2.0.1 Leon Anavi
                   ` (4 preceding siblings ...)
  2020-11-26 11:22 ` [meta-python][PATCH 6/7] python3-urllib3: Upgrade 1.25.11 -> 1.26.2 Leon Anavi
@ 2020-11-26 11:22 ` Leon Anavi
  2020-11-27 13:47   ` [oe] " Trevor Gamblin
  2020-11-27 13:48 ` [oe] [meta-python][PATCH 1/7] python3-luma-core: Upgrade 1.17.3 -> 2.0.1 Trevor Gamblin
  6 siblings, 1 reply; 14+ messages in thread
From: Leon Anavi @ 2020-11-26 11:22 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 0.8.5:

- AsyncMachine.switch_model_context is expected to be async now
  for easier integration of async code during model switch.
- Bugfix: Initializing a machine with GraphSupport threw an
  exception when initial was set to a nested or parallel state

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../python/python3-transitions_0.8.4.bb               | 11 -----------
 .../python/python3-transitions_0.8.5.bb               |  9 +++++++++
 2 files changed, 9 insertions(+), 11 deletions(-)
 delete mode 100644 meta-python/recipes-devtools/python/python3-transitions_0.8.4.bb
 create mode 100644 meta-python/recipes-devtools/python/python3-transitions_0.8.5.bb

diff --git a/meta-python/recipes-devtools/python/python3-transitions_0.8.4.bb b/meta-python/recipes-devtools/python/python3-transitions_0.8.4.bb
deleted file mode 100644
index 3da97ef95e..0000000000
--- a/meta-python/recipes-devtools/python/python3-transitions_0.8.4.bb
+++ /dev/null
@@ -1,11 +0,0 @@
-inherit pypi setuptools3
-
-SUMMARY = "A lightweight, object-oriented Python state machine implementation with many extensions."
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=de0a0876a688a4483bfafa764773ab39"
-
-SRC_URI = "https://files.pythonhosted.org/packages/32/32/305845f95f98b505e641aa3fc135b0a9747befcff06223a541d2aa388d47/transitions-${PV}.tar.gz"
-SRC_URI[md5sum] = "ef07ea90015a296653a4b095837b0354"
-SRC_URI[sha256sum] = "9a2841b24789dfd345267cb92e26b79da75fd03f6021d1a5222c71b5c9ae3c16"
-
-RDEPENDS_${PN} += "python3-six"
diff --git a/meta-python/recipes-devtools/python/python3-transitions_0.8.5.bb b/meta-python/recipes-devtools/python/python3-transitions_0.8.5.bb
new file mode 100644
index 0000000000..7f88bc1d22
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-transitions_0.8.5.bb
@@ -0,0 +1,9 @@
+SUMMARY = "A lightweight, object-oriented Python state machine implementation with many extensions."
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=de0a0876a688a4483bfafa764773ab39"
+
+inherit pypi setuptools3
+
+SRC_URI[sha256sum] = "e441c66a0c753d56c01c3e5e547f21dbe4a5569c939f12477475c5e81d79769b"
+
+RDEPENDS_${PN} += "python3-six"
-- 
2.17.1


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

* Re: [oe] [meta-python][PATCH 7/7] python3-transitions: Upgrade 0.8.4 -> 0.8.5
  2020-11-26 11:22 ` [meta-python][PATCH 7/7] python3-transitions: Upgrade 0.8.4 -> 0.8.5 Leon Anavi
@ 2020-11-27 13:47   ` Trevor Gamblin
  0 siblings, 0 replies; 14+ messages in thread
From: Trevor Gamblin @ 2020-11-27 13:47 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

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


On 2020-11-26 6:22 a.m., Leon Anavi wrote:
> [Please note this e-mail is from an EXTERNAL e-mail address]
>
> Upgrade to release 0.8.5:
>
> - AsyncMachine.switch_model_context is expected to be async now
>    for easier integration of async code during model switch.
> - Bugfix: Initializing a machine with GraphSupport threw an
>    exception when initial was set to a nested or parallel state
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../python/python3-transitions_0.8.4.bb               | 11 -----------
>   .../python/python3-transitions_0.8.5.bb               |  9 +++++++++
>   2 files changed, 9 insertions(+), 11 deletions(-)
>   delete mode 100644 meta-python/recipes-devtools/python/python3-transitions_0.8.4.bb
>   create mode 100644 meta-python/recipes-devtools/python/python3-transitions_0.8.5.bb
>
> diff --git a/meta-python/recipes-devtools/python/python3-transitions_0.8.4.bb b/meta-python/recipes-devtools/python/python3-transitions_0.8.4.bb
> deleted file mode 100644
> index 3da97ef95e..0000000000
> --- a/meta-python/recipes-devtools/python/python3-transitions_0.8.4.bb
> +++ /dev/null
> @@ -1,11 +0,0 @@
> -inherit pypi setuptools3
> -
> -SUMMARY = "A lightweight, object-oriented Python state machine implementation with many extensions."
> -LICENSE = "MIT"
> -LIC_FILES_CHKSUM = "file://LICENSE;md5=de0a0876a688a4483bfafa764773ab39"
> -
> -SRC_URI = "https://files.pythonhosted.org/packages/32/32/305845f95f98b505e641aa3fc135b0a9747befcff06223a541d2aa388d47/transitions-${PV}.tar.gz"
> -SRC_URI[md5sum] = "ef07ea90015a296653a4b095837b0354"
> -SRC_URI[sha256sum] = "9a2841b24789dfd345267cb92e26b79da75fd03f6021d1a5222c71b5c9ae3c16"
> -
> -RDEPENDS_${PN} += "python3-six"
> diff --git a/meta-python/recipes-devtools/python/python3-transitions_0.8.5.bb b/meta-python/recipes-devtools/python/python3-transitions_0.8.5.bb
> new file mode 100644
> index 0000000000..7f88bc1d22
> --- /dev/null
> +++ b/meta-python/recipes-devtools/python/python3-transitions_0.8.5.bb
> @@ -0,0 +1,9 @@
> +SUMMARY = "A lightweight, object-oriented Python state machine implementation with many extensions."
> +LICENSE = "MIT"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=de0a0876a688a4483bfafa764773ab39"
> +
> +inherit pypi setuptools3
> +
> +SRC_URI[sha256sum] = "e441c66a0c753d56c01c3e5e547f21dbe4a5569c939f12477475c5e81d79769b"
> +
> +RDEPENDS_${PN} += "python3-six"
> --
> 2.17.1
>
>
> 
>

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

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

* Re: [oe] [meta-python][PATCH 6/7] python3-urllib3: Upgrade 1.25.11 -> 1.26.2
  2020-11-26 11:22 ` [meta-python][PATCH 6/7] python3-urllib3: Upgrade 1.25.11 -> 1.26.2 Leon Anavi
@ 2020-11-27 13:48   ` Trevor Gamblin
  0 siblings, 0 replies; 14+ messages in thread
From: Trevor Gamblin @ 2020-11-27 13:48 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

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


On 2020-11-26 6:22 a.m., Leon Anavi wrote:
> [Please note this e-mail is from an EXTERNAL e-mail address]
>
> Upgrade to release 1.26.2:
>
> - NOTE: urllib3 v2.0 will drop support for Python 2.
> - Added support for HTTPS proxies contacting HTTPS servers
> - Deprecated negotiating TLSv1 and TLSv1.1 by default. Users that
>    still wish to use TLS earlier than 1.2 without a deprecation
>    warning should opt-in explicitly by setting
>    ssl_version=ssl.PROTOCOL_TLSv1_1 Starting in urllib3 v2.0:
>    Connections that receive a ``DeprecationWarning`` will fail
> - Deprecated Retry options Retry.DEFAULT_METHOD_WHITELIST,
>    Retry.DEFAULT_REDIRECT_HEADERS_BLACKLIST and
>    Retry(method_whitelist=...) in favor of Retry.DEFAULT_ALLOWED_METHODS,
>    Retry.DEFAULT_REMOVE_HEADERS_ON_REDIRECT, and
>    Retry(allowed_methods=...)
>    Starting in urllib3 v2.0: Deprecated options will be removed
> - Added default User-Agent header to every request
> - Added urllib3.util.SKIP_HEADER for skipping User-Agent,
>    Accept-Encoding, and Host headers from being automatically
>    emitted with requests
> - Collapse transfer-encoding: chunked request data and framing
>    into the same socket.send() call
> - Send http/1.1 ALPN identifier with every TLS handshake by default
> - Properly terminate SecureTransport connections when CA
>    verification fails
> - Don't emit an SNIMissingWarning when passing server_hostname=None
>    to SecureTransport
> - Disabled requesting TLSv1.2 session tickets as they weren't
>    being used by urllib3
> - Suppress BrokenPipeError when writing request body after the
>    server has closed the socket
> - Wrap ssl.SSLError that can be raised from reading a socket
>    (e.g. "bad MAC") into an urllib3.exceptions.SSLError
> - Fixed an issue where two User-Agent headers would be sent if a
>    User-Agent header key is passed as bytes
>
> License-Update: Update copyright date
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   ...{python3-urllib3_1.25.11.bb => python3-urllib3_1.26.2.bb} | 5 ++---
>   1 file changed, 2 insertions(+), 3 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-urllib3_1.25.11.bb => python3-urllib3_1.26.2.bb} (68%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-urllib3_1.25.11.bb b/meta-python/recipes-devtools/python/python3-urllib3_1.26.2.bb
> similarity index 68%
> rename from meta-python/recipes-devtools/python/python3-urllib3_1.25.11.bb
> rename to meta-python/recipes-devtools/python/python3-urllib3_1.26.2.bb
> index 980f4c53d2..fcd6709017 100644
> --- a/meta-python/recipes-devtools/python/python3-urllib3_1.25.11.bb
> +++ b/meta-python/recipes-devtools/python/python3-urllib3_1.26.2.bb
> @@ -1,10 +1,9 @@
>   SUMMARY = "Python HTTP library with thread-safe connection pooling, file post support, sanity friendly, and more"
>   HOMEPAGE = "https://github.com/shazow/urllib3"
>   LICENSE = "MIT"
> -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=65715c2eb961313d71b297dd5a04f85e"
> +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=c2823cb995439c984fd62a973d79815c"
>
> -SRC_URI[md5sum] = "d47dd21a6e66a03c3633cac468ffd010"
> -SRC_URI[sha256sum] = "8d7eaa5a82a1cac232164990f04874c594c9453ec55eef02eab885aa02fc17a2"
> +SRC_URI[sha256sum] = "19188f96923873c92ccb987120ec4acaa12f0461fa9ce5d3d0772bc965a39e08"
>
>   inherit pypi setuptools3
>
> --
> 2.17.1
>
>
> 
>

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

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

* Re: [oe] [meta-python][PATCH 5/7] python3-prettytable: Upgrade 1.0.1 -> 2.0.0
  2020-11-26 11:22 ` [meta-python][PATCH 5/7] python3-prettytable: Upgrade 1.0.1 -> 2.0.0 Leon Anavi
@ 2020-11-27 13:48   ` Trevor Gamblin
  0 siblings, 0 replies; 14+ messages in thread
From: Trevor Gamblin @ 2020-11-27 13:48 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

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


On 2020-11-26 6:22 a.m., Leon Anavi wrote:
> [Please note this e-mail is from an EXTERNAL e-mail address]
>
> Upgrade to release 2.0.0:
>
> - Add tbody and thead tags
> - Add add_rows to add several rows at once
> - Add Python 3.10-dev to CI Tests
> - Stop testing on Travis CI due to new open-source limitations
> - Move to src/ and tests/ layout
> - Drop support for EOL Python 2.7 and 3.5
> - Fix padding_width = 0
> - Don't create universal wheel for Python 2 (and 3)
> - Fix docs to match code: from_cursor -> from_db_cursor
> - readme: update function name in example
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   ...on3-prettytable_1.0.1.bb => python3-prettytable_2.0.0.bb} | 5 ++---
>   1 file changed, 2 insertions(+), 3 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-prettytable_1.0.1.bb => python3-prettytable_2.0.0.bb} (81%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-prettytable_1.0.1.bb b/meta-python/recipes-devtools/python/python3-prettytable_2.0.0.bb
> similarity index 81%
> rename from meta-python/recipes-devtools/python/python3-prettytable_1.0.1.bb
> rename to meta-python/recipes-devtools/python/python3-prettytable_2.0.0.bb
> index 79341b9d29..3563bfa113 100644
> --- a/meta-python/recipes-devtools/python/python3-prettytable_1.0.1.bb
> +++ b/meta-python/recipes-devtools/python/python3-prettytable_2.0.0.bb
> @@ -3,8 +3,7 @@ HOMEPAGE = "http://code.google.com/p/prettytable"
>   LICENSE = "BSD-3-Clause"
>   LIC_FILES_CHKSUM = "file://COPYING;md5=c9a6829fcd174d9535b46211917c7671"
>
> -SRC_URI[md5sum] = "b5bd0acec56ae7ccf5ac22d3f671c3a7"
> -SRC_URI[sha256sum] = "6bb7f539903cb031fecb855b615cbcac8cd245ebc6fa51c6e23ab3386db89771"
> +SRC_URI[sha256sum] = "e37acd91976fe6119172771520e58d1742c8479703489321dc1d9c85e7259922"
>
>   do_install_append() {
>       perm_files=`find "${D}${PYTHON_SITEPACKAGES_DIR}/" -name "*.txt" -o -name "PKG-INFO"`
> @@ -36,5 +35,5 @@ RDEPENDS_${PN}-ptest += " \
>   "
>
>   do_install_ptest() {
> -       cp -f ${S}/prettytable_test.py ${D}${PTEST_PATH}/
> +       cp -f ${S}/tests/test_prettytable.py ${D}${PTEST_PATH}/
>   }
> --
> 2.17.1
>
>
> 
>

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

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

* Re: [oe] [meta-python][PATCH 4/7] python3-ansi2html: Upgrade 1.5.2 -> 1.6.0
  2020-11-26 11:22 ` [meta-python][PATCH 4/7] python3-ansi2html: Upgrade 1.5.2 -> 1.6.0 Leon Anavi
@ 2020-11-27 13:48   ` Trevor Gamblin
  0 siblings, 0 replies; 14+ messages in thread
From: Trevor Gamblin @ 2020-11-27 13:48 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

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


On 2020-11-26 6:22 a.m., Leon Anavi wrote:
> [Please note this e-mail is from an EXTERNAL e-mail address]
>
> Add native setuptools-scm and toml to the dependencies. Upgrade
> to release 1.6.0:
>
> - Add support for vt100 box drawing mode and high-intensity
>    ansi codes
> - Fix undefined behavior with linkify when same url is repeated
>    in same line
> - Prune CSS classes from output that are not used
> - Update style.py
> - Give more useful TaskWarrior example
> - Fix handling cursor move up with unique and empty lines
> - enable python 3 input decoding
> - Fix missing color CSS definitions
> - Prevent IndexError while handling CursorMoveUp
> - added setup.cfg
> - fix long lines
> - Started to implement LaTeX support
> - add option --title for filling in the title
> - add empty title element to head section in html output
> - added 2 color-schemes (solarized, osx). improved optparse
>    handling schemes.
> - added support to select a color-scheme. added schemes 'xterm'
>    and 'xterm...
> - Improve Makefile
> - Add and ship AsciiDoc manpage, improve --help, add --version
> - Fix README example to not produce unwanted spaces
> - Add missing license headers
> - Fix line handling
> - Add support for previously unhandled ANSI codes, improve
>    approach on handling color state
> - Fix italic to be font-style (rather than font-weight)
> - Stop adding unwanted spaces
> - Fix writing to sys.stdout.buffer
> - Add convenience Makefile
> - Fix some bugs
> - add --inline style
> - Fix UnicodeDecodeError exception when Unicode characters appear
>    in input
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   ...{python3-ansi2html_1.5.2.bb => python3-ansi2html_1.6.0.bb} | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-ansi2html_1.5.2.bb => python3-ansi2html_1.6.0.bb} (66%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-ansi2html_1.5.2.bb b/meta-python/recipes-devtools/python/python3-ansi2html_1.6.0.bb
> similarity index 66%
> rename from meta-python/recipes-devtools/python/python3-ansi2html_1.5.2.bb
> rename to meta-python/recipes-devtools/python/python3-ansi2html_1.6.0.bb
> index 8e586ea3e8..d31448d6a8 100644
> --- a/meta-python/recipes-devtools/python/python3-ansi2html_1.5.2.bb
> +++ b/meta-python/recipes-devtools/python/python3-ansi2html_1.6.0.bb
> @@ -5,9 +5,9 @@ LICENSE = "GPLv3"
>
>   PYPI_PACKAGE = "ansi2html"
>
> -SRC_URI[md5sum] = "52d6085ad1c5970082ea5305a26af981"
> -SRC_URI[sha256sum] = "96ae85ae7b26b7da674d87de2870ba4d1964bca733ae4614587080b6358c3ba9"
> +SRC_URI[sha256sum] = "0f124ea7efcf3f24f1f9398e527e688c9ae6eab26b0b84e1299ef7f94d92c596"
>
>   inherit pypi setuptools3
>
> +DEPENDS += "${PYTHON_PN}-setuptools-scm-native ${PYTHON_PN}-toml-native"
>   RDEPENDS_${PN} = "${PYTHON_PN}-six"
> --
> 2.17.1
>
>
> 
>

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

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

* Re: [oe] [meta-python][PATCH 3/7] python3-fastnumbers: Upgrade 3.0.0 -> 3.1.0
  2020-11-26 11:22 ` [meta-python][PATCH 3/7] python3-fastnumbers: Upgrade 3.0.0 -> 3.1.0 Leon Anavi
@ 2020-11-27 13:48   ` Trevor Gamblin
  0 siblings, 0 replies; 14+ messages in thread
From: Trevor Gamblin @ 2020-11-27 13:48 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

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


On 2020-11-26 6:22 a.m., Leon Anavi wrote:
> [Please note this e-mail is from an EXTERNAL e-mail address]
>
> Upgrade to release 3.1.0:
>
> - query_type function to determine what as type fastnumbers will
>    interpret a given input
> - Support for Python 3.9 (eliminate use of private Python C
>    function that is now hidden in 3.9)
>
> License-Update: Update year
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../python/python3-fastnumbers_3.0.0.bb                |  9 ---------
>   .../python/python3-fastnumbers_3.1.0.bb                | 10 ++++++++++
>   2 files changed, 10 insertions(+), 9 deletions(-)
>   delete mode 100644 meta-python/recipes-devtools/python/python3-fastnumbers_3.0.0.bb
>   create mode 100644 meta-python/recipes-devtools/python/python3-fastnumbers_3.1.0.bb
>
> diff --git a/meta-python/recipes-devtools/python/python3-fastnumbers_3.0.0.bb b/meta-python/recipes-devtools/python/python3-fastnumbers_3.0.0.bb
> deleted file mode 100644
> index b0ecb9d560..0000000000
> --- a/meta-python/recipes-devtools/python/python3-fastnumbers_3.0.0.bb
> +++ /dev/null
> @@ -1,9 +0,0 @@
> -SUMMARY = "Super-fast and clean conversions to numbers."
> -SECTION = "devel/python"
> -LICENSE = "MIT"
> -LIC_FILES_CHKSUM = "file://LICENSE;md5=f797665cf3d3e0fdc0d488f5200c6f55"
> -
> -PYPI_PACKAGE = "fastnumbers"
> -SRC_URI[sha256sum] = "93ce2f9516fbf2bbf46c85e4abef783cc569e5fbbc665352efb9cdddbae517ec"
> -
> -inherit pypi setuptools3
> diff --git a/meta-python/recipes-devtools/python/python3-fastnumbers_3.1.0.bb b/meta-python/recipes-devtools/python/python3-fastnumbers_3.1.0.bb
> new file mode 100644
> index 0000000000..5c913ffef8
> --- /dev/null
> +++ b/meta-python/recipes-devtools/python/python3-fastnumbers_3.1.0.bb
> @@ -0,0 +1,10 @@
> +SUMMARY = "Super-fast and clean conversions to numbers."
> +SECTION = "devel/python"
> +LICENSE = "MIT"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=6a96e5ad780a0eea866ecccec4463517"
> +
> +PYPI_PACKAGE = "fastnumbers"
> +
> +SRC_URI[sha256sum] = "7cc4f96981ccd3cf212b6ea7b84ef621620b62da8b454f420aa2e81c8529e68f"
> +
> +inherit pypi setuptools3
> --
> 2.17.1
>
>
> 
>

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

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

* Re: [oe] [meta-python][PATCH 2/7] python3-luma-oled: Upgrade 3.7.0 -> 3.8.1
  2020-11-26 11:22 ` [meta-python][PATCH 2/7] python3-luma-oled: Upgrade 3.7.0 -> 3.8.1 Leon Anavi
@ 2020-11-27 13:48   ` Trevor Gamblin
  0 siblings, 0 replies; 14+ messages in thread
From: Trevor Gamblin @ 2020-11-27 13:48 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

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


On 2020-11-26 6:22 a.m., Leon Anavi wrote:
> [Please note this e-mail is from an EXTERNAL e-mail address]
>
> Upgrade to release 3.8.1:
>
> - Improved diff_to_previous framebuffer performance
> - Fix mutable default parameter bug when using multiple displays
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../{python3-luma-oled_3.7.0.bb => python3-luma-oled_3.8.1.bb} | 3 +--
>   1 file changed, 1 insertion(+), 2 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-luma-oled_3.7.0.bb => python3-luma-oled_3.8.1.bb} (77%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-luma-oled_3.7.0.bb b/meta-python/recipes-devtools/python/python3-luma-oled_3.8.1.bb
> similarity index 77%
> rename from meta-python/recipes-devtools/python/python3-luma-oled_3.7.0.bb
> rename to meta-python/recipes-devtools/python/python3-luma-oled_3.8.1.bb
> index 8c9d195baa..329cdb9e3f 100644
> --- a/meta-python/recipes-devtools/python/python3-luma-oled_3.7.0.bb
> +++ b/meta-python/recipes-devtools/python/python3-luma-oled_3.8.1.bb
> @@ -8,8 +8,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=c328c862c3335ad464e1c9a3ba574249"
>
>   inherit pypi setuptools3
>
> -SRC_URI[md5sum] = "dd661f869180c5b306628cc6ade04d60"
> -SRC_URI[sha256sum] = "fa710ea5d46f731033dbbcf4330f264d653a9a21d60b29dfc53355f72f355e17"
> +SRC_URI[sha256sum] = "a9b445ecc686e9413ddac655544da21d801bbc6b94612736cf59283e6b92bcbb"
>
>   CLEANBROKEN = "1"
>
> --
> 2.17.1
>
>
> 
>

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

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

* Re: [oe] [meta-python][PATCH 1/7] python3-luma-core: Upgrade 1.17.3 -> 2.0.1
  2020-11-26 11:22 [meta-python][PATCH 1/7] python3-luma-core: Upgrade 1.17.3 -> 2.0.1 Leon Anavi
                   ` (5 preceding siblings ...)
  2020-11-26 11:22 ` [meta-python][PATCH 7/7] python3-transitions: Upgrade 0.8.4 -> 0.8.5 Leon Anavi
@ 2020-11-27 13:48 ` Trevor Gamblin
  6 siblings, 0 replies; 14+ messages in thread
From: Trevor Gamblin @ 2020-11-27 13:48 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

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


On 2020-11-26 6:22 a.m., Leon Anavi wrote:
> [Please note this e-mail is from an EXTERNAL e-mail address]
>
> Upgrade to release 2.0.1:
>
> - Improved diff_to_previous framebuffer performance
> - Add Linux framebuffer pseudo-device
> - Allow a wider range of SPI bus speeds
> - Fix to allow cmdline args to dynamically create a full_frame()
>    instance
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   ...{python3-luma-core_1.17.3.bb => python3-luma-core_2.0.1.bb} | 3 +--
>   1 file changed, 1 insertion(+), 2 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-luma-core_1.17.3.bb => python3-luma-core_2.0.1.bb} (75%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-luma-core_1.17.3.bb b/meta-python/recipes-devtools/python/python3-luma-core_2.0.1.bb
> similarity index 75%
> rename from meta-python/recipes-devtools/python/python3-luma-core_1.17.3.bb
> rename to meta-python/recipes-devtools/python/python3-luma-core_2.0.1.bb
> index 8301d7f77a..fad7432132 100644
> --- a/meta-python/recipes-devtools/python/python3-luma-core_1.17.3.bb
> +++ b/meta-python/recipes-devtools/python/python3-luma-core_2.0.1.bb
> @@ -6,8 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=db07e3d471938ea7d7fd2135f88ac9a1"
>
>   inherit pypi setuptools3
>
> -SRC_URI[md5sum] = "c13303a123c32c1a8dc5bc089a920822"
> -SRC_URI[sha256sum] = "1c928ad8e42af5fd395260176f89eb68a8af61911971f94124fabc9c6b550689"
> +SRC_URI[sha256sum] = "a0bc18c03cfb293c9c1b1d8883c2ec7c29d167e4af99f795b5698c8a864332df"
>
>   CLEANBROKEN = "1"
>
> --
> 2.17.1
>
>
> 
>

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

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

end of thread, other threads:[~2020-11-27 13:49 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-26 11:22 [meta-python][PATCH 1/7] python3-luma-core: Upgrade 1.17.3 -> 2.0.1 Leon Anavi
2020-11-26 11:22 ` [meta-python][PATCH 2/7] python3-luma-oled: Upgrade 3.7.0 -> 3.8.1 Leon Anavi
2020-11-27 13:48   ` [oe] " Trevor Gamblin
2020-11-26 11:22 ` [meta-python][PATCH 3/7] python3-fastnumbers: Upgrade 3.0.0 -> 3.1.0 Leon Anavi
2020-11-27 13:48   ` [oe] " Trevor Gamblin
2020-11-26 11:22 ` [meta-python][PATCH 4/7] python3-ansi2html: Upgrade 1.5.2 -> 1.6.0 Leon Anavi
2020-11-27 13:48   ` [oe] " Trevor Gamblin
2020-11-26 11:22 ` [meta-python][PATCH 5/7] python3-prettytable: Upgrade 1.0.1 -> 2.0.0 Leon Anavi
2020-11-27 13:48   ` [oe] " Trevor Gamblin
2020-11-26 11:22 ` [meta-python][PATCH 6/7] python3-urllib3: Upgrade 1.25.11 -> 1.26.2 Leon Anavi
2020-11-27 13:48   ` [oe] " Trevor Gamblin
2020-11-26 11:22 ` [meta-python][PATCH 7/7] python3-transitions: Upgrade 0.8.4 -> 0.8.5 Leon Anavi
2020-11-27 13:47   ` [oe] " Trevor Gamblin
2020-11-27 13:48 ` [oe] [meta-python][PATCH 1/7] python3-luma-core: Upgrade 1.17.3 -> 2.0.1 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.