All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH 01/10] python3-colorlog: Upgrade 4.6.2 -> 4.7.2
@ 2021-01-19 17:37 Leon Anavi
  2021-01-19 17:37 ` [meta-python][PATCH 02/10] python3-pyephem: Upgrade 3.7.7.0 -> 3.7.7.1 Leon Anavi
                   ` (9 more replies)
  0 siblings, 10 replies; 20+ messages in thread
From: Leon Anavi @ 2021-01-19 17:37 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 4.7.2:

- Fix linter errors
- Fix typo

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

diff --git a/meta-python/recipes-devtools/python/python3-colorlog_4.6.2.bb b/meta-python/recipes-devtools/python/python3-colorlog_4.7.2.bb
similarity index 65%
rename from meta-python/recipes-devtools/python/python3-colorlog_4.6.2.bb
rename to meta-python/recipes-devtools/python/python3-colorlog_4.7.2.bb
index e98d276f0..c9754ed88 100644
--- a/meta-python/recipes-devtools/python/python3-colorlog_4.6.2.bb
+++ b/meta-python/recipes-devtools/python/python3-colorlog_4.7.2.bb
@@ -7,5 +7,4 @@ inherit pypi setuptools3
 
 PYPI_PACKAGE = "colorlog"
 
-SRC_URI[md5sum] = "72441753be8ec437af9e5bb89db344e7"
-SRC_URI[sha256sum] = "54e5f153419c22afc283c130c4201db19a3dbd83221a0f4657d5ee66234a2ea4"
+SRC_URI[sha256sum] = "18d05b616438a75762d7d214b9ec3b05d274466c9f3ddd92807e755840c88251"
-- 
2.17.1


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

* [meta-python][PATCH 02/10] python3-pyephem: Upgrade 3.7.7.0 -> 3.7.7.1
  2021-01-19 17:37 [meta-python][PATCH 01/10] python3-colorlog: Upgrade 4.6.2 -> 4.7.2 Leon Anavi
@ 2021-01-19 17:37 ` Leon Anavi
  2021-01-20 13:34   ` [oe] " Trevor Gamblin
  2021-01-19 17:37 ` [meta-python][PATCH 03/10] python3-pyperf: Upgrade 2.0.0 -> 2.1.0 Leon Anavi
                   ` (8 subsequent siblings)
  9 siblings, 1 reply; 20+ messages in thread
From: Leon Anavi @ 2021-01-19 17:37 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 3.7.7.1:

- Fixed a memory leak in readdb()
- Fixed the Body.copy() method to correctly copy object-specific
  fields across to the new object, like Saturn ring tilt and Earth
  satellite catalog number

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

diff --git a/meta-python/recipes-extended/python-pyephem/python3-pyephem_3.7.7.0.bb b/meta-python/recipes-extended/python-pyephem/python3-pyephem_3.7.7.1.bb
similarity index 69%
rename from meta-python/recipes-extended/python-pyephem/python3-pyephem_3.7.7.0.bb
rename to meta-python/recipes-extended/python-pyephem/python3-pyephem_3.7.7.1.bb
index 38b3c0a4f..5949a55fa 100644
--- a/meta-python/recipes-extended/python-pyephem/python3-pyephem_3.7.7.0.bb
+++ b/meta-python/recipes-extended/python-pyephem/python3-pyephem_3.7.7.1.bb
@@ -4,8 +4,7 @@ HOMEPAGE = "http://rhodesmill.org/pyephem/"
 LICENSE = "LGPL-3.0"
 LIC_FILES_CHKSUM = "file://COPYING;md5=f288303760f6e5ceaafe3aaa32186ab1"
 
-SRC_URI[md5sum] = "46c035b4a903ff26e0d8ad0f1fe6cc35"
-SRC_URI[sha256sum] = "607148429f85412915e32265779c0cf6d09f73aa97cf1ff0d101ac22c69c4436"
+SRC_URI[sha256sum] = "36b51a8dc7cfdeb456dd6b8ab811accab8341b2d562ee3c6f4c86f6d3dbb984e"
 
 PYPI_PACKAGE = "ephem"
 
-- 
2.17.1


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

