All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH 1/5] python3-intervals: Upgrade 1.10.0 -> 1.10.0.post1
@ 2021-01-27 15:55 Leon Anavi
  2021-01-27 15:55 ` [meta-python][PATCH 2/5] python3-portion: Add recipe Leon Anavi
                   ` (4 more replies)
  0 siblings, 5 replies; 11+ messages in thread
From: Leon Anavi @ 2021-01-27 15:55 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 1.10.0.post1:

- IntervalDict has a .combine method to merge its keys and values
  with another IntervalDict.

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

diff --git a/meta-python/recipes-devtools/python/python3-intervals_1.10.0.bb b/meta-python/recipes-devtools/python/python3-intervals_1.10.0.post1.bb
similarity index 79%
rename from meta-python/recipes-devtools/python/python3-intervals_1.10.0.bb
rename to meta-python/recipes-devtools/python/python3-intervals_1.10.0.post1.bb
index 2e8276ec7..14bc9ad25 100644
--- a/meta-python/recipes-devtools/python/python3-intervals_1.10.0.bb
+++ b/meta-python/recipes-devtools/python/python3-intervals_1.10.0.post1.bb
@@ -22,7 +22,6 @@ do_install_ptest() {
 	cp -f ${S}/README.md ${D}${PTEST_PATH}
 }
 
-SRC_URI[md5sum] = "8955317ff4e42590c90ba6247b1caaed"
-SRC_URI[sha256sum] = "0d26746eaed0be78a61dd289bb7a10721b08770bb3e807614835f490d514f2a5"
+SRC_URI[sha256sum] = "68a772dc2de6b2b2e83b457329ffa8f9286710994b8070db54348a05762515d2"
 
 BBCLASSEXTEND = "native"
-- 
2.17.1


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

* [meta-python][PATCH 2/5] python3-portion: Add recipe
  2021-01-27 15:55 [meta-python][PATCH 1/5] python3-intervals: Upgrade 1.10.0 -> 1.10.0.post1 Leon Anavi
@ 2021-01-27 15:55 ` Leon Anavi
  2021-01-27 18:59   ` [oe] " Khem Raj
  2021-01-28 13:09   ` Trevor Gamblin
  2021-01-27 15:55 ` [meta-python][PATCH 3/5] python3-pako: Upgrade 0.2.3 -> 0.3.0 Leon Anavi
                   ` (3 subsequent siblings)
  4 siblings, 2 replies; 11+ messages in thread
From: Leon Anavi @ 2021-01-27 15:55 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Portion is a Python library providing data structure and
operations for intervals. It replaces python-intervals.
Release 2.1.4 brings:

- Much faster get, copy and | operations for IntervalDict.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../recipes-devtools/python/python3-portion_2.1.4.bb | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 meta-python/recipes-devtools/python/python3-portion_2.1.4.bb

diff --git a/meta-python/recipes-devtools/python/python3-portion_2.1.4.bb b/meta-python/recipes-devtools/python/python3-portion_2.1.4.bb
new file mode 100644
index 000000000..d08d3e725
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-portion_2.1.4.bb
@@ -0,0 +1,12 @@
+DESCRIPTION = "Python data structure and operations for intervals"
+HOMEPAGE = "https://github.com/AlexandreDecan/portion"
+SECTION = "devel/python"
+
+LICENSE = "LGPLv3"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=05f1e16a8e59ce3e9a979e881816c2ab"
+
+inherit pypi setuptools3
+
+SRC_URI[sha256sum] = "58b2792e6e9837a2d55a97d459b940c90fb08b5fba774f524e9359727c80e7b4"
+
+BBCLASSEXTEND = "native"
-- 
2.17.1


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

* [meta-python][PATCH 3/5] python3-pako: Upgrade 0.2.3 -> 0.3.0
  2021-01-27 15:55 [meta-python][PATCH 1/5] python3-intervals: Upgrade 1.10.0 -> 1.10.0.post1 Leon Anavi
  2021-01-27 15:55 ` [meta-python][PATCH 2/5] python3-portion: Add recipe Leon Anavi
