All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH 1/5] python3-waitress: Upgrade 1.4.4 -> 2.0.0
@ 2021-03-12 16:25 Leon Anavi
  2021-03-12 16:25 ` [meta-python][PATCH 2/5] python3-pako: Upgrade 0.3.0 -> 0.3.1 Leon Anavi
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Leon Anavi @ 2021-03-12 16:25 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 2.0.0:

- Fix a crash on startup when listening to multiple interfaces.
- Waitress no longer attempts to guess at what the server_name
  should be for a listen socket, instead it always use a new
  adjustment/argument named server_name.
- Allow tasks to notice if the client disconnected.
- Drop Python 2.7 and 3.5 support
- The server now issues warning output when it there are enough
  open connections (controlled by "connection_limit"), that it is
  no longer accepting new connections. This situation was
  previously difficult to diagnose.

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

diff --git a/meta-python/recipes-devtools/python/python3-waitress_1.4.4.bb b/meta-python/recipes-devtools/python/python3-waitress_2.0.0.bb
similarity index 71%
rename from meta-python/recipes-devtools/python/python3-waitress_1.4.4.bb
rename to meta-python/recipes-devtools/python/python3-waitress_2.0.0.bb
index 3e207de4f..490dcee6c 100644
--- a/meta-python/recipes-devtools/python/python3-waitress_1.4.4.bb
+++ b/meta-python/recipes-devtools/python/python3-waitress_2.0.0.bb
@@ -6,7 +6,6 @@ SECTION = "devel/python"
 LICENSE = "ZPL-2.1"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=78ccb3640dc841e1baecb3e27a6966b2"
 
-SRC_URI[md5sum] = "079c3c4902b1cb5d0a917276ee70f1df"
-SRC_URI[sha256sum] = "1bb436508a7487ac6cb097ae7a7fe5413aefca610550baf58f0940e51ecfb261"
+SRC_URI[sha256sum] = "69e1f242c7f80273490d3403c3976f3ac3b26e289856936d1f620ed48f321897"
 
 inherit setuptools3 pypi
-- 
2.17.1


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

* [meta-python][PATCH 2/5] python3-pako: Upgrade 0.3.0 -> 0.3.1
  2021-03-12 16:25 [meta-python][PATCH 1/5] python3-waitress: Upgrade 1.4.4 -> 2.0.0 Leon Anavi
@ 2021-03-12 16:25 ` Leon Anavi
  2021-03-15 13:00   ` [oe] " Trevor Gamblin
  2021-03-12 16:25 ` [meta-python][PATCH 3/5] python3-pyscaffold: Upgrade 3.3.1 -> 4.0 Leon Anavi
                   ` (3 subsequent siblings)
  4 siblings, 1 reply; 10+ messages in thread
From: Leon Anavi @ 2021-03-12 16:25 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 0.3.1:

- Adds an optional no-confirm flag particularly for use in
  non-interactive setups.

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

diff --git a/meta-python/recipes-devtools/python/python3-pako_0.3.0.bb b/meta-python/recipes-devtools/python/python3-pako_0.3.1.bb
similarity index 75%
rename from meta-python/recipes-devtools/python/python3-pako_0.3.0.bb
rename to meta-python/recipes-devtools/python/python3-pako_0.3.1.bb
index 3eacd0bdd..1930d866e 100644
--- a/meta-python/recipes-devtools/python/python3-pako_0.3.0.bb
+++ b/meta-python/recipes-devtools/python/python3-pako_0.3.1.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/MycroftAI/pako"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=e23fadd6ceef8c618fc1c65191d846fa"
 
-SRC_URI[sha256sum] = "eabd1c121d6701069d1a10132f197ee2b5f4e75a3d68a93b07f69214ab0ff9c7"
+SRC_URI[sha256sum] = "c033a073bb818ca336ae1fccba2655bd60dfe77744f85d4517abd3160d72231f"
 
 inherit pypi setuptools3
 
-- 
2.17.1


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

* [meta-python][PATCH 3/5] python3-pyscaffold: Upgrade 3.3.1 -> 4.0
  2021-03-12 16:25 [meta-python][PATCH 1/5] python3-waitress: Upgrade 1.4.4 -> 2.0.0 Leon Anavi
  2021-03-12 16:25 ` [meta-python][PATCH 2/5] python3-pako: Upgrade 0.3.0 -> 0.3.1 Leon Anavi
