diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-07 03:54:26 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-07 03:54:26 +0000 |
commit | 827e6c974ebb89e033f73fe2e985c1b38ca19d3f (patch) | |
tree | d54978fab360f0d6041cb2e30737fcfc65cc77e2 | |
parent | 98d9d8d2764486b0836f814e4097dda48408780a (diff) |
automatic import of python-canonicaljson
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-canonicaljson.spec | 11 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 8 deletions
@@ -1 +1,2 @@ /canonicaljson-1.6.5.tar.gz +/canonicaljson-2.0.0.tar.gz diff --git a/python-canonicaljson.spec b/python-canonicaljson.spec index 3af1936..6dd95ee 100644 --- a/python-canonicaljson.spec +++ b/python-canonicaljson.spec @@ -1,16 +1,13 @@ %global _empty_manifest_terminate_build 0 Name: python-canonicaljson -Version: 1.6.5 +Version: 2.0.0 Release: 1 Summary: Canonical JSON License: Apache License, Version 2.0 URL: https://github.com/matrix-org/python-canonicaljson -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/64/13/017c9bed81f7f5b72470fe5892b25cc212299bd3d79e2d30f2f99c22c517/canonicaljson-1.6.5.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/a8/f2/2835b7ab464988d1f85e351a19c4d6b2e4c317ba8484ebd2a311850eab8c/canonicaljson-2.0.0.tar.gz BuildArch: noarch -Requires: python3-simplejson -Requires: python3-typing-extensions -Requires: python3-frozendict %description @@ -31,7 +28,7 @@ Provides: python3-canonicaljson-doc %prep -%autosetup -n canonicaljson-1.6.5 +%autosetup -n canonicaljson-2.0.0 %build %py3_build @@ -71,5 +68,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Wed Mar 08 2023 Python_Bot <Python_Bot@openeuler.org> - 1.6.5-1 +* Fri Apr 07 2023 Python_Bot <Python_Bot@openeuler.org> - 2.0.0-1 - Package Spec generated @@ -1 +1 @@ -73929b035731a23252053e260255db8e canonicaljson-1.6.5.tar.gz +ea60a3f3c99e3382c62606f86c08caae canonicaljson-2.0.0.tar.gz |