* [meta-python][PATCH 03/10] python3-pyperf: Upgrade 2.0.0 -> 2.1.0
  2021-01-19 17:37 [meta-python][PATCH 01/10] python3-colorlog: Upgrade 4.6.2 -> 4.7.2 Leon Anavi
  2021-01-19 17:37 ` [meta-python][PATCH 02/10] python3-pyephem: Upgrade 3.7.7.0 -> 3.7.7.1 Leon Anavi
@ 2021-01-19 17:37 ` Leon Anavi
  2021-01-20 13:34   ` [oe] " Trevor Gamblin
  2021-01-19 17:37 ` [meta-python][PATCH 04/10] python3-cheetah: Upgrade 3.2.5 -> 3.2.6 Leon Anavi
                   ` (7 subsequent siblings)
  9 siblings, 1 reply; 20+ messages in thread
From: Leon Anavi @ 2021-01-19 17:37 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 2.1.0:

- The compare_to command now computes the geometric mean.
- The compare_to command no longer displays percentages: display
  less numbers to make the output easier to read. Also, percentage
  were almost the same values than the xxx faster or xxx slower
  values, but rounded differenly which introduced confusion.
- Project moved to https://github.com/psf/pyperf/
- system command now only emits a warning rather than failing with
  a hard error if it fails to get or set the frequency of a CPU.
- The pyperf project is now covered by the PSF Code of Conduct.

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

diff --git a/meta-python/recipes-devtools/python/python3-pyperf_2.0.0.bb b/meta-python/recipes-devtools/python/python3-pyperf_2.1.0.bb
similarity index 84%
rename from meta-python/recipes-devtools/python/python3-pyperf_2.0.0.bb
rename to meta-python/recipes-devtools/python/python3-pyperf_2.1.0.bb
index 7ced7d017..b57ea16eb 100644
--- a/meta-python/recipes-devtools/python/python3-pyperf_2.0.0.bb
+++ b/meta-python/recipes-devtools/python/python3-pyperf_2.1.0.bb
@@ -13,8 +13,7 @@ Features: \
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://COPYING;md5=78bc2e6e87c8c61272937b879e6dc2f8"
 
-SRC_URI[md5sum] = "7f62d3f6fc5475138791d3d883fdf4cd"
-SRC_URI[sha256sum] = "2189fbc4af08d519f85468e70e32c902eab0f1341b2c41028b94b2832d3169a7"
+SRC_URI[sha256sum] = "1257d673d89fdcdbaec8077afeb365e7a94739c1b263572b09403cac25708ad3"
 
 DEPENDS += "${PYTHON_PN}-six-native"
 
-- 
2.17.1


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

* [meta-python][PATCH 04/10] python3-cheetah: Upgrade 3.2.5 -> 3.2.6
  2021-01-19 17:37 [meta-python][PATCH 01/10] python3-colorlog: Upgrade 4.6.2 -> 4.7.2 Leon Anavi
  2021-01-19 17:37 ` [meta-python][PATCH 02/10] python3-pyephem: Upgrade 3.7.7.0 -> 3.7.7.1 Leon Anavi
  2021-01-19 17:37 ` [meta-python][PATCH 03/10] python3-pyperf: Upgrade 2.0.0 -> 2.1.0 Leon Anavi
@ 2021-01-19 17:37 ` Leon Anavi
  2021-01-20 13:34   ` [oe] " Trevor Gamblin
  2021-01-19 17:37 ` [meta-python][PATCH 05/10] python3-pyscaffold: Upgrade 3.3 -> 3.3.1 Leon Anavi
                   ` (6 subsequent siblings)
  9 siblings, 1 reply; 20+ messages in thread
From: Leon Anavi @ 2021-01-19 17:37 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 3.2.6:

- Fixed use of uninitialized variable in _namemapper

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

diff --git a/meta-python/recipes-devtools/python/python3-cheetah_3.2.5.bb b/meta-python/recipes-devtools/python/python3-cheetah_3.2.6.bb
similarity index 72%
rename from meta-python/recipes-devtools/python/python3-cheetah_3.2.5.bb
rename to meta-python/recipes-devtools/python/python3-cheetah_3.2.6.bb
index 6fa088f59..a7e5443f2 100644
--- a/meta-python/recipes-devtools/python/python3-cheetah_3.2.5.bb
+++ b/meta-python/recipes-devtools/python/python3-cheetah_3.2.6.bb
@@ -11,5 +11,4 @@ RDEPENDS_${PN}_class-native = ""
 
 BBCLASSEXTEND = "native nativesdk"
 
-SRC_URI[md5sum] = "fc735d4ca7997df2a2da1cae0cf89a1e"
-SRC_URI[sha256sum] = "ececc9ca7c58b9a86ce71eb95594c4619949e2a058d2a1af74c7ae8222515eb1"
+SRC_URI[sha256sum] = "f1c2b693cdcac2ded2823d363f8459ae785261e61c128d68464c8781dba0466b"
-- 
2.17.1


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

* [meta-python][PATCH 05/10] python3-pyscaffold: Upgrade 3.3 -> 3.3.1
  2021-01-19 17:37 [meta-python][PATCH 01/10] python3-colorlog: Upgrade 4.6.2 -> 4.7.2 Leon Anavi
                   ` (2 preceding siblings ...)
  2021-01-19 17:37 ` [meta-python][PATCH 04/10] python3-cheetah: Upgrade 3.2.5 -> 3.2.6 Leon Anavi
@ 2021-01-19 17:37 ` Leon Anavi
  2021-01-20 13:35   ` [oe] " Trevor Gamblin
  2021-01-19 17:37 ` [meta-python][PATCH 06/10] python3-lxml: Upgrade 4.6.1 -> 4.6.2 Leon Anavi
                   ` (5 subsequent siblings)
  9 siblings, 1 reply; 20+ messages in thread
From: Leon Anavi @ 2021-01-19 17:37 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 3.3.1:

- Code base changed to Black’s standards
- New docs about version numbers and git integration
- Updated pre-commit hooks
- Updated docs/Makefile to use Sphinx "make mode"
- deprecated setuptools extensions/commands python setup.py
  test/docs/doctests
- New tox test environments for generating docs and running
  doctests
- New built-in extension for Cirrus CI
- experimental get_template is now part of the public API and
  can be used by extensions, issue #252
- Updated setuptools_scm to version 4.1.2 in contrib
- Updated configupdater to version 1.1.2 in contrib
- precommit automatically fixes line endings by default
- deprecated log.configure_logger, use log.logger.reconfigure
  instead

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

diff --git a/meta-python/recipes-devtools/python/python3-pyscaffold_3.3.bb b/meta-python/recipes-devtools/python/python3-pyscaffold_3.3.1.bb
similarity index 85%
rename from meta-python/recipes-devtools/python/python3-pyscaffold_3.3.bb
rename to meta-python/recipes-devtools/python/python3-pyscaffold_3.3.1.bb
index 87ecb5606..9bebcedd3 100644
--- a/meta-python/recipes-devtools/python/python3-pyscaffold_3.3.bb
+++ b/meta-python/recipes-devtools/python/python3-pyscaffold_3.3.1.bb
@@ -12,6 +12,6 @@ inherit pypi setuptools3
 
 PYPI_PACKAGE = "PyScaffold"
 
-SRC_URI[sha256sum] = "28c77ec70e727944a42ba2494bdd5c912ec38511ac76281dd28fcb9805799025"
+SRC_URI[sha256sum] = "1c3a2b76e60319b6ffc2a8b54e240382109c6241576bf0a47ea476c7194f6a69"
 
 BBCLASSEXTEND = "native nativesdk"
-- 
2.17.1


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

* [meta-python][PATCH 06/10] python3-lxml: Upgrade 4.6.1 -> 4.6.2
  2021-01-19 17:37 [meta-python][PATCH 01/10] python3-colorlog: Upgrade 4.6.2 -> 4.7.2 Leon Anavi
                   ` (3 preceding siblings ...)
  2021-01-19 17:37 ` [meta-python][PATCH 05/10] python3-pyscaffold: Upgrade 3.3 -> 3.3.1 Leon Anavi
@ 2021-01-19 17:37 ` Leon Anavi
  2021-01-20 13:35   ` [oe] " Trevor Gamblin
  2021-01-19 17:37 ` [meta-python][PATCH 07/10] python3-openpyxl: Upgrade 3.0.5 -> 3.0.6 Leon Anavi
                   ` (4 subsequent siblings)
  9 siblings, 1 reply; 20+ messages in thread
From: Leon Anavi @ 2021-01-19 17:37 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 4.6.2:

- A vulnerability (CVE-2020-27783) was discovered in the HTML
  Cleaner by Yaniv Nizry, which allowed JavaScript to pass
  through. The cleaner now removes more sneaky "style" content.

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

diff --git a/meta-python/recipes-devtools/python/python3-lxml_4.6.1.bb b/meta-python/recipes-devtools/python/python3-lxml_4.6.2.bb
similarity index 93%
rename from meta-python/recipes-devtools/python/python3-lxml_4.6.1.bb
rename to meta-python/recipes-devtools/python/python3-lxml_4.6.2.bb
index af012e630..f7aed6d77 100644
--- a/meta-python/recipes-devtools/python/python3-lxml_4.6.1.bb
+++ b/meta-python/recipes-devtools/python/python3-lxml_4.6.2.bb
@@ -18,8 +18,7 @@ LIC_FILES_CHKSUM = "file://LICENSES.txt;md5=e4c045ebad958ead4b48008f70838403 \
 
 DEPENDS += "libxml2 libxslt"
 
-SRC_URI[md5sum] = "10924ab543397a06cb4cfaf9bdf0b80f"
-SRC_URI[sha256sum] = "c152b2e93b639d1f36ec5a8ca24cde4a8eefb2b6b83668fcd8e83a67badcb367"
+SRC_URI[sha256sum] = "cd11c7e8d21af997ee8079037fff88f16fda188a9776eb4b81c7e4c9c0a7d7fc"
 
 inherit pypi setuptools3
 
-- 
2.17.1


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

* [meta-python][PATCH 07/10] python3-openpyxl: Upgrade 3.0.5 -> 3.0.6
  2021-01-19 17:37 [meta-python][PATCH 01/10] python3-colorlog: Upgrade 4.6.2 -> 4.7.2 Leon Anavi
                   ` (4 preceding siblings ...)
  2021-01-19 17:37 ` [meta-python][PATCH 06/10] python3-lxml: Upgrade 4.6.1 -> 4.6.2 Leon Anavi
@ 2021-01-19 17:37 ` Leon Anavi
  2021-01-20 13:36   ` [oe] " Trevor Gamblin
  2021-01-19 17:37 ` [meta-python][PATCH 08/10] python3-pymysql: Upgrade 0.10.1 -> 1.0.2 Leon Anavi
                   ` (3 subsequent siblings)
  9 siblings, 1 reply; 20+ messages in thread
From: Leon Anavi @ 2021-01-19 17:37 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 3.0.6:

- Borders in differential styles are incorrect
- Error when opening some pivot tables
- Resave breaks the border format in conditional formatting rules
- Read-only workbook not closed properly if generator interrupted
- Pandas.Multiindex.labels deprecated
- Pandas.Multiinex not expanded correctly
- Cannot read rows with exponents
- numpy.float is deprecated
- Cells without coordinate attributes not always correctly handled
- Improved handling of borders for differential styles
- Support subclasses of datetime objects
- Improved handling of cells without coordinates

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

diff --git a/meta-python/recipes-devtools/python/python3-openpyxl_3.0.5.bb b/meta-python/recipes-devtools/python/python3-openpyxl_3.0.6.bb
similarity index 81%
rename from meta-python/recipes-devtools/python/python3-openpyxl_3.0.5.bb
rename to meta-python/recipes-devtools/python/python3-openpyxl_3.0.6.bb
index 0aa9fb020..d4781eeff 100644
--- a/meta-python/recipes-devtools/python/python3-openpyxl_3.0.5.bb
+++ b/meta-python/recipes-devtools/python/python3-openpyxl_3.0.6.bb
@@ -9,7 +9,6 @@ LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=8227180126797a0148
 
 inherit pypi setuptools3
 
-SRC_URI[md5sum] = "526b7149538575d58e55df1bd37807c1"
-SRC_URI[sha256sum] = "18e11f9a650128a12580a58e3daba14e00a11d9e907c554a17ea016bf1a2c71b"
+SRC_URI[sha256sum] = "b229112b46e158b910a5d1b270b212c42773d39cab24e8db527f775b82afc041"
 
 RDEPENDS_${PN} += "${PYTHON_PN}-compression ${PYTHON_PN}-io ${PYTHON_PN}-pprint ${PYTHON_PN}-shell ${PYTHON_PN}-jdcal ${PYTHON_PN}-et-xmlfile"
-- 
2.17.1


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

* [meta-python][PATCH 08/10] python3-pymysql: Upgrade 0.10.1 -> 1.0.2
  2021-01-19 17:37 [meta-python][PATCH 01/10] python3-colorlog: Upgrade 4.6.2 -> 4.7.2 Leon Anavi
                   ` (5 preceding siblings ...)
  2021-01-19 17:37 ` [meta-python][PATCH 07/10] python3-openpyxl: Upgrade 3.0.5 -> 3.0.6 Leon Anavi
@ 2021-01-19 17:37 ` Leon Anavi
  2021-01-20 13:36   ` [oe] " Trevor Gamblin
  2021-01-19 17:37 ` [meta-python][PATCH 09/10] python3-dbus-next: Upgrade 0.1.4 -> 0.2.2 Leon Anavi
                   ` (2 subsequent siblings)
  9 siblings, 1 reply; 20+ messages in thread
From: Leon Anavi @ 2021-01-19 17:37 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 1.0.2:

- Fix user, password, host, database are still positional
  arguments. All arguments of connect() are now keyword-only.

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

diff --git a/meta-python/recipes-devtools/python/python3-pymysql_0.10.1.bb b/meta-python/recipes-devtools/python/python3-pymysql_1.0.2.bb
similarity index 76%
rename from meta-python/recipes-devtools/python/python3-pymysql_0.10.1.bb
rename to meta-python/recipes-devtools/python/python3-pymysql_1.0.2.bb
index 15ace44ac..36e2921ae 100644
--- a/meta-python/recipes-devtools/python/python3-pymysql_0.10.1.bb
+++ b/meta-python/recipes-devtools/python/python3-pymysql_1.0.2.bb
@@ -8,8 +8,7 @@ HOMEPAGE = "https://pymysql.readthedocs.io"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=528175c84163bb800d23ad835c7fa0fc"
 
-SRC_URI[md5sum] = "4a1fe973afbbdd78928650118ce8ff68"
-SRC_URI[sha256sum] = "263040d2779a3b84930f7ac9da5132be0fefcd6f453a885756656103f8ee1fdd"
+SRC_URI[sha256sum] = "816927a350f38d56072aeca5dfb10221fe1dc653745853d30a216637f5d7ad36"
 
 PYPI_PACKAGE = "PyMySQL"
 inherit pypi setuptools3
-- 
2.17.1


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

* [meta-python][PATCH 09/10] python3-dbus-next: Upgrade 0.1.4 -> 0.2.2
  2021-01-19 17:37 [meta-python][PATCH 01/10] python3-colorlog: Upgrade 4.6.2 -> 4.7.2 Leon Anavi
                   ` (6 preceding siblings ...)
  2021-01-19 17:37 ` [meta-python][PATCH 08/10] python3-pymysql: Upgrade 0.10.1 -> 1.0.2 Leon Anavi
@ 2021-01-19 17:37 ` Leon Anavi
  2021-01-20 13:36   ` [oe] " Trevor Gamblin
  2021-01-19 17:37 ` [meta-python][PATCH 10/10] python3-yappi: Upgrade 1.3.0 -> 1.3.2 Leon Anavi
  2021-01-20 13:34 ` [oe] [meta-python][PATCH 01/10] python3-colorlog: Upgrade 4.6.2 -> 4.7.2 Trevor Gamblin
  9 siblings, 1 reply; 20+ messages in thread
From: Leon Anavi @ 2021-01-19 17:37 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 0.2.2:

- Add connected instance variable to the MessageBus
- Better handling of message bus errors on disconnect
- Ensure futures are not done when settings results and exceptions

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

diff --git a/meta-python/recipes-devtools/python/python3-dbus-next_0.1.4.bb b/meta-python/recipes-devtools/python/python3-dbus-next_0.2.2.bb
similarity index 68%
rename from meta-python/recipes-devtools/python/python3-dbus-next_0.1.4.bb
rename to meta-python/recipes-devtools/python/python3-dbus-next_0.2.2.bb
index 0a5f19974..1970fdec1 100644
--- a/meta-python/recipes-devtools/python/python3-dbus-next_0.1.4.bb
+++ b/meta-python/recipes-devtools/python/python3-dbus-next_0.2.2.bb
@@ -3,8 +3,7 @@ HOMEPAGE = "https://github.com/acrisci/python-dbus-next"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=94e750c96e56788499b56c81de91431c"
 
-SRC_URI[md5sum] = "0d44e12e8689637a0c048ec7bb51d842"
-SRC_URI[sha256sum] = "1b1942bffcc8c9a5bd6834257df227a55ee28e07dd413ead82ddd23115652363"
+SRC_URI[sha256sum] = "f656a3d3450b670f228248ffb1c3a703a69c4a8cb10cce63b108f17c8bd6c3de"
 
 PYPI_PACKAGE = "dbus_next"
 
-- 
2.17.1


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

* [meta-python][PATCH 10/10] python3-yappi: Upgrade 1.3.0 -> 1.3.2
  2021-01-19 17:37 [meta-python][PATCH 01/10] python3-colorlog: Upgrade 4.6.2 -> 4.7.2 Leon Anavi
                   ` (7 preceding siblings ...)
  2021-01-19 17:37 ` [meta-python][PATCH 09/10] python3-dbus-next: Upgrade 0.1.4 -> 0.2.2 Leon Anavi
@ 2021-01-19 17:37 ` Leon Anavi
  2021-01-20 13:36   ` [oe] " Trevor Gamblin
  2021-01-20 13:34 ` [oe] [meta-python][PATCH 01/10] python3-colorlog: Upgrade 4.6.2 -> 4.7.2 Trevor Gamblin
  9 siblings, 1 reply; 20+ messages in thread
