All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH 1/5] python3-zeroconf: Upgrade 0.33.2 -> 0.34.3
@ 2021-08-10  8:30 Leon Anavi
  2021-08-10  8:30 ` [meta-python][PATCH 2/5] python3-aiohue: Upgrade 2.5.1 -> 2.6.1 Leon Anavi
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Leon Anavi @ 2021-08-10  8:30 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 0.34.3:

- Fix sending immediate multicast responses
- Coalesce aggregated multicast answers
- Ensure ServiceInfo requests can be answered inside the default
  timeout with network protection
- Ensure multicast aggregation sends responses within 620ms
- Implemented Multicast Response Aggregation

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

diff --git a/meta-python/recipes-devtools/python/python3-zeroconf_0.33.2.bb b/meta-python/recipes-devtools/python/python3-zeroconf_0.34.3.bb
similarity index 79%
rename from meta-python/recipes-devtools/python/python3-zeroconf_0.33.2.bb
rename to meta-python/recipes-devtools/python/python3-zeroconf_0.34.3.bb
index 242f329dc8..a8b9aeb73b 100644
--- a/meta-python/recipes-devtools/python/python3-zeroconf_0.33.2.bb
+++ b/meta-python/recipes-devtools/python/python3-zeroconf_0.34.3.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/jstasiak/python-zeroconf"
 LICENSE = "LGPL-2.1"
 LIC_FILES_CHKSUM = "file://COPYING;md5=3bb705b228ea4a14ea2728215b780d80"
 
-SRC_URI[sha256sum] = "5a59425d225a1f5fba0196766fccf856d4686f653037108cbc643a76c1a884fd"
+SRC_URI[sha256sum] = "145e67c182d361b350f057fb9240dedec5e79a7c61f465a01138d4a49a4b87b3"
 
 inherit pypi setuptools3
 
-- 
2.17.1


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

* [meta-python][PATCH 2/5] python3-aiohue: Upgrade 2.5.1 -> 2.6.1
  2021-08-10  8:30 [meta-python][PATCH 1/5] python3-zeroconf: Upgrade 0.33.2 -> 0.34.3 Leon Anavi
@ 2021-08-10  8:30 ` Leon Anavi
  2021-08-10  8:30 ` [meta-python][PATCH 3/5] python3-configargparse: Upgrade 1.5.1 -> 1.5.2 Leon Anavi
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Leon Anavi @ 2021-08-10  8:30 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 2.6.1:

- Fix temperature event
- Store last event on devices

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

diff --git a/meta-python/recipes-devtools/python/python3-aiohue_2.5.1.bb b/meta-python/recipes-devtools/python/python3-aiohue_2.6.1.bb
similarity index 77%
rename from meta-python/recipes-devtools/python/python3-aiohue_2.5.1.bb
rename to meta-python/recipes-devtools/python/python3-aiohue_2.6.1.bb
index 6ea4da3eae..c79a922a29 100644
--- a/meta-python/recipes-devtools/python/python3-aiohue_2.5.1.bb
+++ b/meta-python/recipes-devtools/python/python3-aiohue_2.6.1.bb
@@ -4,7 +4,7 @@ SECTION = "devel/python"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=dab31a1d28183826937f4b152143a33f"
 
-SRC_URI[sha256sum] = "3ee8e857b07364516f8b9f0e5c52d4cd775036f3ace37c2769de1e8579f4dc07"
+SRC_URI[sha256sum] = "1374f7fc50bac46375e18ce7d511515265ce83c9180f312e60a36d63055f0104"
 
 inherit pypi setuptools3
 
-- 
2.17.1


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

* [meta-python][PATCH 3/5] python3-configargparse: Upgrade 1.5.1 -> 1.5.2
  2021-08-10  8:30 [meta-python][PATCH 1/5] python3-zeroconf: Upgrade 0.33.2 -> 0.34.3 Leon Anavi
  2021-08-10  8:30 ` [meta-python][PATCH 2/5] python3-aiohue: Upgrade 2.5.1 -> 2.6.1 Leon Anavi
