All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH 1/5] python3-ipython: Upgrade 7.20.0 -> 7.21.0
@ 2021-03-04 13:05 Leon Anavi
  2021-03-04 13:05 ` [meta-python][PATCH 2/5] python3-yamlloader: Upgrade 0.5.5 -> 1.0.0 Leon Anavi
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Leon Anavi @ 2021-03-04 13:05 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 7.21.0:

- New "context" command in ipdb
- Fix some issues on new osx-arm64
- Compatibility with Xeus-Python for debugger protocol
- Misc docs fixes for compatibility and uniformity with Numpydoc

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

diff --git a/meta-python/recipes-devtools/python/python3-ipython_7.20.0.bb b/meta-python/recipes-devtools/python/python3-ipython_7.21.0.bb
similarity index 89%
rename from meta-python/recipes-devtools/python/python3-ipython_7.20.0.bb
rename to meta-python/recipes-devtools/python/python3-ipython_7.21.0.bb
index 42795b9bfd..31ea244e34 100644
--- a/meta-python/recipes-devtools/python/python3-ipython_7.20.0.bb
+++ b/meta-python/recipes-devtools/python/python3-ipython_7.21.0.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING.rst;md5=59b20262b8663cdd094005bddf47af5f"
 
 PYPI_PACKAGE = "ipython"
 
-SRC_URI[sha256sum] = "1923af00820a8cf58e91d56b89efc59780a6e81363b94464a0f17c039dffff9e"
+SRC_URI[sha256sum] = "04323f72d5b85b606330b6d7e2dc8d2683ad46c3905e955aa96ecc7a99388e70"
 
 RDEPENDS_${PN} = "\
     ${PYTHON_PN}-setuptools \
-- 
2.17.1


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

* [meta-python][PATCH 2/5] python3-yamlloader: Upgrade 0.5.5 -> 1.0.0
  2021-03-04 13:05 [meta-python][PATCH 1/5] python3-ipython: Upgrade 7.20.0 -> 7.21.0 Leon Anavi
@ 2021-03-04 13:05 ` Leon Anavi
  2021-03-08 14:03   ` [oe] " Trevor Gamblin
  2021-03-04 13:05 ` [meta-python][PATCH 3/5] python3-astroid: Upgrade 2.5 -> 2.5.1 Leon Anavi
                   ` (3 subsequent siblings)
  4 siblings, 1 reply; 10+ messages in thread
From: Leon Anavi @ 2021-03-04 13:05 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to the first stable release 1.0.0:

- Main change is that it returns always an OrderedDict, even for
  Python >= 3.7 for consistency

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

diff --git a/meta-python/recipes-devtools/python/python3-yamlloader_0.5.5.bb b/meta-python/recipes-devtools/python/python3-yamlloader_1.0.0.bb
similarity index 66%
rename from meta-python/recipes-devtools/python/python3-yamlloader_0.5.5.bb
rename to meta-python/recipes-devtools/python/python3-yamlloader_1.0.0.bb
index dbf84d4132..a2483a6f46 100644
--- a/meta-python/recipes-devtools/python/python3-yamlloader_0.5.5.bb
+++ b/meta-python/recipes-devtools/python/python3-yamlloader_1.0.0.bb
@@ -3,8 +3,7 @@ HOMEPAGE = "https://github.com/Phynix/yamlloader"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=6831ef36faa29329bce2420c5356f97e"
 
-SRC_URI[md5sum] = "2e0750ace81235f750c072833d79c4c3"
-SRC_URI[sha256sum] = "dcab5f16b39bb03d10dda4cd4f30c943675ec4c7771807fc67e7f1bb319bf4c8"
+SRC_URI[sha256sum] = "e96dc3dc6895d814c330c054c966d993fc81ef1dbf5a30a4bdafeb256359e058"
 
 inherit pypi setuptools3
 
-- 
2.17.1


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

* [meta-python][PATCH 3/5] python3-astroid: Upgrade 2.5 -> 2.5.1
  2021-03-04 13:05 [meta-python][PATCH 1/5] python3-ipython: Upgrade 7.20.0 -> 7.21.0 Leon Anavi
  2021-03-04 13:05 ` [meta-python][PATCH 2/5] python3-yamlloader: Upgrade 0.5.5 -> 1.0.0 Leon Anavi