From: Leon Anavi @ 2021-01-19 17:37 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 1.3.2:

- Add support for Python 3.10

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

diff --git a/meta-python/recipes-devtools/python/python3-yappi_1.3.0.bb b/meta-python/recipes-devtools/python/python3-yappi_1.3.2.bb
similarity index 81%
rename from meta-python/recipes-devtools/python/python3-yappi_1.3.0.bb
rename to meta-python/recipes-devtools/python/python3-yappi_1.3.2.bb
index f87c3fb63..7c3f0fd4b 100644
--- a/meta-python/recipes-devtools/python/python3-yappi_1.3.0.bb
+++ b/meta-python/recipes-devtools/python/python3-yappi_1.3.2.bb
@@ -4,8 +4,7 @@ HOMEPAGE = "https://github.com/sumerc/yappi"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=71c208c9a4fd864385eb69ad4caa3bee"
 
-SRC_URI[md5sum] = "6dde41b116566cbe1575e41a1e376f74"
-SRC_URI[sha256sum] = "a443240f4a776fa1be04430bf423dbf09615c05eba34f4a2a6af344a7ce8ff61"
+SRC_URI[sha256sum] = "a51d3e6e5563cc74b5bb82ed6e7bd44a9c1a7eae3d97e4d52e9465edb3a8da8d"
 
 SRC_URI += " \
     file://run-ptest \
-- 
2.17.1


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

