1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-10 18:40:53 +00:00

add legacy setup.* files, requird for RPM build on EL8/EL9

This commit is contained in:
Peter Bieringer 2024-10-12 19:59:56 +02:00
parent 48e4203856
commit ccddf877ee

View file

@ -7,7 +7,7 @@
* Enhancement: permit_delete_collection can be now controlled also per collection by rights 'D' or 'd' * Enhancement: permit_delete_collection can be now controlled also per collection by rights 'D' or 'd'
* Add: option [rights] permit_overwrite_collection (default=True) which can be also controlled per collection by rights 'O' or 'o' * Add: option [rights] permit_overwrite_collection (default=True) which can be also controlled per collection by rights 'O' or 'o'
* Fix: only expand VEVENT on REPORT request containing 'expand' * Fix: only expand VEVENT on REPORT request containing 'expand'
* Adjustment: switch from setup.py to pyproject.toml * Adjustment: switch from setup.py to pyproject.toml (but keep files for legacy packaging)
* Adjustment: 'rights' file is now read only during startup * Adjustment: 'rights' file is now read only during startup
* Cleanup: Python 3.7 leftovers * Cleanup: Python 3.7 leftovers