Package Release Info

python-django-webtest-1.9.12-bp156.2.1

Update Info: openSUSE-2024-295
Available in Package Hub : 15 SP6 Update

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

python311-django-webtest

Change Logs

* Fri Aug 30 2024 Markéta Machová <mmachova@suse.com>
- update to 1.9.12
  * Add support for Django 5
  * No longer compatible with assertFormError
  * pytest fixture now unpatch Django settings after fixture run
- Add %{?sle15_python_module_pythons}
* Mon Oct 02 2023 Dirk Müller <dmueller@suse.com>
- update to 1.9.11:
  * Add support for official Python & Django versions
  * Do not insert  WebtestAuthentication to the head of
    DEFAULT_AUTHENTICATION_CLASSES.
* Wed Jan 04 2023 Dirk Müller <dmueller@suse.com>
- update to 1.9.10:
  * Add an optional WebTest backend that does not interfere with handling of
    permissions by custom backends. Accessible via
    WEBTEST_AUTHENTICATION_BACKEND setting.
* Mon Dec 27 2021 John Vandenberg <jayvdb@gmail.com>
- Remove 01d1d59.patch merged upstream
- Update to v1.9.9
  * Add Django 4 support
  * Remove Django 2 support
* Mon Dec 27 2021 John Vandenberg <jayvdb@gmail.com>
- Add 01d1d59.patch for Django 4.0 compatibility
- Update to 1.9.8:
  * Add some useful metadata for the project's PyPI listing
  * Minor changes to documentation
  * Update getting session in DjangoTestApp.
  * Remove py27/py35 support