Package Release Info

python-django-tastypie-0.14.6-bp156.1.2

Update Info: Base Release
Available in Package Hub : 15 SP6

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python311-django-tastypie

Change Logs

* Tue Mar 12 2024 Max Lin <mlin@suse.com>
- Add %{?sle15_python_module_pythons}
* Wed Jan 31 2024 Steve Kowalik <steven.kowalik@suse.com>
- 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 <dmueller@suse.com>
- 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 <jayvdb@gmail.com>
- 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 <jayvdb@gmail.com>
- Add pr_1642_chunk.patch for Django 4.1 support
* Wed May 11 2022 pgajdos@suse.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 <mcepl@suse.com>
- 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 <jayvdb@gmail.com>
- Fix a failing test using a chunk of upstream PR 1624
  merged_pr_1624_chunk.patch
* Mon Feb 22 2021 John Vandenberg <jayvdb@gmail.com>
- Skip two tests failing on Tumbleweed Python 3.6
Version: 0.14.3-bp155.2.14
* Thu Jan 09 2020 Tomáš Chvátal <tchvatal@suse.com>
- Update to 0.14.3:
  * no upstream changelog
Version: 0.14.3-bp152.1.15
* Thu Jan 09 2020 Tomá? Chvátal <tchvatal@suse.com>
- Update to 0.14.3:
  * no upstream changelog
* Sun Feb 24 2019 John Vandenberg <jayvdb@gmail.com>
- 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 jengelh@inai.de
- Replace useless description.
* Tue Aug 14 2018 tchvatal@suse.com
- Version update to 0.14.1:
  * Fixes to support latest django
- Run tests
- Add patch for django 2.1:
  * django-tastypie-django21.patch
Version: 0.12.1-bp150.2.4
* Fri Feb 26 2016 tbechtold@suse.com
- Require python-python-dateutil. package was renamed
* Wed Apr 22 2015 mcihar@suse.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
* Mon Jul 07 2014 mcihar@suse.cz
- Update to verson 0.11.1
  + Fixes XSS
  + Fixes security issue in URL parsing
  + Many other bugfixes
* Sat Sep 28 2013 p.drouand@gmail.com
- Update to version 0.10
  + No changelog available
- Replace python-distribute with python-setuptools BuildRequires
* Mon Jul 15 2013 mcihar@suse.cz
- Update to version 0.9.15:
  * No changelog available
* Thu Feb 14 2013 p.drouand@gmail.com
- Update to version 0.9.12:
  * No changelog available
* Wed Mar 21 2012 saschpe@gmx.de
- Initial version