Accepting request 945512 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/945512
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-graphene?expand=0&rev=4
This commit is contained in:
Dominique Leuenberger 2022-01-11 20:19:58 +00:00 committed by Git OBS Bridge
commit 168d2f1d18
4 changed files with 18 additions and 7 deletions

3
graphene-3.0.0.tar.gz Normal file
View File

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

View File

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

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Jan 11 03:34:27 UTC 2022 - John Vandenberg <jayvdb@gmail.com>
- Skip two tests with different output on Python 3.10
- Update to v3.0.0
* See https://github.com/graphql-python/graphene/wiki/v3-release-notes
-------------------------------------------------------------------
Mon Jan 25 01:50:46 UTC 2021 - John Vandenberg <jayvdb@gmail.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package python-graphene
#
# Copyright (c) 2021 SUSE LLC
# Copyright (c) 2022 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.0.0b7
Version: 3.0.0
Release: 0
Summary: GraphQL Framework for Python
License: MIT
@ -63,11 +63,15 @@ Graphene is a Python library for building GraphQL schemas/types.
%check
# The example depend on snapshottest, which is a bit messy to package as of v0.5.1
# https://github.com/syrusakbary/snapshottest/pull/114
%pytest --ignore examples
# test_objecttype_as_container_extra_args and test_objecttype_as_container_invalid_kwargs
# have slightly different output on Python 3.10, that the tests do not expect
# https://github.com/graphql-python/graphene/issues/1400
%pytest --ignore examples -k 'not (test_objecttype_as_container_extra_args or test_objecttype_as_container_invalid_kwargs)'
%files %{python_files}
%doc README.rst
%license LICENSE
%{python_sitelib}/*
%{python_sitelib}/*graphene*/
%changelog