diff options
-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 |