All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH 1/5] python3-diskcache: Upgrade 4.1.0 -> 5.0.1
@ 2020-08-24  9:14 Leon Anavi
  2020-08-24  9:14 ` [meta-python][PATCH 2/5] python3-langtable: Upgrade 0.0.51 -> 0.0.52 Leon Anavi
                   ` (4 more replies)
  0 siblings, 5 replies; 10+ messages in thread
From: Leon Anavi @ 2020-08-24  9:14 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 5.0.1:

- Drop Python 2.7 and 3.4 testing and add 3.8
- Use unittest.mock in tests
- Remove unused "env" setting from pytest section
- Remove nose references
- Add locked method to Lock
- Add paragraph to caveats about cache volume for Issue

License-Update: Update year

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 ...ython3-diskcache_4.1.0.bb => python3-diskcache_5.0.1.bb} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-diskcache_4.1.0.bb => python3-diskcache_5.0.1.bb} (50%)

diff --git a/meta-python/recipes-devtools/python/python3-diskcache_4.1.0.bb b/meta-python/recipes-devtools/python/python3-diskcache_5.0.1.bb
similarity index 50%
rename from meta-python/recipes-devtools/python/python3-diskcache_4.1.0.bb
rename to meta-python/recipes-devtools/python/python3-diskcache_5.0.1.bb
index 91cff0cd1..9f92fde22 100644
--- a/meta-python/recipes-devtools/python/python3-diskcache_4.1.0.bb
+++ b/meta-python/recipes-devtools/python/python3-diskcache_5.0.1.bb
@@ -1,10 +1,10 @@
 DESCRIPTION = "Disk Cache -- Disk and file backed persistent cache."
 HOMEPAGE = "http://www.grantjenks.com/docs/diskcache/"
 LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=9e046ce8fae71087134866418f646ec3"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=c985b6a9269e57a1073d5f142d68eb68"
 
-SRC_URI[md5sum] = "21c9945e7707799e1c64956f8a54d4c3"
-SRC_URI[sha256sum] = "bcee5a59f9c264e2809e58d01be6569a3bbb1e36a1e0fb83f7ef9b2075f95ce0"
+SRC_URI[md5sum] = "5c8c5789f584a36eacc7240921eee35c"
+SRC_URI[sha256sum] = "b24a2da03d6a45edcec14ea6ef7129ddf0de78f04497557308d1461753d90633"
 
 PYPI_PACKAGE = "diskcache"
 
-- 
2.17.1


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

* [meta-python][PATCH 2/5] python3-langtable: Upgrade 0.0.51 -> 0.0.52
  2020-08-24  9:14 [meta-python][PATCH 1/5] python3-diskcache: Upgrade 4.1.0 -> 5.0.1 Leon Anavi
@ 2020-08-24  9:14 ` Leon Anavi
  2020-08-25 12:44   ` [oe] " Trevor Gamblin
  2020-08-24  9:14 ` [meta-python][PATCH 3/5] python3-pint: Upgrade 0.14 -> 0.15 Leon Anavi
                   ` (3 subsequent siblings)
  4 siblings, 1 reply; 10+ messages in thread
From: Leon Anavi @ 2020-08-24  9:14 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 0.0.52:

- add list_common_keyboards() to public api

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 ...ython3-langtable_0.0.51.bb => python3-langtable_0.0.52.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-langtable_0.0.51.bb => python3-langtable_0.0.52.bb} (79%)

diff --git a/meta-python/recipes-devtools/python/python3-langtable_0.0.51.bb b/meta-python/recipes-devtools/python/python3-langtable_0.0.52.bb
similarity index 79%
rename from meta-python/recipes-devtools/python/python3-langtable_0.0.51.bb
rename to meta-python/recipes-devtools/python/python3-langtable_0.0.52.bb
index 8340382d1..e6ccd7b54 100644
--- a/meta-python/recipes-devtools/python/python3-langtable_0.0.51.bb
+++ b/meta-python/recipes-devtools/python/python3-langtable_0.0.52.bb
@@ -6,8 +6,8 @@ SECTION = "devel/python"
 
 LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
 
