All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH 1/5] python3-ntplib: Upgrade 0.3.4 -> 0.4.0
@ 2021-05-31 17:13 Leon Anavi
  2021-05-31 17:13 ` [meta-python][PATCH 2/5] python3-humanize: Upgrade 3.5.0 -> 3.6.0 Leon Anavi
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Leon Anavi @ 2021-05-31 17:13 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 0.4.0:

- flake8 conformance
- Add ROA Reference ID

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

diff --git a/meta-python/recipes-devtools/python/python3-ntplib_0.3.4.bb b/meta-python/recipes-devtools/python/python3-ntplib_0.4.0.bb
similarity index 88%
rename from meta-python/recipes-devtools/python/python3-ntplib_0.3.4.bb
rename to meta-python/recipes-devtools/python/python3-ntplib_0.4.0.bb
index ae4c10f38..9477a7606 100644
--- a/meta-python/recipes-devtools/python/python3-ntplib_0.3.4.bb
+++ b/meta-python/recipes-devtools/python/python3-ntplib_0.4.0.bb
@@ -4,7 +4,7 @@ LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://ntplib.py;beginline=1;endline=23;md5=afa07338a9595257e94c205c3e72224d"
 
 SRC_URI = "git://github.com/cf-natali/ntplib.git"
-SRCREV ?= "aea7925c26152024ca8cf207e77f403f8127727a"
+SRCREV ?= "b9c11c5906bc802a20a2dab390e57c50be558808"
 
 S = "${WORKDIR}/git"
 
-- 
2.17.1


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

* [meta-python][PATCH 2/5] python3-humanize: Upgrade 3.5.0 -> 3.6.0
  2021-05-31 17:13 [meta-python][PATCH 1/5] python3-ntplib: Upgrade 0.3.4 -> 0.4.0 Leon Anavi
@ 2021-05-31 17:13 ` Leon Anavi
  2021-05-31 17:13 ` [meta-python][PATCH 3/5] python3-astroid: Upgrade 2.5.6 -> 2.5.7 Leon Anavi
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Leon Anavi @ 2021-05-31 17:13 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 3.6.0:

- Add pluralization for intword
- Add es_ES '%s and %s' translation
- Add gender support for ordinals
- Add type hints for all exposed natural* functions

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

diff --git a/meta-python/recipes-devtools/python/python3-humanize_3.5.0.bb b/meta-python/recipes-devtools/python/python3-humanize_3.6.0.bb
similarity index 80%
rename from meta-python/recipes-devtools/python/python3-humanize_3.5.0.bb
rename to meta-python/recipes-devtools/python/python3-humanize_3.6.0.bb
index 866079105..1c269bac9 100644
--- a/meta-python/recipes-devtools/python/python3-humanize_3.5.0.bb
+++ b/meta-python/recipes-devtools/python/python3-humanize_3.6.0.bb
@@ -5,7 +5,7 @@ SECTION = "devel/python"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENCE;md5=4ecc42519e84f6f3e23529464df7bd1d"
 
-SRC_URI[sha256sum] = "a0474226e1494923f9106758e11f0c3bb4dbe5e7d84388fa78f90eb7713b5d65"
+SRC_URI[sha256sum] = "a31704cf41f023e268032c4813c6482573320150a0d986f76b245e0451bb89e1"
 
 inherit pypi setuptools3
 
-- 
2.17.1


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

* [meta-python][PATCH 3/5] python3-astroid: Upgrade 2.5.6 -> 2.5.7
  2021-05-31 17:13 [meta-python][PATCH 1/5] python3-ntplib: Upgrade 0.3.4 -> 0.4.0 Leon Anavi
  2021-05-31 17:13 ` [meta-python][PATCH 2/5] python3-humanize: Upgrade 3.5.0 -> 3.6.0 Leon Anavi
