|
[meta-python][PATCH 2/2] python3-license-expression: Upgrade 21.6.14 -> 30.0.0
Upgrade to release 30.0.0:
- Use latest skeleton (and updated configure script)
- Drop using calver
- Improve error checking when combining licenses
License-Update: Fix merge error in
Upgrade to release 30.0.0:
- Use latest skeleton (and updated configure script)
- Drop using calver
- Improve error checking when combining licenses
License-Update: Fix merge error in
|
By
Leon Anavi
·
#98992
·
|
|
[meta-python][PATCH 1/2] python3-pytz-deprecation-shim: Runtime dependencies
Add zoneinfo as a runtime dependency.
Signed-off-by: Leon Anavi <leon.anavi@...>
---
.../python/python3-pytz-deprecation-shim_0.1.0.post0.bb | 4 ++++
1 file changed, 4
Add zoneinfo as a runtime dependency.
Signed-off-by: Leon Anavi <leon.anavi@...>
---
.../python/python3-pytz-deprecation-shim_0.1.0.post0.bb | 4 ++++
1 file changed, 4
|
By
Leon Anavi
·
#98991
·
|
|
[meta-python] [PATCH] python3-web3: upgrade 5.30.0 -> 5.31.0
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@...>
---
.../python/{python3-web3_5.30.0.bb => python3-web3_5.31.0.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@...>
---
.../python/{python3-web3_5.30.0.bb => python3-web3_5.31.0.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename
|
By
zhengruoqin
·
#98990
·
|
|
[meta-python] [PATCH] python3-sqlparse: upgrade 0.4.2 -> 0.4.3
Changelog:
==========
Enhancements
-------------
Add support for DIV operator
Add support for additional SPARK keywords
Avoid tokens copy
Add REGEXP as a comparision
Add
Changelog:
==========
Enhancements
-------------
Add support for DIV operator
Add support for additional SPARK keywords
Avoid tokens copy
Add REGEXP as a comparision
Add
|
By
zhengruoqin
·
#98989
·
|
|
[meta-python] [PATCH] python3-pyzmq: upgrade 24.0.0 -> 24.0.1
Changelog:
==========
Fix several possible resource warnings and deprecation warnings when cleaning
up contexts and sockets, especially in pyzmq’s own tests and when implicit
teardown of objects is
Changelog:
==========
Fix several possible resource warnings and deprecation warnings when cleaning
up contexts and sockets, especially in pyzmq’s own tests and when implicit
teardown of objects is
|
By
zhengruoqin
·
#98988
·
|
|
[meta-python] [PATCH] python3-pyscaffold: upgrade 4.3 -> 4.3.1
Modify tox.ini template to allow passing the TWINE_REPOSITORY_URL environment variable, PR #666.
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@...>
---
.../{python3-pyscaffold_4.3.bb =>
Modify tox.ini template to allow passing the TWINE_REPOSITORY_URL environment variable, PR #666.
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@...>
---
.../{python3-pyscaffold_4.3.bb =>
|
By
zhengruoqin
·
#98987
·
|
|
[meta-python] [PATCH] python3-pyjwt: upgrade 2.4.0 -> 2.5.0
Changelog:
==========
Bump actions/checkout from 2 to 3
Bump codecov/codecov-action from 1 to 3
Bump actions/setup-python from 2 to 3
adding support for compressed payloads
Revert "adding support
Changelog:
==========
Bump actions/checkout from 2 to 3
Bump codecov/codecov-action from 1 to 3
Bump actions/setup-python from 2 to 3
adding support for compressed payloads
Revert "adding support
|
By
zhengruoqin
·
#98986
·
|
|
[meta-python] [PATCH] python3-ldap: upgrade 3.4.2 -> 3.4.3
Changelog:
==========
This is a minor release to bring back the removed OPT_X_TLS option.
Please note, it's still a deprecated option and it will be removed in 3.5.0.
The following deprecated option
Changelog:
==========
This is a minor release to bring back the removed OPT_X_TLS option.
Please note, it's still a deprecated option and it will be removed in 3.5.0.
The following deprecated option
|
By
wangmy
·
#98985
·
|
|
[meta-python] [PATCH] python3-path: upgrade 16.4.0 -> 16.5.0
Changelog:
==========
Refreshed packaging.
#197: Fixed default argument rendering in docs.
#209: Refactored write_lines to re-use open semantics. Deprecated the linesep parameter.
Signed-off-by:
Changelog:
==========
Refreshed packaging.
#197: Fixed default argument rendering in docs.
#209: Refactored write_lines to re-use open semantics. Deprecated the linesep parameter.
Signed-off-by:
|
By
wangmy
·
#98984
·
|
|
[meta-python] [PATCH] python3-langtable: upgrade 0.0.59 -> 0.0.60
Changelog:
===========
* Add list_common_locales() function
(Resolves: https://github.com/mike-fabian/langtable/issues/15)
* For ar_IN locale, langtable should give the 'ara' keyboard layout as the
Changelog:
===========
* Add list_common_locales() function
(Resolves: https://github.com/mike-fabian/langtable/issues/15)
* For ar_IN locale, langtable should give the 'ara' keyboard layout as the
|
By
wangmy
·
#98983
·
|
|
[meta-python] [PATCH] python3-humanize: upgrade 4.3.0 -> 4.4.0
Changelog:
==========
Added
-------
Add installation instructions (#56)
Internationalise the decimal separator in intcomma() (#53)
Internationalise intcomma for de_DE locale
Changelog:
==========
Added
-------
Add installation instructions (#56)
Internationalise the decimal separator in intcomma() (#53)
Internationalise intcomma for de_DE locale
|
By
wangmy
·
#98982
·
|
|
[meta-python] [PATCH] python3-h11: upgrade 0.13.0 -> 0.14.0
Signed-off-by: Wang Mingyu <wangmy@...>
---
.../python/{python3-h11_0.13.0.bb => python3-h11_0.14.0.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename
Signed-off-by: Wang Mingyu <wangmy@...>
---
.../python/{python3-h11_0.13.0.bb => python3-h11_0.14.0.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename
|
By
wangmy
·
#98981
·
|
|
[meta-python] [PATCH] python3-grpcio: upgrade 1.49.0 -> 1.49.1
Signed-off-by: Wang Mingyu <wangmy@...>
---
.../{python3-grpcio_1.49.0.bb => python3-grpcio_1.49.1.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename
Signed-off-by: Wang Mingyu <wangmy@...>
---
.../{python3-grpcio_1.49.0.bb => python3-grpcio_1.49.1.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename
|
By
wangmy
·
#98980
·
|
|
[meta-python] [PATCH] python3-grpcio-tools: upgrade 1.49.0 -> 1.49.1
Changelog:
=========
All
------
Update protobuf to v21.6 on 1.49.x. (#31028)
Ruby
------
Backport "Fix ruby windows ucrt build #31051" to 1.49.x. (#31053)
Signed-off-by: Wang Mingyu
Changelog:
=========
All
------
Update protobuf to v21.6 on 1.49.x. (#31028)
Ruby
------
Backport "Fix ruby windows ucrt build #31051" to 1.49.x. (#31053)
Signed-off-by: Wang Mingyu
|
By
wangmy
·
#98979
·
|
|
[meta-python] [PATCH] python3-google-auth: upgrade 2.11.0 -> 2.11.1
Changelog:
==========
Bug Fixes
-----------
Fix socket leak in impersonated_credentials (#1123) (b1eb467), closes #1122
Make pluggable auth tests work in all environments (#1114) (bb5c979)
Skip
Changelog:
==========
Bug Fixes
-----------
Fix socket leak in impersonated_credentials (#1123) (b1eb467), closes #1122
Make pluggable auth tests work in all environments (#1114) (bb5c979)
Skip
|
By
wangmy
·
#98978
·
|
|
[meta-python] [PATCH] python3-google-api-python-client: upgrade 2.61.0 -> 2.62.0
Signed-off-by: Wang Mingyu <wangmy@...>
---
...ent_2.61.0.bb => python3-google-api-python-client_2.62.0.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename
Signed-off-by: Wang Mingyu <wangmy@...>
---
...ent_2.61.0.bb => python3-google-api-python-client_2.62.0.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename
|
By
wangmy
·
#98977
·
|
|
[meta-python] [PATCH] python3-djangorestframework: upgrade 3.13.1 -> 3.14.0
Changelog:
===========
* Django 2.2 is no longer supported. [#8662]
* Django 4.1 compatibility. [#8591]
* Add --api-version CLI option to generateschema management command. [#8663]
* Enforce
Changelog:
===========
* Django 2.2 is no longer supported. [#8662]
* Django 4.1 compatibility. [#8591]
* Add --api-version CLI option to generateschema management command. [#8663]
* Enforce
|
By
wangmy
·
#98976
·
|
|
[meta-python] [PATCH] python3-xmlschema: upgrade 2.0.4 -> 2.1.0
Changelog:
==========
Add to_etree() to document API
Improve generic encoding with wildcards
Clean document API and schema decoding
License-Update: Copyright year updated to
Changelog:
==========
Add to_etree() to document API
Improve generic encoding with wildcards
Clean document API and schema decoding
License-Update: Copyright year updated to
|
By
wangmy
·
#98975
·
|
|
[meta-python] [PATCH] python3-pandas: upgrade 1.4.4 -> 1.5.0
License-Update: copyright year updated to 2022.
Signed-off-by: Wang Mingyu <wangmy@...>
---
.../{python3-pandas_1.4.4.bb => python3-pandas_1.5.0.bb} | 4 ++--
1 file changed, 2
License-Update: copyright year updated to 2022.
Signed-off-by: Wang Mingyu <wangmy@...>
---
.../{python3-pandas_1.4.4.bb => python3-pandas_1.5.0.bb} | 4 ++--
1 file changed, 2
|
By
wangmy
·
#98974
·
|
|
[meta-oe] [PATCH] zabbix: upgrade 6.2.2 -> 6.2.3
Signed-off-by: Wang Mingyu <wangmy@...>
---
.../zabbix/{zabbix_6.2.2.bb => zabbix_6.2.3.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename
Signed-off-by: Wang Mingyu <wangmy@...>
---
.../zabbix/{zabbix_6.2.2.bb => zabbix_6.2.3.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename
|
By
wangmy
·
#98973
·
|