All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH 1/3] python3-google-api-python-client: Upgrade 1.10.0 -> 1.10.1
@ 2020-08-27  9:29 Leon Anavi
  2020-08-27  9:29 ` [meta-python][PATCH 2/3] python3-cryptography: Upgrade 3.0 -> 3.1 Leon Anavi
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Leon Anavi @ 2020-08-27  9:29 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 1.10.1:

- Bug fix: discovery uses V2 when version is None
- Fix deprecation warnings due to invalid escape sequences
- Fix link to service accounts documentation
- Update generated docs

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 ...t_1.10.0.bb => python3-google-api-python-client_1.10.1.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-python/recipes-devtools/python/{python3-google-api-python-client_1.10.0.bb => python3-google-api-python-client_1.10.1.bb} (69%)

diff --git a/meta-python/recipes-devtools/python/python3-google-api-python-client_1.10.0.bb b/meta-python/recipes-devtools/python/python3-google-api-python-client_1.10.1.bb
similarity index 69%
rename from meta-python/recipes-devtools/python/python3-google-api-python-client_1.10.0.bb
rename to meta-python/recipes-devtools/python/python3-google-api-python-client_1.10.1.bb
index 37b6fc621..b52dd467b 100644
--- a/meta-python/recipes-devtools/python/python3-google-api-python-client_1.10.0.bb
+++ b/meta-python/recipes-devtools/python/python3-google-api-python-client_1.10.1.bb
@@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/googleapis/google-api-python-client"
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=94023d14f6b58272fd885e4e3f2f08b3"
 
-SRC_URI[md5sum] = "a0064953388af9f9c61d8347f1e2ae0c"
-SRC_URI[sha256sum] = "fa24f07f6124ff2e91ee9b7550e240481bcb31b8f77a75e8d481be1c44a6ff07"
+SRC_URI[md5sum] = "016caa49075275f02f9b8f199dc96a75"
+SRC_URI[sha256sum] = "aa8740103774c2b7859f73ba6f55211e794ed7a374c5c427b583869b6bfe9e6c"
 
 inherit pypi setuptools3
-- 
2.17.1


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

* [meta-python][PATCH 2/3] python3-cryptography: Upgrade 3.0 -> 3.1
  2020-08-27  9:29 [meta-python][PATCH 1/3] python3-google-api-python-client: Upgrade 1.10.0 -> 1.10.1 Leon Anavi
@ 2020-08-27  9:29 ` Leon Anavi
  2020-08-31 13:10   ` [oe] " Trevor Gamblin
  2020-08-27  9:29 ` [meta-python][PATCH 3/3] python3-twitter: Upgrade 3.8.0 -> 3.9.0 Leon Anavi
  2020-08-31 13:09 ` [oe] [meta-python][PATCH 1/3] python3-google-api-python-client: Upgrade 1.10.0 -> 1.10.1 Trevor Gamblin
  2 siblings, 1 reply; 6+ messages in thread
From: Leon Anavi @ 2020-08-27  9:29 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade to release 3.1:

- BACKWARDS INCOMPATIBLE: Removed support for idna based
  :term:`U-label` parsing in various X.509 classes. This support
  was originally deprecated in version 2.1 and moved to an extra
  in 2.5.
- Deprecated OpenSSL 1.0.2 support. OpenSSL 1.0.2 is no longer
  supported by the OpenSSL project. The next version of
  cryptography will drop support for it.
- Deprecated support for Python 3.5. This version sees very
  little use and will be removed in the next release.
- backend arguments to functions are no longer required and the
  default backend will automatically be selected if no backend
  is provided.
- Added initial support for parsing certificates from PKCS7 files
- Calling update or update_into on
  :class:`~cryptography.hazmat.primitives.ciphers.CipherContext`
  with data longer than 231 bytes no longer raises an
  OverflowError. This also resolves the same issue in
  :doc:`/fernet`.

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

diff --git a/meta-python/recipes-devtools/python/python3-cryptography_3.0.bb b/meta-python/recipes-devtools/python/python3-cryptography_3.1.bb
similarity index 91%
rename from meta-python/recipes-devtools/python/python3-cryptography_3.0.bb
rename to meta-python/recipes-devtools/python/python3-cryptography_3.1.bb
index 05a2350e3..9ac23cda4 100644
--- a/meta-python/recipes-devtools/python/python3-cryptography_3.0.bb
+++ b/meta-python/recipes-devtools/python/python3-cryptography_3.1.bb
@@ -6,8 +6,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=097f805837700cfac572ac274cd38124"
 
 LDSHARED += "-pthread"
 
-SRC_URI[md5sum] = "163608a7cb838c6b39360e1e64377d54"
-SRC_URI[sha256sum] = "8e924dbc025206e97756e8903039662aa58aa9ba357d8e1d8fc29e3092322053"
+SRC_URI[md5sum] = "aa91e4974981b29e99b863c54034c361"
+SRC_URI[sha256sum] = "26409a473cc6278e4c90f782cd5968ebad04d3911ed1c402fc86908c17633e08"
 
 SRC_URI += " \
     file://run-ptest \
-- 
2.17.1


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

* [meta-python][PATCH 3/3] python3-twitter: Upgrade 3.8.0 -> 3.9.0
  2020-08-27  9:29 [meta-python][PATCH 1/3] python3-google-api-python-client: Upgrade 1.10.0 -> 1.10.1 Leon Anavi
  2020-08-27  9:29 ` [meta-python][PATCH 2/3] python3-cryptography: Upgrade 3.0 -> 3.1 Leon Anavi
