commit 3fc6ea08c4f249e61e7f120f524616e385e2e33ebd824080f3d0843838b1183a Author: Tomáš Chvátal Date: Mon Jun 8 07:09:48 2020 +0000 Accepting request 812263 from home:jayvdb:py-submit dependency of graphene->graphene-django->django-countries and others 22k/day https://pypistats.org/packages/graphql-core OBS-URL: https://build.opensuse.org/request/show/812263 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-graphql-relay?expand=0&rev=1 diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9b03811 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,23 @@ +## Default LFS +*.7z filter=lfs diff=lfs merge=lfs -text +*.bsp filter=lfs diff=lfs merge=lfs -text +*.bz2 filter=lfs diff=lfs merge=lfs -text +*.gem filter=lfs diff=lfs merge=lfs -text +*.gz filter=lfs diff=lfs merge=lfs -text +*.jar filter=lfs diff=lfs merge=lfs -text +*.lz filter=lfs diff=lfs merge=lfs -text +*.lzma filter=lfs diff=lfs merge=lfs -text +*.obscpio filter=lfs diff=lfs merge=lfs -text +*.oxt filter=lfs diff=lfs merge=lfs -text +*.pdf filter=lfs diff=lfs merge=lfs -text +*.png filter=lfs diff=lfs merge=lfs -text +*.rpm filter=lfs diff=lfs merge=lfs -text +*.tbz filter=lfs diff=lfs merge=lfs -text +*.tbz2 filter=lfs diff=lfs merge=lfs -text +*.tgz filter=lfs diff=lfs merge=lfs -text +*.ttf filter=lfs diff=lfs merge=lfs -text +*.txz filter=lfs diff=lfs merge=lfs -text +*.whl filter=lfs diff=lfs merge=lfs -text +*.xz filter=lfs diff=lfs merge=lfs -text +*.zip filter=lfs diff=lfs merge=lfs -text +*.zst filter=lfs diff=lfs merge=lfs -text diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..57affb6 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.osc diff --git a/graphql-relay-3.0.0.tar.gz b/graphql-relay-3.0.0.tar.gz new file mode 100644 index 0000000..c7828d4 --- /dev/null +++ b/graphql-relay-3.0.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad3f69a8b360c310c0c5611894f1e3fd5c6a5427b84f0f2cf5aee7a588bb5556 +size 41928 diff --git a/python-graphql-relay.changes b/python-graphql-relay.changes new file mode 100644 index 0000000..8d6630a --- /dev/null +++ b/python-graphql-relay.changes @@ -0,0 +1,9 @@ +------------------------------------------------------------------- +Sat Jun 6 07:16:45 UTC 2020 - John Vandenberg + +- Update to v3.0.0 + +------------------------------------------------------------------- +Wed Dec 4 13:09:51 UTC 2019 - Andreas Hasenkopf + +- New package for v2.0.0 diff --git a/python-graphql-relay.spec b/python-graphql-relay.spec new file mode 100644 index 0000000..9094216 --- /dev/null +++ b/python-graphql-relay.spec @@ -0,0 +1,65 @@ +# +# spec file for package python-graphql-relay +# +# Copyright (c) 2020 SUSE LLC +# +# All modifications and additions to the file contributed by third parties +# remain the property of their copyright owners, unless otherwise agreed +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# + + +%{?!python_module:%define python_module() python-%{**} python3-%{**}} +Name: python-graphql-relay +Version: 3.0.0 +Release: 0 +Summary: Relay implementation for Python +License: MIT +Group: Development/Languages/Python +URL: https://github.com/graphql-python/graphql-relay-py +Source: https://files.pythonhosted.org/packages/source/g/graphql-relay/graphql-relay-%{version}.tar.gz +BuildRequires: %{python_module graphql-core} +BuildRequires: %{python_module promise} +BuildRequires: %{python_module pytest-asyncio} +BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module six} +BuildRequires: fdupes +BuildRequires: python-rpm-macros +Requires: python-graphql-core +Requires: python-promise +Requires: python-six +BuildArch: noarch +%python_subpackages + +%description +Relay Library for GraphQL Python. + +This is a library to allow the easy creation of Relay-compliant servers using +the GraphQL Python reference implementation of a GraphQL server. + +%prep +%setup -q -n graphql-relay-%{version} + +%build +%python_build + +%install +%python_install +%python_expand %fdupes %{buildroot}%{$python_sitelib} + +%check +%pytest + +%files %{python_files} +%doc README.md +%license LICENSE +%{python_sitelib}/* + +%changelog