diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | python-edx-drf-extensions.spec | 17 | ||||
-rw-r--r-- | sources | 2 |
3 files changed, 12 insertions, 8 deletions
@@ -1 +1,2 @@ /edx-drf-extensions-8.4.1.tar.gz +/edx-drf-extensions-8.7.0.tar.gz diff --git a/python-edx-drf-extensions.spec b/python-edx-drf-extensions.spec index a2e3fcc..bdb455d 100644 --- a/python-edx-drf-extensions.spec +++ b/python-edx-drf-extensions.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-edx-drf-extensions -Version: 8.4.1 +Version: 8.7.0 Release: 1 Summary: edX extensions of Django REST Framework License: Apache 2.0 URL: https://github.com/openedx/edx-drf-extensions -Source0: https://mirrors.nju.edu.cn/pypi/web/packages/44/b4/58339044cfaf6b358aa0bd72cb99947df7a74f0e45a7503cbc20ae6a21e7/edx-drf-extensions-8.4.1.tar.gz +Source0: https://mirrors.nju.edu.cn/pypi/web/packages/ae/6b/ed8184dedbec3a04cb69db4f7ede95562afb612c5094eee4546a6d15eb13/edx-drf-extensions-8.7.0.tar.gz BuildArch: noarch Requires: python3-Django @@ -22,7 +22,8 @@ Requires: python3-semantic-version Requires: python3-six %description - +This library includes various cross-cutting concerns related to APIs. API functionality added to this library must be required for multiple Open edX applications or multiple repositories. +Some of these concerns include extensions of `Django REST Framework <https://www.django-rest-framework.org/>`_ (DRF), which is how the repository initially got its name. %package -n python3-edx-drf-extensions Summary: edX extensions of Django REST Framework @@ -31,16 +32,18 @@ BuildRequires: python3-devel BuildRequires: python3-setuptools BuildRequires: python3-pip %description -n python3-edx-drf-extensions - +This library includes various cross-cutting concerns related to APIs. API functionality added to this library must be required for multiple Open edX applications or multiple repositories. +Some of these concerns include extensions of `Django REST Framework <https://www.django-rest-framework.org/>`_ (DRF), which is how the repository initially got its name. %package help Summary: Development documents and examples for edx-drf-extensions Provides: python3-edx-drf-extensions-doc %description help - +This library includes various cross-cutting concerns related to APIs. API functionality added to this library must be required for multiple Open edX applications or multiple repositories. +Some of these concerns include extensions of `Django REST Framework <https://www.django-rest-framework.org/>`_ (DRF), which is how the repository initially got its name. %prep -%autosetup -n edx-drf-extensions-8.4.1 +%autosetup -n edx-drf-extensions-8.7.0 %build %py3_build @@ -80,5 +83,5 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog -* Tue Apr 11 2023 Python_Bot <Python_Bot@openeuler.org> - 8.4.1-1 +* Sun Apr 23 2023 Python_Bot <Python_Bot@openeuler.org> - 8.7.0-1 - Package Spec generated @@ -1 +1 @@ -48bf6bce59214ef11ca971283dd84bac edx-drf-extensions-8.4.1.tar.gz +2845330375bd649d5c4bf24a2f706397 edx-drf-extensions-8.7.0.tar.gz |