[oe][meta-networking][PATCH] networkmanager: add missing readline depends

2021-01-25 Thread Adrian Freihofer
Signed-off-by: Adrian Freihofer --- .../recipes-connectivity/networkmanager/networkmanager_1.28.0.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta-networking/recipes-connectivity/networkmanager/networkmanager_1.28.0.bb

Re: [oe][meta-networking][PATCH] dnsmasq: Fix systemd service

2021-01-25 Thread Mark Asselstine
On Monday, January 25, 2021 12:09:19 P.M. EST Mario Schuknecht wrote: > Systemd service file option 'ExecStopPre' is warned and ignored by > systemd. By replacing 'ExecStopPre' with 'ExecStop', the intended > behavior is realized. The 'ExecStop' commands are executed one after the > other. > >

Re: [oe] [Openembedded-issues] [RFC] Issues with mariadb-10.4.17 and aarch64

2021-01-25 Thread Pawluch, Michael Mila
Why oh why is all of these being directed to me when I have nothing to do with Open embedded? Sent from Mail for Windows 10 From: Dan Murphy via lists.openembedded.org Sent: Monday, January 25, 2021

Re: [oe] [RFC] Issues with mariadb-10.4.17 and aarch64

2021-01-25 Thread akuster
Dan, On 1/25/21 9:45 AM, Dan Murphy wrote: > > Hello > > I was wondering if there has been any reports of the mariadb update on > the dunfell branch causing issues with 64bit compilers when the 'pam' > is set for DISTRO_FEATURES > I am not aware of any. > > There does not seem to be a

Re: [oe] [PATCH v2] abseil-cpp: bump to LTS 2020_09_23 Patch Release 3

2021-01-25 Thread Khem Raj
I see packaging failures e.g. https://errors.yoctoproject.org/Errors/Details/541790/ On Fri, Jan 22, 2021 at 2:57 AM Clément Péron wrote: > > Most patches have been upstreamed and accepted. > > We can drop the -fPIC patch and pass BUILD_SHARED_LIBS instead. > > Signed-off-by: Clément Péron >

Re: [oe] [meta-python][PATCH 1/2] packagegroup-meta-python: sort package names, add notes

2021-01-25 Thread Khem Raj
have you taken care of the patch that Andreas sent earlier ? On 1/25/21 6:24 AM, Trevor Gamblin wrote: The packagegroup-meta-python file's package lists were unsorted, so they were reorded to make it easier to manually inspect. Additionally, the packagegroup-meta-python3-extended and

Re: [oe] [meta-python][PATCH 1/2] packagegroup-meta-python: sort package names, add notes

2021-01-25 Thread Trevor Gamblin
On 2021-01-25 5:53 p.m., Khem Raj wrote: have you taken care of the patch that Andreas sent earlier ? Yes, this one is specifically for addressing the problems listed there. On 1/25/21 6:24 AM, Trevor Gamblin wrote: The packagegroup-meta-python file's package lists were unsorted, so they

[oe] OpenEmbedded Happy Hour January 27 5pm/1700 UTC

2021-01-25 Thread Denys Dmytriyenko
Hi, Just a reminder about our upcoming OpenEmbedded Happy Hour on January 27 for Europe/US timezones @ 1700/5pm UTC (12pm ET): https://www.openembedded.org/wiki/Calendar https://www.timeanddate.com/worldclock/fixedtime.html?msg=OpenEmbedded+Happy+Hour+January+27=20210127T17 -- Regards, Denys

[oe] [meta-oe][PATCH] mariadb: add package config zstd

2021-01-25 Thread kai
From: Kai Kang Add package config zstd to fix file-rdeps issue when ccache is enabled: | ERROR: mariadb-10.5.6-r0 do_package_qa: QA Issue: | /usr/lib64/plugin/ha_rocksdb.so contained in package mariadb-server | requires libzstd.so.1() (64bit), but no providers found in |

[oe] [meta-python] [PATCH] python3-djangorestframework: upgrade 3.12.1 -> 3.12.2

2021-01-25 Thread zhengruoqin
Signed-off-by: Zheng Ruoqin --- ...mework_3.12.1.bb => python3-djangorestframework_3.12.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-djangorestframework_3.12.1.bb => python3-djangorestframework_3.12.2.bb} (71%) diff --git

