diff --git a/django-tastypie-0.14.6.tar.gz b/django-tastypie-0.14.6.tar.gz deleted file mode 100644 index 92ecfc2a52ac37a31de6c92c7de59b13330ef74b..0000000000000000000000000000000000000000 Binary files a/django-tastypie-0.14.6.tar.gz and /dev/null differ diff --git a/django-tastypie-0.14.7.tar.gz b/django-tastypie-0.14.7.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..570650ad9c7bfe157060d9713b29ed3d668b8206 Binary files /dev/null and b/django-tastypie-0.14.7.tar.gz differ diff --git a/python-django-tastypie.spec b/python-django-tastypie.spec index 87a79e96a8a1936e9f265bd26bce08f7d9eb1f82..b7f0d1c43ea1038205ac5470da6b83b254f409f6 100644 --- a/python-django-tastypie.spec +++ b/python-django-tastypie.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-django-tastypie -Version: 0.14.6 +Version: 0.14.7 Release: 1 Summary: A flexible & capable API layer for Django. License: BSD-3-Clause URL: https://github.com/django-tastypie/django-tastypie -Source0: https://files.pythonhosted.org/packages/d7/92/33d0b11bc6d8b5bf8675fd9f73492788c363007c61864186a425ff136041/django-tastypie-0.14.6.tar.gz +Source0: https://files.pythonhosted.org/packages/d4/4c/773a6c48a9ff4d243823a076d0df6e94f09d25897759fb6e8f9a3a71a3ca/django-tastypie-0.14.7.tar.gz BuildArch: noarch @@ -67,6 +67,10 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Wed Oct 30 2024 liudy - 0.14.7-1 +- Update version to 0.14.7 +- Add in support for Django 5.0 by adding in compat functionality for datetime_safe + * Thu Feb 22 2024 jiangxinyu - 0.14.6-1 - Update package to version 0.14.6 Fixed crash when missing CSRF token cookie in SessionAuthentication