Re: [oe] OpenEmbedded Happy Hour April 28 9pm/2100 UTC

2021-04-27 Thread Denys Dmytriyenko
Reminder, next Happy Hour is in one day - everyone is welcome to meet with fellow developers and chat about any interesting topics over Zoom. BYOB - bring your own beverage. On Wed, Apr 21, 2021 at 04:04:25PM -0400, Denys Dmytriyenko wrote: > Hi, > > Please join us for the upcoming OpenEmbedde

Re: [oe] [meta-python][PATCH] python3-txsockjs: new package

2021-04-27 Thread Bartosz Golaszewski
On Tue, Apr 27, 2021 at 4:04 PM Trevor Gamblin wrote: > > > On 2021-04-27 10:00 a.m., Bartosz Golaszewski wrote: > > [Please note: This e-mail is from an EXTERNAL e-mail address] > > > > This adds twisted python support for SockJS. > > > > Signed-off-by: Bartosz Golaszewski > > --- > > .../0001

Re: [oe] [meta-python][PATCH] python3-txsockjs: new package

2021-04-27 Thread Trevor Gamblin
On 2021-04-27 10:00 a.m., Bartosz Golaszewski wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] This adds twisted python support for SockJS. Signed-off-by: Bartosz Golaszewski --- .../0001-setup-fix-syntax-error.patch | 27 +++ .../python/python3-

[oe] [meta-python][PATCH] python3-txsockjs: new package

2021-04-27 Thread Bartosz Golaszewski
This adds twisted python support for SockJS. Signed-off-by: Bartosz Golaszewski --- .../0001-setup-fix-syntax-error.patch | 27 +++ .../python/python3-txsockjs_1.2.2.bb | 15 +++ 2 files changed, 42 insertions(+) create mode 100644 meta-python/recipes-d

[oe] [meta-python][PATCH 1/3] python3-astroid: Upgrade 2.5.3 -> 2.5.6

2021-04-27 Thread Leon Anavi
Upgrade to release 2.5.6: - Fix retro-compatibility issues with old version of pylint License-Update: Remove outdated COPYING and use LICENSE Signed-off-by: Leon Anavi --- .../{python3-astroid_2.5.3.bb => python3-astroid_2.5.6.bb}| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) r

[oe] [meta-python][PATCH 2/3] python3-arpeggio: Upgrade 1.10.1 -> 1.10.2

2021-04-27 Thread Leon Anavi
Upgrade to release 1.10.2: - Added EditorConfig configuration - Fixed parsing of version from setup.py when global encoding isn't UTF-8 - Fix repetition termination on a successful empty separator match Signed-off-by: Leon Anavi --- .../{python3-arpeggio_1.10.1.bb => python3-arpeggio_1.10.2.b

[oe] [meta-python][PATCH 3/3] python3-et-xmlfile: Upgrade 1.0.1 -> 1.1.0

2021-04-27 Thread Leon Anavi
Upgrade to release 1.1.0: - Remove bitbucket pipelines config and streamline setup.py - Update project URL - Update APIDOC config - Update tox config - Update python_requires and add sys.path('.') License-Update: Use the exact line from PKG-INFO. Signed-off-by: Leon Anavi --- .../python/python

[oe] [meta-oe][PATCH] tslib: add PACKAGECONFIG for evthres, one-wire-ts-input

2021-04-27 Thread Justin Standring
In configure.ac, evthres is enabled by default. Signed-off-by: Justin Standring --- meta-oe/recipes-graphics/tslib/tslib_1.22.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta-oe/recipes-graphics/tslib/tslib_1.22.bb b/meta-oe/recipes-graphics/tslib/tslib_1.22.bb ind