diff options
Diffstat (limited to 'python-edx-proctoring.spec')
-rw-r--r-- | python-edx-proctoring.spec | 34 |
1 files changed, 17 insertions, 17 deletions
diff --git a/python-edx-proctoring.spec b/python-edx-proctoring.spec index a64d271..e5815eb 100644 --- a/python-edx-proctoring.spec +++ b/python-edx-proctoring.spec @@ -1,32 +1,32 @@ %global _empty_manifest_terminate_build 0 Name: python-edx-proctoring -Version: 4.15.0 +Version: 4.15.1 Release: 1 Summary: Proctoring subsystem for Open edX License: AGPL 3.0 URL: https://github.com/openedx/edx-proctoring -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/26/a1/2274289929644674df6cd4a6a470c2c7b8bbe9c9c0b344a097e35b91f90f/edx-proctoring-4.15.0.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/62/a9/4d6e21c75d0461add37637e719cbcc7c68bab29c3dc35a3eb10453aa1eb0/edx-proctoring-4.15.1.tar.gz BuildArch: noarch -Requires: python3-edx-opaque-keys -Requires: python3-edx-rest-api-client -Requires: python3-django-model-utils +Requires: python3-rules +Requires: python3-django-simple-history +Requires: python3-event-tracking +Requires: python3-django-webpack-loader Requires: python3-Django -Requires: python3-edx-drf-extensions Requires: python3-dateutil +Requires: python3-edx-when +Requires: python3-edx-opaque-keys Requires: python3-django-ipware +Requires: python3-edx-rest-api-client +Requires: python3-edx-drf-extensions +Requires: python3-django-model-utils +Requires: python3-djangorestframework +Requires: python3-pycryptodomex +Requires: python3-django-crum Requires: python3-django-waffle -Requires: python3-event-tracking -Requires: python3-jsonfield -Requires: python3-django-webpack-loader -Requires: python3-edx-when -Requires: python3-rules Requires: python3-pytz -Requires: python3-django-simple-history Requires: python3-pyjwt[crypto] -Requires: python3-django-crum -Requires: python3-pycryptodomex -Requires: python3-djangorestframework +Requires: python3-jsonfield %description This is the exam proctoring subsystem for the Open edX platform. @@ -47,7 +47,7 @@ Provides: python3-edx-proctoring-doc This is the exam proctoring subsystem for the Open edX platform. %prep -%autosetup -n edx-proctoring-4.15.0 +%autosetup -n edx-proctoring-4.15.1 %build %py3_build @@ -87,5 +87,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue Apr 11 2023 Python_Bot <Python_Bot@openeuler.org> - 4.15.0-1 +* Sun Apr 23 2023 Python_Bot <Python_Bot@openeuler.org> - 4.15.1-1 - Package Spec generated |