@ 2021-03-04 13:05 ` Leon Anavi
  2021-03-08 14:03   ` [oe] " Trevor Gamblin
  2021-03-04 13:05 ` [meta-python][PATCH 4/5] python3-portion: Upgrade 2.1.4 -> 2.1.5 Leon Anavi
                   ` (2 subsequent siblings)
  4 siblings, 1 reply; 10+ messages in thread
From: Leon Anavi @ 2021-03-04 13:05 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 2.5.1:

- The ``context.path`` is reverted to a set because otherwise it
  leads to false positives for non `numpy` functions.
- Don't transform dataclass ClassVars
- Improve typing.TypedDict inference
- Fix the `Duplicates found in MROs` false positive.

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

diff --git a/meta-python/recipes-devtools/python/python3-astroid_2.5.bb b/meta-python/recipes-devtools/python/python3-astroid_2.5.1.bb
similarity index 89%
rename from meta-python/recipes-devtools/python/python3-astroid_2.5.bb
rename to meta-python/recipes-devtools/python/python3-astroid_2.5.1.bb
index f69d85015c..84315767d3 100644
--- a/meta-python/recipes-devtools/python/python3-astroid_2.5.bb
+++ b/meta-python/recipes-devtools/python/python3-astroid_2.5.1.bb
@@ -4,7 +4,7 @@ SECTION = "devel/python"
 LICENSE = "LGPL-2.1"
 LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
 
-SRC_URI[sha256sum] = "b31c92f545517dcc452f284bc9c044050862fbe6d93d2b3de4a215a6b384bf0d"
+SRC_URI[sha256sum] = "cfc35498ee64017be059ceffab0a25bedf7548ab76f2bea691c5565896e7128d"
 
 inherit pypi setuptools3
 
-- 
2.17.1


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

* [meta-python][PATCH 4/5] python3-portion: Upgrade 2.1.4 -> 2.1.5
  2021-03-04 13:05 [meta-python][PATCH 1/5] python3-ipython: Upgrade 7.20.0 -> 7.21.0 Leon Anavi
  2021-03-04 13:05 ` [meta-python][PATCH 2/5] python3-yamlloader: Upgrade 0.5.5 -> 1.0.0 Leon Anavi
  2021-03-04 13:05 ` [meta-python][PATCH 3/5] python3-astroid: Upgrade 2.5 -> 2.5.1 Leon Anavi
@ 2021-03-04 13:05 ` Leon Anavi
  2021-03-08 14:04   ` [oe] " Trevor Gamblin
  2021-03-04 13:05 ` [meta-python][PATCH 5/5] python3-pandas: Upgrade 1.2.2 -> 1.2.3 Leon Anavi
  2021-03-08 14:03 ` [oe] [meta-python][PATCH 1/5] python3-ipython: Upgrade 7.20.0 -> 7.21.0 Trevor Gamblin
  4 siblings, 1 reply; 10+ messages in thread
From: Leon Anavi @ 2021-03-04 13:05 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 2.1.5:

- Getting items from an Interval using a slice does no longer
  return a list but an Interval instance.
- Intervals are properly pretty-printed by pandas.

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

diff --git a/meta-python/recipes-devtools/python/python3-portion_2.1.4.bb b/meta-python/recipes-devtools/python/python3-portion_2.1.5.bb
similarity index 77%
rename from meta-python/recipes-devtools/python/python3-portion_2.1.4.bb
rename to meta-python/recipes-devtools/python/python3-portion_2.1.5.bb
index d08d3e7255..0fa107c33e 100644
--- a/meta-python/recipes-devtools/python/python3-portion_2.1.4.bb
+++ b/meta-python/recipes-devtools/python/python3-portion_2.1.5.bb
@@ -7,6 +7,6 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=05f1e16a8e59ce3e9a979e881816c2ab"
 
 inherit pypi setuptools3
 
-SRC_URI[sha256sum] = "58b2792e6e9837a2d55a97d459b940c90fb08b5fba774f524e9359727c80e7b4"
+SRC_URI[sha256sum] = "ed62fd1450336026f55c7d40b92b7159efd81d1420c778dd1b592bb634b14b4c"
 
 BBCLASSEXTEND = "native"