@ 2021-01-27 15:55 ` Leon Anavi
  2021-01-28 13:09   ` [oe] " Trevor Gamblin
  2021-01-27 15:55 ` [meta-python][PATCH 4/5] python3-typed-ast: Upgrade 1.4.1 -> 1.4.2 Leon Anavi
                   ` (2 subsequent siblings)
  4 siblings, 1 reply; 11+ messages in thread
From: Leon Anavi @ 2021-01-27 15:55 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 0.3.0 which adds support for the following
package managers:

- DNF (as used by RPM based distributions)
- RPM-ostree (as used by Fedora CoreOS and RHEL CoreOS)
- Pacman (as used by Arch based distributions)
- Yum (as used by some RPM based distributions)
- Zypper (as used by OpenSUSE based distributions)
- APK (as used by Alpine Linux and postmarketOS)

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

diff --git a/meta-python/recipes-devtools/python/python3-pako_0.2.3.bb b/meta-python/recipes-devtools/python/python3-pako_0.3.0.bb
similarity index 65%
rename from meta-python/recipes-devtools/python/python3-pako_0.2.3.bb
rename to meta-python/recipes-devtools/python/python3-pako_0.3.0.bb
index 21c48fca6..3eacd0bdd 100644
--- a/meta-python/recipes-devtools/python/python3-pako_0.2.3.bb
+++ b/meta-python/recipes-devtools/python/python3-pako_0.3.0.bb
@@ -3,8 +3,7 @@ HOMEPAGE = "https://github.com/MycroftAI/pako"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=e23fadd6ceef8c618fc1c65191d846fa"
 
-SRC_URI[md5sum] = "8eb7077075091c50e4b8a9f939607277"
-SRC_URI[sha256sum] = "6be55fd8c5a2a6f02974f37438c1c47a3d9e764ce81c9d0a1a8c9a1815a59778"
+SRC_URI[sha256sum] = "eabd1c121d6701069d1a10132f197ee2b5f4e75a3d68a93b07f69214ab0ff9c7"
 
 inherit pypi setuptools3
 
-- 
2.17.1


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

* [meta-python][PATCH 4/5] python3-typed-ast: Upgrade 1.4.1 -> 1.4.2
  2021-01-27 15:55 [meta-python][PATCH 1/5] python3-intervals: Upgrade 1.10.0 -> 1.10.0.post1 Leon Anavi
  2021-01-27 15:55 ` [meta-python][PATCH 2/5] python3-portion: Add recipe Leon Anavi
  2021-01-27 15:55 ` [meta-python][PATCH 3/5] python3-pako: Upgrade 0.2.3 -> 0.3.0 Leon Anavi
@ 2021-01-27 15:55 ` Leon Anavi
  2021-01-28 13:09   ` [oe] " Trevor Gamblin
  2021-01-27 15:55 ` [meta-python][PATCH 5/5] python3-pyzmq: Upgrade 21.0.1 -> 21.0.2 Leon Anavi
  2021-01-28 13:09 ` [oe] [meta-python][PATCH 1/5] python3-intervals: Upgrade 1.10.0 -> 1.10.0.post1 Trevor Gamblin
  4 siblings, 1 reply; 11+ messages in thread
From: Leon Anavi @ 2021-01-27 15:55 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 1.4.2:

- Fix linker error in debug build
- Fix cross compile by adjusting includes
- ast27: prefix exported symbols
- Add 3.9 to supported versions

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

diff --git a/meta-python/recipes-devtools/python/python3-typed-ast_1.4.1.bb b/meta-python/recipes-devtools/python/python3-typed-ast_1.4.2.bb
similarity index 78%
rename from meta-python/recipes-devtools/python/python3-typed-ast_1.4.1.bb
rename to meta-python/recipes-devtools/python/python3-typed-ast_1.4.2.bb
index 2cc9f6c43..09f387ca6 100644
--- a/meta-python/recipes-devtools/python/python3-typed-ast_1.4.1.bb
+++ b/meta-python/recipes-devtools/python/python3-typed-ast_1.4.2.bb
@@ -7,6 +7,6 @@ PYPI_PACKAGE = "typed_ast"
 
 inherit pypi setuptools3
 
-SRC_URI[sha256sum] = "8c8aaad94455178e3187ab22c8b01a3837f8ee50e09cf31f1ba129eb293ec30b"
+SRC_URI[sha256sum] = "9fc0b3cb5d1720e7141d103cf4819aea239f7d136acf9ee4a69b047b7986175a"
 
 BBCLASSEXTEND = "native"
