14
0

- Update to 0.19.3:

* Added a no_delete option to the storage configuration. :gh:`1090`
  * Fix crash when running vdirsyncer repair on a collection. :gh:`1019`
  * Add an option to request vCard v4.0. :gh:`1066`
  * Require matching BEGIN and END lines in vobjects. :gh:`1103`
  * Implement digest auth. :gh:`1137`
  * Add filter_hook parameter to :storage:`http`. :gh:`1136`
- Drop patch 3eb9ce5ae4320d52e6c876874511ff96a8a45f51.patch, included.
- Switch to pyproject macros.
- Stop skipping so many tests.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vdirsyncer?expand=0&rev=45
This commit is contained in:
2024-12-17 00:59:45 +00:00
committed by Git OBS Bridge
parent b83b7f7fb4
commit 59de53fee5
5 changed files with 27 additions and 41 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Tue Dec 17 00:59:32 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 0.19.3:
* Added a no_delete option to the storage configuration. :gh:`1090`
* Fix crash when running vdirsyncer repair on a collection. :gh:`1019`
* Add an option to request vCard v4.0. :gh:`1066`
* Require matching BEGIN and END lines in vobjects. :gh:`1103`
* Implement digest auth. :gh:`1137`
* Add filter_hook parameter to :storage:`http`. :gh:`1136`
- Drop patch 3eb9ce5ae4320d52e6c876874511ff96a8a45f51.patch, included.
- Switch to pyproject macros.
- Stop skipping so many tests.
-------------------------------------------------------------------
Fri Dec 8 16:14:31 UTC 2023 - Dirk Müller <dmueller@suse.com>