@ 2021-08-10  8:30 ` Leon Anavi
  2021-08-10  8:30 ` [meta-python][PATCH 4/5] python3-pycurl: Upgrade 7.43.0.6 -> 7.44.0 Leon Anavi
  2021-08-10  8:30 ` [meta-python][PATCH 5/5] python3-distro: Upgrade 1.5.0 -> 1.6.0 Leon Anavi
  3 siblings, 0 replies; 5+ messages in thread
From: Leon Anavi @ 2021-08-10  8:30 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 1.5.2:

- fix: append with nargs > 1 for env vars
- add support for argparse.BooleanOptionalAction
- Docs update

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

diff --git a/meta-python/recipes-devtools/python/python3-configargparse_1.5.1.bb b/meta-python/recipes-devtools/python/python3-configargparse_1.5.2.bb
similarity index 85%
rename from meta-python/recipes-devtools/python/python3-configargparse_1.5.1.bb
rename to meta-python/recipes-devtools/python/python3-configargparse_1.5.2.bb
index 32b24f0429..e4b6797182 100644
--- a/meta-python/recipes-devtools/python/python3-configargparse_1.5.1.bb
+++ b/meta-python/recipes-devtools/python/python3-configargparse_1.5.2.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/bw2/ConfigArgParse"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=da746463714cc35999ed9a42339f2943"
 
-SRC_URI[sha256sum] = "371f46577e76ec71a183b88378f36dd09f4b946f60fe60712f411b020f26b812"
+SRC_URI[sha256sum] = "c39540eb4843883d526beeed912dc80c92481b0c13c9787c91e614a624de3666"
 
 PYPI_PACKAGE = "ConfigArgParse"
 
-- 
2.17.1


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

* [meta-python][PATCH 4/5] python3-pycurl: Upgrade 7.43.0.6 -> 7.44.0
  2021-08-10  8:30 [meta-python][PATCH 1/5] python3-zeroconf: Upgrade 0.33.2 -> 0.34.3 Leon Anavi
  2021-08-10  8:30 ` [meta-python][PATCH 2/5] python3-aiohue: Upgrade 2.5.1 -> 2.6.1 Leon Anavi
  2021-08-10  8:30 ` [meta-python][PATCH 3/5] python3-configargparse: Upgrade 1.5.1 -> 1.5.2 Leon Anavi
@ 2021-08-10  8:30 ` Leon Anavi
  2021-08-10  8:30 ` [meta-python][PATCH 5/5] python3-distro: Upgrade 1.5.0 -> 1.6.0 Leon Anavi
  3 siblings, 0 replies; 5+ messages in thread
From: Leon Anavi @ 2021-08-10  8:30 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 7.44.0:

- getinfo(CURLINFO_FTP_ENTRY_PATH) now handles NULL return from
  libcurl, returning None in this case.
- Python 3.9 is now officially supported (patch by Bill Collins).
- Added CURLOPT_DOH_URL (patch by resokou).
- Best effort Python 2 support has been reinstated.
- Added missing fields to curl_version_info struct (patch by
  Hasan).
- Added CURLINFO_CONDITION_UNMET (patch by Dima Tisnek).
- Exposed MAX_CONCURRENT_STREAMS in CurlMulti (patch by Alexandre
  Pion).
- Compilation fixed against Python 3.10 alpha (patch by Kamil
  Dudka).

License-Update: update copyright years

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

diff --git a/meta-python/recipes-devtools/python/python3-pycurl_7.43.0.6.bb b/meta-python/recipes-devtools/python/python3-pycurl_7.44.0.bb
similarity index 70%
rename from meta-python/recipes-devtools/python/python3-pycurl_7.43.0.6.bb
rename to meta-python/recipes-devtools/python/python3-pycurl_7.44.0.bb
index 0437a6cc93..72b87dafb2 100644
--- a/meta-python/recipes-devtools/python/python3-pycurl_7.43.0.6.bb
+++ b/meta-python/recipes-devtools/python/python3-pycurl_7.44.0.bb
@@ -9,11 +9,10 @@ HOMEPAGE = "http://pycurl.io/"
 
 LICENSE = "LGPLv2 | MIT"
 LIC_FILES_CHKSUM = "file://COPYING-LGPL;md5=4fbd65380cdd255951079008b364516c \
-                    file://COPYING-MIT;md5=60872a112595004233b769b6cbfd65b6 \
+                    file://COPYING-MIT;md5=75f131c591546fd1277ca49c9a81ab1b \
                     "
 
-SRC_URI[md5sum] = "3e121d895101022c30619e1bbf97eb97"
-SRC_URI[sha256sum] = "8301518689daefa53726b59ded6b48f33751c383cf987b0ccfbbc4ed40281325"
+SRC_URI[sha256sum] = "2ce9905626d8ceafcbadee666e2f45397e29c7618ddcdc63fc22d85e5046c6d6"
 
 inherit pypi setuptools3
 
-- 
2.17.1


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

* [meta-python][PATCH 5/5] python3-distro: Upgrade 1.5.0 -> 1.6.0
  2021-08-10  8:30 [meta-python][PATCH 1/5] python3-zeroconf: Upgrade 0.33.2 -> 0.34.3 Leon Anavi
                   ` (2 preceding siblings ...)
  2021-08-10  8:30 ` [meta-python][PATCH 4/5] python3-pycurl: Upgrade 7.43.0.6 -> 7.44.0 Leon Anavi
@ 2021-08-10  8:30 ` Leon Anavi
  3 siblings, 0 replies; 5+ messages in thread
