AArch64 | |
ppc64le | |
s390x | |
x86-64 |
- Update to 0.14.3: * no upstream changelog
- 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.
- Replace useless description.
- Version update to 0.14.1: * Fixes to support latest django - Run tests - Add patch for django 2.1: * django-tastypie-django21.patch
- Require python-python-dateutil. package was renamed
- 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
- Update to verson 0.11.1 + Fixes XSS + Fixes security issue in URL parsing + Many other bugfixes
- Update to version 0.10 + No changelog available - Replace python-distribute with python-setuptools BuildRequires
- Update to version 0.9.15: * No changelog available
- Update to version 0.9.12: * No changelog available
- Initial version
- Update to 0.14.3: * no upstream changelog
- Add %{?sle15_python_module_pythons}
- Add patch correct-assertion-methods.patch: * Use non-deprecated assertion methods. - Switch to autosetup and pyproject macros. - Stop using globbing in %files.
- 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
- 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
- Add pr_1642_chunk.patch for Django 4.1 support
- 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
- Update to 0.14.4: - Django 4.0 support - Fix testing of the package. - Remove upstreamed patch merged_pr_1624_chunk.patch
- Fix a failing test using a chunk of upstream PR 1624 merged_pr_1624_chunk.patch
- Skip two tests failing on Tumbleweed Python 3.6