-SRC_URI[md5sum] = "5d28198fa933dac5c037108d8f5cf3bb"
-SRC_URI[sha256sum] = "8d4615cc0bb0fa49faa05b55ff49b1f41122b8092ca18a5d10f1e1699d6d7b3c"
+SRC_URI[md5sum] = "240a62b84ed29f6530ceae60609f7eff"
+SRC_URI[sha256sum] = "a2c499704c91c0a23e5db92e80ad1d45e51466b82ffaee478e5bb781460b3db5"
 
 inherit pypi setuptools3 python3native
 
-- 
2.17.1


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

* [meta-python][PATCH 3/5] python3-pint: Upgrade 0.14 -> 0.15
  2020-08-24  9:14 [meta-python][PATCH 1/5] python3-diskcache: Upgrade 4.1.0 -> 5.0.1 Leon Anavi
  2020-08-24  9:14 ` [meta-python][PATCH 2/5] python3-langtable: Upgrade 0.0.51 -> 0.0.52 Leon Anavi
@ 2020-08-24  9:14 ` Leon Anavi
  2020-08-25 12:44   ` [oe] " Trevor Gamblin
  2020-08-24  9:14 ` [meta-python][PATCH 4/5] python3-networkx: Upgrade 2.4 -> 2.5 Leon Anavi
                   ` (2 subsequent siblings)
  4 siblings, 1 reply; 10+ messages in thread
From: Leon Anavi @ 2020-08-24  9:14 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 0.15:

- Change `Quantity` and `Unit` HTML (i.e., Jupyter notebook) repr
  away from LaTeX to a simpler, more performant pretty-text and
  table based repr inspired by Sparse and Dask.
- Add `case_sensitive` option to registry for case (in)sensitive
  handling when parsing units.
- Implement Dask collection interface to support Pint Quantity
  wrapped Dask arrays.
- Started automatically testing examples in the documentation
- Fixed an exception generated when reducing dimensions with three
  or more units of the same type.
- Fixed right operand power for dimensionless Quantity to reflect
  numpy behavior.
- Eliminated warning when setting a masked value on an underlying
  MaskedArray.
- Add `sort` option to `formatting.formatter` to permit disabling
  sorting of component units in format string.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../python/{python3-pint_0.14.bb => python3-pint_0.15.bb}     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-pint_0.14.bb => python3-pint_0.15.bb} (83%)

diff --git a/meta-python/recipes-devtools/python/python3-pint_0.14.bb b/meta-python/recipes-devtools/python/python3-pint_0.15.bb
similarity index 83%
rename from meta-python/recipes-devtools/python/python3-pint_0.14.bb
rename to meta-python/recipes-devtools/python/python3-pint_0.15.bb
index 333b015a9..4df5573b1 100644
--- a/meta-python/recipes-devtools/python/python3-pint_0.14.bb
+++ b/meta-python/recipes-devtools/python/python3-pint_0.15.bb
@@ -10,8 +10,8 @@ PYPI_PACKAGE := "Pint"
 
 inherit pypi ptest setuptools3
 
-SRC_URI[md5sum] = "e5e409806bc82f518230117b30ae23ed"
-SRC_URI[sha256sum] = "9aa450ebb9d722ed03fa9a450104cfd16c479b49f862d547c6f77320de597f72"
+SRC_URI[md5sum] = "8171859d92713c13cd13ea7100a707f0"
+SRC_URI[sha256sum] = "73b517bc4e49d199eb8ae9ed49104d74a11e596849ad2330b58c09e1eb6f327d"
 
 DEPENDS += "python3-setuptools-scm-native"
 
-- 
2.17.1


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

* [meta-python][PATCH 4/5] python3-networkx: Upgrade 2.4 -> 2.5
  2020-08-24  9:14 [meta-python][PATCH 1/5] python3-diskcache: Upgrade 4.1.0 -> 5.0.1 Leon Anavi
  2020-08-24  9:14 ` [meta-python][PATCH 2/5] python3-langtable: Upgrade 0.0.51 -> 0.0.52 Leon Anavi
  2020-08-24  9:14 ` [meta-python][PATCH 3/5] python3-pint: Upgrade 0.14 -> 0.15 Leon Anavi
@ 2020-08-24  9:14 ` Leon Anavi
  2020-08-25 12:44   ` [oe] " Trevor Gamblin
  2020-08-24  9:14 ` [meta-python][PATCH 5/5] python3-attrs: Upgrade 19.3.0 -> 20.1.0 Leon Anavi
  2020-08-25 12:43 ` [oe] [meta-python][PATCH 1/5] python3-diskcache: Upgrade 4.1.0 -> 5.0.1 Trevor Gamblin
  4 siblings, 1 reply; 10+ messages in thread
From: Leon Anavi @ 2020-08-24  9:14 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 2.5:

- Dropped support for Python 3.5.
- Add Pathlib support to work with files.
- Improve performance.
- Updated docs and tests.
- Removed code designed to work with Python 2.

License-Update: Update year

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../{python3-networkx_2.4.bb => python3-networkx_2.5.bb}    | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-networkx_2.4.bb => python3-networkx_2.5.bb} (54%)

diff --git a/meta-python/recipes-devtools/python/python3-networkx_2.4.bb b/meta-python/recipes-devtools/python/python3-networkx_2.5.bb
similarity index 54%
rename from meta-python/recipes-devtools/python/python3-networkx_2.4.bb
rename to meta-python/recipes-devtools/python/python3-networkx_2.5.bb
index 5708e35b5..70573828b 100644
--- a/meta-python/recipes-devtools/python/python3-networkx_2.4.bb
+++ b/meta-python/recipes-devtools/python/python3-networkx_2.5.bb
@@ -1,10 +1,10 @@
 DESCRIPTION = "Python package for creating and manipulating graphs and networks"
 HOMEPAGE = "http://networkx.github.io/"
 LICENSE = "BSD-3-Clause"
-LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b68290ee1026b204170a23bbdb27a4fd"
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a24ea029adac8935699bf69b2e38c728"
 
-SRC_URI[md5sum] = "63e3fdc9d3a46bcabc776acc5ea5fe48"
-SRC_URI[sha256sum] = "f8f4ff0b6f96e4f9b16af6b84622597b5334bf9cae8cf9b2e42e7985d5c95c64"
+SRC_URI[md5sum] = "21f25be1f4373e19153a9beca63346e7"
+SRC_URI[sha256sum] = "7978955423fbc9639c10498878be59caf99b44dc304c2286162fd24b458c1602"
 
 inherit pypi setuptools3
 
-- 
2.17.1


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

* [meta-python][PATCH 5/5] python3-attrs: Upgrade 19.3.0 -> 20.1.0
  2020-08-24  9:14 [meta-python][PATCH 1/5] python3-diskcache: Upgrade 4.1.0 -> 5.0.1 Leon Anavi
                   ` (2 preceding siblings ...)
  2020-08-24  9:14 ` [meta-python][PATCH 4/5] python3-networkx: Upgrade 2.4 -> 2.5 Leon Anavi
@ 2020-08-24  9:14 ` Leon Anavi
  2020-08-25 12:44   ` [oe] " Trevor Gamblin
  2020-08-25 12:43 ` [oe] [meta-python][PATCH 1/5] python3-diskcache: Upgrade 4.1.0 -> 5.0.1 Trevor Gamblin
  4 siblings, 1 reply; 10+ messages in thread