-- 
2.17.1


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

* [meta-python][PATCH 5/5] python3-pyzmq: Upgrade 21.0.1 -> 21.0.2
  2021-01-27 15:55 [meta-python][PATCH 1/5] python3-intervals: Upgrade 1.10.0 -> 1.10.0.post1 Leon Anavi
                   ` (2 preceding siblings ...)
  2021-01-27 15:55 ` [meta-python][PATCH 4/5] python3-typed-ast: Upgrade 1.4.1 -> 1.4.2 Leon Anavi
@ 2021-01-27 15:55 ` Leon Anavi
  2021-01-28 13:09   ` [oe] " Trevor Gamblin
  2021-01-28 13:09 ` [oe] [meta-python][PATCH 1/5] python3-intervals: Upgrade 1.10.0 -> 1.10.0.post1 Trevor Gamblin
  4 siblings, 1 reply; 11+ messages in thread
From: Leon Anavi @ 2021-01-27 15:55 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 21.0.2:

- Fix wheels on macOS older than 10.15 (sets
  MACOSX_DEPLOYMENT_TARGET to 10.9, matching wheel ABI tag).

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

diff --git a/meta-python/recipes-devtools/python/python3-pyzmq_21.0.1.bb b/meta-python/recipes-devtools/python/python3-pyzmq_21.0.2.bb
similarity index 91%
rename from meta-python/recipes-devtools/python/python3-pyzmq_21.0.1.bb
rename to meta-python/recipes-devtools/python/python3-pyzmq_21.0.2.bb
index d6b741460..8bde98247 100644
--- a/meta-python/recipes-devtools/python/python3-pyzmq_21.0.1.bb
+++ b/meta-python/recipes-devtools/python/python3-pyzmq_21.0.2.bb
@@ -8,7 +8,7 @@ DEPENDS = "zeromq"
 FILESEXTRAPATHS_prepend := "${THISDIR}/python-pyzmq:"
 
 SRC_URI += "file://club-rpath-out.patch"
-SRC_URI[sha256sum] = "c3a630dd7716e8e127d43b22598e256a2d11a847b8cc3310350528960037fa06"
+SRC_URI[sha256sum] = "098c13c6198913c2a0690235fa74d2e49161755f66b663beaec89651554cc79c"
 
 inherit pypi pkgconfig setuptools3
 
-- 
2.17.1


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

* Re: [oe] [meta-python][PATCH 2/5] python3-portion: Add recipe
  2021-01-27 15:55 ` [meta-python][PATCH 2/5] python3-portion: Add recipe Leon Anavi
@ 2021-01-27 18:59   ` Khem Raj
  2021-01-28 13:09   ` Trevor Gamblin
  1 sibling, 0 replies; 11+ messages in thread
From: Khem Raj @ 2021-01-27 18:59 UTC (permalink / raw)
  To: Leon Anavi; +Cc: openembeded-devel

On Wed, Jan 27, 2021 at 7:55 AM Leon Anavi <leon.anavi@konsulko.com> wrote:
>
> Portion is a Python library providing data structure and
> operations for intervals. It replaces python-intervals.
> Release 2.1.4 brings:
>
> - Much faster get, copy and | operations for IntervalDict.
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
> ---
>  .../recipes-devtools/python/python3-portion_2.1.4.bb | 12 ++++++++++++

this needs to go into packagegroup-meta-python as well.

>  1 file changed, 12 insertions(+)
>  create mode 100644 meta-python/recipes-devtools/python/python3-portion_2.1.4.bb
>
> diff --git a/meta-python/recipes-devtools/python/python3-portion_2.1.4.bb b/meta-python/recipes-devtools/python/python3-portion_2.1.4.bb
> new file mode 100644
> index 000000000..d08d3e725
> --- /dev/null
> +++ b/meta-python/recipes-devtools/python/python3-portion_2.1.4.bb
> @@ -0,0 +1,12 @@
> +DESCRIPTION = "Python data structure and operations for intervals"
> +HOMEPAGE = "https://github.com/AlexandreDecan/portion"
> +SECTION = "devel/python"
> +
> +LICENSE = "LGPLv3"
> +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=05f1e16a8e59ce3e9a979e881816c2ab"
> +
> +inherit pypi setuptools3
> +
> +SRC_URI[sha256sum] = "58b2792e6e9837a2d55a97d459b940c90fb08b5fba774f524e9359727c80e7b4"
> +
> +BBCLASSEXTEND = "native"
> --
> 2.17.1
>
>
> 
>

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