* Re: [oe] [meta-python][PATCH 01/10] python3-colorlog: Upgrade 4.6.2 -> 4.7.2
  2021-01-19 17:37 [meta-python][PATCH 01/10] python3-colorlog: Upgrade 4.6.2 -> 4.7.2 Leon Anavi
                   ` (8 preceding siblings ...)
  2021-01-19 17:37 ` [meta-python][PATCH 10/10] python3-yappi: Upgrade 1.3.0 -> 1.3.2 Leon Anavi
@ 2021-01-20 13:34 ` Trevor Gamblin
  9 siblings, 0 replies; 20+ messages in thread
From: Trevor Gamblin @ 2021-01-20 13:34 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

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


On 2021-01-19 12:37 p.m., Leon Anavi wrote:
> - Fix linter errors
> - Fix typo
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../{python3-colorlog_4.6.2.bb => python3-colorlog_4.7.2.bb}   | 3 +--
>   1 file changed, 1 insertion(+), 2 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-colorlog_4.6.2.bb => python3-colorlog_4.7.2.bb} (65%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-colorlog_4.6.2.bb b/meta-python/recipes-devtools/python/python3-colorlog_4.7.2.bb
> similarity index 65%
> rename from meta-python/recipes-devtools/python/python3-colorlog_4.6.2.bb
> rename to meta-python/recipes-devtools/python/python3-colorlog_4.7.2.bb
> index e98d276f0..c9754ed88 100644
> --- a/meta-python/recipes-devtools/python/python3-colorlog_4.6.2.bb
> +++ b/meta-python/recipes-devtools/python/python3-colorlog_4.7.2.bb
> @@ -7,5 +7,4 @@ inherit pypi setuptools3
>   
>   PYPI_PACKAGE = "colorlog"
>   
> -SRC_URI[md5sum] = "72441753be8ec437af9e5bb89db344e7"
> -SRC_URI[sha256sum] = "54e5f153419c22afc283c130c4201db19a3dbd83221a0f4657d5ee66234a2ea4"
> +SRC_URI[sha256sum] = "18d05b616438a75762d7d214b9ec3b05d274466c9f3ddd92807e755840c88251"
>
> 
>

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

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

* Re: [oe] [meta-python][PATCH 02/10] python3-pyephem: Upgrade 3.7.7.0 -> 3.7.7.1
  2021-01-19 17:37 ` [meta-python][PATCH 02/10] python3-pyephem: Upgrade 3.7.7.0 -> 3.7.7.1 Leon Anavi
