diff options
author | CoprDistGit <infra@openeuler.org> | 2023-04-23 06:02:20 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-04-23 06:02:20 +0000 |
commit | 46e396dc05c7d8530e32e8119ad877b5bd5c6e63 (patch) | |
tree | c04fa79513975815b360b8cc8381b8957888eb74 | |
parent | 5d52124247a3627c4b4eee8fff09000717c0c68c (diff) |
automatic import of python-edx-proctoringopeneuler20.03
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-edx-proctoring.spec | 34 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 19 insertions, 18 deletions
@@ -1 +1,2 @@ /edx-proctoring-4.15.0.tar.gz +/edx-proctoring-4.15.1.tar.gz 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 @@ -1 +1 @@ -6ca98874bb2bc79643a39266c02c2dfe edx-proctoring-4.15.0.tar.gz +c6f2f832dbc31034c7c4c0a7dbcbeb6c edx-proctoring-4.15.1.tar.gz |