@ 2021-03-12 16:25 ` Leon Anavi
  2021-03-15 13:01   ` [oe] " Trevor Gamblin
  2021-03-12 16:25 ` [meta-python][PATCH 4/5] python3-croniter: Upgrade 1.0.6 -> 1.0.8 Leon Anavi
                   ` (2 subsequent siblings)
  4 siblings, 1 reply; 10+ messages in thread
From: Leon Anavi @ 2021-03-12 16:25 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 4.0:

- Cookiecutter, Django and Travis extensions extracted to their
  own repositories
- Support for Python 3.4 and 3.5 dropped
- Dropped deprecated requirements.txt file
- Added support for global configuration (avoid retyping common
  putup's options)
- PyScaffold is no longer a build-time dependency, it just
  generates the project structure
- Removed contrib subpackage, vendorized packages are now runtime
  dependencies
- setuptools_scm is included by default in setup.cfg, setup.py and
  pyproject.toml
- API changed to use pyscaffold.operations instead of integer
  flags
- Allow string.Template and callable as file contents in project
  structure
- Extract file system functions from utils.py into file_system.py
- Extract identification/naming functions from utils.py into
  identification.py
- Extract action related functions from api/__init__.py to
  actions.py
- helpers.{modify,ensure,reject} moved to structure.py
- helpers.{register,unregister} moved to actions.py
- New extension for automatically creating virtual environments
  (--venv)
- Added instructions to use pip-tools to docs
- pre-commit extension now attempts to install hooks automatically
- A nice message is now displayed when PyScaffold finishes running
  (actions.report_done)
- Removed mutually exclusive argparse groups for extensions
- Progressive type annotations adopted in the code base together
  with mypy linting
- Simplified isort config
- pyproject.toml and isolated builds adopted by default
- Added comment to setup.cfg template instructing about extra links
- Generate tox.ini by default
- Replace pkg_resources with importlib.{metadata,resources} and
  packaging
- Adopt PEP 420 for namespaces
- Adopt SPDX identifiers for the license field in setup.cfg
- Removed deprecated log.configure_logger
- Add links to issues and pull requests to changelog
- Add an experimental --interactive mode (inspired by git rebase -i)
- Reorganise the FAQ (including version questions previously in
  Features)
- Updated setuptools and setuptools_scm dependencies to minimal
  versions 46.1 and 5, respectively
- Adopted no-guess-dev version scheme from setuptools_scm
  (semantically all stays the same, but non-tag commits are now
  versioned LAST_TAG.post1.devN instead of LAST_TAG.post0.devN)
- Fix problem of not showing detailed log with --verbose if error
  happens when loading extensions

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

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


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

* [meta-python][PATCH 4/5] python3-croniter: Upgrade 1.0.6 -> 1.0.8
  2021-03-12 16:25 [meta-python][PATCH 1/5] python3-waitress: Upgrade 1.4.4 -> 2.0.0 Leon Anavi
  2021-03-12 16:25 ` [meta-python][PATCH 2/5] python3-pako: Upgrade 0.3.0 -> 0.3.1 Leon Anavi
  2021-03-12 16:25 ` [meta-python][PATCH 3/5] python3-pyscaffold: Upgrade 3.3.1 -> 4.0 Leon Anavi
@ 2021-03-12 16:25 ` Leon Anavi
  2021-03-15 13:01   ` [oe] " Trevor Gamblin
  2021-03-12 16:26 ` [meta-python][PATCH 5/5] python3-prompt-toolkit: Upgrade 3.0.16 -> 3.0.17 Leon Anavi
  2021-03-15 13:00 ` [oe] [meta-python][PATCH 1/5] python3-waitress: Upgrade 1.4.4 -> 2.0.0 Trevor Gamblin
  4 siblings, 1 reply; 10+ messages in thread
From: Leon Anavi @ 2021-03-12 16:25 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 1.0.8:

- Update _expand to lowercase each component of the expression
- Fix _expand to reject int literals with underscores
- Remove a debug statement to make flake8 happy

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

diff --git a/meta-python/recipes-devtools/python/python3-croniter_1.0.6.bb b/meta-python/recipes-devtools/python/python3-croniter_1.0.8.bb
similarity index 78%
rename from meta-python/recipes-devtools/python/python3-croniter_1.0.6.bb
rename to meta-python/recipes-devtools/python/python3-croniter_1.0.8.bb
index d3b6fa1f4..0d0ac75ae 100644
--- a/meta-python/recipes-devtools/python/python3-croniter_1.0.6.bb
+++ b/meta-python/recipes-devtools/python/python3-croniter_1.0.8.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://docs/LICENSE;md5=b8ee59850b882cbf623188489ea748e2"
 
 PYPI_PACKAGE = "croniter"
 
-SRC_URI[sha256sum] = "e79bcc9681d2345e71360241aebe19ed6c5475fec40cc59a7998fe1a2ca568d0"
+SRC_URI[sha256sum] = "c8b830d787c9993361b74eaad7d7396090d7f2d9db41ceb4a52cb75da461c3ed"
 
 inherit pypi setuptools3
 
-- 
2.17.1


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

* [meta-python][PATCH 5/5] python3-prompt-toolkit: Upgrade 3.0.16 -> 3.0.17
  2021-03-12 16:25 [meta-python][PATCH 1/5] python3-waitress: Upgrade 1.4.4 -> 2.0.0 Leon Anavi
                   ` (2 preceding siblings ...)
  2021-03-12 16:25 ` [meta-python][PATCH 4/5] python3-croniter: Upgrade 1.0.6 -> 1.0.8 Leon Anavi
@ 2021-03-12 16:26 ` Leon Anavi
  2021-03-15 13:01   ` [oe] " Trevor Gamblin
  2021-03-15 13:00 ` [oe] [meta-python][PATCH 1/5] python3-waitress: Upgrade 1.4.4 -> 2.0.0 Trevor Gamblin
  4 siblings, 1 reply; 10+ messages in thread
From: Leon Anavi @ 2021-03-12 16:26 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 3.0.17:

- Accept `style` parameter in `print_container` utility.
- On Windows, handle Control-Delete.
- Avoid leaking file descriptors in SSH server.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 ...rompt-toolkit_3.0.16.bb => python3-prompt-toolkit_3.0.17.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-python/recipes-devtools/python/{python3-prompt-toolkit_3.0.16.bb => python3-prompt-toolkit_3.0.17.bb} (86%)

diff --git a/meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.16.bb b/meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.17.bb
similarity index 86%
rename from meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.16.bb
rename to meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.17.bb
index 2a377d6e6..699e6028b 100644
--- a/meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.16.bb
+++ b/meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.17.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://python-prompt-toolkit.readthedocs.io/"
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=b2cde7da89f0c1f3e49bf968d00d554f"
 
-SRC_URI[sha256sum] = "0fa02fa80363844a4ab4b8d6891f62dd0645ba672723130423ca4037b80c1974"
+SRC_URI[sha256sum] = "9397a7162cf45449147ad6042fa37983a081b8a73363a5253dd4072666333137"
 
 inherit pypi setuptools3
 
-- 
2.17.1


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

* Re: [oe] [meta-python][PATCH 1/5] python3-waitress: Upgrade 1.4.4 -> 2.0.0
  2021-03-12 16:25 [meta-python][PATCH 1/5] python3-waitress: Upgrade 1.4.4 -> 2.0.0 Leon Anavi
                   ` (3 preceding siblings ...)
  2021-03-12 16:26 ` [meta-python][PATCH 5/5] python3-prompt-toolkit: Upgrade 3.0.16 -> 3.0.17 Leon Anavi
@ 2021-03-15 13:00 ` Trevor Gamblin
  4 siblings, 0 replies; 10+ messages in thread
From: Trevor Gamblin @ 2021-03-15 13:00 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

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


On 2021-03-12 11:25 a.m., Leon Anavi wrote:
> [Please note: This e-mail is from an EXTERNAL e-mail address]
>
> Upgrade to release 2.0.0:
>
> - Fix a crash on startup when listening to multiple interfaces.
> - Waitress no longer attempts to guess at what the server_name
>    should be for a listen socket, instead it always use a new
>    adjustment/argument named server_name.
> - Allow tasks to notice if the client disconnected.
> - Drop Python 2.7 and 3.5 support
> - The server now issues warning output when it there are enough
>    open connections (controlled by "connection_limit"), that it is
>    no longer accepting new connections. This situation was
>    previously difficult to diagnose.
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../{python3-waitress_1.4.4.bb => python3-waitress_2.0.0.bb}   | 3 +--
>   1 file changed, 1 insertion(+), 2 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-waitress_1.4.4.bb => python3-waitress_2.0.0.bb} (71%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-waitress_1.4.4.bb b/meta-python/recipes-devtools/python/python3-waitress_2.0.0.bb
> similarity index 71%
> rename from meta-python/recipes-devtools/python/python3-waitress_1.4.4.bb
> rename to meta-python/recipes-devtools/python/python3-waitress_2.0.0.bb
> index 3e207de4f..490dcee6c 100644
> --- a/meta-python/recipes-devtools/python/python3-waitress_1.4.4.bb
> +++ b/meta-python/recipes-devtools/python/python3-waitress_2.0.0.bb
> @@ -6,7 +6,6 @@ SECTION = "devel/python"
>   LICENSE = "ZPL-2.1"
>   LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=78ccb3640dc841e1baecb3e27a6966b2"
>
> -SRC_URI[md5sum] = "079c3c4902b1cb5d0a917276ee70f1df"
> -SRC_URI[sha256sum] = "1bb436508a7487ac6cb097ae7a7fe5413aefca610550baf58f0940e51ecfb261"
> +SRC_URI[sha256sum] = "69e1f242c7f80273490d3403c3976f3ac3b26e289856936d1f620ed48f321897"
>
>   inherit setuptools3 pypi
> --
> 2.17.1
>
>
> 
>

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

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

* Re: [oe] [meta-python][PATCH 2/5] python3-pako: Upgrade 0.3.0 -> 0.3.1
  2021-03-12 16:25 ` [meta-python][PATCH 2/5] python3-pako: Upgrade 0.3.0 -> 0.3.1 Leon Anavi
@ 2021-03-15 13:00   ` Trevor Gamblin
  0 siblings, 0 replies; 10+ messages in thread
From: Trevor Gamblin @ 2021-03-15 13:00 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

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


On 2021-03-12 11:25 a.m., Leon Anavi wrote:
> [Please note: This e-mail is from an EXTERNAL e-mail address]
>
> Upgrade to release 0.3.1:
>
> - Adds an optional no-confirm flag particularly for use in
>    non-interactive setups.
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../python/{python3-pako_0.3.0.bb => python3-pako_0.3.1.bb}     | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>   rename meta-python/recipes-devtools/python/{python3-pako_0.3.0.bb => python3-pako_0.3.1.bb} (75%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-pako_0.3.0.bb b/meta-python/recipes-devtools/python/python3-pako_0.3.1.bb
> similarity index 75%
> rename from meta-python/recipes-devtools/python/python3-pako_0.3.0.bb
> rename to meta-python/recipes-devtools/python/python3-pako_0.3.1.bb
> index 3eacd0bdd..1930d866e 100644
> --- a/meta-python/recipes-devtools/python/python3-pako_0.3.0.bb
> +++ b/meta-python/recipes-devtools/python/python3-pako_0.3.1.bb
> @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/MycroftAI/pako"
>   LICENSE = "Apache-2.0"
>   LIC_FILES_CHKSUM = "file://LICENSE;md5=e23fadd6ceef8c618fc1c65191d846fa"
>
> -SRC_URI[sha256sum] = "eabd1c121d6701069d1a10132f197ee2b5f4e75a3d68a93b07f69214ab0ff9c7"
> +SRC_URI[sha256sum] = "c033a073bb818ca336ae1fccba2655bd60dfe77744f85d4517abd3160d72231f"
>
>   inherit pypi setuptools3
>
> --
> 2.17.1
>
>
> 
>

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

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

* Re: [oe] [meta-python][PATCH 3/5] python3-pyscaffold: Upgrade 3.3.1 -> 4.0
  2021-03-12 16:25 ` [meta-python][PATCH 3/5] python3-pyscaffold: Upgrade 3.3.1 -> 4.0 Leon Anavi
@ 2021-03-15 13:01   ` Trevor Gamblin
  0 siblings, 0 replies; 10+ messages in thread
From: Trevor Gamblin @ 2021-03-15 13:01 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

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


On 2021-03-12 11:25 a.m., Leon Anavi wrote:
> [Please note: This e-mail is from an EXTERNAL e-mail address]
>
> Upgrade to release 4.0:
>
> - Cookiecutter, Django and Travis extensions extracted to their
>    own repositories
> - Support for Python 3.4 and 3.5 dropped
> - Dropped deprecated requirements.txt file
> - Added support for global configuration (avoid retyping common
>    putup's options)
> - PyScaffold is no longer a build-time dependency, it just
>    generates the project structure
> - Removed contrib subpackage, vendorized packages are now runtime
>    dependencies
> - setuptools_scm is included by default in setup.cfg, setup.py and
>    pyproject.toml
> - API changed to use pyscaffold.operations instead of integer
>    flags
> - Allow string.Template and callable as file contents in project
>    structure
> - Extract file system functions from utils.py into file_system.py
> - Extract identification/naming functions from utils.py into
>    identification.py
> - Extract action related functions from api/__init__.py to
>    actions.py
> - helpers.{modify,ensure,reject} moved to structure.py
> - helpers.{register,unregister} moved to actions.py
> - New extension for automatically creating virtual environments
>    (--venv)
> - Added instructions to use pip-tools to docs
> - pre-commit extension now attempts to install hooks automatically
> - A nice message is now displayed when PyScaffold finishes running
>    (actions.report_done)
> - Removed mutually exclusive argparse groups for extensions
> - Progressive type annotations adopted in the code base together
>    with mypy linting
> - Simplified isort config
> - pyproject.toml and isolated builds adopted by default
> - Added comment to setup.cfg template instructing about extra links
> - Generate tox.ini by default
> - Replace pkg_resources with importlib.{metadata,resources} and
>    packaging
> - Adopt PEP 420 for namespaces
> - Adopt SPDX identifiers for the license field in setup.cfg
> - Removed deprecated log.configure_logger
> - Add links to issues and pull requests to changelog
> - Add an experimental --interactive mode (inspired by git rebase -i)
> - Reorganise the FAQ (including version questions previously in
>    Features)
> - Updated setuptools and setuptools_scm dependencies to minimal
>    versions 46.1 and 5, respectively
> - Adopted no-guess-dev version scheme from setuptools_scm
>    (semantically all stays the same, but non-tag commits are now
>    versioned LAST_TAG.post1.devN instead of LAST_TAG.post0.devN)
> - Fix problem of not showing detailed log with --verbose if error
>    happens when loading extensions
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../{python3-pyscaffold_3.3.1.bb => python3-pyscaffold_4.0.bb}  | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>   rename meta-python/recipes-devtools/python/{python3-pyscaffold_3.3.1.bb => python3-pyscaffold_4.0.bb} (85%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-pyscaffold_3.3.1.bb b/meta-python/recipes-devtools/python/python3-pyscaffold_4.0.bb
> similarity index 85%
> rename from meta-python/recipes-devtools/python/python3-pyscaffold_3.3.1.bb
> rename to meta-python/recipes-devtools/python/python3-pyscaffold_4.0.bb
> index 9bebcedd3..1ad33c10d 100644
> --- a/meta-python/recipes-devtools/python/python3-pyscaffold_3.3.1.bb
> +++ b/meta-python/recipes-devtools/python/python3-pyscaffold_4.0.bb
> @@ -12,6 +12,6 @@ inherit pypi setuptools3
>
>   PYPI_PACKAGE = "PyScaffold"
>
> -SRC_URI[sha256sum] = "1c3a2b76e60319b6ffc2a8b54e240382109c6241576bf0a47ea476c7194f6a69"
> +SRC_URI[sha256sum] = "7012ae5f9c95b910a39a099824104dc888beb932de86b07514882f3511bc6c74"
>
>   BBCLASSEXTEND = "native nativesdk"
> --
> 2.17.1
>
>
> 
>

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

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

* Re: [oe] [meta-python][PATCH 4/5] python3-croniter: Upgrade 1.0.6 -> 1.0.8
  2021-03-12 16:25 ` [meta-python][PATCH 4/5] python3-croniter: Upgrade 1.0.6 -> 1.0.8 Leon Anavi
@ 2021-03-15 13:01   ` Trevor Gamblin
  0 siblings, 0 replies; 10+ messages in thread
From: Trevor Gamblin @ 2021-03-15 13:01 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

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


On 2021-03-12 11:25 a.m., Leon Anavi wrote:
> [Please note: This e-mail is from an EXTERNAL e-mail address]
>
> Upgrade to release 1.0.8:
>
> - Update _expand to lowercase each component of the expression
> - Fix _expand to reject int literals with underscores
> - Remove a debug statement to make flake8 happy
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../{python3-croniter_1.0.6.bb => python3-croniter_1.0.8.bb}    | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>   rename meta-python/recipes-devtools/python/{python3-croniter_1.0.6.bb => python3-croniter_1.0.8.bb} (78%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-croniter_1.0.6.bb b/meta-python/recipes-devtools/python/python3-croniter_1.0.8.bb
> similarity index 78%
> rename from meta-python/recipes-devtools/python/python3-croniter_1.0.6.bb
> rename to meta-python/recipes-devtools/python/python3-croniter_1.0.8.bb
> index d3b6fa1f4..0d0ac75ae 100644
> --- a/meta-python/recipes-devtools/python/python3-croniter_1.0.6.bb
> +++ b/meta-python/recipes-devtools/python/python3-croniter_1.0.8.bb
> @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://docs/LICENSE;md5=b8ee59850b882cbf623188489ea748e2"
>
>   PYPI_PACKAGE = "croniter"
>
> -SRC_URI[sha256sum] = "e79bcc9681d2345e71360241aebe19ed6c5475fec40cc59a7998fe1a2ca568d0"
> +SRC_URI[sha256sum] = "c8b830d787c9993361b74eaad7d7396090d7f2d9db41ceb4a52cb75da461c3ed"
>
>   inherit pypi setuptools3
>
> --
> 2.17.1
>
>
> 
>

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

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

* Re: [oe] [meta-python][PATCH 5/5] python3-prompt-toolkit: Upgrade 3.0.16 -> 3.0.17
  2021-03-12 16:26 ` [meta-python][PATCH 5/5] python3-prompt-toolkit: Upgrade 3.0.16 -> 3.0.17 Leon Anavi
@ 2021-03-15 13:01   ` Trevor Gamblin
  0 siblings, 0 replies; 10+ messages in thread
From: Trevor Gamblin @ 2021-03-15 13:01 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

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


On 2021-03-12 11:26 a.m., Leon Anavi wrote:
> [Please note: This e-mail is from an EXTERNAL e-mail address]
>
> Upgrade to release 3.0.17:
>
> - Accept `style` parameter in `print_container` utility.
> - On Windows, handle Control-Delete.
> - Avoid leaking file descriptors in SSH server.
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   ...rompt-toolkit_3.0.16.bb => python3-prompt-toolkit_3.0.17.bb} | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>   rename meta-python/recipes-devtools/python/{python3-prompt-toolkit_3.0.16.bb => python3-prompt-toolkit_3.0.17.bb} (86%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.16.bb b/meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.17.bb
> similarity index 86%
> rename from meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.16.bb
> rename to meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.17.bb
> index 2a377d6e6..699e6028b 100644
> --- a/meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.16.bb
> +++ b/meta-python/recipes-devtools/python/python3-prompt-toolkit_3.0.17.bb
> @@ -3,7 +3,7 @@ HOMEPAGE = "https://python-prompt-toolkit.readthedocs.io/"
>   LICENSE = "BSD-3-Clause"
>   LIC_FILES_CHKSUM = "file://LICENSE;md5=b2cde7da89f0c1f3e49bf968d00d554f"
>
> -SRC_URI[sha256sum] = "0fa02fa80363844a4ab4b8d6891f62dd0645ba672723130423ca4037b80c1974"
> +SRC_URI[sha256sum] = "9397a7162cf45449147ad6042fa37983a081b8a73363a5253dd4072666333137"
>
>   inherit pypi setuptools3
>
> --
> 2.17.1
>
>
> 
>

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

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

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

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-12 16:25 [meta-python][PATCH 1/5] python3-waitress: Upgrade 1.4.4 -> 2.0.0 Leon Anavi
2021-03-12 16:25 ` [meta-python][PATCH 2/5] python3-pako: Upgrade 0.3.0 -> 0.3.1 Leon Anavi
2021-03-15 13:00   ` [oe] " Trevor Gamblin
2021-03-12 16:25 ` [meta-python][PATCH 3/5] python3-pyscaffold: Upgrade 3.3.1 -> 4.0 Leon Anavi
2021-03-15 13:01   ` [oe] " Trevor Gamblin
2021-03-12 16:25 ` [meta-python][PATCH 4/5] python3-croniter: Upgrade 1.0.6 -> 1.0.8 Leon Anavi
2021-03-15 13:01   ` [oe] " Trevor Gamblin
2021-03-12 16:26 ` [meta-python][PATCH 5/5] python3-prompt-toolkit: Upgrade 3.0.16 -> 3.0.17 Leon Anavi
2021-03-15 13:01   ` [oe] " Trevor Gamblin
2021-03-15 13:00 ` [oe] [meta-python][PATCH 1/5] python3-waitress: Upgrade 1.4.4 -> 2.0.0 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.