diff --git a/python-vdirsyncer.spec b/python-vdirsyncer.spec index 78c24b55a298e1a654049cfd71954bbea4b52ae2..b5f725160cf94d9104b74d7b55fdfa71aac9a6a5 100644 --- a/python-vdirsyncer.spec +++ b/python-vdirsyncer.spec @@ -1,11 +1,11 @@ %global _empty_manifest_terminate_build 0 Name: python-vdirsyncer -Version: 0.19.1 +Version: 0.19.3 Release: 1 Summary: Synchronize calendars and contacts License: BSD-3-Clause URL: https://github.com/pimutils/vdirsyncer -Source0: https://files.pythonhosted.org/packages/51/b6/92dcd91a6b9c6581edf14357f24ea11de7f402cde6b27f483d491313c51f/vdirsyncer-0.19.1.tar.gz +Source0: https://files.pythonhosted.org/packages/source/v/vdirsyncer/vdirsyncer-%{version}.tar.gz BuildArch: noarch Requires: python3-click @@ -81,6 +81,14 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Nov 07 2024 zhangyulong - 0.19.3-1 +- Update package to version 0.19.3 + -Support url.fetch attribute + -Fix failed to discover collections for google_contacts + -Add a pre_deletion_hook + -Remove contacts.html: Link "contact the author directly" broken + -Fix invalid ICS files (missing END:VEVENTs and END:VCALENDAR) + * Fri Mar 17 2023 wubijie - 0.19.1-1 - Update package to version 0.19.1 diff --git a/vdirsyncer-0.19.1.tar.gz b/vdirsyncer-0.19.1.tar.gz deleted file mode 100644 index aaa3298f913ecf29ebf2b28f61df5af4541de6fc..0000000000000000000000000000000000000000 Binary files a/vdirsyncer-0.19.1.tar.gz and /dev/null differ diff --git a/vdirsyncer-0.19.3.tar.gz b/vdirsyncer-0.19.3.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..75af431481a09996de9b7770742935155cc15ed1 Binary files /dev/null and b/vdirsyncer-0.19.3.tar.gz differ