@ 2021-05-31 17:13 ` Leon Anavi
  2021-05-31 17:13 ` [meta-python][PATCH 4/5] python3-netifaces: Upgrade 0.10.9 -> 0.11.0 Leon Anavi
  2021-05-31 17:13 ` [meta-python][PATCH 5/5] python3-certifi: Upgrade 2020.12.5 -> 2021.5.30 Leon Anavi
  3 siblings, 0 replies; 5+ messages in thread
From: Leon Anavi @ 2021-05-31 17:13 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 2.5.7:

- Fix six.with_metaclass transformation so it doesn't break user
  defined transformations
- Fix detection of relative imports
- Fix inference of instance attributes defined in base classes
- Update `infer_named_tuple` brain to reject namedtuple
  definitions that would raise ValueError
- Do not set instance attributes on builtin object()
- Fix some spurious cycles detected in ``context.path`` leading to
  more cases that can now be inferred
- Add ``kind`` field to ``Const`` nodes, matching the structure of
  the built-in ast Const. The kind field is "u" if the literal is
  a u-prefixed string, and ``None`` otherwise.
- Fix property inference in class contexts for properties defined
  on the metaclass
- Update enum brain to fix definition of __members__ for
  subclass-defined Enums
- Update random brain to fix a crash with inference of some
  sequence elements
- Fix inference of attributes defined in a base class that is an
  inner class
- Allow inferring a return value of None for non-abstract empty
  functions and functions with no return statements (implicitly
  returning None)
- scm_setuptools has been added to the packaging.
- Astroid's tags are now the standard form ``vX.Y.Z`` and not
  ``astroid-X.Y.Z`` anymore.
- Add initial support for Pattern Matching in Python 3.10

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

diff --git a/meta-python/recipes-devtools/python/python3-astroid_2.5.6.bb b/meta-python/recipes-devtools/python/python3-astroid_2.5.7.bb
similarity index 89%
rename from meta-python/recipes-devtools/python/python3-astroid_2.5.6.bb
rename to meta-python/recipes-devtools/python/python3-astroid_2.5.7.bb
index 62c54a46b..c805dc4dc 100644
--- a/meta-python/recipes-devtools/python/python3-astroid_2.5.6.bb
+++ b/meta-python/recipes-devtools/python/python3-astroid_2.5.7.bb
@@ -4,7 +4,7 @@ SECTION = "devel/python"
 LICENSE = "LGPL-2.1"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=a70cf540abf41acb644ac3b621b2fad1"
 
-SRC_URI[sha256sum] = "8a398dfce302c13f14bab13e2b14fe385d32b73f4e4853b9bdfb64598baa1975"
+SRC_URI[sha256sum] = "d66a600e1602736a0f24f725a511b0e50d12eb18f54b31ec276d2c26a0a62c6a"
 
 inherit pypi setuptools3
 
-- 
2.17.1


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

* [meta-python][PATCH 4/5] python3-netifaces: Upgrade 0.10.9 -> 0.11.0
  2021-05-31 17:13 [meta-python][PATCH 1/5] python3-ntplib: Upgrade 0.3.4 -> 0.4.0 Leon Anavi
  2021-05-31 17:13 ` [meta-python][PATCH 2/5] python3-humanize: Upgrade 3.5.0 -> 3.6.0 Leon Anavi
  2021-05-31 17:13 ` [meta-python][PATCH 3/5] python3-astroid: Upgrade 2.5.6 -> 2.5.7 Leon Anavi
@ 2021-05-31 17:13 ` Leon Anavi
  2021-05-31 17:13 ` [meta-python][PATCH 5/5] python3-certifi: Upgrade 2020.12.5 -> 2021.5.30 Leon Anavi
  3 siblings, 0 replies; 5+ messages in thread
From: Leon Anavi @ 2021-05-31 17:13 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 0.11.0:

- Added notice about needing a new maintainer.
- Fixed link to Travis CI.
- Added test.py to the source distribution.
- Fixed netmask calculation for IPv6.
- Fixes to gateway detection in some edge cases.
- Build CPython 2.7 wheels for 64-bit Windows (yes, you should be
  using Python 3 now, but still).

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

diff --git a/meta-python/recipes-devtools/python/python3-netifaces_0.10.9.bb b/meta-python/recipes-devtools/python/python3-netifaces_0.11.0.bb
similarity index 62%
rename from meta-python/recipes-devtools/python/python3-netifaces_0.10.9.bb
rename to meta-python/recipes-devtools/python/python3-netifaces_0.11.0.bb
index 7edb7e7fb..09e54b0ba 100644
--- a/meta-python/recipes-devtools/python/python3-netifaces_0.10.9.bb
+++ b/meta-python/recipes-devtools/python/python3-netifaces_0.11.0.bb
@@ -4,7 +4,6 @@ SECTION = "devel/python"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=a53cbc7cb75660694e138ba973c148df"
 
-SRC_URI[md5sum] = "de92cc322b4f56047c073f802ad77860"
-SRC_URI[sha256sum] = "2dee9ffdd16292878336a58d04a20f0ffe95555465fee7c9bd23b3490ef2abf3"
+SRC_URI[sha256sum] = "043a79146eb2907edf439899f262b3dfe41717d34124298ed281139a8b93ca32"
 
 inherit pypi setuptools3
-- 
2.17.1


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

* [meta-python][PATCH 5/5] python3-certifi: Upgrade 2020.12.5 -> 2021.5.30
  2021-05-31 17:13 [meta-python][PATCH 1/5] python3-ntplib: Upgrade 0.3.4 -> 0.4.0 Leon Anavi
                   ` (2 preceding siblings ...)
  2021-05-31 17:13 ` [meta-python][PATCH 4/5] python3-netifaces: Upgrade 0.10.9 -> 0.11.0 Leon Anavi
@ 2021-05-31 17:13 ` Leon Anavi
  3 siblings, 0 replies; 5+ messages in thread