From: Leon Anavi @ 2020-08-24  9:14 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 20.1.0:

- Python 3.4 is not supported anymore.
- Added attr.resolve_types(). It ensures that all
  forward-references and types in string form are resolved
  into concrete types.
- Added @attr.s(collect_by_mro=False) argument that if set to
  True fixes the collection of attributes from base classes.
- On Python 3, all generated methods now have a docstring
  explaining that they have been created by attrs.
- Fixed a ValueError: Cell is empty bug that could happen in some
  rare edge cases.
- Added attr.converters.pipe(). The feature allows combining
  multiple conversion callbacks into one by piping the value
  through all of them, and retuning the last result.
- Provisionally added attr.field() that supplants attr.ib().

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../{python3-attrs_19.3.0.bb => python3-attrs_20.1.0.bb}      | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-attrs_19.3.0.bb => python3-attrs_20.1.0.bb} (74%)

diff --git a/meta-python/recipes-devtools/python/python3-attrs_19.3.0.bb b/meta-python/recipes-devtools/python/python3-attrs_20.1.0.bb
similarity index 74%
rename from meta-python/recipes-devtools/python/python3-attrs_19.3.0.bb
rename to meta-python/recipes-devtools/python/python3-attrs_20.1.0.bb
index 7ff8049e5..371f1f042 100644
--- a/meta-python/recipes-devtools/python/python3-attrs_19.3.0.bb
+++ b/meta-python/recipes-devtools/python/python3-attrs_20.1.0.bb
@@ -3,8 +3,8 @@ HOMEPAGE = "http://www.attrs.org/"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=d4ab25949a73fe7d4fdee93bcbdbf8ff"
 
