Accepting request 1056264 from home:yarunachalam:branches:devel:languages:python
- 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 OBS-URL: https://build.opensuse.org/request/show/1056264 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-graphene?expand=0&rev=15
This commit is contained in:
parent
167139083b
commit
abe3a868a5
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ec2878b487d11448c05110220edefffd1e2ed09b0332f928d6153276d1d90891
|
|
||||||
size 123447
|
|
3
graphene-3.2.1.tar.gz
Normal file
3
graphene-3.2.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e4bc5c5c7f3cd5d96d6a74a09dc518cab2d7f38d475f0de3c9da9436a6253c36
|
||||||
|
size 126467
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 5 19:48:47 UTC 2023 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||||
|
|
||||||
|
- 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
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 12 03:31:51 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
Wed Oct 12 03:31:51 UTC 2022 - Yogalakshmi Arunachalam <yarunachalam@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-graphene
|
# spec file for package python-graphene
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,7 +19,7 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%define skip_python2 1
|
%define skip_python2 1
|
||||||
Name: python-graphene
|
Name: python-graphene
|
||||||
Version: 3.1.1
|
Version: 3.2.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: GraphQL Framework for Python
|
Summary: GraphQL Framework for Python
|
||||||
License: MIT
|
License: MIT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user