- 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
This commit is contained in:
parent
75551f9a48
commit
da9dc05c65
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e4bc5c5c7f3cd5d96d6a74a09dc518cab2d7f38d475f0de3c9da9436a6253c36
|
||||
size 126467
|
3
graphene-3.3.0.tar.gz
Normal file
3
graphene-3.3.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d7aa2cf1a5db9861ed77a49a3c886de29b93294f3e9d7f4000e53c8ac8b55d44
|
||||
size 128582
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 17 01:58:11 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||
|
||||
- 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 <ecsos@opensuse.org>
|
||||
|
||||
@ -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 <yarunachalam@suse.com>
|
||||
|
||||
- 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 <yarunachalam@suse.com>
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 12 03:31:51 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||
|
||||
- Update to version 3.1.1
|
||||
- Update to version 3.1.1
|
||||
* Refer changelog https://github.com/graphql-python/graphene/releases
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user