-- 
2.17.1


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

* [meta-python][PATCH 5/5] python3-pandas: Upgrade 1.2.2 -> 1.2.3
  2021-03-04 13:05 [meta-python][PATCH 1/5] python3-ipython: Upgrade 7.20.0 -> 7.21.0 Leon Anavi
                   ` (2 preceding siblings ...)
  2021-03-04 13:05 ` [meta-python][PATCH 4/5] python3-portion: Upgrade 2.1.4 -> 2.1.5 Leon Anavi
@ 2021-03-04 13:05 ` Leon Anavi
  2021-03-08 14:04   ` [oe] " Trevor Gamblin
  2021-03-08 14:03 ` [oe] [meta-python][PATCH 1/5] python3-ipython: Upgrade 7.20.0 -> 7.21.0 Trevor Gamblin
  4 siblings, 1 reply; 10+ messages in thread
From: Leon Anavi @ 2021-03-04 13:05 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 1.2.3:

- Fixed regression in to_excel() raising KeyError when giving
  duplicate columns with columns attribute
- Fixed regression in nullable integer unary ops propagating mask
  on assignment
- Fixed regression in DataFrame.__setitem__() not aligning
  DataFrame on right-hand side for boolean indexer
- Fixed regression in to_json() failing to use compression with
  URL-like paths that are internally opened in binary mode or with
  user-provided file objects that are opened in binary mode
- Fixed regression in Series.sort_index() and DataFrame.sort_index(),
  which exited with an ungraceful error when having kwarg
  ascending=None passed. Passing ascending=None is still considered
  invalid, and the improved error message suggests a proper usage
  (ascending must be a boolean or a list-like of boolean)
- Fixed regression in DataFrame.transform() and Series.transform()
  giving incorrect column labels when passed a dictionary with a
  mix of list and non-list values

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

diff --git a/meta-python/recipes-devtools/python/python3-pandas_1.2.2.bb b/meta-python/recipes-devtools/python/python3-pandas_1.2.3.bb
similarity index 88%
rename from meta-python/recipes-devtools/python/python3-pandas_1.2.2.bb
rename to meta-python/recipes-devtools/python/python3-pandas_1.2.3.bb
index 7529237866..8c36c21bb9 100644
--- a/meta-python/recipes-devtools/python/python3-pandas_1.2.2.bb
+++ b/meta-python/recipes-devtools/python/python3-pandas_1.2.3.bb
@@ -6,7 +6,7 @@ HOMEPAGE = "http://pandas.pydata.org/"
 LICENSE = "BSD-3-Clause"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=c2a8f987b2ce77c368c6b3e1b5b10774"
 
-SRC_URI[sha256sum] = "14ed84b463e9b84c8ff9308a79b04bf591ae3122a376ee0f62c68a1bd917a773"
+SRC_URI[sha256sum] = "df6f10b85aef7a5bb25259ad651ad1cc1d6bb09000595cab47e718cbac250b1d"
 
 inherit pypi setuptools3
 
-- 
2.17.1


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

* Re: [oe] [meta-python][PATCH 1/5] python3-ipython: Upgrade 7.20.0 -> 7.21.0
  2021-03-04 13:05 [meta-python][PATCH 1/5] python3-ipython: Upgrade 7.20.0 -> 7.21.0 Leon Anavi
                   ` (3 preceding siblings ...)
  2021-03-04 13:05 ` [meta-python][PATCH 5/5] python3-pandas: Upgrade 1.2.2 -> 1.2.3 Leon Anavi
@ 2021-03-08 14:03 ` Trevor Gamblin
  4 siblings, 0 replies; 10+ messages in thread
From: Trevor Gamblin @ 2021-03-08 14:03 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

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


