diff --git a/django-rest-framework-0.1.0.tar.gz b/django-rest-framework-0.1.0.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..9ebb26cc3bfae86655b8d372a1893561bbd75bed Binary files /dev/null and b/django-rest-framework-0.1.0.tar.gz differ diff --git a/django-rest-framework-3.16.0.tar.gz b/django-rest-framework-3.16.0.tar.gz deleted file mode 100644 index 63d5650868ed947a1002d5ae14f8272ddd5d495c..0000000000000000000000000000000000000000 Binary files a/django-rest-framework-3.16.0.tar.gz and /dev/null differ diff --git a/python-django-rest-framework.spec b/python-django-rest-framework.spec index 9db57da40a0ec9a7c92712c97539795d1f85acb1..6bc692e99ccafe196b67ffd409f0714bf759b693 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.16.0 +Version: 0.1.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/%{version}.tar.gz#/django-rest-framework-%{version}.tar.gz +Source0: https://files.pythonhosted.org/packages/source/d/django-rest-framework/django-rest-framework-%{version}.tar.gz #BuildArch: noarch %description @@ -66,6 +66,9 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Fri Nov 28 2025 zhangzeyang0718 - 0.1.0-1 +- Update to 0.1.0 + * Tue Jul 22 2025 liuhan - 3.16.0-1 - Upgrade to version 3.16.0 - Remove Backport-CVE-2024-21520-Fix-potential-XSS-vulnerability.patch