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:
Markéta Machová 2023-01-06 10:10:43 +00:00 committed by Git OBS Bridge
parent 167139083b
commit abe3a868a5
4 changed files with 13 additions and 5 deletions

View File

@ -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
View File

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

View File

@ -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>

View File

@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@ -19,7 +19,7 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
%define skip_python2 1
Name: python-graphene
Version: 3.1.1
Version: 3.2.1
Release: 0
Summary: GraphQL Framework for Python
License: MIT