All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH 1/3] python3-alembic: Upgrade 1.5.3 -> 1.5.4
@ 2021-02-04 13:19 Leon Anavi
  2021-02-04 13:19 ` [meta-python][PATCH 2/3] python3-pymongo: Upgrade 3.11.2 -> 3.11.3 Leon Anavi
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Leon Anavi @ 2021-02-04 13:19 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 1.5.4:

- Fixed bug in versioning model where a downgrade across a
  revision with a dependency on another branch, yet an ancestor
  is also dependent on that branch, would produce an erroneous
  state in the alembic_version table, making upgrades impossible
  without manually repairing the table.

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

diff --git a/meta-python/recipes-devtools/python/python3-alembic_1.5.3.bb b/meta-python/recipes-devtools/python/python3-alembic_1.5.4.bb
similarity index 78%
rename from meta-python/recipes-devtools/python/python3-alembic_1.5.3.bb
rename to meta-python/recipes-devtools/python/python3-alembic_1.5.4.bb
index c263300cd..9a0991d3c 100644
--- a/meta-python/recipes-devtools/python/python3-alembic_1.5.3.bb
+++ b/meta-python/recipes-devtools/python/python3-alembic_1.5.4.bb
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=c4ece55266dcdd02ce165b1ee0e490bb"
 
 inherit pypi setuptools3
 
-SRC_URI[sha256sum] = "04608b6904a6e6bd1af83e1a48f73f50ba214aeddef44b92d498df33818654a8"
+SRC_URI[sha256sum] = "e871118b6174681f7e9a9ea67cfcae954c6d18e05b49c6b17f662d2530c76bf5"
 
 PYPI_PACKAGE = "alembic"
 
-- 
2.17.1


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

* [meta-python][PATCH 2/3] python3-pymongo: Upgrade 3.11.2 -> 3.11.3
  2021-02-04 13:19 [meta-python][PATCH 1/3] python3-alembic: Upgrade 1.5.3 -> 1.5.4 Leon Anavi
@ 2021-02-04 13:19 ` Leon Anavi
  2021-02-05 14:04   ` [oe] " Trevor Gamblin
  2021-02-04 13:19 ` [meta-python][PATCH 3/3] python3-pymisp: Upgrade 2.4.137.1 -> 2.4.137.3 Leon Anavi
  2021-02-05 14:04 ` [oe] [meta-python][PATCH 1/3] python3-alembic: Upgrade 1.5.3 -> 1.5.4 Trevor Gamblin
  2 siblings, 1 reply; 6+ messages in thread
From: Leon Anavi @ 2021-02-04 13:19 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 3.11.3:

- Fix benchmark when using Python 3

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

diff --git a/meta-python/recipes-devtools/python/python3-pymongo_3.11.2.bb b/meta-python/recipes-devtools/python/python3-pymongo_3.11.3.bb
similarity index 91%
rename from meta-python/recipes-devtools/python/python3-pymongo_3.11.2.bb
rename to meta-python/recipes-devtools/python/python3-pymongo_3.11.3.bb
index 5372ac0ff..3549adce7 100644
--- a/meta-python/recipes-devtools/python/python3-pymongo_3.11.2.bb
+++ b/meta-python/recipes-devtools/python/python3-pymongo_3.11.3.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] = "c2b67881392a9e85aa108e75f62cdbe372d5a3f17ea5f8d3436dcf4662052f14"
+SRC_URI[sha256sum] = "db5098587f58fbf8582d9bda2462762b367207246d3e19623782fb449c3c5fcc"
 
 inherit pypi setuptools3
 
-- 
2.17.1


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

* [meta-python][PATCH 3/3] python3-pymisp: Upgrade 2.4.137.1 -> 2.4.137.3
  2021-02-04 13:19 [meta-python][PATCH 1/3] python3-alembic: Upgrade 1.5.3 -> 1.5.4 Leon Anavi
  2021-02-04 13:19 ` [meta-python][PATCH 2/3] python3-pymongo: Upgrade 3.11.2 -> 3.11.3 Leon Anavi
