diff --git a/python-django-rest-framework.spec b/python-django-rest-framework.spec index f5e4ee5325856e1986533a8ed23fc1d941097c0e..cde61ac049aa1c83c751e1d2a073055f339e089e 100644 --- a/python-django-rest-framework.spec +++ b/python-django-rest-framework.spec @@ -1,7 +1,7 @@ %global _empty_manifest_terminate_build 0 Name: python-django-rest-framework Version: 3.13.0 -Release: 1 +Release: 2 Summary: Web APIs for Django. License: BSD URL: https://github.com/encode/django-rest-framework @@ -16,6 +16,7 @@ Django REST framework is a powerful and flexible toolkit for building Web APIs. Summary: Web APIs for Django. Provides: python-django-rest-framework 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. @@ -67,5 +68,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Apr 26 2022 liqiuyu - 3.13.0-2 +- Add zlib to buildrequires + * Fri Dec 10 2021 Python_Bot - 3.13.0-1 - Package Init diff --git a/python-django-rest-framework.yaml b/python-django-rest-framework.yaml new file mode 100644 index 0000000000000000000000000000000000000000..86ef7146a86dfd415e6530851bd01efc99879211 --- /dev/null +++ b/python-django-rest-framework.yaml @@ -0,0 +1,4 @@ +version_control: pypi +src_repo: django-rest-framework +tag_prefix: ^v +separator: "."