- Added Ukrainian language - MANIFEST.in: Include usual targets - JazzBand project guidelines - Update import for django 4.0 - Update README.md - Add django 4.0 and python 3.9/3.10 to test matrix. - Fix docstring for accepted invite signal - Passed request as an argument into invite_accepted signal - refactor(models): use get_current_site from django shortcuts - Make "inviter" be an raw_id_field in admin - Add i18n tags - Add invitation object as an argument to the invite accepted signal - Set inviter in SendJSONInvite - Make accept-invite viewname configurable in django settings - Use poetry for package management. - Sphinx based documentation - Add documentation for swappable forms. - Correct spelling mistakes - Fix release workflow to actually publish - Fix flake8 and tox dependencies - Remove upstreamed patches: - django-4.0.patch - python-django-invitations-no-mock.patch - Add configure-django.patch to add missing configuration values for Django. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:django/python-django-invitations?expand=0&rev=14
73 lines
2.6 KiB
Plaintext
73 lines
2.6 KiB
Plaintext
-------------------------------------------------------------------
|
|
Fri Nov 17 09:58:22 UTC 2023 - Matej Cepl <mcepl@cepl.eu>
|
|
|
|
- Update to 2.0.0:
|
|
- Added Ukrainian language
|
|
- MANIFEST.in: Include usual targets
|
|
- JazzBand project guidelines
|
|
- Update import for django 4.0
|
|
- Update README.md
|
|
- Add django 4.0 and python 3.9/3.10 to test matrix.
|
|
- Fix docstring for accepted invite signal
|
|
- Passed request as an argument into invite_accepted signal
|
|
- refactor(models): use get_current_site from django shortcuts
|
|
- Make "inviter" be an raw_id_field in admin
|
|
- Add i18n tags
|
|
- Add invitation object as an argument to the invite accepted signal
|
|
- Set inviter in SendJSONInvite
|
|
- Make accept-invite viewname configurable in django settings
|
|
- Use poetry for package management.
|
|
- Sphinx based documentation
|
|
- Add documentation for swappable forms.
|
|
- Correct spelling mistakes
|
|
- Fix release workflow to actually publish
|
|
- Fix flake8 and tox dependencies
|
|
- Remove upstreamed patches:
|
|
- django-4.0.patch
|
|
- python-django-invitations-no-mock.patch
|
|
- Add configure-django.patch to add missing configuration values
|
|
for Django.
|
|
|
|
-------------------------------------------------------------------
|
|
Mon May 9 10:36:29 UTC 2022 - pgajdos@suse.com
|
|
|
|
- do not require python-mock for build
|
|
- added patches
|
|
https://github.com/jazzband/django-invitations/blob/master/tests/basic/tests.py#L4
|
|
+ python-django-invitations-no-mock.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 1 05:15:59 UTC 2022 - Steve Kowalik <steven.kowalik@suse.com>
|
|
|
|
- Add patch django-4.0.patch:
|
|
* Support Django 4.0
|
|
|
|
-------------------------------------------------------------------
|
|
Thu Feb 20 08:25:25 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Update to 1.9.3:
|
|
* support new django
|
|
- Remove patch django20.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Wed Feb 5 14:53:08 UTC 2020 - Ondřej Súkup <mimi.vx@gmail.com>
|
|
|
|
- disable py2 build as deps are only for python 3
|
|
|
|
-------------------------------------------------------------------
|
|
Mon Sep 16 14:16:07 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Skip one failing test which is caused by django-pytest
|
|
|
|
-------------------------------------------------------------------
|
|
Tue Mar 5 11:09:20 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
|
|
|
|
- Switch to github archive to not differ from the fetched files
|
|
- Add patch to work with django2.0+:
|
|
* django20.patch
|
|
|
|
-------------------------------------------------------------------
|
|
Sat Feb 16 04:38:18 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
|
|
|
|
- Initial spec for v1.9.2
|