14
0

- Update to 0.18.0:

This release is a maintenance-focused one and mostly addresses
  compatibility with newer Python versions and newer dependencies.
  Note: Version 0.17 has some alpha releases but ultimately was never finalised.
  0.18 actually continues where 0.16 left off.
  - Support for Python 3.5 and 3.6 has been dropped. This release mostly focuses
    on keeping vdirsyncer compatible with newer environments.
  - Python 3.9 is now supported.
  - click 8 and click-threading 0.5.0 are now required.
  - For those using `pipsi`, we now recommend using `pipx`, it's successor.
  - Our Debian/Ubuntu build scripts have been updated. New versions should be
    pushed to those repositories soon.
- Remove obsolete patches:
  - python-vdirsyncer-shift-deadline.patch
  - deprecated_getiterator.patch
- Temporarily switch off tests (gh#pimutils/vdirsyncer#654).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vdirsyncer?expand=0&rev=36
This commit is contained in:
2021-07-10 12:30:23 +00:00
committed by Git OBS Bridge
parent e8b0dc1d6d
commit 7c5fcfe75a
7 changed files with 38 additions and 73 deletions

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Sat Jul 10 11:56:11 UTC 2021 - Matej Cepl <mcepl@suse.com>
- Update to 0.18.0:
This release is a maintenance-focused one and mostly addresses
compatibility with newer Python versions and newer dependencies.
Note: Version 0.17 has some alpha releases but ultimately was never finalised.
0.18 actually continues where 0.16 left off.
- Support for Python 3.5 and 3.6 has been dropped. This release mostly focuses
on keeping vdirsyncer compatible with newer environments.
- Python 3.9 is now supported.
- click 8 and click-threading 0.5.0 are now required.
- For those using `pipsi`, we now recommend using `pipx`, it's successor.
- Our Debian/Ubuntu build scripts have been updated. New versions should be
pushed to those repositories soon.
- Remove obsolete patches:
- python-vdirsyncer-shift-deadline.patch
- deprecated_getiterator.patch
- Temporarily switch off tests (gh#pimutils/vdirsyncer#654).
-------------------------------------------------------------------
Mon May 31 15:07:46 UTC 2021 - Matej Cepl <mcepl@suse.com>