Changelog for
python312-django-tastypie-0.14.6-3.2.noarch.rpm :
* Tue Mar 12 2024 Max Lin
- Add %{?sle15_python_module_pythons}
* Wed Jan 31 2024 Steve Kowalik - Add patch correct-assertion-methods.patch:
* Use non-deprecated assertion methods.- Switch to autosetup and pyproject macros.- Stop using globbing in %files.
* Mon Sep 18 2023 Dirk Müller - update to 0.14.6:
* Remove unused mock library from test requirements
* Django 4.2 compatibility
* Fixed crash when missing CSRF token cookie in SessionAuthentication
* Fix flake8, update docs, fix RTD builds
* Thu Jan 26 2023 John Vandenberg - Dropped pr_1642_chunk.patch and python-django-tastypie-no-mock.patch merged upstream- Update to v0.4.15
* Drops Python 2.5 support. Yes, this is a feature that will pave the way for Tastypie on Python 3 support.
* Added TASTYPIE_ABSTRACT_APIKEY, which allows switching the ApiKey model out.
* Better support for Django 1.5: + Removed deprecation warnings + Numerous custom User improvements
* Expanded places use_in is used
* Authorization is now only called once with a full bundle
* Changed for_list to accept a boolean
* Only save related models that have changed
* Better exception reporting, especially in conjunction with Sentry
* Configuration warning about defusedxml
* Fixed a dependency in setup.py
* Release notes became a thing.
* Documentation updates
* Wed Oct 05 2022 John Vandenberg - Add pr_1642_chunk.patch for Django 4.1 support
* Wed May 11 2022 pgajdosAATTsuse.com- do not use python-mock for build- added patches fix https://github.com/django-tastypie/django-tastypie/issues/1635 + python-django-tastypie-no-mock.patch
* Fri Feb 25 2022 Matej Cepl - Update to 0.14.4: - Django 4.0 support- Fix testing of the package.- Remove upstreamed patch merged_pr_1624_chunk.patch
* Wed Jun 09 2021 John Vandenberg - Fix a failing test using a chunk of upstream PR 1624 merged_pr_1624_chunk.patch
* Mon Feb 22 2021 John Vandenberg - Skip two tests failing on Tumbleweed Python 3.6
* Thu Jan 09 2020 Tomáš Chvátal - Update to 0.14.3:
* no upstream changelog