@ 2021-02-04 13:19 ` Leon Anavi
  2021-02-05 14:04   ` [oe] " Trevor Gamblin
  2021-02-05 14:04 ` [oe] [meta-python][PATCH 1/3] python3-alembic: Upgrade 1.5.3 -> 1.5.4 Trevor Gamblin
  2 siblings, 1 reply; 6+ messages in thread
From: Leon Anavi @ 2021-02-04 13:19 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 2.4.137.3:

- Bump objects
- Fix and improve optional dependencies
- Make brotli optional

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

diff --git a/meta-python/recipes-devtools/python/python3-pymisp_2.4.137.1.bb b/meta-python/recipes-devtools/python/python3-pymisp_2.4.137.3.bb
similarity index 91%
rename from meta-python/recipes-devtools/python/python3-pymisp_2.4.137.1.bb
rename to meta-python/recipes-devtools/python/python3-pymisp_2.4.137.3.bb
index 9b2efa2cd..e363729fd 100644
--- a/meta-python/recipes-devtools/python/python3-pymisp_2.4.137.1.bb
+++ b/meta-python/recipes-devtools/python/python3-pymisp_2.4.137.3.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 = "7b64c1c9a4fec8ed37c1522b31ab56f30b83f0e1"
+SRCREV = "f675e2096182532bb5870e4f773476b2d8065986"
 S = "${WORKDIR}/git"
 
 inherit setuptools3
-- 
2.17.1


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

* Re: [oe] [meta-python][PATCH 1/3] python3-alembic: Upgrade 1.5.3 -> 1.5.4
  2021-02-04 13:19 [meta-python][PATCH 1/3] python3-alembic: Upgrade 1.5.3 -> 1.5.4 Leon Anavi
  2021-02-04 13:19 ` [meta-python][PATCH 2/3] python3-pymongo: Upgrade 3.11.2 -> 3.11.3 Leon Anavi
  2021-02-04 13:19 ` [meta-python][PATCH 3/3] python3-pymisp: Upgrade 2.4.137.1 -> 2.4.137.3 Leon Anavi
@ 2021-02-05 14:04 ` Trevor Gamblin
  2 siblings, 0 replies; 6+ messages in thread
From: Trevor Gamblin @ 2021-02-05 14:04 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

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


