Accepting request 1133682 from devel:languages:python
- 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/request/show/1133682 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-graphene?expand=0&rev=11
This commit is contained in:
commit
db5e168830
@ -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>
|
||||
|
||||
|
@ -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