diff --git a/python-vdirsyncer.changes b/python-vdirsyncer.changes index 9610e85..39b02a6 100644 --- a/python-vdirsyncer.changes +++ b/python-vdirsyncer.changes @@ -3,6 +3,7 @@ Mon May 31 15:07:46 UTC 2021 - Matej Cepl - Add deprecated_getiterator.patch (.getiterator() in etree.Element is obsolete, use just plain iter()) + gh#pimutils/vdirsyncer#880 ------------------------------------------------------------------- Tue Apr 12 06:56:05 UTC 2021 - Steve Kowalik diff --git a/python-vdirsyncer.spec b/python-vdirsyncer.spec index 569e8ae..bb97ba6 100644 --- a/python-vdirsyncer.spec +++ b/python-vdirsyncer.spec @@ -32,7 +32,7 @@ Source2: vdirsyncer.timer Patch1: python-vdirsyncer-shift-deadline.patch # Compatibility with latest click - taken directly from upstream git Patch2: 3eb9ce5ae4320d52e6c876874511ff96a8a45f51.patch -# PATCH-FIX-UPSTREAM deprecated_getiterator.patch bugno mcepl@suse.com +# PATCH-FIX-UPSTREAM deprecated_getiterator.patch gh#pimutils/vdirsyncer#880 mcepl@suse.com # .getiterator() in etree.Element is obsolete, use just plain iter() Patch0: deprecated_getiterator.patch BuildRequires: %{python_module atomicwrites}