From: Leon Anavi @ 2021-08-10  8:30 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release:

BACKWARDS COMPATIBILITY:
- Deprecated the distro.linux_distribution() function. Use
  distro.id(), distro.version() and distro.name() instead
- Deprecated Python 2.7, 3.4 and 3.5 support. Further releases
  will only support Python 3.6+
ENHANCEMENTS:
- Added type hints to distro module
- Added __version__ for checking distro version
- Added support for arbitrary rootfs via the root_dir parameter
- Added the --root-dir option to CLI
- Added fallback to /usr/lib/os-release when /etc/os-release isn't
  available
BUG FIXES:
- Fixed subprocess.CalledProcessError when running lsb_release
- Ignore /etc/iredmail-release file while parsing distribution
- Use a binary file for /dev/null to avoid TextIOWrapper overhead
RELEASE:
- Moved repository from nir0s/distro to python-distro/distro on
  GitHub.

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

diff --git a/meta-python/recipes-devtools/python/python3-distro_1.5.0.bb b/meta-python/recipes-devtools/python/python3-distro_1.6.0.bb
similarity index 65%
rename from meta-python/recipes-devtools/python/python3-distro_1.5.0.bb
rename to meta-python/recipes-devtools/python/python3-distro_1.6.0.bb
index aaaee0deee..8aa2255670 100644
--- a/meta-python/recipes-devtools/python/python3-distro_1.5.0.bb
+++ b/meta-python/recipes-devtools/python/python3-distro_1.6.0.bb
@@ -5,8 +5,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=d2794c0df5b907fdace235a619d80314"
 
 PYPI_PACKAGE = "distro"
 
-SRC_URI[md5sum] = "0ed68b4064709bdaaf6cce69780ddc51"
-SRC_URI[sha256sum] = "0e58756ae38fbd8fc3020d54badb8eae17c5b9dcbed388b17bb55b8a5928df92"
+SRC_URI[sha256sum] = "83f5e5a09f9c5f68f60173de572930effbcc0287bb84fdc4426cb4168c088424"
 
 inherit pypi setuptools3
 
-- 
2.17.1


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

end of thread, other threads:[~2021-08-10  8:31 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-10  8:30 [meta-python][PATCH 1/5] python3-zeroconf: Upgrade 0.33.2 -> 0.34.3 Leon Anavi
2021-08-10  8:30 ` [meta-python][PATCH 2/5] python3-aiohue: Upgrade 2.5.1 -> 2.6.1 Leon Anavi
2021-08-10  8:30 ` [meta-python][PATCH 3/5] python3-configargparse: Upgrade 1.5.1 -> 1.5.2 Leon Anavi
2021-08-10  8:30 ` [meta-python][PATCH 4/5] python3-pycurl: Upgrade 7.43.0.6 -> 7.44.0 Leon Anavi
2021-08-10  8:30 ` [meta-python][PATCH 5/5] python3-distro: Upgrade 1.5.0 -> 1.6.0 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.