@ 2021-01-20 13:34   ` Trevor Gamblin
  0 siblings, 0 replies; 20+ messages in thread
From: Trevor Gamblin @ 2021-01-20 13:34 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

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


On 2021-01-19 12:37 p.m., Leon Anavi wrote:
> - Fixed a memory leak in readdb()
> - Fixed the Body.copy() method to correctly copy object-specific
>    fields across to the new object, like Saturn ring tilt and Earth
>    satellite catalog number
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../{python3-pyephem_3.7.7.0.bb => python3-pyephem_3.7.7.1.bb} | 3 +--
>   1 file changed, 1 insertion(+), 2 deletions(-)
>   rename meta-python/recipes-extended/python-pyephem/{python3-pyephem_3.7.7.0.bb => python3-pyephem_3.7.7.1.bb} (69%)
>
> diff --git a/meta-python/recipes-extended/python-pyephem/python3-pyephem_3.7.7.0.bb b/meta-python/recipes-extended/python-pyephem/python3-pyephem_3.7.7.1.bb
> similarity index 69%
> rename from meta-python/recipes-extended/python-pyephem/python3-pyephem_3.7.7.0.bb
> rename to meta-python/recipes-extended/python-pyephem/python3-pyephem_3.7.7.1.bb
> index 38b3c0a4f..5949a55fa 100644
> --- a/meta-python/recipes-extended/python-pyephem/python3-pyephem_3.7.7.0.bb
> +++ b/meta-python/recipes-extended/python-pyephem/python3-pyephem_3.7.7.1.bb
> @@ -4,8 +4,7 @@ HOMEPAGE = "http://rhodesmill.org/pyephem/"
>   LICENSE = "LGPL-3.0"
>   LIC_FILES_CHKSUM = "file://COPYING;md5=f288303760f6e5ceaafe3aaa32186ab1"
>   
> -SRC_URI[md5sum] = "46c035b4a903ff26e0d8ad0f1fe6cc35"
> -SRC_URI[sha256sum] = "607148429f85412915e32265779c0cf6d09f73aa97cf1ff0d101ac22c69c4436"
> +SRC_URI[sha256sum] = "36b51a8dc7cfdeb456dd6b8ab811accab8341b2d562ee3c6f4c86f6d3dbb984e"
>   
>   PYPI_PACKAGE = "ephem"
>   
>
> 
>

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

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

* Re: [oe] [meta-python][PATCH 03/10] python3-pyperf: Upgrade 2.0.0 -> 2.1.0
  2021-01-19 17:37 ` [meta-python][PATCH 03/10] python3-pyperf: Upgrade 2.0.0 -> 2.1.0 Leon Anavi
@ 2021-01-20 13:34   ` Trevor Gamblin
  0 siblings, 0 replies; 20+ messages in thread
From: Trevor Gamblin @ 2021-01-20 13:34 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

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


On 2021-01-19 12:37 p.m., Leon Anavi wrote:
> - The compare_to command now computes the geometric mean.
> - The compare_to command no longer displays percentages: display
>    less numbers to make the output easier to read. Also, percentage
>    were almost the same values than the xxx faster or xxx slower
>    values, but rounded differenly which introduced confusion.
> - Project moved to https://github.com/psf/pyperf/
> - system command now only emits a warning rather than failing with
>    a hard error if it fails to get or set the frequency of a CPU.
> - The pyperf project is now covered by the PSF Code of Conduct.
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../{python3-pyperf_2.0.0.bb => python3-pyperf_2.1.0.bb}       | 3 +--
>   1 file changed, 1 insertion(+), 2 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-pyperf_2.0.0.bb => python3-pyperf_2.1.0.bb} (84%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-pyperf_2.0.0.bb b/meta-python/recipes-devtools/python/python3-pyperf_2.1.0.bb
> similarity index 84%
> rename from meta-python/recipes-devtools/python/python3-pyperf_2.0.0.bb
> rename to meta-python/recipes-devtools/python/python3-pyperf_2.1.0.bb
> index 7ced7d017..b57ea16eb 100644
> --- a/meta-python/recipes-devtools/python/python3-pyperf_2.0.0.bb
> +++ b/meta-python/recipes-devtools/python/python3-pyperf_2.1.0.bb
> @@ -13,8 +13,7 @@ Features: \
>   LICENSE = "MIT"
>   LIC_FILES_CHKSUM = "file://COPYING;md5=78bc2e6e87c8c61272937b879e6dc2f8"
>   
> -SRC_URI[md5sum] = "7f62d3f6fc5475138791d3d883fdf4cd"
> -SRC_URI[sha256sum] = "2189fbc4af08d519f85468e70e32c902eab0f1341b2c41028b94b2832d3169a7"
> +SRC_URI[sha256sum] = "1257d673d89fdcdbaec8077afeb365e7a94739c1b263572b09403cac25708ad3"
>   
>   DEPENDS += "${PYTHON_PN}-six-native"
>   
>
> 
>

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

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

* Re: [oe] [meta-python][PATCH 04/10] python3-cheetah: Upgrade 3.2.5 -> 3.2.6
  2021-01-19 17:37 ` [meta-python][PATCH 04/10] python3-cheetah: Upgrade 3.2.5 -> 3.2.6 Leon Anavi