-SRC_URI[sha256sum] = "f7b7ce16570fe9965acd6d30101a28f62fb4a7f9e926b3bbc9b61f8b04247e72"
-SRC_URI[md5sum] = "5b2db50fcc31be34d32798183c9bd062"
+SRC_URI[sha256sum] = "0ef97238856430dcf9228e07f316aefc17e8939fc8507e18c6501b761ef1a42a"
+SRC_URI[md5sum] = "ab7533fc91c5db3d5b65e66be907444e"
 
 inherit pypi setuptools3
 
-- 
2.17.1


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

* Re: [oe] [meta-python][PATCH 1/5] python3-diskcache: Upgrade 4.1.0 -> 5.0.1
  2020-08-24  9:14 [meta-python][PATCH 1/5] python3-diskcache: Upgrade 4.1.0 -> 5.0.1 Leon Anavi
                   ` (3 preceding siblings ...)
  2020-08-24  9:14 ` [meta-python][PATCH 5/5] python3-attrs: Upgrade 19.3.0 -> 20.1.0 Leon Anavi
@ 2020-08-25 12:43 ` Trevor Gamblin
  4 siblings, 0 replies; 10+ messages in thread
From: Trevor Gamblin @ 2020-08-25 12:43 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

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


On 8/24/20 5:14 AM, Leon Anavi wrote:
> Upgrade to release 5.0.1:
>
> - Drop Python 2.7 and 3.4 testing and add 3.8
> - Use unittest.mock in tests
> - Remove unused "env" setting from pytest section
> - Remove nose references
> - Add locked method to Lock
> - Add paragraph to caveats about cache volume for Issue
>
> License-Update: Update year
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   ...ython3-diskcache_4.1.0.bb => python3-diskcache_5.0.1.bb} | 6 +++---
>   1 file changed, 3 insertions(+), 3 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-diskcache_4.1.0.bb => python3-diskcache_5.0.1.bb} (50%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-diskcache_4.1.0.bb b/meta-python/recipes-devtools/python/python3-diskcache_5.0.1.bb
> similarity index 50%
> rename from meta-python/recipes-devtools/python/python3-diskcache_4.1.0.bb
> rename to meta-python/recipes-devtools/python/python3-diskcache_5.0.1.bb
> index 91cff0cd1..9f92fde22 100644
> --- a/meta-python/recipes-devtools/python/python3-diskcache_4.1.0.bb
> +++ b/meta-python/recipes-devtools/python/python3-diskcache_5.0.1.bb
> @@ -1,10 +1,10 @@
>   DESCRIPTION = "Disk Cache -- Disk and file backed persistent cache."
>   HOMEPAGE = "http://www.grantjenks.com/docs/diskcache/"
>   LICENSE = "Apache-2.0"
> -LIC_FILES_CHKSUM = "file://LICENSE;md5=9e046ce8fae71087134866418f646ec3"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=c985b6a9269e57a1073d5f142d68eb68"
>   
> -SRC_URI[md5sum] = "21c9945e7707799e1c64956f8a54d4c3"
> -SRC_URI[sha256sum] = "bcee5a59f9c264e2809e58d01be6569a3bbb1e36a1e0fb83f7ef9b2075f95ce0"
> +SRC_URI[md5sum] = "5c8c5789f584a36eacc7240921eee35c"
> +SRC_URI[sha256sum] = "b24a2da03d6a45edcec14ea6ef7129ddf0de78f04497557308d1461753d90633"
>   
>   PYPI_PACKAGE = "diskcache"
>   
>
> 

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

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

* Re: [oe] [meta-python][PATCH 2/5] python3-langtable: Upgrade 0.0.51 -> 0.0.52
  2020-08-24  9:14 ` [meta-python][PATCH 2/5] python3-langtable: Upgrade 0.0.51 -> 0.0.52 Leon Anavi
