All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH 1/3] python3-requests: Upgrade 2.25.0 -> 2.25.1
@ 2021-01-04 19:19 Leon Anavi
  2021-01-04 19:19 ` [meta-python][PATCH 2/3] python3-nocasedict: Upgrade 1.0.1 -> 1.0.2 Leon Anavi
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Leon Anavi @ 2021-01-04 19:19 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 2.25.1:

- Requests now treats application/json as utf8 by default.
  Resolving inconsistencies between r.text and r.json output.
- Requests now supports chardet v4.x.

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

diff --git a/meta-python/recipes-devtools/python/python3-requests_2.25.0.bb b/meta-python/recipes-devtools/python/python3-requests_2.25.1.bb
similarity index 86%
rename from meta-python/recipes-devtools/python/python3-requests_2.25.0.bb
rename to meta-python/recipes-devtools/python/python3-requests_2.25.1.bb
index 5284f95982..6af836543b 100644
--- a/meta-python/recipes-devtools/python/python3-requests_2.25.0.bb
+++ b/meta-python/recipes-devtools/python/python3-requests_2.25.1.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "http://python-requests.org"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
 
-SRC_URI[sha256sum] = "7f1a0b932f4a60a1a65caa4263921bb7d9ee911957e0ae4a23a6dd08185ad5f8"
+SRC_URI[sha256sum] = "27973dd4a904a4f13b263a19c866c13b92a39ed1c964655f025f3f8d3d75b804"
 
 inherit pypi setuptools3
 
-- 
2.17.1


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

* [meta-python][PATCH 2/3] python3-nocasedict: Upgrade 1.0.1 -> 1.0.2
  2021-01-04 19:19 [meta-python][PATCH 1/3] python3-requests: Upgrade 2.25.0 -> 2.25.1 Leon Anavi
@ 2021-01-04 19:19 ` Leon Anavi
  2021-01-08 16:01   ` [oe] " Trevor Gamblin
  2021-01-04 19:19 ` [meta-python][PATCH 3/3] python3-soupsieve: Upgrade 2.0.1 -> 2.1 Leon Anavi
  2021-01-08 16:01 ` [oe] [meta-python][PATCH 1/3] python3-requests: Upgrade 2.25.0 -> 2.25.1 Trevor Gamblin
  2 siblings, 1 reply; 6+ messages in thread
From: Leon Anavi @ 2021-01-04 19:19 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 1.0.2:

- Migrated from Travis and Appveyor to GitHub Actions. This
  required changes in several areas including dependent packages
  used for testing and coverage. This did not cause any changes
  on dependent packages used for the installation of the package.

License-Update: File changed but the licence remains the same.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../recipes-devtools/python/python3-nocasedict_1.0.1.bb  | 9 ---------
 .../recipes-devtools/python/python3-nocasedict_1.0.2.bb  | 8 ++++++++
 2 files changed, 8 insertions(+), 9 deletions(-)
 delete mode 100644 meta-python/recipes-devtools/python/python3-nocasedict_1.0.1.bb
 create mode 100644 meta-python/recipes-devtools/python/python3-nocasedict_1.0.2.bb

diff --git a/meta-python/recipes-devtools/python/python3-nocasedict_1.0.1.bb b/meta-python/recipes-devtools/python/python3-nocasedict_1.0.1.bb
deleted file mode 100644
index af5da52f68..0000000000
--- a/meta-python/recipes-devtools/python/python3-nocasedict_1.0.1.bb
+++ /dev/null
@@ -1,9 +0,0 @@
-SUMMARY = "A case-insensitive ordered dictionary for Python"
-HOMEPAGE = "https://github.com/pywbem/nocasedict"
-LICENSE = "LGPLv2.1"
-LIC_FILES_CHKSUM = "file://LICENSE;md5=1803fa9c2c3ce8cb06b4861d75310742"
-
-SRC_URI[md5sum] = "93e7f19f73c7cd56c36cd7535b6b9ab1"
-SRC_URI[sha256sum] = "6e5d5bd11de33f93d22545d9ed23a0b98f840f2cdac0d749d2faa4617adc7772"
-
-inherit pypi setuptools3
diff --git a/meta-python/recipes-devtools/python/python3-nocasedict_1.0.2.bb b/meta-python/recipes-devtools/python/python3-nocasedict_1.0.2.bb
new file mode 100644
index 0000000000..952286d37c
--- /dev/null
+++ b/meta-python/recipes-devtools/python/python3-nocasedict_1.0.2.bb
@@ -0,0 +1,8 @@
+SUMMARY = "A case-insensitive ordered dictionary for Python"
+HOMEPAGE = "https://github.com/pywbem/nocasedict"
+LICENSE = "LGPLv2.1"
+LIC_FILES_CHKSUM = "file://LICENSE;md5=a87a7059d580c45495c1218f53e3610d"
+
+SRC_URI[sha256sum] = "86e2dae49e34de7c31b65b486c8f9aa58b66dc2e8ee9b34c390c6c58885c85a0"
+
+inherit pypi setuptools3
-- 
2.17.1


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

* [meta-python][PATCH 3/3] python3-soupsieve: Upgrade 2.0.1 -> 2.1
  2021-01-04 19:19 [meta-python][PATCH 1/3] python3-requests: Upgrade 2.25.0 -> 2.25.1 Leon Anavi
  2021-01-04 19:19 ` [meta-python][PATCH 2/3] python3-nocasedict: Upgrade 1.0.1 -> 1.0.2 Leon Anavi
