Compare commits
2 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 1be7c96574 | |||
| cb362d7dfa |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c08eec22f9e40f0bd61d805907e3b3b1b9a320bc606e23dc145eebca07c8fbab
|
|
||||||
size 505353
|
|
||||||
3
graphql_core-3.2.7.tar.gz
Normal file
3
graphql_core-3.2.7.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:27b6904bdd3b43f2a0556dad5d579bdfdeab1f38e8e8788e555bdcb586a6f62c
|
||||||
|
size 513484
|
||||||
@@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 27 15:10:19 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
- Update to 3.2.7
|
||||||
|
* Python 3.14 is now officially supported
|
||||||
|
* Enum values, input fields and schemas now keep extensions on sorting (#245)
|
||||||
|
* Various refactorings and changes concerning @defer and @stream
|
||||||
|
* Early execution on incremental delivery is now disabled by default
|
||||||
|
* New recommended validation rule for max introspection depth
|
||||||
|
* GraphQLEnumType values can now be specified via a callable
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 4 11:15:23 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
Tue Feb 4 11:15:23 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-graphql-core
|
Name: python-graphql-core
|
||||||
Version: 3.2.6
|
Version: 3.2.7
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: GraphQL implementation for Python
|
Summary: GraphQL implementation for Python
|
||||||
License: MIT
|
License: MIT
|
||||||
|
|||||||
Reference in New Issue
Block a user