From da9dc05c6596b55281db3c299b6e1a708d007f0190806f7cee3b0a884fe10b1f Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sun, 17 Dec 2023 01:59:29 +0000 Subject: [PATCH] - update to 3.3.0: * Default value for InputObjectTypes * Default enum description to "An enumeration." * Allow the user to change InputObjectType's default value on non-specified inputs to a sentinel value * 881: Corrected enum metaclass to fix pickle.dumps() * chore: Use `typing.TYPE_CHECKING` instead of MYPY * test: print schema with InputObjectType with DateTime field with default_value (#1293) * docs: add get_human function * CI: drop python 3.6 * types: add option for strict connection types - update to 3.2.2: * This release provides some internal refactoring to the relay types to improve support for adding custom fields to them. - Update to version 3.2.1 - Update to version 3.1.1 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-graphene?expand=0&rev=21 --- graphene-3.2.1.tar.gz | 3 --- graphene-3.3.0.tar.gz | 3 +++ python-graphene.changes | 23 +++++++++++++++++++++-- python-graphene.spec | 2 +- 4 files changed, 25 insertions(+), 6 deletions(-) delete mode 100644 graphene-3.2.1.tar.gz create mode 100644 graphene-3.3.0.tar.gz diff --git a/graphene-3.2.1.tar.gz b/graphene-3.2.1.tar.gz deleted file mode 100644 index 90224b8..0000000 --- a/graphene-3.2.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e4bc5c5c7f3cd5d96d6a74a09dc518cab2d7f38d475f0de3c9da9436a6253c36 -size 126467 diff --git a/graphene-3.3.0.tar.gz b/graphene-3.3.0.tar.gz new file mode 100644 index 0000000..b59c7eb --- /dev/null +++ b/graphene-3.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7aa2cf1a5db9861ed77a49a3c886de29b93294f3e9d7f4000e53c8ac8b55d44 +size 128582 diff --git a/python-graphene.changes b/python-graphene.changes index 5629117..3b850d9 100644 --- a/python-graphene.changes +++ b/python-graphene.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Sun Dec 17 01:58:11 UTC 2023 - Dirk Müller + +- update to 3.3.0: + * Default value for InputObjectTypes + * Default enum description to "An enumeration." + * Allow the user to change InputObjectType's default value on + non-specified inputs to a sentinel value + * 881: Corrected enum metaclass to fix pickle.dumps() + * chore: Use `typing.TYPE_CHECKING` instead of MYPY + * test: print schema with InputObjectType with DateTime field + with default_value (#1293) + * docs: add get_human function + * CI: drop python 3.6 + * types: add option for strict connection types +- update to 3.2.2: + * This release provides some internal refactoring to the relay + types to improve support for adding custom fields to them. + ------------------------------------------------------------------- Thu Jul 6 11:18:52 UTC 2023 - ecsos @@ -11,7 +30,7 @@ Thu Mar 16 10:40:55 UTC 2023 - pgajdos@suse.com ------------------------------------------------------------------- Thu Jan 5 19:48:47 UTC 2023 - Yogalakshmi Arunachalam -- Update to version 3.2.1 +- Update to version 3.2.1 * What's Changed Non-required InputFields and Arguments can now be marked as deprecated by passing the deprecation_reason keyword argument to the constructor. Complete deprecated fields and arguments support by @vhutov in #1472 @@ -19,7 +38,7 @@ Thu Jan 5 19:48:47 UTC 2023 - Yogalakshmi Arunachalam ------------------------------------------------------------------- Wed Oct 12 03:31:51 UTC 2022 - Yogalakshmi Arunachalam -- Update to version 3.1.1 +- Update to version 3.1.1 * Refer changelog https://github.com/graphql-python/graphene/releases ------------------------------------------------------------------- diff --git a/python-graphene.spec b/python-graphene.spec index 07adae4..b26efe6 100644 --- a/python-graphene.spec +++ b/python-graphene.spec @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-graphene -Version: 3.2.1 +Version: 3.3.0 Release: 0 Summary: GraphQL Framework for Python License: MIT