diff --git a/3.13.0.tar.gz b/3.14.0.tar.gz similarity index 53% rename from 3.13.0.tar.gz rename to 3.14.0.tar.gz index d617c4be80f6dbd00d2df4e345fcb573d1294b8a..2f89a206bbdc14fc033156700cd6a401990a222f 100644 Binary files a/3.13.0.tar.gz and b/3.14.0.tar.gz differ diff --git a/python-django-rest-framework.spec b/python-django-rest-framework.spec index 138f3fe8f89eefd8274eebfa623a1efa6e8b1303..07e2b7a8b512418820d58bd2a12d69e369ceeb89 100644 --- a/python-django-rest-framework.spec +++ b/python-django-rest-framework.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-django-rest-framework -Version: 3.13.0 -Release: 3 +Version: 3.14.0 +Release: 1 Summary: Web APIs for Django. License: BSD-3-Clause URL: https://github.com/encode/django-rest-framework -Source0: https://github.com/encode/django-rest-framework/archive/refs/tags/3.13.0.tar.gz +Source0: https://github.com/encode/django-rest-framework/archive/refs/tags/3.14.0.tar.gz BuildArch: noarch @@ -13,13 +13,12 @@ BuildArch: noarch Django REST framework is a powerful and flexible toolkit for building Web APIs. %package -n python3-django-rest-framework -Summary: Web APIs for Django. -Provides: python-django-rest-framework +Summary: Web APIs for Django. +Provides: python-django-rest-framework = %{version}-%{release} BuildRequires: python3-devel -BuildRequires: zlib >= 1.2.11 BuildRequires: python3-setuptools %description -n python3-django-rest-framework -Django REST framework is a powerful and flexible toolkit for building Web APIs. +Django REST framework is a powerful and flexible toolkit for building Web APIs. %package help Summary: Development documents and examples for django-rest-framework @@ -28,7 +27,7 @@ Provides: python3-django-rest-framework-doc Django REST framework is a powerful and flexible toolkit for building Web APIs. %prep -%autosetup -n django-rest-framework-3.13.0 +%autosetup -n django-rest-framework-%{version} %build %py3_build @@ -68,6 +67,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Nov 16 2022 liqiuyu - 3.14.0-1 +- Update package to version 3.14.0 + * Mon May 09 2022 xigaoxinyan - 3.13.0-3 - License compliance rectification