@ 2021-01-20 13:34   ` Trevor Gamblin
  0 siblings, 0 replies; 20+ messages in thread
From: Trevor Gamblin @ 2021-01-20 13:34 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

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


On 2021-01-19 12:37 p.m., Leon Anavi wrote:
> - Fixed use of uninitialized variable in _namemapper
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../{python3-cheetah_3.2.5.bb => python3-cheetah_3.2.6.bb}     | 3 +--
>   1 file changed, 1 insertion(+), 2 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-cheetah_3.2.5.bb => python3-cheetah_3.2.6.bb} (72%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-cheetah_3.2.5.bb b/meta-python/recipes-devtools/python/python3-cheetah_3.2.6.bb
> similarity index 72%
> rename from meta-python/recipes-devtools/python/python3-cheetah_3.2.5.bb
> rename to meta-python/recipes-devtools/python/python3-cheetah_3.2.6.bb
> index 6fa088f59..a7e5443f2 100644
> --- a/meta-python/recipes-devtools/python/python3-cheetah_3.2.5.bb
> +++ b/meta-python/recipes-devtools/python/python3-cheetah_3.2.6.bb
> @@ -11,5 +11,4 @@ RDEPENDS_${PN}_class-native = ""
>   
>   BBCLASSEXTEND = "native nativesdk"
>   
> -SRC_URI[md5sum] = "fc735d4ca7997df2a2da1cae0cf89a1e"
> -SRC_URI[sha256sum] = "ececc9ca7c58b9a86ce71eb95594c4619949e2a058d2a1af74c7ae8222515eb1"
> +SRC_URI[sha256sum] = "f1c2b693cdcac2ded2823d363f8459ae785261e61c128d68464c8781dba0466b"
>
> 
>

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

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

* Re: [oe] [meta-python][PATCH 05/10] python3-pyscaffold: Upgrade 3.3 -> 3.3.1
  2021-01-19 17:37 ` [meta-python][PATCH 05/10] python3-pyscaffold: Upgrade 3.3 -> 3.3.1 Leon Anavi
@ 2021-01-20 13:35   ` Trevor Gamblin
  0 siblings, 0 replies; 20+ messages in thread
From: Trevor Gamblin @ 2021-01-20 13:35 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

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


On 2021-01-19 12:37 p.m., Leon Anavi wrote:
> Upgrade to release 3.3.1:
>
> - Code base changed to Black’s standards
> - New docs about version numbers and git integration
> - Updated pre-commit hooks
> - Updated docs/Makefile to use Sphinx "make mode"
> - deprecated setuptools extensions/commands python setup.py
>    test/docs/doctests
> - New tox test environments for generating docs and running
>    doctests
> - New built-in extension for Cirrus CI
> - experimental get_template is now part of the public API and
>    can be used by extensions, issue #252
> - Updated setuptools_scm to version 4.1.2 in contrib
> - Updated configupdater to version 1.1.2 in contrib
> - precommit automatically fixes line endings by default
> - deprecated log.configure_logger, use log.logger.reconfigure
>    instead
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../{python3-pyscaffold_3.3.bb => python3-pyscaffold_3.3.1.bb}  | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>   rename meta-python/recipes-devtools/python/{python3-pyscaffold_3.3.bb => python3-pyscaffold_3.3.1.bb} (85%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-pyscaffold_3.3.bb b/meta-python/recipes-devtools/python/python3-pyscaffold_3.3.1.bb
> similarity index 85%
> rename from meta-python/recipes-devtools/python/python3-pyscaffold_3.3.bb
> rename to meta-python/recipes-devtools/python/python3-pyscaffold_3.3.1.bb
> index 87ecb5606..9bebcedd3 100644
> --- a/meta-python/recipes-devtools/python/python3-pyscaffold_3.3.bb
> +++ b/meta-python/recipes-devtools/python/python3-pyscaffold_3.3.1.bb
> @@ -12,6 +12,6 @@ inherit pypi setuptools3
>   
>   PYPI_PACKAGE = "PyScaffold"
>   
> -SRC_URI[sha256sum] = "28c77ec70e727944a42ba2494bdd5c912ec38511ac76281dd28fcb9805799025"
> +SRC_URI[sha256sum] = "1c3a2b76e60319b6ffc2a8b54e240382109c6241576bf0a47ea476c7194f6a69"
>   
>   BBCLASSEXTEND = "native nativesdk"
>
> 
>

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

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

* Re: [oe] [meta-python][PATCH 06/10] python3-lxml: Upgrade 4.6.1 -> 4.6.2
  2021-01-19 17:37 ` [meta-python][PATCH 06/10] python3-lxml: Upgrade 4.6.1 -> 4.6.2 Leon Anavi
@ 2021-01-20 13:35   ` Trevor Gamblin
  0 siblings, 0 replies; 20+ messages in thread
From: Trevor Gamblin @ 2021-01-20 13:35 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

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


On 2021-01-19 12:37 p.m., Leon Anavi wrote:
> - A vulnerability (CVE-2020-27783) was discovered in the HTML
>    Cleaner by Yaniv Nizry, which allowed JavaScript to pass
>    through. The cleaner now removes more sneaky "style" content.
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../python/{python3-lxml_4.6.1.bb => python3-lxml_4.6.2.bb}    | 3 +--
>   1 file changed, 1 insertion(+), 2 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-lxml_4.6.1.bb => python3-lxml_4.6.2.bb} (93%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-lxml_4.6.1.bb b/meta-python/recipes-devtools/python/python3-lxml_4.6.2.bb
> similarity index 93%
> rename from meta-python/recipes-devtools/python/python3-lxml_4.6.1.bb
> rename to meta-python/recipes-devtools/python/python3-lxml_4.6.2.bb
> index af012e630..f7aed6d77 100644
> --- a/meta-python/recipes-devtools/python/python3-lxml_4.6.1.bb
> +++ b/meta-python/recipes-devtools/python/python3-lxml_4.6.2.bb
> @@ -18,8 +18,7 @@ LIC_FILES_CHKSUM = "file://LICENSES.txt;md5=e4c045ebad958ead4b48008f70838403 \
>   
>   DEPENDS += "libxml2 libxslt"
>   
> -SRC_URI[md5sum] = "10924ab543397a06cb4cfaf9bdf0b80f"
> -SRC_URI[sha256sum] = "c152b2e93b639d1f36ec5a8ca24cde4a8eefb2b6b83668fcd8e83a67badcb367"
> +SRC_URI[sha256sum] = "cd11c7e8d21af997ee8079037fff88f16fda188a9776eb4b81c7e4c9c0a7d7fc"
>   
>   inherit pypi setuptools3
>   
>
> 
>

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

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

* Re: [oe] [meta-python][PATCH 07/10] python3-openpyxl: Upgrade 3.0.5 -> 3.0.6
  2021-01-19 17:37 ` [meta-python][PATCH 07/10] python3-openpyxl: Upgrade 3.0.5 -> 3.0.6 Leon Anavi