* Re: [oe] [meta-python][PATCH 1/5] python3-intervals: Upgrade 1.10.0 -> 1.10.0.post1
  2021-01-27 15:55 [meta-python][PATCH 1/5] python3-intervals: Upgrade 1.10.0 -> 1.10.0.post1 Leon Anavi
                   ` (3 preceding siblings ...)
  2021-01-27 15:55 ` [meta-python][PATCH 5/5] python3-pyzmq: Upgrade 21.0.1 -> 21.0.2 Leon Anavi
@ 2021-01-28 13:09 ` Trevor Gamblin
  4 siblings, 0 replies; 11+ messages in thread
From: Trevor Gamblin @ 2021-01-28 13:09 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

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


On 2021-01-27 10:55 a.m., Leon Anavi wrote:
> - IntervalDict has a .combine method to merge its keys and values
>    with another IntervalDict.
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   ...3-intervals_1.10.0.bb => python3-intervals_1.10.0.post1.bb} | 3 +--
>   1 file changed, 1 insertion(+), 2 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-intervals_1.10.0.bb => python3-intervals_1.10.0.post1.bb} (79%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-intervals_1.10.0.bb b/meta-python/recipes-devtools/python/python3-intervals_1.10.0.post1.bb
> similarity index 79%
> rename from meta-python/recipes-devtools/python/python3-intervals_1.10.0.bb
> rename to meta-python/recipes-devtools/python/python3-intervals_1.10.0.post1.bb
> index 2e8276ec7..14bc9ad25 100644
> --- a/meta-python/recipes-devtools/python/python3-intervals_1.10.0.bb
> +++ b/meta-python/recipes-devtools/python/python3-intervals_1.10.0.post1.bb
> @@ -22,7 +22,6 @@ do_install_ptest() {
>   	cp -f ${S}/README.md ${D}${PTEST_PATH}
>   }
>   
> -SRC_URI[md5sum] = "8955317ff4e42590c90ba6247b1caaed"
> -SRC_URI[sha256sum] = "0d26746eaed0be78a61dd289bb7a10721b08770bb3e807614835f490d514f2a5"
> +SRC_URI[sha256sum] = "68a772dc2de6b2b2e83b457329ffa8f9286710994b8070db54348a05762515d2"
>   
>   BBCLASSEXTEND = "native"
>
> 
>

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

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

* Re: [oe] [meta-python][PATCH 2/5] python3-portion: Add recipe
  2021-01-27 15:55 ` [meta-python][PATCH 2/5] python3-portion: Add recipe Leon Anavi
  2021-01-27 18:59   ` [oe] " Khem Raj
@ 2021-01-28 13:09   ` Trevor Gamblin
  1 sibling, 0 replies; 11+ messages in thread
From: Trevor Gamblin @ 2021-01-28 13:09 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

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


On 2021-01-27 10:55 a.m., Leon Anavi wrote:
> [Please note this e-mail is from an EXTERNAL e-mail address]
>
> Portion is a Python library providing data structure and
> operations for intervals. It replaces python-intervals.
> Release 2.1.4 brings:
>
> - Much faster get, copy and | operations for IntervalDict.
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../recipes-devtools/python/python3-portion_2.1.4.bb | 12 ++++++++++++
>   1 file changed, 12 insertions(+)
>   create mode 100644 meta-python/recipes-devtools/python/python3-portion_2.1.4.bb
>
> diff --git a/meta-python/recipes-devtools/python/python3-portion_2.1.4.bb b/meta-python/recipes-devtools/python/python3-portion_2.1.4.bb
> new file mode 100644
> index 000000000..d08d3e725
> --- /dev/null
> +++ b/meta-python/recipes-devtools/python/python3-portion_2.1.4.bb
> @@ -0,0 +1,12 @@
> +DESCRIPTION = "Python data structure and operations for intervals"
> +HOMEPAGE = "https://github.com/AlexandreDecan/portion"
> +SECTION = "devel/python"
> +
> +LICENSE = "LGPLv3"
> +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=05f1e16a8e59ce3e9a979e881816c2ab"
> +
> +inherit pypi setuptools3
> +
> +SRC_URI[sha256sum] = "58b2792e6e9837a2d55a97d459b940c90fb08b5fba774f524e9359727c80e7b4"
> +
> +BBCLASSEXTEND = "native"
> --
> 2.17.1
>
>
> 
>

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

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

