From 583df2c7e5e931c69ffdc49e5ec03472c3873e18 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Thu, 1 Apr 2021 16:39:57 +0300 Subject: [PATCH 01/14] python3-google-api-python-client: Upgrade 2.0.2 -> 2.1.0 Upgrade to release 2.1.0: - Add status_code property on http error handling - Change default of static_discovery when discoveryServiceUrl set - Correct api version in oauth-installed.md - fix .close() - Resolve issue where num_retries would have no effect - Distinguish between public/private docs in 2.0 guide - Update README to promote cloud client libraries Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- ...lient_2.0.2.bb => python3-google-api-python-client_2.1.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-google-api-python-client_2.0.2.bb => python3-google-api-python-client_2.1.0.bb} (78%) diff --git a/meta-python/recipes-devtools/python/python3-google-api-python-client_2.0.2.bb b/meta-python/recipes-devtools/python/python3-google-api-python-client_2.1.0.bb similarity index 78% rename from meta-python/recipes-devtools/python/python3-google-api-python-client_2.0.2.bb rename to meta-python/recipes-devtools/python/python3-google-api-python-client_2.1.0.bb index 38aa349a6f2..11b94b3fcda 100644 --- a/meta-python/recipes-devtools/python/python3-google-api-python-client_2.0.2.bb +++ b/meta-python/recipes-devtools/python/python3-google-api-python-client_2.1.0.bb @@ -4,6 +4,6 @@ HOMEPAGE = "https://github.com/googleapis/google-api-python-client" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=94023d14f6b58272fd885e4e3f2f08b3" -SRC_URI[sha256sum] = "48686cceb0dc8cb8b9ee1920ad7c0d9b499ef4fca0ca51c1c69f1e462a628011" +SRC_URI[sha256sum] = "f9ac377efe69571aea1acc9e15760d4204aca23c4464eb63f963ae4defc95d97" inherit pypi setuptools3 From 9fcc3a8fef1d769214d1d95b0a52d6e454dc91fd Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Thu, 1 Apr 2021 16:39:58 +0300 Subject: [PATCH 02/14] python3-xlsxwriter: Upgrade 1.3.7 -> 1.3.8 Upgrade to release 1.3.8: - Added ability to add accessibility options "description" and "decorative" to images via :func:`insert_image`. - Added fix for datetime.timedelta values that exceed the Excel 1900 leap day (timedeltas greater than 59 days, in hours). This is a backward incompatible change. - Added the worksheet :func:`read_only_recommended` method to set the Excel "Read-only Recommended" option that is available when saving a file. - Fixed issue where temp files used in `constant_memory` mode weren't closed/deleted if the workbook object was garbage collected. - Fixed issue where pattern formats without colors were given a default black fill color. - Added option to set a chart crossing to 'min' as well as the existing 'max' option. The 'min' option isn't available in the Excel interface but can be enabled via VBA. License-Update: Updated copyright year. Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- ...thon3-xlsxwriter_1.3.7.bb => python3-xlsxwriter_1.3.8.bb} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta-python/recipes-devtools/python/{python3-xlsxwriter_1.3.7.bb => python3-xlsxwriter_1.3.8.bb} (51%) diff --git a/meta-python/recipes-devtools/python/python3-xlsxwriter_1.3.7.bb b/meta-python/recipes-devtools/python/python3-xlsxwriter_1.3.8.bb similarity index 51% rename from meta-python/recipes-devtools/python/python3-xlsxwriter_1.3.7.bb rename to meta-python/recipes-devtools/python/python3-xlsxwriter_1.3.8.bb index a8f013c580a..e89221e5c38 100644 --- a/meta-python/recipes-devtools/python/python3-xlsxwriter_1.3.7.bb +++ b/meta-python/recipes-devtools/python/python3-xlsxwriter_1.3.8.bb @@ -2,13 +2,12 @@ SUMMARY = "Python 2 and 3 compatibility library" HOMEPAGE = "https://xlsxwriter.readthedocs.io" SECTION = "devel/python" LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=0960d52d61b0801760f39463288c2672" +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=4e95e368cd6cb090815046688e92d11e" inherit pypi setuptools3 PYPI_PACKAGE = "XlsxWriter" -SRC_URI[md5sum] = "8c0595292fae76297eac03ae76507b7b" -SRC_URI[sha256sum] = "9b1ade2d1ba5d9b40a6d1de1d55ded4394ab8002718092ae80a08532c2add2e6" +SRC_URI[sha256sum] = "2b7e22b1268c2ed85d73e5629097c9a63357f2429667ada9863cd05ff8ee33aa" BBCLASSEXTEND = "native nativesdk" From 0c8096b7b30f58291dc61361dd0da0d52938cc1d Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Thu, 1 Apr 2021 16:39:59 +0300 Subject: [PATCH 03/14] python3-pymisp: Upgrade 2.4.140 -> 2.4.141 Upgrade to release 2.4.141: - Use get_uuid_or_id_from_abstract_misp in tag methods - Skip nameless sections in ELF - Make reportlab tests optional if missing dep - Enable taxonomy failed if global pythonify is on - Properly pass content-type - Re-enable support for uploading STIX 1 documents Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../{python3-pymisp_2.4.140.bb => python3-pymisp_2.4.141.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-pymisp_2.4.140.bb => python3-pymisp_2.4.141.bb} (91%) diff --git a/meta-python/recipes-devtools/python/python3-pymisp_2.4.140.bb b/meta-python/recipes-devtools/python/python3-pymisp_2.4.141.bb similarity index 91% rename from meta-python/recipes-devtools/python/python3-pymisp_2.4.140.bb rename to meta-python/recipes-devtools/python/python3-pymisp_2.4.141.bb index 32e673660cf..c8bd52f105c 100644 --- a/meta-python/recipes-devtools/python/python3-pymisp_2.4.140.bb +++ b/meta-python/recipes-devtools/python/python3-pymisp_2.4.141.bb @@ -4,7 +4,7 @@ LICENSE = "BSD-2-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=a3639cf5780f71b125d3e9d1dc127c20" SRC_URI = "git://github.com/MISP/PyMISP.git;protocol=https;branch=main" -SRCREV = "39a7b8242f0d3022276d417ec334bb46b890ff23" +SRCREV = "4a0c1e1dc42af171d3c1bcaa12436f79ff6cfd9b" S = "${WORKDIR}/git" inherit setuptools3 From 2ede04d1989388647db500899d148fa7a8964cb0 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Thu, 1 Apr 2021 16:40:00 +0300 Subject: [PATCH 04/14] python3-tqdm: Upgrade 4.58.0 -> 4.59.0 Upgrade to release 4.59.0: - add tqdm.dask.TqdmCallback - add asyncio.gather() - add basic support for length_hint - add & update tests - misc documentation updates - update contributing guide - update URLs - bash completion: add missing --delay - misc code tidy - add [notebook] extra Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../python/{python3-tqdm_4.58.0.bb => python3-tqdm_4.59.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-tqdm_4.58.0.bb => python3-tqdm_4.59.0.bb} (78%) diff --git a/meta-python/recipes-devtools/python/python3-tqdm_4.58.0.bb b/meta-python/recipes-devtools/python/python3-tqdm_4.59.0.bb similarity index 78% rename from meta-python/recipes-devtools/python/python3-tqdm_4.58.0.bb rename to meta-python/recipes-devtools/python/python3-tqdm_4.59.0.bb index 771016962da..32e5cf053a4 100644 --- a/meta-python/recipes-devtools/python/python3-tqdm_4.58.0.bb +++ b/meta-python/recipes-devtools/python/python3-tqdm_4.59.0.bb @@ -5,7 +5,7 @@ SECTION = "devel/python" LICENSE = "MIT & MPL-2.0" LIC_FILES_CHKSUM = "file://LICENCE;md5=59e4271a933d33edfe60237db377a14b" -SRC_URI[sha256sum] = "c23ac707e8e8aabb825e4d91f8e17247f9cc14b0d64dd9e97be0781e9e525bba" +SRC_URI[sha256sum] = "d666ae29164da3e517fcf125e41d4fe96e5bb375cd87ff9763f6b38b5592fe33" inherit pypi setuptools3 From 16eb128a6be0dd1003891c6e56885debde9b77e1 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Fri, 2 Apr 2021 15:34:51 +0300 Subject: [PATCH 05/14] python3-contextlib2: Upgrade 0.6.0 -> 0.6.0.post1 Upgrade to release 0.6.0.post1: - Correctly update NEWS.rst for the 0.6.0 release. Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- ...contextlib2_0.6.0.bb => python3-contextlib2_0.6.0.post1.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-contextlib2_0.6.0.bb => python3-contextlib2_0.6.0.post1.bb} (67%) diff --git a/meta-python/recipes-devtools/python/python3-contextlib2_0.6.0.bb b/meta-python/recipes-devtools/python/python3-contextlib2_0.6.0.post1.bb similarity index 67% rename from meta-python/recipes-devtools/python/python3-contextlib2_0.6.0.bb rename to meta-python/recipes-devtools/python/python3-contextlib2_0.6.0.post1.bb index 6074efa73e6..2eac0ad2704 100644 --- a/meta-python/recipes-devtools/python/python3-contextlib2_0.6.0.bb +++ b/meta-python/recipes-devtools/python/python3-contextlib2_0.6.0.post1.bb @@ -4,8 +4,7 @@ SECTION = "devel/python" LICENSE = "PSF" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=43d1c7827e8fad6454b553caf0e1d734" -SRC_URI[md5sum] = "d03a631073b40073b5c41364ad8f5979" -SRC_URI[sha256sum] = "7197aa736777caac513dbd800944c209a49765bf1979b12b037dce0277077ed3" +SRC_URI[sha256sum] = "01f490098c18b19d2bd5bb5dc445b2054d2fa97f09a4280ba2c5f3c394c8162e" inherit pypi setuptools3 From c05807e0d20945b45195dedff69f087b59cfbaef Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Fri, 2 Apr 2021 15:34:52 +0300 Subject: [PATCH 06/14] python3-typeguard: Upgrade 2.11.1 -> 2.12.0 Upgrade to release 2.12.0: - Added @typeguard_ignore decorator to exclude specific functions and classes from runtime type checking Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- ...{python3-typeguard_2.11.1.bb => python3-typeguard_2.12.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-typeguard_2.11.1.bb => python3-typeguard_2.12.0.bb} (87%) diff --git a/meta-python/recipes-devtools/python/python3-typeguard_2.11.1.bb b/meta-python/recipes-devtools/python/python3-typeguard_2.12.0.bb similarity index 87% rename from meta-python/recipes-devtools/python/python3-typeguard_2.11.1.bb rename to meta-python/recipes-devtools/python/python3-typeguard_2.12.0.bb index 640adf83b7f..148806e101c 100644 --- a/meta-python/recipes-devtools/python/python3-typeguard_2.11.1.bb +++ b/meta-python/recipes-devtools/python/python3-typeguard_2.12.0.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://pypi.org/project/typeguard/" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=f0e423eea5c91e7aa21bdb70184b3e53" -SRC_URI[sha256sum] = "33243c1cbfcb9736a06c6db22dd08876b5f297e6344aa272a2862c0f8e669f64" +SRC_URI[sha256sum] = "fca77fd4ccba63465b421cdbbab5a1a8e3994e6d6f18b45da2bb475c09f147ef" inherit pypi setuptools3 ptest From 9db15894fcb43587ed1972f50075bd8a0388494a Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Fri, 2 Apr 2021 15:34:53 +0300 Subject: [PATCH 07/14] python3-decorator: Upgrade 4.4.2 -> 5.0.1 Upgrade to release 5.0.1: - Dropped support for Python < 3.5 with a substantial simplification of the code base. Ported CI from Travis to GitHub. - Fixed setup.cfg and python_requires in setup.py Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../{python3-decorator_4.4.2.bb => python3-decorator_5.0.1.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-decorator_4.4.2.bb => python3-decorator_5.0.1.bb} (79%) diff --git a/meta-python/recipes-devtools/python/python3-decorator_4.4.2.bb b/meta-python/recipes-devtools/python/python3-decorator_5.0.1.bb similarity index 79% rename from meta-python/recipes-devtools/python/python3-decorator_4.4.2.bb rename to meta-python/recipes-devtools/python/python3-decorator_5.0.1.bb index 23d0cf2181b..e9d20379f9d 100644 --- a/meta-python/recipes-devtools/python/python3-decorator_4.4.2.bb +++ b/meta-python/recipes-devtools/python/python3-decorator_5.0.1.bb @@ -9,8 +9,7 @@ decorator, just because you can." LICENSE = "BSD-2-Clause" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=be2fd2007972bf96c08af3293d728b22" -SRC_URI[md5sum] = "d83c624cce93e6bdfab144821b526e1d" -SRC_URI[sha256sum] = "e3a62f0520172440ca0dcc823749319382e377f37f140a0b99ef45fecb84bfe7" +SRC_URI[sha256sum] = "1e53162e016f317a61d93848f00e80e7109ca9ed06846c7f2930cf0ebede7c6c" inherit pypi setuptools3 From d1f478f180f26e173d317ad157cb07b2a93ebb0e Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Fri, 2 Apr 2021 15:34:54 +0300 Subject: [PATCH 08/14] python3-pillow: Upgrade 8.1.2 -> 8.2.0 Upgrade to release 8.2.0: - Added getxmp() method - Add ImageShow support for GraphicsMagick - Do not load transparent pixels from subsequent GIF frames - Use LZW encoding when saving GIF images - Set all transparent colors to be equal in quantize() - Allow PixelAccess to use Python __int__ when parsing x and y - Removed Image._MODEINFO - Add preserve_tone option to autocontrast - Fixed linear_gradient and radial_gradient I and F modes - Add support for reading TIFFs with PlanarConfiguration=2 - Deprecated categories - Do not premultiply alpha when resizing with Image.NEAREST resampling - Dynamically link FriBiDi instead of Raqm - Allow fewer PNG palette entries than the bit depth maximum when saving - Use duration from info dictionary when saving WebP - Stop flattening EXIF IFD into getexif() - Replaced tiff_deflate with tiff_adobe_deflate compression when saving TIFF images - Save ICC profile from TIFF encoderinfo - Moved RGB fix inside ImageQt class - Allow alpha_composite destination to be negative - Ensure file is closed if it is opened by ImageQt.ImageQt - Added ImageDraw rounded_rectangle method - Added IPythonViewer - Only draw each rectangle outline pixel once - Use mmap instead of built-in Win32 mapper - Handle PCX images with an odd stride - Only read different sizes for "Large Thumbnail" MPO frames - Added PyQt6 support - Changed Image.open formats parameter to be case-insensitive - Deprecate Tk/Tcl 8.4, to be removed in Pillow 10 (2023-01-02) - Added tk version to pilinfo - Support for ignoring tests when running valgrind - OSS-Fuzz support Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../{python3-pillow_8.1.2.bb => python3-pillow_8.2.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-pillow_8.1.2.bb => python3-pillow_8.2.0.bb} (86%) diff --git a/meta-python/recipes-devtools/python/python3-pillow_8.1.2.bb b/meta-python/recipes-devtools/python/python3-pillow_8.2.0.bb similarity index 86% rename from meta-python/recipes-devtools/python/python3-pillow_8.1.2.bb rename to meta-python/recipes-devtools/python/python3-pillow_8.2.0.bb index a1b4f9059d9..3241230d13f 100644 --- a/meta-python/recipes-devtools/python/python3-pillow_8.1.2.bb +++ b/meta-python/recipes-devtools/python/python3-pillow_8.2.0.bb @@ -5,11 +5,11 @@ HOMEPAGE = "https://pillow.readthedocs.io" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=0337b116233da4616ae9fdb130bf6f1a" -SRC_URI = "git://github.com/python-pillow/Pillow.git;branch=8.1.x \ +SRC_URI = "git://github.com/python-pillow/Pillow.git;branch=8.2.x \ file://0001-support-cross-compiling.patch \ file://0001-explicitly-set-compile-options.patch \ " -SRCREV ?= "88bd672dafad68b419ea29bef941dfa17f941038" +SRCREV ?= "e0e353c0ef7516979a9aedce3792596649ce4433" inherit setuptools3 From 1a0ab9bbca438fbd1006e074bcdf3dcc352dc809 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Fri, 2 Apr 2021 15:34:55 +0300 Subject: [PATCH 09/14] python3-aiohttp: Upgrade 3.7.4 -> 3.7.4.post0 Upgrade to release 3.7.4.post0: - Bumped upper bound of the chardet runtime dependency to allow their v4.0 version stream. Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- ...{python3-aiohttp_3.7.4.bb => python3-aiohttp_3.7.4.post0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-aiohttp_3.7.4.bb => python3-aiohttp_3.7.4.post0.bb} (88%) diff --git a/meta-python/recipes-devtools/python/python3-aiohttp_3.7.4.bb b/meta-python/recipes-devtools/python/python3-aiohttp_3.7.4.post0.bb similarity index 88% rename from meta-python/recipes-devtools/python/python3-aiohttp_3.7.4.bb rename to meta-python/recipes-devtools/python/python3-aiohttp_3.7.4.post0.bb index 63d67838910..8bf129d30c0 100644 --- a/meta-python/recipes-devtools/python/python3-aiohttp_3.7.4.bb +++ b/meta-python/recipes-devtools/python/python3-aiohttp_3.7.4.post0.bb @@ -4,7 +4,7 @@ HOMEPAGE = "https://github.com/aio-libs/aiohttp" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3bf3d48554bdca1ea7fdb48de378c2ca" -SRC_URI[sha256sum] = "5d84ecc73141d0a0d61ece0742bb7ff5751b0657dab8405f899d3ceb104cc7de" +SRC_URI[sha256sum] = "493d3299ebe5f5a7c66b9819eacdcfbbaaf1a8e84911ddffcdc48888497afecf" PYPI_PACKAGE = "aiohttp" inherit setuptools3 pypi From 62456b34dd3f0bc7e81b46b26a7f4724db7890af Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Mon, 5 Apr 2021 15:49:29 +0300 Subject: [PATCH 10/14] python3-networkx: Upgrade 2.5 -> 2.5.1 Upgrade to release 2.5.1: - pagerank uses scipy by default now - New source argument to has_eulerian_path to look for path starting at source - prefix_tree now uses a non-recursive algorithm. The original recursive algorithm is still available via prefix_tree_recursive Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../{python3-networkx_2.5.bb => python3-networkx_2.5.1.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-networkx_2.5.bb => python3-networkx_2.5.1.bb} (70%) diff --git a/meta-python/recipes-devtools/python/python3-networkx_2.5.bb b/meta-python/recipes-devtools/python/python3-networkx_2.5.1.bb similarity index 70% rename from meta-python/recipes-devtools/python/python3-networkx_2.5.bb rename to meta-python/recipes-devtools/python/python3-networkx_2.5.1.bb index 70573828bd3..0b52cfd7e59 100644 --- a/meta-python/recipes-devtools/python/python3-networkx_2.5.bb +++ b/meta-python/recipes-devtools/python/python3-networkx_2.5.1.bb @@ -3,8 +3,7 @@ HOMEPAGE = "http://networkx.github.io/" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a24ea029adac8935699bf69b2e38c728" -SRC_URI[md5sum] = "21f25be1f4373e19153a9beca63346e7" -SRC_URI[sha256sum] = "7978955423fbc9639c10498878be59caf99b44dc304c2286162fd24b458c1602" +SRC_URI[sha256sum] = "109cd585cac41297f71103c3c42ac6ef7379f29788eb54cb751be5a663bb235a" inherit pypi setuptools3 From 3aed0e3dd36a49db10aa3a146e84f0bbddb7dcb5 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Mon, 5 Apr 2021 15:49:30 +0300 Subject: [PATCH 11/14] python3-pysonos: Upgrade 0.0.40 -> 0.0.41 Upgrade to release 0.0.41: - Add events_asyncio events module Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../{python3-pysonos_0.0.40.bb => python3-pysonos_0.0.41.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-pysonos_0.0.40.bb => python3-pysonos_0.0.41.bb} (79%) diff --git a/meta-python/recipes-devtools/python/python3-pysonos_0.0.40.bb b/meta-python/recipes-devtools/python/python3-pysonos_0.0.41.bb similarity index 79% rename from meta-python/recipes-devtools/python/python3-pysonos_0.0.40.bb rename to meta-python/recipes-devtools/python/python3-pysonos_0.0.41.bb index dbfa0dff5c1..564d60ee47b 100644 --- a/meta-python/recipes-devtools/python/python3-pysonos_0.0.40.bb +++ b/meta-python/recipes-devtools/python/python3-pysonos_0.0.41.bb @@ -4,7 +4,7 @@ SECTION = "devel/python" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=07b0e2ca9ac77cd65cd4edf2e13367ea" -SRC_URI[sha256sum] = "3fed94dffbca5807d39d000d1415fe8d7dfc1032ba92a33d0b577eb2e98a81f3" +SRC_URI[sha256sum] = "08d17fee04cc8209b915e61407673ea843b55792a9301fbe86adb9cc69a67a54" inherit pypi setuptools3 From 3836ebd50cda241b40ccadfca13ac3b68d3c4e0a Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Mon, 5 Apr 2021 15:49:31 +0300 Subject: [PATCH 12/14] python3-docutils: Upgrade 0.16 -> 0.17 Upgrade to release 0.17: - Installing with setup.py now requires setuptools. Alternatively, install with pip. - The generic command line front end tool docutils-cli.py allows the free selection of reader, parser, and writer components. - New, experimental wrapper to integrate the recommonmark Markdown parser for use with Docutils. - pseudoxml-writer got a --detailled option for pretty printing text nodes. - odf/odt-writer improved metadata handling. - HTML5 writer improvements. - LaTeX writer improvements. - Fixes in Arabic mappings and Korean translations. - directives: Prevent infinte inclusion loops. License-Update: Fix link to 2-Clause BSD license in COPYING.txt. Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../{python3-docutils_0.16.bb => python3-docutils_0.17.bb} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename meta-python/recipes-devtools/python/{python3-docutils_0.16.bb => python3-docutils_0.17.bb} (52%) diff --git a/meta-python/recipes-devtools/python/python3-docutils_0.16.bb b/meta-python/recipes-devtools/python/python3-docutils_0.17.bb similarity index 52% rename from meta-python/recipes-devtools/python/python3-docutils_0.16.bb rename to meta-python/recipes-devtools/python/python3-docutils_0.17.bb index 44b7320cbb5..8605e93b52f 100644 --- a/meta-python/recipes-devtools/python/python3-docutils_0.16.bb +++ b/meta-python/recipes-devtools/python/python3-docutils_0.17.bb @@ -2,9 +2,8 @@ SUMMARY = "Docutils is a modular system for processing documentation into useful HOMEPAGE = "https://pypi.org/project/docutils/" SECTION = "devel/python" LICENSE = "BSD-2-Clause & GPL-2.0 & Python-2.0" -LIC_FILES_CHKSUM = "file://COPYING.txt;md5=7a4646907ab9083c826280b19e103106" +LIC_FILES_CHKSUM = "file://COPYING.txt;md5=836a1950177996968a49ff477a4a61c4" -SRC_URI[md5sum] = "9ccb6f332e23360f964de72c8ea5f0ed" -SRC_URI[sha256sum] = "7d4e999cca74a52611773a42912088078363a30912e8822f7a3d38043b767573" +SRC_URI[sha256sum] = "e2ffeea817964356ba4470efba7c2f42b6b0de0b04e66378507e3e2504bbff4c" inherit pypi setuptools3 From 95397b2ae8870088ffb1871146d7eb76b7ac00d0 Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Mon, 5 Apr 2021 15:49:32 +0300 Subject: [PATCH 13/14] python3-bitarray: Upgrade 1.8.2 -> 1.9.0 Upgrade to release 1.9.0: - add shift operations (`<<`, `>>`, `<<=`, `>>=`) - add `bitarray.util.ba2base()` and `bitarray.util.base2ba()` - documentation and tests Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../{python3-bitarray_1.8.2.bb => python3-bitarray_1.9.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-bitarray_1.8.2.bb => python3-bitarray_1.9.0.bb} (77%) diff --git a/meta-python/recipes-devtools/python/python3-bitarray_1.8.2.bb b/meta-python/recipes-devtools/python/python3-bitarray_1.9.0.bb similarity index 77% rename from meta-python/recipes-devtools/python/python3-bitarray_1.8.2.bb rename to meta-python/recipes-devtools/python/python3-bitarray_1.9.0.bb index 8fd4b6c31f4..12ac3d964f4 100644 --- a/meta-python/recipes-devtools/python/python3-bitarray_1.8.2.bb +++ b/meta-python/recipes-devtools/python/python3-bitarray_1.9.0.bb @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/ilanschnell/bitarray" LICENSE = "PSF" LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=2ad702cdcd49e8d2ac01d7e7d0810d2d" -SRC_URI[sha256sum] = "96136d9add2b9b3b73e1eb7538b8d12547ee82dc3fbd31addef829371ce2a1bd" +SRC_URI[sha256sum] = "db00073387af7fe30852d96b04742a0cdbc7feaf3158558520ab7898b0435ee2" inherit setuptools3 pypi From 56c3db80d23635656c8d465fa90239acc8defacf Mon Sep 17 00:00:00 2001 From: Leon Anavi Date: Mon, 5 Apr 2021 15:49:33 +0300 Subject: [PATCH 14/14] python3-regex: Upgrade 2021.3.17 -> 2021.4.4 Upgrade to release 2021.4.4 with the following bug fixes: - regex fails with a quantified backreference but succeeds with repeated backref - API is not a drop-in replacement for python's re when it comes to typing Signed-off-by: Leon Anavi Signed-off-by: Khem Raj Signed-off-by: Trevor Gamblin --- .../{python3-regex_2021.3.17.bb => python3-regex_2021.4.4.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-python/recipes-devtools/python/{python3-regex_2021.3.17.bb => python3-regex_2021.4.4.bb} (77%) diff --git a/meta-python/recipes-devtools/python/python3-regex_2021.3.17.bb b/meta-python/recipes-devtools/python/python3-regex_2021.4.4.bb similarity index 77% rename from meta-python/recipes-devtools/python/python3-regex_2021.3.17.bb rename to meta-python/recipes-devtools/python/python3-regex_2021.4.4.bb index a3cb8041331..177b06b97c8 100644 --- a/meta-python/recipes-devtools/python/python3-regex_2021.3.17.bb +++ b/meta-python/recipes-devtools/python/python3-regex_2021.4.4.bb @@ -5,6 +5,6 @@ LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=f0a3e4a2554ebb89c0 inherit pypi setuptools3 -SRC_URI[sha256sum] = "4b8a1fb724904139149a43e172850f35aa6ea97fb0545244dc0b805e0154ed68" +SRC_URI[sha256sum] = "52ba3d3f9b942c49d7e4bc105bb28551c44065f139a65062ab7912bef10c9afb" BBCLASSEXTEND = "native nativesdk"