@ 2021-01-20 13:36   ` Trevor Gamblin
  0 siblings, 0 replies; 20+ messages in thread
From: Trevor Gamblin @ 2021-01-20 13:36 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

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


On 2021-01-19 12:37 p.m., Leon Anavi wrote:
> - Borders in differential styles are incorrect
> - Error when opening some pivot tables
> - Resave breaks the border format in conditional formatting rules
> - Read-only workbook not closed properly if generator interrupted
> - Pandas.Multiindex.labels deprecated
> - Pandas.Multiinex not expanded correctly
> - Cannot read rows with exponents
> - numpy.float is deprecated
> - Cells without coordinate attributes not always correctly handled
> - Improved handling of borders for differential styles
> - Support subclasses of datetime objects
> - Improved handling of cells without coordinates
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../{python3-openpyxl_3.0.5.bb => python3-openpyxl_3.0.6.bb}   | 3 +--
>   1 file changed, 1 insertion(+), 2 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-openpyxl_3.0.5.bb => python3-openpyxl_3.0.6.bb} (81%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-openpyxl_3.0.5.bb b/meta-python/recipes-devtools/python/python3-openpyxl_3.0.6.bb
> similarity index 81%
> rename from meta-python/recipes-devtools/python/python3-openpyxl_3.0.5.bb
> rename to meta-python/recipes-devtools/python/python3-openpyxl_3.0.6.bb
> index 0aa9fb020..d4781eeff 100644
> --- a/meta-python/recipes-devtools/python/python3-openpyxl_3.0.5.bb
> +++ b/meta-python/recipes-devtools/python/python3-openpyxl_3.0.6.bb
> @@ -9,7 +9,6 @@ LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=8227180126797a0148
>   
>   inherit pypi setuptools3
>   
> -SRC_URI[md5sum] = "526b7149538575d58e55df1bd37807c1"
> -SRC_URI[sha256sum] = "18e11f9a650128a12580a58e3daba14e00a11d9e907c554a17ea016bf1a2c71b"
> +SRC_URI[sha256sum] = "b229112b46e158b910a5d1b270b212c42773d39cab24e8db527f775b82afc041"
>   
>   RDEPENDS_${PN} += "${PYTHON_PN}-compression ${PYTHON_PN}-io ${PYTHON_PN}-pprint ${PYTHON_PN}-shell ${PYTHON_PN}-jdcal ${PYTHON_PN}-et-xmlfile"
>
> 
>

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

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

* Re: [oe] [meta-python][PATCH 08/10] python3-pymysql: Upgrade 0.10.1 -> 1.0.2
  2021-01-19 17:37 ` [meta-python][PATCH 08/10] python3-pymysql: Upgrade 0.10.1 -> 1.0.2 Leon Anavi
@ 2021-01-20 13:36   ` Trevor Gamblin
  0 siblings, 0 replies; 20+ messages in thread
From: Trevor Gamblin @ 2021-01-20 13:36 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

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


On 2021-01-19 12:37 p.m., Leon Anavi wrote:
> - Fix user, password, host, database are still positional
>    arguments. All arguments of connect() are now keyword-only.
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../{python3-pymysql_0.10.1.bb => python3-pymysql_1.0.2.bb}    | 3 +--
>   1 file changed, 1 insertion(+), 2 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-pymysql_0.10.1.bb => python3-pymysql_1.0.2.bb} (76%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-pymysql_0.10.1.bb b/meta-python/recipes-devtools/python/python3-pymysql_1.0.2.bb
> similarity index 76%
> rename from meta-python/recipes-devtools/python/python3-pymysql_0.10.1.bb
> rename to meta-python/recipes-devtools/python/python3-pymysql_1.0.2.bb
> index 15ace44ac..36e2921ae 100644
> --- a/meta-python/recipes-devtools/python/python3-pymysql_0.10.1.bb
> +++ b/meta-python/recipes-devtools/python/python3-pymysql_1.0.2.bb
> @@ -8,8 +8,7 @@ HOMEPAGE = "https://pymysql.readthedocs.io"
>   LICENSE = "MIT"
>   LIC_FILES_CHKSUM = "file://LICENSE;md5=528175c84163bb800d23ad835c7fa0fc"
>   
> -SRC_URI[md5sum] = "4a1fe973afbbdd78928650118ce8ff68"
> -SRC_URI[sha256sum] = "263040d2779a3b84930f7ac9da5132be0fefcd6f453a885756656103f8ee1fdd"
> +SRC_URI[sha256sum] = "816927a350f38d56072aeca5dfb10221fe1dc653745853d30a216637f5d7ad36"
>   
>   PYPI_PACKAGE = "PyMySQL"
>   inherit pypi setuptools3
>
> 
>

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

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

* Re: [oe] [meta-python][PATCH 09/10] python3-dbus-next: Upgrade 0.1.4 -> 0.2.2
  2021-01-19 17:37 ` [meta-python][PATCH 09/10] python3-dbus-next: Upgrade 0.1.4 -> 0.2.2 Leon Anavi