@ 2020-08-25 12:44   ` Trevor Gamblin
  0 siblings, 0 replies; 10+ messages in thread
From: Trevor Gamblin @ 2020-08-25 12:44 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

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


On 8/24/20 5:14 AM, Leon Anavi wrote:
> Upgrade to release 0.0.52:
>
> - add list_common_keyboards() to public api
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   ...ython3-langtable_0.0.51.bb => python3-langtable_0.0.52.bb} | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-langtable_0.0.51.bb => python3-langtable_0.0.52.bb} (79%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-langtable_0.0.51.bb b/meta-python/recipes-devtools/python/python3-langtable_0.0.52.bb
> similarity index 79%
> rename from meta-python/recipes-devtools/python/python3-langtable_0.0.51.bb
> rename to meta-python/recipes-devtools/python/python3-langtable_0.0.52.bb
> index 8340382d1..e6ccd7b54 100644
> --- a/meta-python/recipes-devtools/python/python3-langtable_0.0.51.bb
> +++ b/meta-python/recipes-devtools/python/python3-langtable_0.0.52.bb
> @@ -6,8 +6,8 @@ SECTION = "devel/python"
>   
>   LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
>   
> -SRC_URI[md5sum] = "5d28198fa933dac5c037108d8f5cf3bb"
> -SRC_URI[sha256sum] = "8d4615cc0bb0fa49faa05b55ff49b1f41122b8092ca18a5d10f1e1699d6d7b3c"
> +SRC_URI[md5sum] = "240a62b84ed29f6530ceae60609f7eff"
> +SRC_URI[sha256sum] = "a2c499704c91c0a23e5db92e80ad1d45e51466b82ffaee478e5bb781460b3db5"
>   
>   inherit pypi setuptools3 python3native
>   
>
> 

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

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

* Re: [oe] [meta-python][PATCH 3/5] python3-pint: Upgrade 0.14 -> 0.15
  2020-08-24  9:14 ` [meta-python][PATCH 3/5] python3-pint: Upgrade 0.14 -> 0.15 Leon Anavi