@ 2021-01-04 19:19 ` Leon Anavi
  2021-01-08 16:01   ` [oe] " Trevor Gamblin
  2021-01-08 16:01 ` [oe] [meta-python][PATCH 1/3] python3-requests: Upgrade 2.25.0 -> 2.25.1 Trevor Gamblin
  2 siblings, 1 reply; 6+ messages in thread
From: Leon Anavi @ 2021-01-04 19:19 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 2.1:

- Officially support Python 3.9.
- Drop official support for Python 3.5.
- In order to avoid conflicts with future CSS specification
  changes, non-standard pseudo classes will now start with the
  :-soup- prefix. As a consequence, :contains() will now be known
  as :-soup-contains(), though for a time the deprecated form of
  :contains() will still be allowed with a warning that users
  should migrate over to :-soup-contains().
- Added new non-standard pseudo class :-soup-contains-own() which
  operates similar to :-soup-contains() except that it only looks
  at text nodes directly associated with the currently scoped
  element and not its descendants.
- Import bs4 globally instead of in local functions as it appears
  there are no adverse affects due to circular imports as bs4 does
  not immediately reference soupsieve functions and soupsieve does
  not immediately reference bs4 functions. This should give a
  performance boost to functions that had previously included bs4
  locally.

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

diff --git a/meta-python/recipes-devtools/python/python3-soupsieve_2.0.1.bb b/meta-python/recipes-devtools/python/python3-soupsieve_2.1.bb
similarity index 79%
rename from meta-python/recipes-devtools/python/python3-soupsieve_2.0.1.bb
rename to meta-python/recipes-devtools/python/python3-soupsieve_2.1.bb
index ae242af562..7cb0efbf97 100644
--- a/meta-python/recipes-devtools/python/python3-soupsieve_2.0.1.bb
+++ b/meta-python/recipes-devtools/python/python3-soupsieve_2.1.bb
@@ -4,8 +4,7 @@ HOMEPAGE = "https://github.com/facelessuser/soupsieve"
 LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE.md;md5=5a6fd3b0c24fc5a041a3d1bbb22c81b5"
 
-SRC_URI[md5sum] = "62a7481c7dbf6d8cc21e4e3a79c72034"
-SRC_URI[sha256sum] = "a59dc181727e95d25f781f0eb4fd1825ff45590ec8ff49eadfd7f1a537cc0232"
+SRC_URI[sha256sum] = "6dc52924dc0bc710a5d16794e6b3480b2c7c08b07729505feab2b2c16661ff6e"
 
 inherit pypi setuptools3 ptest
 
-- 
2.17.1


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

* Re: [oe] [meta-python][PATCH 1/3] python3-requests: Upgrade 2.25.0 -> 2.25.1
  2021-01-04 19:19 [meta-python][PATCH 1/3] python3-requests: Upgrade 2.25.0 -> 2.25.1 Leon Anavi
  2021-01-04 19:19 ` [meta-python][PATCH 2/3] python3-nocasedict: Upgrade 1.0.1 -> 1.0.2 Leon Anavi
  2021-01-04 19:19 ` [meta-python][PATCH 3/3] python3-soupsieve: Upgrade 2.0.1 -> 2.1 Leon Anavi
@ 2021-01-08 16:01 ` Trevor Gamblin
  2 siblings, 0 replies; 6+ messages in thread