From: Leon Anavi @ 2021-05-31 17:13 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 2021.5.30:

- Update certificates
- Fix typos

License-Update: Fix typos

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

diff --git a/meta-python/recipes-devtools/python/python3-certifi_2020.12.5.bb b/meta-python/recipes-devtools/python/python3-certifi_2021.5.30.bb
similarity index 74%
rename from meta-python/recipes-devtools/python/python3-certifi_2020.12.5.bb
rename to meta-python/recipes-devtools/python/python3-certifi_2021.5.30.bb
index dd2f6a2f6..ef2c66b14 100644
--- a/meta-python/recipes-devtools/python/python3-certifi_2020.12.5.bb
+++ b/meta-python/recipes-devtools/python/python3-certifi_2021.5.30.bb
@@ -5,9 +5,9 @@ which ships with the Requests codebase, and is derived from Mozilla Firefox's ca
 HOMEPAGE = " http://certifi.io/"
 
 LICENSE = "ISC"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=f77f61d14ee6feac4228d3ebd26cc1f1"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=67da0714c3f9471067b729eca6c9fbe8"
 
-SRC_URI[sha256sum] = "1a4995114262bffbc2413b159f2a1a480c969de6e6eb13ee966d470af86af59c"
+SRC_URI[sha256sum] = "2bbf76fd432960138b3ef6dda3dde0544f27cbf8546c458e60baf371917ba9ee"
 
 inherit pypi setuptools3
 
-- 
2.17.1


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

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

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-05-31 17:13 [meta-python][PATCH 1/5] python3-ntplib: Upgrade 0.3.4 -> 0.4.0 Leon Anavi
2021-05-31 17:13 ` [meta-python][PATCH 2/5] python3-humanize: Upgrade 3.5.0 -> 3.6.0 Leon Anavi
2021-05-31 17:13 ` [meta-python][PATCH 3/5] python3-astroid: Upgrade 2.5.6 -> 2.5.7 Leon Anavi
2021-05-31 17:13 ` [meta-python][PATCH 4/5] python3-netifaces: Upgrade 0.10.9 -> 0.11.0 Leon Anavi
2021-05-31 17:13 ` [meta-python][PATCH 5/5] python3-certifi: Upgrade 2020.12.5 -> 2021.5.30 Leon Anavi

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.