@ 2020-08-25 12:44   ` Trevor Gamblin
  0 siblings, 0 replies; 10+ messages in thread
From: Trevor Gamblin @ 2020-08-25 12:44 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

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


On 8/24/20 5:14 AM, Leon Anavi wrote:
> Upgrade to release 0.15:
>
> - Change `Quantity` and `Unit` HTML (i.e., Jupyter notebook) repr
>    away from LaTeX to a simpler, more performant pretty-text and
>    table based repr inspired by Sparse and Dask.
> - Add `case_sensitive` option to registry for case (in)sensitive
>    handling when parsing units.
> - Implement Dask collection interface to support Pint Quantity
>    wrapped Dask arrays.
> - Started automatically testing examples in the documentation
> - Fixed an exception generated when reducing dimensions with three
>    or more units of the same type.
> - Fixed right operand power for dimensionless Quantity to reflect
>    numpy behavior.
> - Eliminated warning when setting a masked value on an underlying
>    MaskedArray.
> - Add `sort` option to `formatting.formatter` to permit disabling
>    sorting of component units in format string.
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../python/{python3-pint_0.14.bb => python3-pint_0.15.bb}     | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-pint_0.14.bb => python3-pint_0.15.bb} (83%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-pint_0.14.bb b/meta-python/recipes-devtools/python/python3-pint_0.15.bb
> similarity index 83%
> rename from meta-python/recipes-devtools/python/python3-pint_0.14.bb
> rename to meta-python/recipes-devtools/python/python3-pint_0.15.bb
> index 333b015a9..4df5573b1 100644
> --- a/meta-python/recipes-devtools/python/python3-pint_0.14.bb
> +++ b/meta-python/recipes-devtools/python/python3-pint_0.15.bb
> @@ -10,8 +10,8 @@ PYPI_PACKAGE := "Pint"
>   
>   inherit pypi ptest setuptools3
>   
> -SRC_URI[md5sum] = "e5e409806bc82f518230117b30ae23ed"
> -SRC_URI[sha256sum] = "9aa450ebb9d722ed03fa9a450104cfd16c479b49f862d547c6f77320de597f72"
> +SRC_URI[md5sum] = "8171859d92713c13cd13ea7100a707f0"
> +SRC_URI[sha256sum] = "73b517bc4e49d199eb8ae9ed49104d74a11e596849ad2330b58c09e1eb6f327d"
>   
>   DEPENDS += "python3-setuptools-scm-native"
>   
>
> 

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

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

* Re: [oe] [meta-python][PATCH 4/5] python3-networkx: Upgrade 2.4 -> 2.5
  2020-08-24  9:14 ` [meta-python][PATCH 4/5] python3-networkx: Upgrade 2.4 -> 2.5 Leon Anavi
@ 2020-08-25 12:44   ` Trevor Gamblin
  0 siblings, 0 replies; 10+ messages in thread
From: Trevor Gamblin @ 2020-08-25 12:44 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

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


On 8/24/20 5:14 AM, Leon Anavi wrote:
> Upgrade to release 2.5:
>
> - Dropped support for Python 3.5.
> - Add Pathlib support to work with files.
> - Improve performance.
> - Updated docs and tests.
> - Removed code designed to work with Python 2.
>
> License-Update: Update year
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../{python3-networkx_2.4.bb => python3-networkx_2.5.bb}    | 6 +++---
>   1 file changed, 3 insertions(+), 3 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-networkx_2.4.bb => python3-networkx_2.5.bb} (54%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-networkx_2.4.bb b/meta-python/recipes-devtools/python/python3-networkx_2.5.bb
> similarity index 54%
> rename from meta-python/recipes-devtools/python/python3-networkx_2.4.bb
> rename to meta-python/recipes-devtools/python/python3-networkx_2.5.bb
> index 5708e35b5..70573828b 100644
> --- a/meta-python/recipes-devtools/python/python3-networkx_2.4.bb
> +++ b/meta-python/recipes-devtools/python/python3-networkx_2.5.bb
> @@ -1,10 +1,10 @@
>   DESCRIPTION = "Python package for creating and manipulating graphs and networks"
>   HOMEPAGE = "http://networkx.github.io/"
>   LICENSE = "BSD-3-Clause"
> -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=b68290ee1026b204170a23bbdb27a4fd"
> +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=a24ea029adac8935699bf69b2e38c728"
>   
> -SRC_URI[md5sum] = "63e3fdc9d3a46bcabc776acc5ea5fe48"
> -SRC_URI[sha256sum] = "f8f4ff0b6f96e4f9b16af6b84622597b5334bf9cae8cf9b2e42e7985d5c95c64"
> +SRC_URI[md5sum] = "21f25be1f4373e19153a9beca63346e7"
> +SRC_URI[sha256sum] = "7978955423fbc9639c10498878be59caf99b44dc304c2286162fd24b458c1602"
>   
>   inherit pypi setuptools3
>   
>
> 

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

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

* Re: [oe] [meta-python][PATCH 5/5] python3-attrs: Upgrade 19.3.0 -> 20.1.0
  2020-08-24  9:14 ` [meta-python][PATCH 5/5] python3-attrs: Upgrade 19.3.0 -> 20.1.0 Leon Anavi