@ 2020-08-27  9:29 ` Leon Anavi
  2020-08-31 13:10   ` [oe] " Trevor Gamblin
  2020-08-31 13:09 ` [oe] [meta-python][PATCH 1/3] python3-google-api-python-client: Upgrade 1.10.0 -> 1.10.1 Trevor Gamblin
  2 siblings, 1 reply; 6+ messages in thread
From: Leon Anavi @ 2020-08-27  9:29 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Upgrade tweepy to release 3.9.0:

- Add API.create_media_metadata
- Update allowed parameters for API.update_status
- Add allowed parameters to API.get_status
- Add allowed parameters to API.statuses_lookup
- Improve API.lookup_users
- Improve and optimize API.statuses_lookup,
  API.create_media_metadata, API.update_status
- Add reverse as allowed parameter for API.lists_all
- Add count as allowed parameter for API.lists_memberships
- Add count as allowed parameter for API.lists_subscriptions
- Add include_entities as allowed parameter for API.list_timeline
- Add allowed parameters to API.list_subscribers
- Add support for Python 3.8
- Update and improve setup.py
- Use requests socks extra instead of requiring PySocks directly
- Allow uploading of images with file names without extensions
- Support uploading WebP images
- Add missing attributes to Relationship model
- Update max allowed size for uploaded GIFs
- Add _json attribute to DirectMessage model
- Update and improve tests
- Add documentation for extended Tweets
- Document API.lookup_users
- Add documentation for running tests
- Add Korean translation of documentation
- Add Polish translation of documentation
- Document API.lookup_friendships
- Update and improve various documentation
- Fix handling of invalid credentials for API.verify_credentials
- Handle boolean value for API.verify_credentials include_email
  parameter
- Allow Cursor to be used with API.list_direct_messages by adding
  DMCursorIterator

License-Update: Use the exact line from PKG-INFO.

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

diff --git a/meta-python/recipes-devtools/python/python3-twitter_3.8.0.bb b/meta-python/recipes-devtools/python/python3-twitter_3.9.0.bb
similarity index 53%
rename from meta-python/recipes-devtools/python/python3-twitter_3.8.0.bb
rename to meta-python/recipes-devtools/python/python3-twitter_3.9.0.bb
index 78f66a443..01bbf831a 100644
--- a/meta-python/recipes-devtools/python/python3-twitter_3.8.0.bb
+++ b/meta-python/recipes-devtools/python/python3-twitter_3.9.0.bb
@@ -2,10 +2,10 @@ SUMMARY = "Twitter for Python"
 DESCRIPTION = "Python module to support twitter API"
 
 LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://PKG-INFO;md5=8f702b489acb6863cec8b261a55931d8"
+LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=8227180126797a0148f94f483f3e1489"
 
-SRC_URI[md5sum] = "8aeff278b7cefcd384c65929bc921e2c"
-SRC_URI[sha256sum] = "8abd828ba51a85a2b5bb7373715d6d3bb32d18ac624e3a4db02e4ef8ab48316b"
+SRC_URI[md5sum] = "b5bc640fa9f6baff6471c127aba1fec0"
+SRC_URI[sha256sum] = "bfd19a5c11f35f7f199c795f99d9cbf8a52eb33f0ecfb6c91ee10b601180f604"
 
 PYPI_PACKAGE = "tweepy"
 
-- 
2.17.1


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

* Re: [oe] [meta-python][PATCH 1/3] python3-google-api-python-client: Upgrade 1.10.0 -> 1.10.1
  2020-08-27  9:29 [meta-python][PATCH 1/3] python3-google-api-python-client: Upgrade 1.10.0 -> 1.10.1 Leon Anavi
  2020-08-27  9:29 ` [meta-python][PATCH 2/3] python3-cryptography: Upgrade 3.0 -> 3.1 Leon Anavi
  2020-08-27  9:29 ` [meta-python][PATCH 3/3] python3-twitter: Upgrade 3.8.0 -> 3.9.0 Leon Anavi
@ 2020-08-31 13:09 ` Trevor Gamblin
  2 siblings, 0 replies; 6+ messages in thread