On 2021-02-04 8:19 a.m., Leon Anavi wrote:
> [Please note: This e-mail is from an EXTERNAL e-mail address]
>
> Upgrade to release 1.5.4:
>
> - Fixed bug in versioning model where a downgrade across a
>    revision with a dependency on another branch, yet an ancestor
>    is also dependent on that branch, would produce an erroneous
>    state in the alembic_version table, making upgrades impossible
>    without manually repairing the table.
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../{python3-alembic_1.5.3.bb => python3-alembic_1.5.4.bb}      | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>   rename meta-python/recipes-devtools/python/{python3-alembic_1.5.3.bb => python3-alembic_1.5.4.bb} (78%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-alembic_1.5.3.bb b/meta-python/recipes-devtools/python/python3-alembic_1.5.4.bb
> similarity index 78%
> rename from meta-python/recipes-devtools/python/python3-alembic_1.5.3.bb
> rename to meta-python/recipes-devtools/python/python3-alembic_1.5.4.bb
> index c263300cd..9a0991d3c 100644
> --- a/meta-python/recipes-devtools/python/python3-alembic_1.5.3.bb
> +++ b/meta-python/recipes-devtools/python/python3-alembic_1.5.4.bb
> @@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=c4ece55266dcdd02ce165b1ee0e490bb"
>
>   inherit pypi setuptools3
>
> -SRC_URI[sha256sum] = "04608b6904a6e6bd1af83e1a48f73f50ba214aeddef44b92d498df33818654a8"
> +SRC_URI[sha256sum] = "e871118b6174681f7e9a9ea67cfcae954c6d18e05b49c6b17f662d2530c76bf5"
>
>   PYPI_PACKAGE = "alembic"
>
> --
> 2.17.1
>
>
> 
>

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

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

* Re: [oe] [meta-python][PATCH 2/3] python3-pymongo: Upgrade 3.11.2 -> 3.11.3
  2021-02-04 13:19 ` [meta-python][PATCH 2/3] python3-pymongo: Upgrade 3.11.2 -> 3.11.3 Leon Anavi
@ 2021-02-05 14:04   ` Trevor Gamblin
  0 siblings, 0 replies; 6+ messages in thread
From: Trevor Gamblin @ 2021-02-05 14:04 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

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


On 2021-02-04 8:19 a.m., Leon Anavi wrote:
> [Please note: This e-mail is from an EXTERNAL e-mail address]
>
> Upgrade to release 3.11.3:
>
> - Fix benchmark when using Python 3
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../{python3-pymongo_3.11.2.bb => python3-pymongo_3.11.3.bb}    | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>   rename meta-python/recipes-devtools/python/{python3-pymongo_3.11.2.bb => python3-pymongo_3.11.3.bb} (91%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-pymongo_3.11.2.bb b/meta-python/recipes-devtools/python/python3-pymongo_3.11.3.bb
> similarity index 91%
> rename from meta-python/recipes-devtools/python/python3-pymongo_3.11.2.bb
> rename to meta-python/recipes-devtools/python/python3-pymongo_3.11.3.bb
> index 5372ac0ff..3549adce7 100644
> --- a/meta-python/recipes-devtools/python/python3-pymongo_3.11.2.bb
> +++ b/meta-python/recipes-devtools/python/python3-pymongo_3.11.3.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] = "c2b67881392a9e85aa108e75f62cdbe372d5a3f17ea5f8d3436dcf4662052f14"
> +SRC_URI[sha256sum] = "db5098587f58fbf8582d9bda2462762b367207246d3e19623782fb449c3c5fcc"
>
>   inherit pypi setuptools3
>
> --
> 2.17.1
>
>
> 
>

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

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

* Re: [oe] [meta-python][PATCH 3/3] python3-pymisp: Upgrade 2.4.137.1 -> 2.4.137.3
  2021-02-04 13:19 ` [meta-python][PATCH 3/3] python3-pymisp: Upgrade 2.4.137.1 -> 2.4.137.3 Leon Anavi
@ 2021-02-05 14:04   ` Trevor Gamblin
  0 siblings, 0 replies; 6+ messages in thread
From: Trevor Gamblin @ 2021-02-05 14:04 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

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


On 2021-02-04 8:19 a.m., Leon Anavi wrote:
> [Please note: This e-mail is from an EXTERNAL e-mail address]
>
> Upgrade to release 2.4.137.3:
>
> - Bump objects
> - Fix and improve optional dependencies
> - Make brotli optional
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   ...{python3-pymisp_2.4.137.1.bb => python3-pymisp_2.4.137.3.bb} | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>   rename meta-python/recipes-devtools/python/{python3-pymisp_2.4.137.1.bb => python3-pymisp_2.4.137.3.bb} (91%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-pymisp_2.4.137.1.bb b/meta-python/recipes-devtools/python/python3-pymisp_2.4.137.3.bb
> similarity index 91%
> rename from meta-python/recipes-devtools/python/python3-pymisp_2.4.137.1.bb
> rename to meta-python/recipes-devtools/python/python3-pymisp_2.4.137.3.bb
> index 9b2efa2cd..e363729fd 100644
> --- a/meta-python/recipes-devtools/python/python3-pymisp_2.4.137.1.bb
> +++ b/meta-python/recipes-devtools/python/python3-pymisp_2.4.137.3.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 = "7b64c1c9a4fec8ed37c1522b31ab56f30b83f0e1"
> +SRCREV = "f675e2096182532bb5870e4f773476b2d8065986"
>   S = "${WORKDIR}/git"
>
>   inherit setuptools3
> --
> 2.17.1
>
>
> 
>

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

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

end of thread, other threads:[~2021-02-05 14:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-04 13:19 [meta-python][PATCH 1/3] python3-alembic: Upgrade 1.5.3 -> 1.5.4 Leon Anavi
2021-02-04 13:19 ` [meta-python][PATCH 2/3] python3-pymongo: Upgrade 3.11.2 -> 3.11.3 Leon Anavi
2021-02-05 14:04   ` [oe] " Trevor Gamblin
2021-02-04 13:19 ` [meta-python][PATCH 3/3] python3-pymisp: Upgrade 2.4.137.1 -> 2.4.137.3 Leon Anavi
2021-02-05 14:04   ` [oe] " Trevor Gamblin
2021-02-05 14:04 ` [oe] [meta-python][PATCH 1/3] python3-alembic: Upgrade 1.5.3 -> 1.5.4 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.