diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-lti-consumer-xblock.spec | 8 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 6 insertions, 5 deletions
@@ -1 +1,2 @@ /lti-consumer-xblock-9.0.0.tar.gz +/lti-consumer-xblock-9.0.3.tar.gz diff --git a/python-lti-consumer-xblock.spec b/python-lti-consumer-xblock.spec index dae043f..11d707b 100644 --- a/python-lti-consumer-xblock.spec +++ b/python-lti-consumer-xblock.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-lti-consumer-xblock -Version: 9.0.0 +Version: 9.0.3 Release: 1 Summary: This XBlock implements the consumer side of the LTI specification. License: GNU Affero General Public License v3 URL: https://github.com/openedx/xblock-lti-consumer -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/46/e6/d9400f235c7815ce54ead255c1281fd7d53ad23e9367ef17fce7346c9ae7/lti-consumer-xblock-9.0.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/f4/e7/2f109c67606993ac8457cbe3ac1433b5c1245c052a24da1c6f3f7b9b4b60/lti-consumer-xblock-9.0.3.tar.gz BuildArch: noarch Requires: python3-XBlock @@ -44,7 +44,7 @@ Provides: python3-lti-consumer-xblock-doc For details regarding how to deploy this or any other XBlock in the lms instance, see the `installing-the-xblock`_ documentation. %prep -%autosetup -n lti-consumer-xblock-9.0.0 +%autosetup -n lti-consumer-xblock-9.0.3 %build %py3_build @@ -84,5 +84,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue Apr 11 2023 Python_Bot <Python_Bot@openeuler.org> - 9.0.0-1 +* Sun Apr 23 2023 Python_Bot <Python_Bot@openeuler.org> - 9.0.3-1 - Package Spec generated @@ -1 +1 @@ -6b4ed422e43d97f7d69d8d2d58e6adbe lti-consumer-xblock-9.0.0.tar.gz +0992c2138825c8eb95ad2e8f07f3777e lti-consumer-xblock-9.0.3.tar.gz |