Changelog for
python311-django-tastypie-0.14.7-lp155.3.1.noarch.rpm :
* Tue Jul 23 2024 Markéta Machová
- Add missing pytz dependency
* Fri May 03 2024 Dirk Müller - update to 0.14.7:
* Add in support for Django 5.0 by adding in compat functionality for datetime_safe
* 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
* Sun Feb 24 2019 John Vandenberg - Add AUTHORS, other
*.rst files, and docs/ to %doc- Update to v0.14.2
* Added support for Django 2.1; minor bugs and regressions fixed. + Incorporates django-tastypie-django21.patch
* Drops support for Django 1.8 LTS.
* Thu Aug 16 2018 jengelhAATTinai.de- Replace useless description.
* Tue Aug 14 2018 tchvatalAATTsuse.com- Version update to 0.14.1:
* Fixes to support latest django- Run tests- Add patch for django 2.1:
* django-tastypie-django21.patch
* Fri Feb 26 2016 tbechtoldAATTsuse.com- Require python-python-dateutil. package was renamed
* Wed Apr 22 2015 mciharAATTsuse.cz- Update to version 0.12.1:
* Drastic reworking of the test suite. (SHA: 95f57f7)
* Fixed Travis to run Python 3.4 tests. (SHA: 7af528c)
* Fixed a bug where URLs would be incorrectly handled if the ``api_name`` & ``resource_name`` were the same. (SHA: fd55aa3)
* Fixed a test requirement for PyYAML. (SHA: b4f6531)
* Added support for Django 1.7. (SHA: 7881bb6)
* Documentation updates