* Re: [oe] [meta-python][PATCH 3/5] python3-pako: Upgrade 0.2.3 -> 0.3.0
  2021-01-27 15:55 ` [meta-python][PATCH 3/5] python3-pako: Upgrade 0.2.3 -> 0.3.0 Leon Anavi
@ 2021-01-28 13:09   ` Trevor Gamblin
  0 siblings, 0 replies; 11+ messages in thread
From: Trevor Gamblin @ 2021-01-28 13:09 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

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


On 2021-01-27 10:55 a.m., Leon Anavi wrote:
> - DNF (as used by RPM based distributions)
> - RPM-ostree (as used by Fedora CoreOS and RHEL CoreOS)
> - Pacman (as used by Arch based distributions)
> - Yum (as used by some RPM based distributions)
> - Zypper (as used by OpenSUSE based distributions)
> - APK (as used by Alpine Linux and postmarketOS)
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../python/{python3-pako_0.2.3.bb => python3-pako_0.3.0.bb}    | 3 +--
>   1 file changed, 1 insertion(+), 2 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-pako_0.2.3.bb => python3-pako_0.3.0.bb} (65%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-pako_0.2.3.bb b/meta-python/recipes-devtools/python/python3-pako_0.3.0.bb
> similarity index 65%
> rename from meta-python/recipes-devtools/python/python3-pako_0.2.3.bb
> rename to meta-python/recipes-devtools/python/python3-pako_0.3.0.bb
> index 21c48fca6..3eacd0bdd 100644
> --- a/meta-python/recipes-devtools/python/python3-pako_0.2.3.bb
> +++ b/meta-python/recipes-devtools/python/python3-pako_0.3.0.bb
> @@ -3,8 +3,7 @@ HOMEPAGE = "https://github.com/MycroftAI/pako"
>   LICENSE = "Apache-2.0"
>   LIC_FILES_CHKSUM = "file://LICENSE;md5=e23fadd6ceef8c618fc1c65191d846fa"
>   
> -SRC_URI[md5sum] = "8eb7077075091c50e4b8a9f939607277"
> -SRC_URI[sha256sum] = "6be55fd8c5a2a6f02974f37438c1c47a3d9e764ce81c9d0a1a8c9a1815a59778"
> +SRC_URI[sha256sum] = "eabd1c121d6701069d1a10132f197ee2b5f4e75a3d68a93b07f69214ab0ff9c7"
>   
>   inherit pypi setuptools3
>   
>
> 
>

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

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

* Re: [oe] [meta-python][PATCH 4/5] python3-typed-ast: Upgrade 1.4.1 -> 1.4.2
  2021-01-27 15:55 ` [meta-python][PATCH 4/5] python3-typed-ast: Upgrade 1.4.1 -> 1.4.2 Leon Anavi
@ 2021-01-28 13:09   ` Trevor Gamblin
  0 siblings, 0 replies; 11+ messages in thread
From: Trevor Gamblin @ 2021-01-28 13:09 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

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


On 2021-01-27 10:55 a.m., Leon Anavi wrote:
> - Fix linker error in debug build
> - Fix cross compile by adjusting includes
> - ast27: prefix exported symbols
> - Add 3.9 to supported versions
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../{python3-typed-ast_1.4.1.bb => python3-typed-ast_1.4.2.bb}  | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>   rename meta-python/recipes-devtools/python/{python3-typed-ast_1.4.1.bb => python3-typed-ast_1.4.2.bb} (78%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-typed-ast_1.4.1.bb b/meta-python/recipes-devtools/python/python3-typed-ast_1.4.2.bb
> similarity index 78%
> rename from meta-python/recipes-devtools/python/python3-typed-ast_1.4.1.bb
> rename to meta-python/recipes-devtools/python/python3-typed-ast_1.4.2.bb
> index 2cc9f6c43..09f387ca6 100644
> --- a/meta-python/recipes-devtools/python/python3-typed-ast_1.4.1.bb
> +++ b/meta-python/recipes-devtools/python/python3-typed-ast_1.4.2.bb
> @@ -7,6 +7,6 @@ PYPI_PACKAGE = "typed_ast"
>   
>   inherit pypi setuptools3
>   
> -SRC_URI[sha256sum] = "8c8aaad94455178e3187ab22c8b01a3837f8ee50e09cf31f1ba129eb293ec30b"
> +SRC_URI[sha256sum] = "9fc0b3cb5d1720e7141d103cf4819aea239f7d136acf9ee4a69b047b7986175a"
>   
>   BBCLASSEXTEND = "native"
>
> 
>

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

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

* Re: [oe] [meta-python][PATCH 5/5] python3-pyzmq: Upgrade 21.0.1 -> 21.0.2
  2021-01-27 15:55 ` [meta-python][PATCH 5/5] python3-pyzmq: Upgrade 21.0.1 -> 21.0.2 Leon Anavi
@ 2021-01-28 13:09   ` Trevor Gamblin
  0 siblings, 0 replies; 11+ messages in thread
From: Trevor Gamblin @ 2021-01-28 13:09 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

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


On 2021-01-27 10:55 a.m., Leon Anavi wrote:
> - Fix wheels on macOS older than 10.15 (sets
>    MACOSX_DEPLOYMENT_TARGET to 10.9, matching wheel ABI tag).
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../python/{python3-pyzmq_21.0.1.bb => python3-pyzmq_21.0.2.bb} | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>   rename meta-python/recipes-devtools/python/{python3-pyzmq_21.0.1.bb => python3-pyzmq_21.0.2.bb} (91%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-pyzmq_21.0.1.bb b/meta-python/recipes-devtools/python/python3-pyzmq_21.0.2.bb
> similarity index 91%
> rename from meta-python/recipes-devtools/python/python3-pyzmq_21.0.1.bb
> rename to meta-python/recipes-devtools/python/python3-pyzmq_21.0.2.bb
> index d6b741460..8bde98247 100644
> --- a/meta-python/recipes-devtools/python/python3-pyzmq_21.0.1.bb
> +++ b/meta-python/recipes-devtools/python/python3-pyzmq_21.0.2.bb
> @@ -8,7 +8,7 @@ DEPENDS = "zeromq"
>   FILESEXTRAPATHS_prepend := "${THISDIR}/python-pyzmq:"
>   
>   SRC_URI += "file://club-rpath-out.patch"
> -SRC_URI[sha256sum] = "c3a630dd7716e8e127d43b22598e256a2d11a847b8cc3310350528960037fa06"
> +SRC_URI[sha256sum] = "098c13c6198913c2a0690235fa74d2e49161755f66b663beaec89651554cc79c"
>   
>   inherit pypi pkgconfig setuptools3
>   
>
> 
>

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

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

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

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-27 15:55 [meta-python][PATCH 1/5] python3-intervals: Upgrade 1.10.0 -> 1.10.0.post1 Leon Anavi
2021-01-27 15:55 ` [meta-python][PATCH 2/5] python3-portion: Add recipe Leon Anavi
2021-01-27 18:59   ` [oe] " Khem Raj
2021-01-28 13:09   ` Trevor Gamblin
2021-01-27 15:55 ` [meta-python][PATCH 3/5] python3-pako: Upgrade 0.2.3 -> 0.3.0 Leon Anavi
2021-01-28 13:09   ` [oe] " Trevor Gamblin
2021-01-27 15:55 ` [meta-python][PATCH 4/5] python3-typed-ast: Upgrade 1.4.1 -> 1.4.2 Leon Anavi
2021-01-28 13:09   ` [oe] " Trevor Gamblin
2021-01-27 15:55 ` [meta-python][PATCH 5/5] python3-pyzmq: Upgrade 21.0.1 -> 21.0.2 Leon Anavi
2021-01-28 13:09   ` [oe] " Trevor Gamblin
2021-01-28 13:09 ` [oe] [meta-python][PATCH 1/5] python3-intervals: Upgrade 1.10.0 -> 1.10.0.post1 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.