@ 2020-08-25 12:44   ` Trevor Gamblin
  0 siblings, 0 replies; 10+ messages in thread
From: Trevor Gamblin @ 2020-08-25 12:44 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

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


On 8/24/20 5:14 AM, Leon Anavi wrote:
> Upgrade to release 20.1.0:
>
> - Python 3.4 is not supported anymore.
> - Added attr.resolve_types(). It ensures that all
>    forward-references and types in string form are resolved
>    into concrete types.
> - Added @attr.s(collect_by_mro=False) argument that if set to
>    True fixes the collection of attributes from base classes.
> - On Python 3, all generated methods now have a docstring
>    explaining that they have been created by attrs.
> - Fixed a ValueError: Cell is empty bug that could happen in some
>    rare edge cases.
> - Added attr.converters.pipe(). The feature allows combining
>    multiple conversion callbacks into one by piping the value
>    through all of them, and retuning the last result.
> - Provisionally added attr.field() that supplants attr.ib().
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../{python3-attrs_19.3.0.bb => python3-attrs_20.1.0.bb}      | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-attrs_19.3.0.bb => python3-attrs_20.1.0.bb} (74%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-attrs_19.3.0.bb b/meta-python/recipes-devtools/python/python3-attrs_20.1.0.bb
> similarity index 74%
> rename from meta-python/recipes-devtools/python/python3-attrs_19.3.0.bb
> rename to meta-python/recipes-devtools/python/python3-attrs_20.1.0.bb
> index 7ff8049e5..371f1f042 100644
> --- a/meta-python/recipes-devtools/python/python3-attrs_19.3.0.bb
> +++ b/meta-python/recipes-devtools/python/python3-attrs_20.1.0.bb
> @@ -3,8 +3,8 @@ HOMEPAGE = "http://www.attrs.org/"
>   LICENSE = "MIT"
>   LIC_FILES_CHKSUM = "file://LICENSE;md5=d4ab25949a73fe7d4fdee93bcbdbf8ff"
>   
> -SRC_URI[sha256sum] = "f7b7ce16570fe9965acd6d30101a28f62fb4a7f9e926b3bbc9b61f8b04247e72"
> -SRC_URI[md5sum] = "5b2db50fcc31be34d32798183c9bd062"
> +SRC_URI[sha256sum] = "0ef97238856430dcf9228e07f316aefc17e8939fc8507e18c6501b761ef1a42a"
> +SRC_URI[md5sum] = "ab7533fc91c5db3d5b65e66be907444e"
>   
>   inherit pypi setuptools3
>   
>
> 

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

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

end of thread, other threads:[~2020-08-25 12:44 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-24  9:14 [meta-python][PATCH 1/5] python3-diskcache: Upgrade 4.1.0 -> 5.0.1 Leon Anavi
2020-08-24  9:14 ` [meta-python][PATCH 2/5] python3-langtable: Upgrade 0.0.51 -> 0.0.52 Leon Anavi
2020-08-25 12:44   ` [oe] " Trevor Gamblin
2020-08-24  9:14 ` [meta-python][PATCH 3/5] python3-pint: Upgrade 0.14 -> 0.15 Leon Anavi
2020-08-25 12:44   ` [oe] " Trevor Gamblin
2020-08-24  9:14 ` [meta-python][PATCH 4/5] python3-networkx: Upgrade 2.4 -> 2.5 Leon Anavi
2020-08-25 12:44   ` [oe] " Trevor Gamblin
2020-08-24  9:14 ` [meta-python][PATCH 5/5] python3-attrs: Upgrade 19.3.0 -> 20.1.0 Leon Anavi
2020-08-25 12:44   ` [oe] " Trevor Gamblin
2020-08-25 12:43 ` [oe] [meta-python][PATCH 1/5] python3-diskcache: Upgrade 4.1.0 -> 5.0.1 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.