diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-07 06:11:11 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-07 06:11:11 +0000 |
commit | 116e3cb9a680cde7f379212d07db9c2febb59522 (patch) | |
tree | eb1e547eef647794495da47b119df292a07cecba | |
parent | 32fe9849ea0ea4bd5c47ec1ffefaa08a827b337e (diff) |
automatic import of python-graphene
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-graphene.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /graphene-3.2.1.tar.gz +/graphene-3.2.2.tar.gz diff --git a/python-graphene.spec b/python-graphene.spec index 443c86d..6d1fc99 100644 --- a/python-graphene.spec +++ b/python-graphene.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-graphene -Version: 3.2.1 +Version: 3.2.2 Release: 1 Summary: GraphQL Framework for Python License: MIT URL: https://github.com/graphql-python/graphene -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/c7/82/b5714a1082120f1ac71fb0d34b151d681c989e9a8f6c291b6d942387ace8/graphene-3.2.1.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/64/59/71fffb25d8587f58254dad3710bd2ad2d6aa5292678fe880544d337676fa/graphene-3.2.2.tar.gz BuildArch: noarch Requires: python3-graphql-core @@ -65,7 +65,7 @@ Slack <https://join.slack.com/t/graphenetools/shared_invite/enQtOTE2MDQ1NTg4MDM1 to see how you can help ������ %prep -%autosetup -n graphene-3.2.1 +%autosetup -n graphene-3.2.2 %build %py3_build @@ -105,5 +105,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Thu Mar 09 2023 Python_Bot <Python_Bot@openeuler.org> - 3.2.1-1 +* Fri Apr 07 2023 Python_Bot <Python_Bot@openeuler.org> - 3.2.2-1 - Package Spec generated @@ -1 +1 @@ -8b4ee4a130fd03bc3f89765485c03acb graphene-3.2.1.tar.gz +468c1e0debb70002c44be426f7b172e4 graphene-3.2.2.tar.gz |