On 2021-03-04 8:05 a.m., Leon Anavi wrote:
> [Please note: This e-mail is from an EXTERNAL e-mail address]
>
> Upgrade to release 7.21.0:
>
> - New "context" command in ipdb
> - Fix some issues on new osx-arm64
> - Compatibility with Xeus-Python for debugger protocol
> - Misc docs fixes for compatibility and uniformity with Numpydoc
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../{python3-ipython_7.20.0.bb => python3-ipython_7.21.0.bb}    | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>   rename meta-python/recipes-devtools/python/{python3-ipython_7.20.0.bb => python3-ipython_7.21.0.bb} (89%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-ipython_7.20.0.bb b/meta-python/recipes-devtools/python/python3-ipython_7.21.0.bb
> similarity index 89%
> rename from meta-python/recipes-devtools/python/python3-ipython_7.20.0.bb
> rename to meta-python/recipes-devtools/python/python3-ipython_7.21.0.bb
> index 42795b9bfd..31ea244e34 100644
> --- a/meta-python/recipes-devtools/python/python3-ipython_7.20.0.bb
> +++ b/meta-python/recipes-devtools/python/python3-ipython_7.21.0.bb
> @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING.rst;md5=59b20262b8663cdd094005bddf47af5f"
>
>   PYPI_PACKAGE = "ipython"
>
> -SRC_URI[sha256sum] = "1923af00820a8cf58e91d56b89efc59780a6e81363b94464a0f17c039dffff9e"
> +SRC_URI[sha256sum] = "04323f72d5b85b606330b6d7e2dc8d2683ad46c3905e955aa96ecc7a99388e70"
>
>   RDEPENDS_${PN} = "\
>       ${PYTHON_PN}-setuptools \
> --
> 2.17.1
>
>
> 
>

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

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

* Re: [oe] [meta-python][PATCH 2/5] python3-yamlloader: Upgrade 0.5.5 -> 1.0.0
  2021-03-04 13:05 ` [meta-python][PATCH 2/5] python3-yamlloader: Upgrade 0.5.5 -> 1.0.0 Leon Anavi
@ 2021-03-08 14:03   ` Trevor Gamblin
  0 siblings, 0 replies; 10+ messages in thread
From: Trevor Gamblin @ 2021-03-08 14:03 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

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


On 2021-03-04 8:05 a.m., Leon Anavi wrote:
> [Please note: This e-mail is from an EXTERNAL e-mail address]
>
> Upgrade to the first stable release 1.0.0:
>
> - Main change is that it returns always an OrderedDict, even for
>    Python >= 3.7 for consistency
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   ...python3-yamlloader_0.5.5.bb => python3-yamlloader_1.0.0.bb} | 3 +--
>   1 file changed, 1 insertion(+), 2 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-yamlloader_0.5.5.bb => python3-yamlloader_1.0.0.bb} (66%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-yamlloader_0.5.5.bb b/meta-python/recipes-devtools/python/python3-yamlloader_1.0.0.bb
> similarity index 66%
> rename from meta-python/recipes-devtools/python/python3-yamlloader_0.5.5.bb
> rename to meta-python/recipes-devtools/python/python3-yamlloader_1.0.0.bb
> index dbf84d4132..a2483a6f46 100644
> --- a/meta-python/recipes-devtools/python/python3-yamlloader_0.5.5.bb
> +++ b/meta-python/recipes-devtools/python/python3-yamlloader_1.0.0.bb
> @@ -3,8 +3,7 @@ HOMEPAGE = "https://github.com/Phynix/yamlloader"
>   LICENSE = "MIT"
>   LIC_FILES_CHKSUM = "file://LICENSE;md5=6831ef36faa29329bce2420c5356f97e"
>
> -SRC_URI[md5sum] = "2e0750ace81235f750c072833d79c4c3"
> -SRC_URI[sha256sum] = "dcab5f16b39bb03d10dda4cd4f30c943675ec4c7771807fc67e7f1bb319bf4c8"
> +SRC_URI[sha256sum] = "e96dc3dc6895d814c330c054c966d993fc81ef1dbf5a30a4bdafeb256359e058"
>
>   inherit pypi setuptools3
>
> --
> 2.17.1
>
>
> 
>

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

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

* Re: [oe] [meta-python][PATCH 3/5] python3-astroid: Upgrade 2.5 -> 2.5.1
  2021-03-04 13:05 ` [meta-python][PATCH 3/5] python3-astroid: Upgrade 2.5 -> 2.5.1 Leon Anavi
@ 2021-03-08 14:03   ` Trevor Gamblin
  0 siblings, 0 replies; 10+ messages in thread
From: Trevor Gamblin @ 2021-03-08 14:03 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

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


On 2021-03-04 8:05 a.m., Leon Anavi wrote:
> [Please note: This e-mail is from an EXTERNAL e-mail address]
>
> Upgrade to release 2.5.1:
>
> - The ``context.path`` is reverted to a set because otherwise it
>    leads to false positives for non `numpy` functions.
> - Don't transform dataclass ClassVars
> - Improve typing.TypedDict inference
> - Fix the `Duplicates found in MROs` false positive.
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../python/{python3-astroid_2.5.bb => python3-astroid_2.5.1.bb} | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>   rename meta-python/recipes-devtools/python/{python3-astroid_2.5.bb => python3-astroid_2.5.1.bb} (89%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-astroid_2.5.bb b/meta-python/recipes-devtools/python/python3-astroid_2.5.1.bb
> similarity index 89%
> rename from meta-python/recipes-devtools/python/python3-astroid_2.5.bb
> rename to meta-python/recipes-devtools/python/python3-astroid_2.5.1.bb
> index f69d85015c..84315767d3 100644
> --- a/meta-python/recipes-devtools/python/python3-astroid_2.5.bb
> +++ b/meta-python/recipes-devtools/python/python3-astroid_2.5.1.bb
> @@ -4,7 +4,7 @@ SECTION = "devel/python"
>   LICENSE = "LGPL-2.1"
>   LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
>
> -SRC_URI[sha256sum] = "b31c92f545517dcc452f284bc9c044050862fbe6d93d2b3de4a215a6b384bf0d"
> +SRC_URI[sha256sum] = "cfc35498ee64017be059ceffab0a25bedf7548ab76f2bea691c5565896e7128d"
>
>   inherit pypi setuptools3
>
> --
> 2.17.1
>
>
> 
>

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

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

* Re: [oe] [meta-python][PATCH 4/5] python3-portion: Upgrade 2.1.4 -> 2.1.5
  2021-03-04 13:05 ` [meta-python][PATCH 4/5] python3-portion: Upgrade 2.1.4 -> 2.1.5 Leon Anavi
@ 2021-03-08 14:04   ` Trevor Gamblin
  0 siblings, 0 replies; 10+ messages in thread
From: Trevor Gamblin @ 2021-03-08 14:04 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

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


On 2021-03-04 8:05 a.m., Leon Anavi wrote:
> [Please note: This e-mail is from an EXTERNAL e-mail address]
>
> Upgrade to release 2.1.5:
>
> - Getting items from an Interval using a slice does no longer
>    return a list but an Interval instance.
> - Intervals are properly pretty-printed by pandas.
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../{python3-portion_2.1.4.bb => python3-portion_2.1.5.bb}      | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>   rename meta-python/recipes-devtools/python/{python3-portion_2.1.4.bb => python3-portion_2.1.5.bb} (77%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-portion_2.1.4.bb b/meta-python/recipes-devtools/python/python3-portion_2.1.5.bb
> similarity index 77%
> rename from meta-python/recipes-devtools/python/python3-portion_2.1.4.bb
> rename to meta-python/recipes-devtools/python/python3-portion_2.1.5.bb
> index d08d3e7255..0fa107c33e 100644
> --- a/meta-python/recipes-devtools/python/python3-portion_2.1.4.bb
> +++ b/meta-python/recipes-devtools/python/python3-portion_2.1.5.bb
> @@ -7,6 +7,6 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=05f1e16a8e59ce3e9a979e881816c2ab"
>
>   inherit pypi setuptools3
>
> -SRC_URI[sha256sum] = "58b2792e6e9837a2d55a97d459b940c90fb08b5fba774f524e9359727c80e7b4"
> +SRC_URI[sha256sum] = "ed62fd1450336026f55c7d40b92b7159efd81d1420c778dd1b592bb634b14b4c"
>
>   BBCLASSEXTEND = "native"
> --
> 2.17.1
>
>
> 
>

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

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

* Re: [oe] [meta-python][PATCH 5/5] python3-pandas: Upgrade 1.2.2 -> 1.2.3
  2021-03-04 13:05 ` [meta-python][PATCH 5/5] python3-pandas: Upgrade 1.2.2 -> 1.2.3 Leon Anavi
@ 2021-03-08 14:04   ` Trevor Gamblin
  0 siblings, 0 replies; 10+ messages in thread
From: Trevor Gamblin @ 2021-03-08 14:04 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

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


On 2021-03-04 8:05 a.m., Leon Anavi wrote:
> [Please note: This e-mail is from an EXTERNAL e-mail address]
>
> Upgrade to release 1.2.3:
>
> - Fixed regression in to_excel() raising KeyError when giving
>    duplicate columns with columns attribute
> - Fixed regression in nullable integer unary ops propagating mask
>    on assignment
> - Fixed regression in DataFrame.__setitem__() not aligning
>    DataFrame on right-hand side for boolean indexer
> - Fixed regression in to_json() failing to use compression with
>    URL-like paths that are internally opened in binary mode or with
>    user-provided file objects that are opened in binary mode
> - Fixed regression in Series.sort_index() and DataFrame.sort_index(),
>    which exited with an ungraceful error when having kwarg
>    ascending=None passed. Passing ascending=None is still considered
>    invalid, and the improved error message suggests a proper usage
>    (ascending must be a boolean or a list-like of boolean)
> - Fixed regression in DataFrame.transform() and Series.transform()
>    giving incorrect column labels when passed a dictionary with a
>    mix of list and non-list values
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../python/{python3-pandas_1.2.2.bb => python3-pandas_1.2.3.bb} | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>   rename meta-python/recipes-devtools/python/{python3-pandas_1.2.2.bb => python3-pandas_1.2.3.bb} (88%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-pandas_1.2.2.bb b/meta-python/recipes-devtools/python/python3-pandas_1.2.3.bb
> similarity index 88%
> rename from meta-python/recipes-devtools/python/python3-pandas_1.2.2.bb
> rename to meta-python/recipes-devtools/python/python3-pandas_1.2.3.bb
> index 7529237866..8c36c21bb9 100644
> --- a/meta-python/recipes-devtools/python/python3-pandas_1.2.2.bb
> +++ b/meta-python/recipes-devtools/python/python3-pandas_1.2.3.bb
> @@ -6,7 +6,7 @@ HOMEPAGE = "http://pandas.pydata.org/"
>   LICENSE = "BSD-3-Clause"
>   LIC_FILES_CHKSUM = "file://LICENSE;md5=c2a8f987b2ce77c368c6b3e1b5b10774"
>
> -SRC_URI[sha256sum] = "14ed84b463e9b84c8ff9308a79b04bf591ae3122a376ee0f62c68a1bd917a773"
> +SRC_URI[sha256sum] = "df6f10b85aef7a5bb25259ad651ad1cc1d6bb09000595cab47e718cbac250b1d"
>
>   inherit pypi setuptools3
>
> --
> 2.17.1
>
>
> 
>

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

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

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

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-04 13:05 [meta-python][PATCH 1/5] python3-ipython: Upgrade 7.20.0 -> 7.21.0 Leon Anavi
2021-03-04 13:05 ` [meta-python][PATCH 2/5] python3-yamlloader: Upgrade 0.5.5 -> 1.0.0 Leon Anavi
2021-03-08 14:03   ` [oe] " Trevor Gamblin
2021-03-04 13:05 ` [meta-python][PATCH 3/5] python3-astroid: Upgrade 2.5 -> 2.5.1 Leon Anavi
2021-03-08 14:03   ` [oe] " Trevor Gamblin
2021-03-04 13:05 ` [meta-python][PATCH 4/5] python3-portion: Upgrade 2.1.4 -> 2.1.5 Leon Anavi
2021-03-08 14:04   ` [oe] " Trevor Gamblin
2021-03-04 13:05 ` [meta-python][PATCH 5/5] python3-pandas: Upgrade 1.2.2 -> 1.2.3 Leon Anavi
2021-03-08 14:04   ` [oe] " Trevor Gamblin
2021-03-08 14:03 ` [oe] [meta-python][PATCH 1/5] python3-ipython: Upgrade 7.20.0 -> 7.21.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.