15
0

Accepting request 1223913 from home:glaubitz:branches:devel:languages:python

- Update to 3.2.5
  * Patch-release GraphQL-core v3.2.5, based on GraphQL.js v16.8.2.
  * This patch-release supports Python 3.6 to 3.13.
- from version 3.2.4
  * Patch-release GraphQL-core v3.2.4, based on GraphQL.js v16.8.2.
  * This patch-release supports Python 3.6 to 3.12 and includes these changes:
    + Fix invalid original_error propagation in custom scalars
    + Fix performance degradation in OverlappingFieldsCanBeMergedRule
    + Support fourfold nested lists in introspection
    + Avoid various deprecation warnings with newer Python versions
- Adjust upstream source name in spec file

OBS-URL: https://build.opensuse.org/request/show/1223913
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-graphql-core?expand=0&rev=14
This commit is contained in:
2024-11-13 11:34:17 +00:00
committed by Git OBS Bridge
parent 576852284a
commit 9eea83a5e9
4 changed files with 22 additions and 7 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Wed Nov 13 11:03:21 UTC 2024 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
- Update to 3.2.5
* Patch-release GraphQL-core v3.2.5, based on GraphQL.js v16.8.2.
* This patch-release supports Python 3.6 to 3.13.
- from version 3.2.4
* Patch-release GraphQL-core v3.2.4, based on GraphQL.js v16.8.2.
* This patch-release supports Python 3.6 to 3.12 and includes these changes:
+ Fix invalid original_error propagation in custom scalars
+ Fix performance degradation in OverlappingFieldsCanBeMergedRule
+ Support fourfold nested lists in introspection
+ Avoid various deprecation warnings with newer Python versions
- Adjust upstream source name in spec file
-------------------------------------------------------------------
Tue Jun 13 12:09:58 UTC 2023 - ecsos <ecsos@opensuse.org>