14
0
Commit Graph

25 Commits

Author SHA256 Message Date
f68bf7bc1f - Add missing dependency
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vdirsyncer?expand=0&rev=41
2023-07-27 14:35:59 +00:00
bf166b00e8 - fix and reenable tests
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vdirsyncer?expand=0&rev=39
2023-05-04 23:56:46 +00:00
e740d20b9f Add missing requires.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vdirsyncer?expand=0&rev=37
2022-12-20 19:18:07 +00:00
7c5fcfe75a - 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
2021-07-10 12:30:23 +00:00
e8b0dc1d6d Fix metadata
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vdirsyncer?expand=0&rev=34
2021-05-31 16:11:59 +00:00
a460548bf0 - Add deprecated_getiterator.patch (.getiterator() in
etree.Element is obsolete, use just plain iter())

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vdirsyncer?expand=0&rev=33
2021-05-31 16:10:00 +00:00
6aa7d125a5 - Remove ifpython3 macro guarding the Provides/Obsoletes
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vdirsyncer?expand=0&rev=31
2021-04-12 07:00:01 +00:00
36dd96afd8 - Set up update-alternatives for systemd unit files.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vdirsyncer?expand=0&rev=30
2021-03-12 19:57:16 +00:00
b274f2cb63 Accepting request 875834 from home:frispete:Tumbleweed
- Fix source references

OBS-URL: https://build.opensuse.org/request/show/875834
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vdirsyncer?expand=0&rev=29
2021-02-28 23:11:59 +00:00
Tomáš Chvátal
79d6574c8e Accepting request 831282 from home:-miska-
-fix compatibility with latest click - patch taken directly from upstream git
 * 3eb9ce5ae4320d52e6c876874511ff96a8a45f51.patch

OBS-URL: https://build.opensuse.org/request/show/831282
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vdirsyncer?expand=0&rev=28
2020-09-01 20:17:04 +00:00
3eb31f890f Accepting request 822341 from home:mcalabkova:branches:devel:languages:python
- Update to 0.16.8
  * Support Python 3.7 and 3.8.
  * Vdirsyncer will now warn if there's a string without quotes in your config.
- Drop python-vdirsyncer-fix-tests.patch

OBS-URL: https://build.opensuse.org/request/show/822341
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vdirsyncer?expand=0&rev=26
2020-07-23 10:06:34 +00:00
99bb21f699 - Add missing BR python-atomicwrites
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vdirsyncer?expand=0&rev=24
2020-06-07 21:35:32 +00:00
Tomáš Chvátal
aa1bd196f3 Accepting request 806924 from home:pgajdos:python
submit

OBS-URL: https://build.opensuse.org/request/show/806924
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vdirsyncer?expand=0&rev=22
2020-05-18 13:00:57 +00:00
Tomáš Chvátal
8baa69c40c - Skip failing test due to changed quoting in click:
* test_verbosity

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vdirsyncer?expand=0&rev=20
2020-04-29 12:52:09 +00:00
Tomáš Chvátal
50dd4a5835 Accepting request 769698 from home:dimstar:Factory
Shortcut through -mini

OBS-URL: https://build.opensuse.org/request/show/769698
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vdirsyncer?expand=0&rev=18
2020-02-03 18:21:20 +00:00
Tomáš Chvátal
71ef7d3fd8 - Make the deadline for tests even larger, on slow obs bots
it takes 1300:
  * python-vdirsyncer-shift-deadline.patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vdirsyncer?expand=0&rev=16
2019-06-05 07:16:21 +00:00
Tomáš Chvátal
fddaebc654 Accepting request 703576 from home:anandrit:branches:devel:languages:python
- Skip flaky test test_legacy_status

OBS-URL: https://build.opensuse.org/request/show/703576
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vdirsyncer?expand=0&rev=14
2019-05-16 23:03:44 +00:00
Tomáš Chvátal
5c342cdb88 Accepting request 701268 from home:pgajdos
- added patches
  default deadline (200ms) is too short for obs
  + python-vdirsyncer-shift-deadline.patch

OBS-URL: https://build.opensuse.org/request/show/701268
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vdirsyncer?expand=0&rev=12
2019-05-07 10:11:51 +00:00
Tomáš Chvátal
8b2414146a Accepting request 701106 from home:pgajdos
please really carefully review

OBS-URL: https://build.opensuse.org/request/show/701106
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vdirsyncer?expand=0&rev=11
2019-05-06 13:41:12 +00:00
Tomáš Chvátal
a680703840 Accepting request 692066 from home:jengelh:branches:devel:languages:python
- Use noun phrase in summary. Wrap description.

OBS-URL: https://build.opensuse.org/request/show/692066
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vdirsyncer?expand=0&rev=10
2019-04-08 08:33:42 +00:00
Tomáš Chvátal
7b8e0f88ab Accepting request 689876 from home:pgajdos
- version update to 0.16.7
  Fixes for Python 3.7
- added patches
  https://github.com/pimutils/vdirsyncer/pull/779
  + python-vdirsyncer-fix-tests.patch

OBS-URL: https://build.opensuse.org/request/show/689876
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vdirsyncer?expand=0&rev=8
2019-04-03 11:17:48 +00:00
b8fc8a734f Accepting request 623571 from home:mimi_vx:branches:devel:languages:python
- fix vdirsyncer.timer service

OBS-URL: https://build.opensuse.org/request/show/623571
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vdirsyncer?expand=0&rev=6
2018-07-18 08:06:03 +00:00
b3093bde2c Accepting request 620568 from home:dmacvicar:branches:devel:languages:python
- Add systemd unit and timer from upstream git
- Make package python3 only
- Update to version 0.16.6
  * Documentation building no longer needs a working installation
    of vdirsyncer.
- Changes from version 0.16.5
  * click-log 0.3 is required.
  * All output will now happen on stderr (because of the upgrade of ``click-log``).
- Changes from version 0.16.4
  * Fix tests for new Hypothesis version. (Literally no other change included)
- Changes from version 0.16.3
  * First version with custom Debian and Ubuntu packages. See :gh:`663`.
  * Remove invalid ASCII control characters from server responses. See :gh:`626`.
  * Python 3.3 is no longer supported. See :ghpr:`674`.
- Changes from version 0.16.2
  * Fix crash when using daterange or item_type filters in
    :storage:`google_calendar`, see :gh:`657`.
  * Fixes for new version ``0.2.0`` of ``click-log``. The version
    requirements for the dependency ``click-log`` changed.
- Changes from version 0.16.1
  * Removed remoteStorage support, see :gh:`647`.
  * Fixed test failures caused by latest requests version, see :gh:`660`.

OBS-URL: https://build.opensuse.org/request/show/620568
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vdirsyncer?expand=0&rev=4
2018-07-04 07:18:06 +00:00
Jan Matejek
e5af172521 Accepting request 508105 from home:alois:branches:devel:languages:python
Update to 0.16.0 (2nd attempt)

OBS-URL: https://build.opensuse.org/request/show/508105
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vdirsyncer?expand=0&rev=2
2017-07-04 12:41:09 +00:00
db7e1bb2a8 Accepting request 507443 from home:alois:branches:devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/507443
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-vdirsyncer?expand=0&rev=1
2017-07-04 05:24:49 +00:00