From: Trevor Gamblin @ 2021-01-08 16:01 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

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


On 2021-01-04 2:19 p.m., Leon Anavi wrote:
> - Requests now treats application/json as utf8 by default.
>    Resolving inconsistencies between r.text and r.json output.
> - Requests now supports chardet v4.x.
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../{python3-requests_2.25.0.bb => python3-requests_2.25.1.bb}  | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>   rename meta-python/recipes-devtools/python/{python3-requests_2.25.0.bb => python3-requests_2.25.1.bb} (86%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-requests_2.25.0.bb b/meta-python/recipes-devtools/python/python3-requests_2.25.1.bb
> similarity index 86%
> rename from meta-python/recipes-devtools/python/python3-requests_2.25.0.bb
> rename to meta-python/recipes-devtools/python/python3-requests_2.25.1.bb
> index 5284f95982..6af836543b 100644
> --- a/meta-python/recipes-devtools/python/python3-requests_2.25.0.bb
> +++ b/meta-python/recipes-devtools/python/python3-requests_2.25.1.bb
> @@ -3,7 +3,7 @@ HOMEPAGE = "http://python-requests.org"
>   LICENSE = "Apache-2.0"
>   LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"
>   
> -SRC_URI[sha256sum] = "7f1a0b932f4a60a1a65caa4263921bb7d9ee911957e0ae4a23a6dd08185ad5f8"
> +SRC_URI[sha256sum] = "27973dd4a904a4f13b263a19c866c13b92a39ed1c964655f025f3f8d3d75b804"
>   
>   inherit pypi setuptools3
>   
>
> 
>

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

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

* Re: [oe] [meta-python][PATCH 2/3] python3-nocasedict: Upgrade 1.0.1 -> 1.0.2
  2021-01-04 19:19 ` [meta-python][PATCH 2/3] python3-nocasedict: Upgrade 1.0.1 -> 1.0.2 Leon Anavi
@ 2021-01-08 16:01   ` Trevor Gamblin
  0 siblings, 0 replies; 6+ messages in thread
From: Trevor Gamblin @ 2021-01-08 16:01 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

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


On 2021-01-04 2:19 p.m., Leon Anavi wrote:
> - Migrated from Travis and Appveyor to GitHub Actions. This
>    required changes in several areas including dependent packages
>    used for testing and coverage. This did not cause any changes
>    on dependent packages used for the installation of the package.
>
> License-Update: File changed but the licence remains the same.
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../recipes-devtools/python/python3-nocasedict_1.0.1.bb  | 9 ---------
>   .../recipes-devtools/python/python3-nocasedict_1.0.2.bb  | 8 ++++++++
>   2 files changed, 8 insertions(+), 9 deletions(-)
>   delete mode 100644 meta-python/recipes-devtools/python/python3-nocasedict_1.0.1.bb
>   create mode 100644 meta-python/recipes-devtools/python/python3-nocasedict_1.0.2.bb
>
> diff --git a/meta-python/recipes-devtools/python/python3-nocasedict_1.0.1.bb b/meta-python/recipes-devtools/python/python3-nocasedict_1.0.1.bb
> deleted file mode 100644
> index af5da52f68..0000000000
> --- a/meta-python/recipes-devtools/python/python3-nocasedict_1.0.1.bb
> +++ /dev/null
> @@ -1,9 +0,0 @@
> -SUMMARY = "A case-insensitive ordered dictionary for Python"
> -HOMEPAGE = "https://github.com/pywbem/nocasedict"
> -LICENSE = "LGPLv2.1"
> -LIC_FILES_CHKSUM = "file://LICENSE;md5=1803fa9c2c3ce8cb06b4861d75310742"
> -
> -SRC_URI[md5sum] = "93e7f19f73c7cd56c36cd7535b6b9ab1"
> -SRC_URI[sha256sum] = "6e5d5bd11de33f93d22545d9ed23a0b98f840f2cdac0d749d2faa4617adc7772"
> -
> -inherit pypi setuptools3
> diff --git a/meta-python/recipes-devtools/python/python3-nocasedict_1.0.2.bb b/meta-python/recipes-devtools/python/python3-nocasedict_1.0.2.bb
> new file mode 100644
> index 0000000000..952286d37c
> --- /dev/null
> +++ b/meta-python/recipes-devtools/python/python3-nocasedict_1.0.2.bb
> @@ -0,0 +1,8 @@
> +SUMMARY = "A case-insensitive ordered dictionary for Python"
> +HOMEPAGE = "https://github.com/pywbem/nocasedict"
> +LICENSE = "LGPLv2.1"
> +LIC_FILES_CHKSUM = "file://LICENSE;md5=a87a7059d580c45495c1218f53e3610d"
> +
> +SRC_URI[sha256sum] = "86e2dae49e34de7c31b65b486c8f9aa58b66dc2e8ee9b34c390c6c58885c85a0"
> +
> +inherit pypi setuptools3
>
> 
>

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

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

* Re: [oe] [meta-python][PATCH 3/3] python3-soupsieve: Upgrade 2.0.1 -> 2.1
  2021-01-04 19:19 ` [meta-python][PATCH 3/3] python3-soupsieve: Upgrade 2.0.1 -> 2.1 Leon Anavi
@ 2021-01-08 16:01   ` Trevor Gamblin
  0 siblings, 0 replies; 6+ messages in thread
From: Trevor Gamblin @ 2021-01-08 16:01 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

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


On 2021-01-04 2:19 p.m., Leon Anavi wrote:
> - Officially support Python 3.9.
> - Drop official support for Python 3.5.
> - In order to avoid conflicts with future CSS specification
>    changes, non-standard pseudo classes will now start with the
>    :-soup- prefix. As a consequence, :contains() will now be known
>    as :-soup-contains(), though for a time the deprecated form of
>    :contains() will still be allowed with a warning that users
>    should migrate over to :-soup-contains().
> - Added new non-standard pseudo class :-soup-contains-own() which
>    operates similar to :-soup-contains() except that it only looks
>    at text nodes directly associated with the currently scoped
>    element and not its descendants.
> - Import bs4 globally instead of in local functions as it appears
>    there are no adverse affects due to circular imports as bs4 does
>    not immediately reference soupsieve functions and soupsieve does
>    not immediately reference bs4 functions. This should give a
>    performance boost to functions that had previously included bs4
>    locally.
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../{python3-soupsieve_2.0.1.bb => python3-soupsieve_2.1.bb}   | 3 +--
>   1 file changed, 1 insertion(+), 2 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-soupsieve_2.0.1.bb => python3-soupsieve_2.1.bb} (79%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-soupsieve_2.0.1.bb b/meta-python/recipes-devtools/python/python3-soupsieve_2.1.bb
> similarity index 79%
> rename from meta-python/recipes-devtools/python/python3-soupsieve_2.0.1.bb
> rename to meta-python/recipes-devtools/python/python3-soupsieve_2.1.bb
> index ae242af562..7cb0efbf97 100644
> --- a/meta-python/recipes-devtools/python/python3-soupsieve_2.0.1.bb
> +++ b/meta-python/recipes-devtools/python/python3-soupsieve_2.1.bb
> @@ -4,8 +4,7 @@ HOMEPAGE = "https://github.com/facelessuser/soupsieve"
>   LICENSE = "MIT"
>   LIC_FILES_CHKSUM = "file://LICENSE.md;md5=5a6fd3b0c24fc5a041a3d1bbb22c81b5"
>   
> -SRC_URI[md5sum] = "62a7481c7dbf6d8cc21e4e3a79c72034"
> -SRC_URI[sha256sum] = "a59dc181727e95d25f781f0eb4fd1825ff45590ec8ff49eadfd7f1a537cc0232"
> +SRC_URI[sha256sum] = "6dc52924dc0bc710a5d16794e6b3480b2c7c08b07729505feab2b2c16661ff6e"
>   
>   inherit pypi setuptools3 ptest
>   
>
> 
>

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

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

end of thread, other threads:[~2021-01-08 16:01 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-04 19:19 [meta-python][PATCH 1/3] python3-requests: Upgrade 2.25.0 -> 2.25.1 Leon Anavi
2021-01-04 19:19 ` [meta-python][PATCH 2/3] python3-nocasedict: Upgrade 1.0.1 -> 1.0.2 Leon Anavi
2021-01-08 16:01   ` [oe] " Trevor Gamblin
2021-01-04 19:19 ` [meta-python][PATCH 3/3] python3-soupsieve: Upgrade 2.0.1 -> 2.1 Leon Anavi
2021-01-08 16:01   ` [oe] " Trevor Gamblin
2021-01-08 16:01 ` [oe] [meta-python][PATCH 1/3] python3-requests: Upgrade 2.25.0 -> 2.25.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.