From 9170cf56768a69c85cc8bd060c5ccf4e9a2696bf Mon Sep 17 00:00:00 2001 From: Windel Bouwman Date: Mon, 29 Nov 2021 09:08:05 -0800 Subject: [PATCH 1/7] python3-coloredlogs: Added nativesdk Signed-off-by: Windel Bouwman Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../recipes-devtools/python/python3-coloredlogs_15.0.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-python/recipes-devtools/python/python3-coloredlogs_15.0.1.bb b/meta-python/recipes-devtools/python/python3-coloredlogs_15.0.1.bb index 8777036d96b..9eafbaa3c6e 100644 --- a/meta-python/recipes-devtools/python/python3-coloredlogs_15.0.1.bb +++ b/meta-python/recipes-devtools/python/python3-coloredlogs_15.0.1.bb @@ -20,4 +20,4 @@ RDEPENDS:${PN} += "\ ${PYTHON_PN}-humanfriendly \ " -BBCLASSEXTEND = "native" +BBCLASSEXTEND = "native nativesdk" From 330ead7c2da50979fd207a7c2ce66c5977f69f20 Mon Sep 17 00:00:00 2001 From: Xu Huan Date: Thu, 2 Dec 2021 11:41:37 +0800 Subject: [PATCH 2/7] python3-pymongo: upgrade 3.12.0 -> 4.0 See changelog: https://github.com/mongodb/mongo-python-driver/blob/master/doc/changelog.rst Signed-off-by: Xu Huan Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../{python3-pymongo_3.12.0.bb => python3-pymongo_4.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-pymongo_3.12.0.bb => python3-pymongo_4.0.bb} (91%) diff --git a/meta-python/recipes-devtools/python/python3-pymongo_3.12.0.bb b/meta-python/recipes-devtools/python/python3-pymongo_4.0.bb similarity index 91% rename from meta-python/recipes-devtools/python/python3-pymongo_3.12.0.bb rename to meta-python/recipes-devtools/python/python3-pymongo_4.0.bb index 17975ff5d38..ea057c18047 100644 --- a/meta-python/recipes-devtools/python/python3-pymongo_3.12.0.bb +++ b/meta-python/recipes-devtools/python/python3-pymongo_4.0.bb @@ -8,7 +8,7 @@ HOMEPAGE = "http://github.com/mongodb/mongo-python-driver" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" -SRC_URI[sha256sum] = "b88d1742159bc93a078733f9789f563cef26f5e370eba810476a71aa98e5fbc2" +SRC_URI[sha256sum] = "6d158eadba3aaab276a3b188b7f467ab0384b68c1d31cfa87335e52addd9dcb6" inherit pypi setuptools3 From c9e272c04ac6e08ff45118637cc7a89654d2dc24 Mon Sep 17 00:00:00 2001 From: Zheng Ruoqin Date: Thu, 2 Dec 2021 10:41:19 +0800 Subject: [PATCH 3/7] python3-rdflib: upgrade 6.0.0 -> 6.0.2 changlog: ==================================================== rename arg LOVE to ns in rdfpipe Remove Tox reference to Python 3.6 Add Brick DefinedNamespace Use setName on TokenConverter to set the name property Add test for adding JSON-LD to guess_format() Fix mypy type errors and add mypy to .drone.yml Signed-off-by: Zheng Ruoqin Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../{python3-rdflib_6.0.0.bb => python3-rdflib_6.0.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-rdflib_6.0.0.bb => python3-rdflib_6.0.2.bb} (65%) diff --git a/meta-python/recipes-devtools/python/python3-rdflib_6.0.0.bb b/meta-python/recipes-devtools/python/python3-rdflib_6.0.2.bb similarity index 65% rename from meta-python/recipes-devtools/python/python3-rdflib_6.0.0.bb rename to meta-python/recipes-devtools/python/python3-rdflib_6.0.2.bb index 589e6638bf0..49e6d33ab42 100644 --- a/meta-python/recipes-devtools/python/python3-rdflib_6.0.0.bb +++ b/meta-python/recipes-devtools/python/python3-rdflib_6.0.2.bb @@ -1,8 +1,8 @@ SUMMARY = "RDFLib is a pure Python package for working with RDF" LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=89aa9a14f80a6ac70e1d5da763a309ed" +LIC_FILES_CHKSUM = "file://LICENSE;md5=b6cde159c801514e0e45a40cf0a9d3d9" -SRC_URI[sha256sum] = "7ce4d757eb26f4dd43205ec340d8c097f29e5adfe45d6ea20238c731dc679879" +SRC_URI[sha256sum] = "6136ae056001474ee2aff5fc5b956e62a11c3a9c66bb0f3d9c0aaa5fbb56854e" inherit pypi setuptools3 From ba6680bb7b575a7e43a215b0649af8f97c612ea6 Mon Sep 17 00:00:00 2001 From: Zheng Ruoqin Date: Thu, 2 Dec 2021 13:03:48 +0800 Subject: [PATCH 4/7] python3-typeguard: upgrade 2.13.0 -> 2.13.2 Fixed typing_extensions being imported unconditionally on Python < 3.9 Signed-off-by: Zheng Ruoqin Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- ...{python3-typeguard_2.13.0.bb => python3-typeguard_2.13.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-typeguard_2.13.0.bb => python3-typeguard_2.13.2.bb} (87%) diff --git a/meta-python/recipes-devtools/python/python3-typeguard_2.13.0.bb b/meta-python/recipes-devtools/python/python3-typeguard_2.13.2.bb similarity index 87% rename from meta-python/recipes-devtools/python/python3-typeguard_2.13.0.bb rename to meta-python/recipes-devtools/python/python3-typeguard_2.13.2.bb index 564f98e3f20..b7ae4a32c4f 100644 --- a/meta-python/recipes-devtools/python/python3-typeguard_2.13.0.bb +++ b/meta-python/recipes-devtools/python/python3-typeguard_2.13.2.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://pypi.org/project/typeguard/" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=f0e423eea5c91e7aa21bdb70184b3e53" -SRC_URI[sha256sum] = "04e38f92eb59410c9375d3be23df65e0a7643f2e8bcbd421423d808d2f9e99df" +SRC_URI[sha256sum] = "7e50071590ab997509aa0977609eb5cf9d73d84c1f416cb4fab78b77a9d15326" inherit pypi setuptools3 ptest From 255404115be8ed5163098f652d273a6be18e251e Mon Sep 17 00:00:00 2001 From: Zheng Ruoqin Date: Thu, 2 Dec 2021 13:06:06 +0800 Subject: [PATCH 5/7] python3-ujson: upgrade 4.2.0 -> 4.3.0 Signed-off-by: Zheng Ruoqin Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../python/{python3-ujson_4.2.0.bb => python3-ujson_4.3.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-ujson_4.2.0.bb => python3-ujson_4.3.0.bb} (89%) diff --git a/meta-python/recipes-devtools/python/python3-ujson_4.2.0.bb b/meta-python/recipes-devtools/python/python3-ujson_4.3.0.bb similarity index 89% rename from meta-python/recipes-devtools/python/python3-ujson_4.2.0.bb rename to meta-python/recipes-devtools/python/python3-ujson_4.3.0.bb index 3dbfe44faa2..7949a636ce3 100644 --- a/meta-python/recipes-devtools/python/python3-ujson_4.2.0.bb +++ b/meta-python/recipes-devtools/python/python3-ujson_4.3.0.bb @@ -4,7 +4,7 @@ DESCRIPTION = "UltraJSON is an ultra fast JSON encoder and decoder written in pu LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=10fa10456417c0252bcb8a498e498ffe" -SRC_URI[sha256sum] = "fffe509f556861c7343c6cba57ed05fe7bcf4b48a934a5b946ccb45428cf8883" +SRC_URI[sha256sum] = "baee56eca35cb5fbe02c28bd9c0936be41a96fa5c0812d9d4b7edeb5c3d568a0" inherit pypi ptest setuptools3 From 8957b1e905270fbfc94ea134fec672261ad2d6b8 Mon Sep 17 00:00:00 2001 From: Xu Huan Date: Thu, 2 Dec 2021 17:11:55 +0800 Subject: [PATCH 6/7] python3-pyephem: upgrade 4.1 -> 4.1.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit changelog: =============================================================== When you provide PyEphem with a Python datetime that has a time zone attached, PyEphem now detects the time zone and converts the date and time to UTC automatically. A new search routine had been written and tested to power the :ref:`transit-rising-setting` methods previous_rising(), previous_setting(), next_rising(), and next_setting(). They should no longer be susceptible to getting hung up in a loop. You should also find them substantially faster. Fixed the constellation() routine so that it uses astrometric, rather than apparent, right ascension and declination. This should make it more accurate along the borders of each constellation. Fixed how the underlying “libastro” library computes whether a body’s image is deflected by gravity when its light passes close to the Sun. Previously, users would see coordinates jump unexpectedly as the deflection formula turned on and off haphazardly. Fixed the star positions in the ephem.stars star catalog by adding 8.75 years of proper motion to each star. Previously, each 1991.25 position from the Hipparcos catalog was being incorrectly treated as a 2000.0 position. A new routine unrefract() lets you compute the real altitude of a body that you observe in the sky at a given apparent altitude. The old cities.lookup() function is now officially deprecated. Because of a Google API restriction, it stopped working in 2018. Signed-off-by: Xu Huan Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../{python3-pyephem_4.1.bb => python3-pyephem_4.1.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-extended/python-pyephem/{python3-pyephem_4.1.bb => python3-pyephem_4.1.1.bb} (77%) diff --git a/meta-python/recipes-extended/python-pyephem/python3-pyephem_4.1.bb b/meta-python/recipes-extended/python-pyephem/python3-pyephem_4.1.1.bb similarity index 77% rename from meta-python/recipes-extended/python-pyephem/python3-pyephem_4.1.bb rename to meta-python/recipes-extended/python-pyephem/python3-pyephem_4.1.1.bb index add44583331..ec3cde87d3e 100644 --- a/meta-python/recipes-extended/python-pyephem/python3-pyephem_4.1.bb +++ b/meta-python/recipes-extended/python-pyephem/python3-pyephem_4.1.1.bb @@ -4,7 +4,7 @@ HOMEPAGE = "http://rhodesmill.org/pyephem/" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=9c930b395b435b00bb13ec83b0c99f40" -SRC_URI[sha256sum] = "c076794a511a34b5b91871c1cf6374dbc323ec69fca3f50eb718f20b171259d6" +SRC_URI[sha256sum] = "dba9e05c78ce910ae75a06351a5592479191a8dc570ac0cd6d18a77e98138873" PYPI_PACKAGE = "ephem" From e25f19e0b95dcf4bab4a6d0855b15df6b45dc252 Mon Sep 17 00:00:00 2001 From: Xu Huan Date: Fri, 3 Dec 2021 16:07:03 +0800 Subject: [PATCH 7/7] python3-pycparser: upgrade 2.20 -> 2.21 Lisence-Update: year updated to 2020 changelog: ================================================================= - Much improved support for C11 (multiple PRs) - Support for parehthesized compount statements - Support for modern Python versions (3.9 and 3.10) - Fix support for structs with nested enums - Multiple small bug fixes Signed-off-by: Xu Huan Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../{python3-pycparser_2.20.bb => python3-pycparser_2.21.bb} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta-python/recipes-devtools/python/{python3-pycparser_2.20.bb => python3-pycparser_2.21.bb} (64%) diff --git a/meta-python/recipes-devtools/python/python3-pycparser_2.20.bb b/meta-python/recipes-devtools/python/python3-pycparser_2.21.bb similarity index 64% rename from meta-python/recipes-devtools/python/python3-pycparser_2.20.bb rename to meta-python/recipes-devtools/python/python3-pycparser_2.21.bb index fde868a7012..53b7367903e 100644 --- a/meta-python/recipes-devtools/python/python3-pycparser_2.20.bb +++ b/meta-python/recipes-devtools/python/python3-pycparser_2.21.bb @@ -1,10 +1,9 @@ SUMMARY = "Parser of the C language, written in pure Python" HOMEPAGE = "https://github.com/eliben/pycparser" LICENSE = "BSD-3-Clause" -LIC_FILES_CHKSUM = "file://LICENSE;md5=86f1cedb4e6410a88ce8e30b91079169" +LIC_FILES_CHKSUM = "file://LICENSE;md5=2c28cdeabcb88f5843d934381b4b4fea" -SRC_URI[md5sum] = "b8f88de737db8c346ee8d31c07c7a25a" -SRC_URI[sha256sum] = "2d475327684562c3a96cc71adf7dc8c4f0565175cf86b6d7a404ff4c771f15f0" +SRC_URI[sha256sum] = "e644fdec12f7872f86c58ff790da456218b10f863970249516d60a5eaca77206" inherit pypi setuptools3