15
0

7 Commits

Author SHA256 Message Date
1be7c96574 Accepting request 1320596 from devel:languages:python
Forwarded request #1320350 from glaubitz

- 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

OBS-URL: https://build.opensuse.org/request/show/1320596
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-graphql-core?expand=0&rev=9
2025-12-01 10:13:47 +00:00
cb362d7dfa - 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

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-graphql-core?expand=0&rev=19
2025-11-29 22:12:49 +00:00
5e29272399 Accepting request 1243133 from devel:languages:python
- Update to 3.2.6
  * Alpha release GraphQL-core v3.3.0a7, based on GraphQL.js v17.0.0a3.
  * Notable improvements since the last alpha release:
    + This release also supports Python 3.13
    + New incremental response format using id and subPath and pending notifications
    + OneOf Input Objects via @oneOf directive
    + Speedup sorting and building/extending schema
    + Support for fourfold nested lists in introspection
    + Transform input objects used as default values (#206)
    + Support deep copy of schema with directive with arg of custom type (#210)
    + Allow injecting custom data to custom execution context (#226)
    + ValidationAbortedError can now be imported (#227)
    + Benchmarking with CodSpeed (#230)

OBS-URL: https://build.opensuse.org/request/show/1243133
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-graphql-core?expand=0&rev=8
2025-02-04 17:14:14 +00:00
646e3c6795 modernize packaging
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-graphql-core?expand=0&rev=17
2025-02-04 14:08:58 +00:00
81888c75f8 - Update to 3.2.6
* Alpha release GraphQL-core v3.3.0a7, based on GraphQL.js v17.0.0a3.
  * Notable improvements since the last alpha release:
    + This release also supports Python 3.13
    + New incremental response format using id and subPath and pending notifications
    + OneOf Input Objects via @oneOf directive
    + Speedup sorting and building/extending schema
    + Support for fourfold nested lists in introspection
    + Transform input objects used as default values (#206)
    + Support deep copy of schema with directive with arg of custom type (#210)
    + Allow injecting custom data to custom execution context (#226)
    + ValidationAbortedError can now be imported (#227)
    + Benchmarking with CodSpeed (#230)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-graphql-core?expand=0&rev=16
2025-02-04 13:58:58 +00:00
d85b3d02dd Accepting request 1223920 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1223920
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-graphql-core?expand=0&rev=7
2024-11-13 14:29:46 +00:00
0d6e8ea57c - 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/package/show/devel:languages:python/python-graphql-core?expand=0&rev=14
2024-11-13 11:34:17 +00:00
4 changed files with 56 additions and 12 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:06d2aad0ac723e35b1cb47885d3e5c45e956a53bc1b209a9fc5369007fe46676
size 529552

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:27b6904bdd3b43f2a0556dad5d579bdfdeab1f38e8e8788e555bdcb586a6f62c
size 513484

View File

@@ -1,3 +1,46 @@
-------------------------------------------------------------------
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>
- Update to 3.2.6
* Alpha release GraphQL-core v3.3.0a7, based on GraphQL.js v17.0.0a3.
* Notable improvements since the last alpha release:
+ This release also supports Python 3.13
+ New incremental response format using id and subPath and pending notifications
+ OneOf Input Objects via @oneOf directive
+ Speedup sorting and building/extending schema
+ Support for fourfold nested lists in introspection
+ Transform input objects used as default values (#206)
+ Support deep copy of schema with directive with arg of custom type (#210)
+ Allow injecting custom data to custom execution context (#226)
+ ValidationAbortedError can now be imported (#227)
+ Benchmarking with CodSpeed (#230)
-------------------------------------------------------------------
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>

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-graphql-core
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,19 +16,19 @@
#
%define skip_python2 1
%{?sle15_python_module_pythons}
Name: python-graphql-core
Version: 3.2.3
Version: 3.2.7
Release: 0
Summary: GraphQL implementation for Python
License: MIT
Group: Development/Languages/Python
URL: https://github.com/graphql-python/graphql-core
Source: https://files.pythonhosted.org/packages/source/g/graphql-core/graphql-core-%{version}.tar.gz
Source: https://files.pythonhosted.org/packages/source/g/graphql_core/graphql_core-%{version}.tar.gz
BuildRequires: %{python_module pip}
BuildRequires: %{python_module poetry-core}
BuildRequires: %{python_module pytest-asyncio >= 0.14}
BuildRequires: %{python_module pytest-benchmark >= 3.2}
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Conflicts: python-graphql
@@ -40,13 +40,13 @@ GraphQL implementation for Python, a port of GraphQL.js,
the JavaScript reference implementation for GraphQL.
%prep
%setup -q -n graphql-core-%{version}
%setup -q -n graphql_core-%{version}
%build
%python_build
%pyproject_wheel
%install
%python_install
%pyproject_install
%python_expand %fdupes %{buildroot}%{$python_sitelib}
%check
@@ -55,6 +55,7 @@ the JavaScript reference implementation for GraphQL.
%files %{python_files}
%doc README.md
%license LICENSE
%{python_sitelib}/*
%{python_sitelib}/graphql
%{python_sitelib}/graphql_core-%{version}*info
%changelog