From 1374b8f07d7db18f7e32f30dbabffae398315801 Mon Sep 17 00:00:00 2001 From: liqiuyu Date: Tue, 26 Apr 2022 14:29:49 +0800 Subject: [PATCH] add yaml file --- python-django-rest-framework.spec | 6 +++++- python-django-rest-framework.yaml | 4 ++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 python-django-rest-framework.yaml diff --git a/python-django-rest-framework.spec b/python-django-rest-framework.spec index f5e4ee5..cde61ac 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 0000000..86ef714 --- /dev/null +++ b/python-django-rest-framework.yaml @@ -0,0 +1,4 @@ +version_control: pypi +src_repo: django-rest-framework +tag_prefix: ^v +separator: "." -- Gitee