From: Trevor Gamblin @ 2020-08-31 13:09 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

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


On 8/27/20 5:29 AM, Leon Anavi wrote:
> Upgrade to release 1.10.1:
>
> - Bug fix: discovery uses V2 when version is None
> - Fix deprecation warnings due to invalid escape sequences
> - Fix link to service accounts documentation
> - Update generated docs
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   ...t_1.10.0.bb => python3-google-api-python-client_1.10.1.bb} | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-google-api-python-client_1.10.0.bb => python3-google-api-python-client_1.10.1.bb} (69%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-google-api-python-client_1.10.0.bb b/meta-python/recipes-devtools/python/python3-google-api-python-client_1.10.1.bb
> similarity index 69%
> rename from meta-python/recipes-devtools/python/python3-google-api-python-client_1.10.0.bb
> rename to meta-python/recipes-devtools/python/python3-google-api-python-client_1.10.1.bb
> index 37b6fc621..b52dd467b 100644
> --- a/meta-python/recipes-devtools/python/python3-google-api-python-client_1.10.0.bb
> +++ b/meta-python/recipes-devtools/python/python3-google-api-python-client_1.10.1.bb
> @@ -3,7 +3,7 @@ HOMEPAGE = "https://github.com/googleapis/google-api-python-client"
>   LICENSE = "Apache-2.0"
>   LIC_FILES_CHKSUM = "file://LICENSE;md5=94023d14f6b58272fd885e4e3f2f08b3"
>   
> -SRC_URI[md5sum] = "a0064953388af9f9c61d8347f1e2ae0c"
> -SRC_URI[sha256sum] = "fa24f07f6124ff2e91ee9b7550e240481bcb31b8f77a75e8d481be1c44a6ff07"
> +SRC_URI[md5sum] = "016caa49075275f02f9b8f199dc96a75"
> +SRC_URI[sha256sum] = "aa8740103774c2b7859f73ba6f55211e794ed7a374c5c427b583869b6bfe9e6c"
>   
>   inherit pypi setuptools3
>
> 

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

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

* Re: [oe] [meta-python][PATCH 2/3] python3-cryptography: Upgrade 3.0 -> 3.1
  2020-08-27  9:29 ` [meta-python][PATCH 2/3] python3-cryptography: Upgrade 3.0 -> 3.1 Leon Anavi
@ 2020-08-31 13:10   ` Trevor Gamblin
  0 siblings, 0 replies; 6+ messages in thread
From: Trevor Gamblin @ 2020-08-31 13:10 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

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


On 8/27/20 5:29 AM, Leon Anavi wrote:
> Upgrade to release 3.1:
>
> - BACKWARDS INCOMPATIBLE: Removed support for idna based
>    :term:`U-label` parsing in various X.509 classes. This support
>    was originally deprecated in version 2.1 and moved to an extra
>    in 2.5.
> - Deprecated OpenSSL 1.0.2 support. OpenSSL 1.0.2 is no longer
>    supported by the OpenSSL project. The next version of
>    cryptography will drop support for it.
> - Deprecated support for Python 3.5. This version sees very
>    little use and will be removed in the next release.
> - backend arguments to functions are no longer required and the
>    default backend will automatically be selected if no backend
>    is provided.
> - Added initial support for parsing certificates from PKCS7 files
> - Calling update or update_into on
>    :class:`~cryptography.hazmat.primitives.ciphers.CipherContext`
>    with data longer than 231 bytes no longer raises an
>    OverflowError. This also resolves the same issue in
>    :doc:`/fernet`.
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   ...ython3-cryptography_3.0.bb => python3-cryptography_3.1.bb} | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-cryptography_3.0.bb => python3-cryptography_3.1.bb} (91%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-cryptography_3.0.bb b/meta-python/recipes-devtools/python/python3-cryptography_3.1.bb
> similarity index 91%
> rename from meta-python/recipes-devtools/python/python3-cryptography_3.0.bb
> rename to meta-python/recipes-devtools/python/python3-cryptography_3.1.bb
> index 05a2350e3..9ac23cda4 100644
> --- a/meta-python/recipes-devtools/python/python3-cryptography_3.0.bb
> +++ b/meta-python/recipes-devtools/python/python3-cryptography_3.1.bb
> @@ -6,8 +6,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=097f805837700cfac572ac274cd38124"
>   
>   LDSHARED += "-pthread"
>   
> -SRC_URI[md5sum] = "163608a7cb838c6b39360e1e64377d54"
> -SRC_URI[sha256sum] = "8e924dbc025206e97756e8903039662aa58aa9ba357d8e1d8fc29e3092322053"
> +SRC_URI[md5sum] = "aa91e4974981b29e99b863c54034c361"
> +SRC_URI[sha256sum] = "26409a473cc6278e4c90f782cd5968ebad04d3911ed1c402fc86908c17633e08"
>   
>   SRC_URI += " \
>       file://run-ptest \
>
> 

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

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

* Re: [oe] [meta-python][PATCH 3/3] python3-twitter: Upgrade 3.8.0 -> 3.9.0
  2020-08-27  9:29 ` [meta-python][PATCH 3/3] python3-twitter: Upgrade 3.8.0 -> 3.9.0 Leon Anavi
@ 2020-08-31 13:10   ` Trevor Gamblin
  0 siblings, 0 replies; 6+ messages in thread
From: Trevor Gamblin @ 2020-08-31 13:10 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

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


On 8/27/20 5:29 AM, Leon Anavi wrote:
> Upgrade tweepy to release 3.9.0:
>
> - Add API.create_media_metadata
> - Update allowed parameters for API.update_status
> - Add allowed parameters to API.get_status
> - Add allowed parameters to API.statuses_lookup
> - Improve API.lookup_users
> - Improve and optimize API.statuses_lookup,
>    API.create_media_metadata, API.update_status
> - Add reverse as allowed parameter for API.lists_all
> - Add count as allowed parameter for API.lists_memberships
> - Add count as allowed parameter for API.lists_subscriptions
> - Add include_entities as allowed parameter for API.list_timeline
> - Add allowed parameters to API.list_subscribers
> - Add support for Python 3.8
> - Update and improve setup.py
> - Use requests socks extra instead of requiring PySocks directly
> - Allow uploading of images with file names without extensions
> - Support uploading WebP images
> - Add missing attributes to Relationship model
> - Update max allowed size for uploaded GIFs
> - Add _json attribute to DirectMessage model
> - Update and improve tests
> - Add documentation for extended Tweets
> - Document API.lookup_users
> - Add documentation for running tests
> - Add Korean translation of documentation
> - Add Polish translation of documentation
> - Document API.lookup_friendships
> - Update and improve various documentation
> - Fix handling of invalid credentials for API.verify_credentials
> - Handle boolean value for API.verify_credentials include_email
>    parameter
> - Allow Cursor to be used with API.list_direct_messages by adding
>    DMCursorIterator
>
> License-Update: Use the exact line from PKG-INFO.
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../{python3-twitter_3.8.0.bb => python3-twitter_3.9.0.bb}  | 6 +++---
>   1 file changed, 3 insertions(+), 3 deletions(-)
>   rename meta-python/recipes-devtools/python/{python3-twitter_3.8.0.bb => python3-twitter_3.9.0.bb} (53%)
>
> diff --git a/meta-python/recipes-devtools/python/python3-twitter_3.8.0.bb b/meta-python/recipes-devtools/python/python3-twitter_3.9.0.bb
> similarity index 53%
> rename from meta-python/recipes-devtools/python/python3-twitter_3.8.0.bb
> rename to meta-python/recipes-devtools/python/python3-twitter_3.9.0.bb
> index 78f66a443..01bbf831a 100644
> --- a/meta-python/recipes-devtools/python/python3-twitter_3.8.0.bb
> +++ b/meta-python/recipes-devtools/python/python3-twitter_3.9.0.bb
> @@ -2,10 +2,10 @@ SUMMARY = "Twitter for Python"
>   DESCRIPTION = "Python module to support twitter API"
>   
>   LICENSE = "MIT"
> -LIC_FILES_CHKSUM = "file://PKG-INFO;md5=8f702b489acb6863cec8b261a55931d8"
> +LIC_FILES_CHKSUM = "file://PKG-INFO;beginline=8;endline=8;md5=8227180126797a0148f94f483f3e1489"
>   
> -SRC_URI[md5sum] = "8aeff278b7cefcd384c65929bc921e2c"
> -SRC_URI[sha256sum] = "8abd828ba51a85a2b5bb7373715d6d3bb32d18ac624e3a4db02e4ef8ab48316b"
> +SRC_URI[md5sum] = "b5bc640fa9f6baff6471c127aba1fec0"
> +SRC_URI[sha256sum] = "bfd19a5c11f35f7f199c795f99d9cbf8a52eb33f0ecfb6c91ee10b601180f604"
>   
>   PYPI_PACKAGE = "tweepy"
>   
>
> 

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

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

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

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-27  9:29 [meta-python][PATCH 1/3] python3-google-api-python-client: Upgrade 1.10.0 -> 1.10.1 Leon Anavi
2020-08-27  9:29 ` [meta-python][PATCH 2/3] python3-cryptography: Upgrade 3.0 -> 3.1 Leon Anavi
2020-08-31 13:10   ` [oe] " Trevor Gamblin
2020-08-27  9:29 ` [meta-python][PATCH 3/3] python3-twitter: Upgrade 3.8.0 -> 3.9.0 Leon Anavi
2020-08-31 13:10   ` [oe] " Trevor Gamblin
2020-08-31 13:09 ` [oe] [meta-python][PATCH 1/3] python3-google-api-python-client: Upgrade 1.10.0 -> 1.10.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.