diff --git a/graphene-3.1.1.tar.gz b/graphene-3.1.1.tar.gz deleted file mode 100644 index 36bd64d..0000000 --- a/graphene-3.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ec2878b487d11448c05110220edefffd1e2ed09b0332f928d6153276d1d90891 -size 123447 diff --git a/graphene-3.2.1.tar.gz b/graphene-3.2.1.tar.gz new file mode 100644 index 0000000..90224b8 --- /dev/null +++ b/graphene-3.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4bc5c5c7f3cd5d96d6a74a09dc518cab2d7f38d475f0de3c9da9436a6253c36 +size 126467 diff --git a/python-graphene.changes b/python-graphene.changes index 2c9220a..f3971d3 100644 --- a/python-graphene.changes +++ b/python-graphene.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Thu Jan 5 19:48:47 UTC 2023 - Yogalakshmi Arunachalam + +- 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 diff --git a/python-graphene.spec b/python-graphene.spec index b70c0e5..42f4eaa 100644 --- a/python-graphene.spec +++ b/python-graphene.spec @@ -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