File python-django-extra-views.changes of Package python-django-extra-views
-------------------------------------------------------------------
Tue Apr 22 11:00:35 UTC 2025 - mmachova@suse.com
- Update to version 0.15.0:
* Add Django 5.1, remove Python 3.5, Release 0.15.0 (#269)
* Added support for Python 3.12, Django 5.0. (#267)
* Added readthedocs.yaml configuration file. (#263)
* Added .pre-commit-config.yaml and `Contributing` docs section. (#264)
* chore: Add support for 4.2 (#262)
* Added Python 3.11, run tests on ubuntu-20.04
* add requires_python
* Reformat docs/conf.py for latest version of black.
- Drop merged patches:
* merged_10881330.patch
* merged_pr_233.patch
- Add django52.patch making the testsuite compatible with Django 5.2
- Convert to _service workflow since the new release is not tagged
-------------------------------------------------------------------
Tue Nov 22 12:28:24 UTC 2022 - Daniel Garcia <daniel.garcia@suse.com>
- Remove python-six module
- Remove python_module macro definition
- Use autosetup instead of setup+patch
-------------------------------------------------------------------
Mon Jan 10 12:47:05 UTC 2022 - John Vandenberg <jayvdb@gmail.com>
- Add merged_10881330.patch for Django 4.0 support
-------------------------------------------------------------------
Sat Jul 24 02:07:33 UTC 2021 - John Vandenberg <jayvdb@gmail.com>
- Added merged_pr_233.patch for Django 3.2 support
- Update to v0.14.0
* Removed support for Python 2.7.
* Added support for Python 3.8 and Django 3.1.
* Removed the following classes (use the class in parentheses instead):
+ BaseFormSetMixin (use BaseFormSetFactory)
+ BaseInlineFormSetMixin (use BaseInlineFormSetFactory)
+ InlineFormSet (use InlineFormSetFactory)
+ BaseGenericInlineFormSetMixin (use BaseGenericInlineFormSetFactory)
+ GenericInlineFormSet (use GenericInlineFormSetFactory)
-------------------------------------------------------------------
Fri Jun 26 18:08:31 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
- Activated test suite
-------------------------------------------------------------------
Thu May 7 05:34:54 UTC 2020 - John Vandenberg <jayvdb@gmail.com>
- Update to v0.13.0
-------------------------------------------------------------------
Fri Apr 12 01:09:58 AM UTC 2019 - John Vandenberg <jayvdb@gmail.com>
- Initial spec for v0.12.0