@ 2021-01-20 13:36   ` Trevor Gamblin
  0 siblings, 0 replies; 20+ messages in thread
From: Trevor Gamblin @ 2021-01-20 13:36 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

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


On 2021-01-19 12:37 p.m., Leon Anavi wrote:
> - Add connected instance variable to the MessageBus
> - Better handling of message bus errors on disconnect
> - Ensure futures are not done when settings results and exceptions
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../{python3-dbus-next_0.1.4.bb => python3-dbus-next_0.2.2.bb} | 3 +--
>   1 file changed, 1 insertion(+), 2 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-dbus-next_0.1.4.bb => python3-dbus-next_0.2.2.bb} (68%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-dbus-next_0.1.4.bb b/meta-python/recipes-devtools/python/python3-dbus-next_0.2.2.bb
> similarity index 68%
> rename from meta-python/recipes-devtools/python/python3-dbus-next_0.1.4.bb
> rename to meta-python/recipes-devtools/python/python3-dbus-next_0.2.2.bb
> index 0a5f19974..1970fdec1 100644
> --- a/meta-python/recipes-devtools/python/python3-dbus-next_0.1.4.bb
> +++ b/meta-python/recipes-devtools/python/python3-dbus-next_0.2.2.bb
> @@ -3,8 +3,7 @@ HOMEPAGE = "https://github.com/acrisci/python-dbus-next"
>   LICENSE = "MIT"
>   LIC_FILES_CHKSUM = "file://LICENSE;md5=94e750c96e56788499b56c81de91431c"
>   
> -SRC_URI[md5sum] = "0d44e12e8689637a0c048ec7bb51d842"
> -SRC_URI[sha256sum] = "1b1942bffcc8c9a5bd6834257df227a55ee28e07dd413ead82ddd23115652363"
> +SRC_URI[sha256sum] = "f656a3d3450b670f228248ffb1c3a703a69c4a8cb10cce63b108f17c8bd6c3de"
>   
>   PYPI_PACKAGE = "dbus_next"
>   
>
> 
>

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

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

* Re: [oe] [meta-python][PATCH 10/10] python3-yappi: Upgrade 1.3.0 -> 1.3.2
  2021-01-19 17:37 ` [meta-python][PATCH 10/10] python3-yappi: Upgrade 1.3.0 -> 1.3.2 Leon Anavi
@ 2021-01-20 13:36   ` Trevor Gamblin
  0 siblings, 0 replies; 20+ messages in thread
From: Trevor Gamblin @ 2021-01-20 13:36 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

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


On 2021-01-19 12:37 p.m., Leon Anavi wrote:
> - Add support for Python 3.10
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../python/{python3-yappi_1.3.0.bb => python3-yappi_1.3.2.bb}  | 3 +--
>   1 file changed, 1 insertion(+), 2 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-yappi_1.3.0.bb => python3-yappi_1.3.2.bb} (81%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-yappi_1.3.0.bb b/meta-python/recipes-devtools/python/python3-yappi_1.3.2.bb
> similarity index 81%
> rename from meta-python/recipes-devtools/python/python3-yappi_1.3.0.bb
> rename to meta-python/recipes-devtools/python/python3-yappi_1.3.2.bb
> index f87c3fb63..7c3f0fd4b 100644
> --- a/meta-python/recipes-devtools/python/python3-yappi_1.3.0.bb
> +++ b/meta-python/recipes-devtools/python/python3-yappi_1.3.2.bb
> @@ -4,8 +4,7 @@ HOMEPAGE = "https://github.com/sumerc/yappi"
>   LICENSE = "MIT"
>   LIC_FILES_CHKSUM = "file://LICENSE;md5=71c208c9a4fd864385eb69ad4caa3bee"
>   
> -SRC_URI[md5sum] = "6dde41b116566cbe1575e41a1e376f74"
> -SRC_URI[sha256sum] = "a443240f4a776fa1be04430bf423dbf09615c05eba34f4a2a6af344a7ce8ff61"
> +SRC_URI[sha256sum] = "a51d3e6e5563cc74b5bb82ed6e7bd44a9c1a7eae3d97e4d52e9465edb3a8da8d"
>   
>   SRC_URI += " \
>       file://run-ptest \
>
> 
>

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

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

end of thread, other threads:[~2021-01-20 13:36 UTC | newest]

Thread overview: 20+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-19 17:37 [meta-python][PATCH 01/10] python3-colorlog: Upgrade 4.6.2 -> 4.7.2 Leon Anavi
2021-01-19 17:37 ` [meta-python][PATCH 02/10] python3-pyephem: Upgrade 3.7.7.0 -> 3.7.7.1 Leon Anavi
2021-01-20 13:34   ` [oe] " Trevor Gamblin
2021-01-19 17:37 ` [meta-python][PATCH 03/10] python3-pyperf: Upgrade 2.0.0 -> 2.1.0 Leon Anavi
2021-01-20 13:34   ` [oe] " Trevor Gamblin
2021-01-19 17:37 ` [meta-python][PATCH 04/10] python3-cheetah: Upgrade 3.2.5 -> 3.2.6 Leon Anavi
2021-01-20 13:34   ` [oe] " Trevor Gamblin
2021-01-19 17:37 ` [meta-python][PATCH 05/10] python3-pyscaffold: Upgrade 3.3 -> 3.3.1 Leon Anavi
2021-01-20 13:35   ` [oe] " Trevor Gamblin
2021-01-19 17:37 ` [meta-python][PATCH 06/10] python3-lxml: Upgrade 4.6.1 -> 4.6.2 Leon Anavi
2021-01-20 13:35   ` [oe] " Trevor Gamblin
2021-01-19 17:37 ` [meta-python][PATCH 07/10] python3-openpyxl: Upgrade 3.0.5 -> 3.0.6 Leon Anavi
2021-01-20 13:36   ` [oe] " Trevor Gamblin
2021-01-19 17:37 ` [meta-python][PATCH 08/10] python3-pymysql: Upgrade 0.10.1 -> 1.0.2 Leon Anavi
2021-01-20 13:36   ` [oe] " Trevor Gamblin
2021-01-19 17:37 ` [meta-python][PATCH 09/10] python3-dbus-next: Upgrade 0.1.4 -> 0.2.2 Leon Anavi
2021-01-20 13:36   ` [oe] " Trevor Gamblin
2021-01-19 17:37 ` [meta-python][PATCH 10/10] python3-yappi: Upgrade 1.3.0 -> 1.3.2 Leon Anavi
2021-01-20 13:36   ` [oe] " Trevor Gamblin
2021-01-20 13:34 ` [oe] [meta-python][PATCH 01/10] python3-colorlog: Upgrade 4.6.2 -> 4.7.2 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.