[oe] [meta-python] [PATCH] python3-ipy: upgrade 1.00 -> 1.01

2021-01-25 Thread zhengruoqin
Version 1.01 (2020-12-01) * Update to support up to Python 3.9 Signed-off-by: Zheng Ruoqin --- .../python/{python3-ipy_1.00.bb => python3-ipy_1.01.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-python/recipes-devtools/python/{python3-ipy_1.00.bb

Re: [oe] [meta-python][PATCH 1/2] packagegroup-meta-python: sort package names, add notes

2021-01-25 Thread Khem Raj
Thanks Trevor On Mon, Jan 25, 2021 at 4:36 PM Trevor Gamblin wrote: > > > On 2021-01-25 5:53 p.m., Khem Raj wrote: > > have you taken care of the patch that Andreas sent earlier ? > Yes, this one is specifically for addressing the problems listed there. > > > > On 1/25/21 6:24 AM, Trevor Gamblin

Re: [oe][meta-networking][PATCH] networkmanager: add missing readline depends

2021-01-25 Thread Andreas Müller
On Mon, Jan 25, 2021 at 5:31 PM Adrian Freihofer wrote: > > Signed-off-by: Adrian Freihofer > --- > .../recipes-connectivity/networkmanager/networkmanager_1.28.0.bb | 1 + > 1 file changed, 1 insertion(+) > > diff --git >

Re: [oe][meta-networking][PATCH] networkmanager: add missing readline depends

2021-01-25 Thread Andreas Müller
On Mon, Jan 25, 2021 at 6:09 PM Andreas Müller wrote: > > On Mon, Jan 25, 2021 at 5:31 PM Adrian Freihofer > wrote: > > > > Signed-off-by: Adrian Freihofer > > --- > > .../recipes-connectivity/networkmanager/networkmanager_1.28.0.bb | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git

[oe] [meta-python][PATCH 2/2] packagegroup-meta-python: add ptest packages to ptest group

2021-01-25 Thread Trevor Gamblin
There were a large number of Python package recipes with ptests that were not included in packagegroup-meta-python3-ptest, so add them. Signed-off-by: Trevor Gamblin --- .../packagegroups/packagegroup-meta-python.bb | 64 +++ 1 file changed, 64 insertions(+) diff --git

[oe] [meta-python][PATCH 1/2] packagegroup-meta-python: sort package names, add notes

2021-01-25 Thread Trevor Gamblin
The packagegroup-meta-python file's package lists were unsorted, so they were reorded to make it easier to manually inspect. Additionally, the packagegroup-meta-python3-extended and -connectivity packagegroups did not appear to have any use except to be added to the main group, so they were

[oe] [meta-python][PATCH 1/5] python3-natsort: Upgrade 7.1.0 -> 7.1.1

2021-01-25 Thread Leon Anavi
Upgrade to release 7.1.1: - Use GitHub Actions instead of Travis-CI - No longer pin testing dependencies - Correct a minor typo Signed-off-by: Leon Anavi --- .../{python3-natsort_7.1.0.bb => python3-natsort_7.1.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename

[oe] [meta-python][PATCH 3/5] python3-socketio: Upgrade 4.6.0 -> 5.0.4

2021-01-25 Thread Leon Anavi
- Include error message and arguments in CONNECT_ERROR packet - Fix typos in the documentation - Updated connection options in the documentation - Update to match the JavaScript Socket.IO 3.x releases (Socket.IO v5 protocol revision) - Remove unnecessary binary argument - Remove dependency on

[oe] [meta-python][PATCH 4/5] python3-lazy-object-proxy: Upgrade 1.5.1 -> 1.5.2

2021-01-25 Thread Leon Anavi
Upgrade to release 1.5.2: - Added Python 3.9 wheels. - Removed Python 2.7 Windows wheels (not supported on newest image with Python 3.9). Signed-off-by: Leon Anavi --- ...bject-proxy_1.5.1.bb => python3-lazy-object-proxy_1.5.2.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)

[oe] [meta-python][PATCH 5/5] python3-custom-inherit: Upgrade 2.3.0 -> 2.3.1

2021-01-25 Thread Leon Anavi
Uprade to release 2.3.1: - Methods section is now recognized in NumPy-style docstrings License-Update: Use file LICENSE.md Signed-off-by: Leon Anavi --- .../python/python3-custom-inherit_2.3.0.bb | 12 .../python/python3-custom-inherit_2.3.1.bb | 10 ++

[oe] [meta-python][PATCH 2/5] python3-pymisp: Upgrade 2.4.135.3 -> 2.4.137.1

2021-01-25 Thread Leon Anavi
Upgrade to release 2.4.137.1: - Fail if a duplicate object is added to an event. - Add test case for page/limit in logs search. - Improve docstring for get_event. - Better warning if lief is outdated. - Update minimal dependency for lief in setup.py. Fetch source from the git repository to avoid

[oe] [meta-python] [PATCH] python3-nmap: upgrade 1.4.8 -> 1.5.0

2021-01-25 Thread zangrc
Signed-off-by: Zang Ruochen --- .../{python3-nmap_1.4.8.bb => python3-nmap_1.5.0.bb} | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) rename meta-python/recipes-devtools/python/{python3-nmap_1.4.8.bb => python3-nmap_1.5.0.bb} (61%) diff --git

[oe] [meta-networking][gatesgarth][PATCH] iscsi-initiator-utils: upgrade 2.1.2 -> 2.1.3

2021-01-25 Thread akuster
From: zangrc 0001-libopeniscsiusr-Compare-with-max-int-instead-of-max-.patch Removed since this is included in 2.1.3 Signed-off-by: Zang Ruochen Signed-off-by: Khem Raj (cherry picked from commit 46e30569e3b3d0cc66ce05e9accd759f37705feb) [Bug fix only update. Includes several CVE fixes.

[oe] [meta-networking][dunfell][PATCH 3/3] iscsi-initiator-utils: upgrade 2.1.2 -> 2.1.3

2021-01-25 Thread akuster
From: zangrc Source: git.openembedded.org MR: 108115, 108125, 108095, 108105 Type: Security Fix Disposition: Backport from https://git.openembedded.org/meta-openembedded/commit/meta-networking/recipes-daemons/iscsi-initiator-utils?id=46e30569e3b3d0cc66ce05e9accd759f37705feb ChangeID:

[oe] [meta-networking][dunfell][PATCH 1/3] iscsi-initiator-utils: Upgrade to _2.1.2

2021-01-25 Thread akuster
From: Khem Raj Fix build with clang Signed-off-by: Khem Raj (cherry picked from commit b99b2f5297a587188cf28e687111b58d7e358fb7) [Bug fix only update] Signed-off-by: Armin Kuster --- .../0001-Makefile-Do-not-set-Werror.patch | 31 +++ 1.0.bb =>

[oe] [meta-networking][dunfell][PATCH 2/3] iscsi-initiator-utils: Silence a clang warning on 64bit systems

2021-01-25 Thread akuster
From: Khem Raj This unbreaks the build with clang as well. Signed-off-by: Khem Raj (cherry picked from commit 409032dcc59bed5051cca454f7344b3cd207cebf) Signed-off-by: Armin Kuster --- ...Compare-with-max-int-instead-of-max-.patch | 48 +++ .../iscsi-initiator-utils_2.1.2.bb

[oe] [meta-python][PATCH 2/2] python3-pyyaml: Upgrade 5.4 -> 5.4.1

2021-01-25 Thread Leon Anavi
Upgrade to release 5.4.1: - Fix stub compat with older pyyaml versions that may unwittingly load it Signed-off-by: Leon Anavi --- .../python/{python3-pyyaml_5.4.bb => python3-pyyaml_5.4.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename

[oe] [meta-python][PATCH 1/2] python3-pyjwt: Upgrade 2.0.0 -> 2.0.1

2021-01-25 Thread Leon Anavi
Upgrade to release 2.0.1: - Rename CHANGELOG.md to CHANGELOG.rst and include in docs - Fix from_jwk() for all algorithms Signed-off-by: Leon Anavi --- .../python/{python3-pyjwt_2.0.0.bb => python3-pyjwt_2.0.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename

[oe][meta-networking][PATCH 1/3] libnftnl: upgrade 1.1.8 -> 1.1.9

2021-01-25 Thread Adrian Freihofer
Signed-off-by: Adrian Freihofer --- .../libnftnl/{libnftnl_1.1.8.bb => libnftnl_1.1.9.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-filter/libnftnl/{libnftnl_1.1.8.bb => libnftnl_1.1.9.bb} (88%) diff --git

[oe][meta-networking][PATCH 2/3] nftables: upgrade 0.9.7 -> 0.9.8

2021-01-25 Thread Adrian Freihofer
Added missing RDEPENDS to the libnft library from nftables-python to libnftable.so.1 which is loaded dynamically by LibraryLoader into python. Added json to default PACKAGECONFIG which is probably used as well when compiled with python support. For example firewalld crashes at runtime if nftables

[oe][meta-networking][PATCH 3/3] firewalld: upgrade 0.9.2 -> 0.9.3

2021-01-25 Thread Adrian Freihofer
Fix new dependencies to nftables-python. Firewalld has been changed to use python bindings instead of calling the nftables cli utility. (Has this firewalld recipe been used with firewalld's default configuration which defaults to nftables backend?) Signed-off-by: Adrian Freihofer ---

Re: [oe] [meta-python][PATCH 2/5] python3-google-api-python-client: Upgrade 1.12.5 -> 1.12.8

2021-01-25 Thread Trevor Gamblin
On 2021-01-20 6:10 a.m., Leon Anavi wrote: - add httplib2 authorization to thread_safety Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- ...nt_1.12.5.bb => python3-google-api-python-client_1.12.8.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename

Re: [oe] [meta-python][PATCH 1/5] python3-pyyaml: Upgrade 5.3.1 -> 5.4

2021-01-25 Thread Trevor Gamblin
On 2021-01-20 6:10 a.m., Leon Anavi wrote: - Build modernization, remove distutils, fix metadata, build wheels, CI to GHA - Fix for CVE-2020-14343, moves arbitrary python tags to UnsafeLoader - Fix memory leak in implicit resolver setup - Fix py2 copy support for timezone objects - Fix

Re: [oe] [meta-python][PATCH 4/5] python3-pyusb: Upgrade 1.1.0 -> 1.1.1

2021-01-25 Thread Trevor Gamblin
On 2021-01-20 6:10 a.m., Leon Anavi wrote: - Patch release that fixes a couple of bugs. Most notably it fixes compatibility with Python 3.9. - As of PyUSB 1.1.1 changes that break under Python 2.7 and 3.5 (both of which have reached end of life) are no longer considered regressions.

Re: [oe] [meta-python][PATCH 2/5] python3-lz4: Upgrade 3.1.1 -> 3.1.3

2021-01-25 Thread Trevor Gamblin
On 2021-01-21 8:17 a.m., Leon Anavi wrote: - Add support for publishing wheels to PyPi for Python 3.9. Wheel building is currently broken for Python 3.9 on Arm/Aarch64 - Drop building of wheels for Python 3.5 - Move to Visual Studio 2019 (14.2) on AppVeyor - Build against the XCode 12.2

Re: [oe] [meta-python][PATCH 2/2] python3-alembic: Upgrade 1.4.3 -> 1.5.1

2021-01-25 Thread Trevor Gamblin
On 2021-01-20 11:53 a.m., Leon Anavi wrote: - Fixed installation issue where the "templates" directory was not being installed, preventing commands like "list_templates" and "init" from working. Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- .../{python3-alembic_1.4.3.bb =>

Re: [oe] [meta-python][PATCH 1/5] python3-coverage: Upgrade 5.3 -> 5.3.1

2021-01-25 Thread Trevor Gamblin
On 2021-01-21 8:17 a.m., Leon Anavi wrote: - When using --source on a large source tree, v5.x was slower than previous versions. This performance regression is now fixed. - Mysterious SQLite errors can happen on PyPy. An immediate retry seems to fix the problem, although it is an

Re: [oe] [meta-python][PATCH v2 2/2] meta-python: Add jstyleson

2021-01-25 Thread Trevor Gamblin
On 2021-01-22 12:45 a.m., Andrew Jeffery wrote: [Please note this e-mail is from an EXTERNAL e-mail address] jstyleson is a library to parse JSON with js-style comments. The license isn't shipped in the pypi package, so it was extracted from the github repo at [1]. [1]

Re: [oe] [meta-python][PATCH 3/5] python3-pyzmq: Upgrade 20.0.0 -> 21.0.1

2021-01-25 Thread Trevor Gamblin
On 2021-01-22 5:11 a.m., Leon Anavi wrote: - drop support for Python 3.5. Python >= 3.6 is required - mypy type stubs, which should improve static analysis of pyzmq, especially for dynamically defined attributes such as zmq constants. These are new! Let us know if you find any issues. -

Re: [oe] [meta-python][PATCH 1/5] python3-ujson: Upgrade 4.0.1 -> 4.0.2

2021-01-25 Thread Trevor Gamblin
On 2021-01-22 5:11 a.m., Leon Anavi wrote: - Travis CI: Test on 3.9 final, remove 3.8 - Toward matching Python standard library output for float - Fix errors on reading long decimal floats - Make empty dict/list indented serialization match stdlib json - Fix dealing with None types

Re: [oe] [meta-python][PATCH 2/5] python3-smbus2: Upgrade 0.4.0 -> 0.4.1

2021-01-25 Thread Trevor Gamblin
On 2021-01-22 5:11 a.m., Leon Anavi wrote: - SonarCloud quality checks. - Tests added to the dist package. Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- .../python/{python3-smbus2_0.4.0.bb => python3-smbus2_0.4.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

Re: [oe] [meta-networking] [PATCH] python3-networkmanager: upgrade 2.1 -> 2.2

2021-01-25 Thread Trevor Gamblin
On 2021-01-22 3:47 p.m., zangrc wrote: -License-Update: Copyright year updated to 2021. Signed-off-by: Zang Ruochen Acked-by: Trevor Gamblin --- ...-networkmanager_2.1.bb => python3-networkmanager_2.2.bb} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename

Re: [oe] [meta-python][PATCH 3/5] python3-evdev: Upgrade 1.3.0 -> 1.4.0

2021-01-25 Thread Trevor Gamblin
On 2021-01-20 6:10 a.m., Leon Anavi wrote: - Fix InputDevice.set_absinfo to allow setting parameters to zero. - Fix off-by-one in ioctl_EVIOCG_bits, which causes value at the end of the list to not be reported back. - Fix set_absinfo to allow setting parameters to zero. - Fix leak when

Re: [oe] [meta-python][PATCH 1/5] python3-pyyaml: Upgrade 5.3.1 -> 5.4

2021-01-25 Thread Trevor Gamblin
On 2021-01-20 6:10 a.m., Leon Anavi wrote: - Build modernization, remove distutils, fix metadata, build wheels, CI to GHA - Fix for CVE-2020-14343, moves arbitrary python tags to UnsafeLoader - Fix memory leak in implicit resolver setup - Fix py2 copy support for timezone objects - Fix

Re: [oe] [meta-python][PATCH 2/5] python3-google-api-python-client: Upgrade 1.12.5 -> 1.12.8

2021-01-25 Thread Trevor Gamblin
On 2021-01-20 6:10 a.m., Leon Anavi wrote: - add httplib2 authorization to thread_safety Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- ...nt_1.12.5.bb => python3-google-api-python-client_1.12.8.bb} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename

Re: [oe] [meta-python][PATCH 5/5] python3-pyserial: Upgrade 3.4 -> 3.5

2021-01-25 Thread Trevor Gamblin
On 2021-01-20 6:10 a.m., Leon Anavi wrote: - iAdd a backend for Silicon Labs CP2110/4 HID-to-UART bridge. (depends on hid module) - Use absolute import everywhere - win32: miniterm Working CMD.exe terminal using Windows 10 ANSI support - Make ListPortInfo hashable - threaded: "write"

Re: [oe] [meta-python][PATCH 1/2] python3-pandas: Upgrade 1.2.0 -> 1.2.1

2021-01-25 Thread Trevor Gamblin
On 2021-01-20 11:52 a.m., Leon Anavi wrote: Upgrade to release 1.2.1: - Fixed regression in to_csv() that created corrupted zip files when there were more rows than chunksize - Fixed regression in to_csv() opening codecs.StreamReaderWriter in binary mode instead of in text mode - Fixed

Re: [oe] [meta-python][PATCH 3/5] python3-evdev: Upgrade 1.3.0 -> 1.4.0

2021-01-25 Thread Trevor Gamblin
On 2021-01-20 6:10 a.m., Leon Anavi wrote: - Fix InputDevice.set_absinfo to allow setting parameters to zero. - Fix off-by-one in ioctl_EVIOCG_bits, which causes value at the end of the list to not be reported back. - Fix set_absinfo to allow setting parameters to zero. - Fix leak when

Re: [oe] [meta-python][PATCH 4/5] python3-pyusb: Upgrade 1.1.0 -> 1.1.1

2021-01-25 Thread Trevor Gamblin
On 2021-01-20 6:10 a.m., Leon Anavi wrote: - Patch release that fixes a couple of bugs. Most notably it fixes compatibility with Python 3.9. - As of PyUSB 1.1.1 changes that break under Python 2.7 and 3.5 (both of which have reached end of life) are no longer considered regressions.

Re: [oe] [meta-python][PATCH 3/5] python3-bitarray: Upgrade 1.6.1 -> 1.6.3

2021-01-25 Thread Trevor Gamblin
On 2021-01-21 8:17 a.m., Leon Anavi wrote: - add missing .h files to sdist tarball - use `Py_SET_TYPE()` and `Py_SET_SIZE()` for Python 3.10 - add official Python 3.10 support - fix slice assignement to same object, e.g. a[2::] = a or a[::-1] = a - add bitarray.h Signed-off-by: Leon Anavi

Re: [oe] [meta-python][PATCH 4/5] python3-pykwalify: Upgrade 1.7.0 -> 1.8.0

2021-01-25 Thread Trevor Gamblin
On 2021-01-21 8:17 a.m., Leon Anavi wrote: Upgrade to release 1.8.0: - Dropped support for python 3.5 and below, including 2.7 - ruamel.yaml is now the default and preffered yaml parser - Dropped support for pyyaml parser - Update minimum version of ruamel.yaml to 0.16.0 - Update minimum

Re: [oe] [meta-python][PATCH v2 1/2] meta-python: Add hexdump package

2021-01-25 Thread Trevor Gamblin
On 2021-01-22 12:45 a.m., Andrew Jeffery wrote: [Please note this e-mail is from an EXTERNAL e-mail address] The hexdump package appears to be abandoned, but it's used as the dependency of another project I'm packaging. Change-Id: Id90d770fb48fa502f3abeb541b7febef42799b21 Signed-off-by:

Re: [oe] [meta-python][PATCH 5/5] python3-croniter: Upgrade 1.0.1 -> 1.0.2

2021-01-25 Thread Trevor Gamblin
On 2021-01-21 8:17 a.m., Leon Anavi wrote: - Fix match when datetime has microseconds Signed-off-by: Leon Anavi Acked-by: Trevor Gamblin --- .../{python3-croniter_1.0.1.bb => python3-croniter_1.0.2.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename

Re: [oe] [meta-python][PATCH 4/5] python3-alembic: Upgrade 1.5.1 -> 1.5.2

2021-01-25 Thread Trevor Gamblin
On 2021-01-22 5:11 a.m., Leon Anavi wrote: - Fixed regression where new "loop detection" feature produced false positives for revision names that have overlapping substrings between revision number and down revision and/or dependency, if the downrev/dependency were not in sequence

Re: [oe] [meta-python][PATCH 5/5] python3-prompt-toolkit: Upgrade 3.0.10 -> 3.0.11

2021-01-25 Thread Trevor Gamblin
On 2021-01-22 5:11 a.m., Leon Anavi wrote: - Poll terminal size: better handle resize events when the application runs in a thread other than the main thread (where handling SIGWINCH doesn't work) or in the Windows console. - Fix bug in system toolbar. The execution of system commands was