1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150
|
vdirsyncer (0.16.8-2) unstable; urgency=medium
* Team upload.
* The test_metadata_normalization sometime fails to run under 200ms which
prevent the test suite from succeeding, while there isn't an actual
failure. Disabling deadlines for hypothesis tests.
* Run actual test suite instead of superficial tests for autopkgtest
-- Baptiste Beauplat <lyknode@cilg.org> Tue, 23 Feb 2021 19:05:29 +0100
vdirsyncer (0.16.8-1) unstable; urgency=medium
* Team Upload.
[ Ondřej Nový ]
* Use debhelper-compat instead of debian/compat.
* d/control: Update Maintainer field with new Debian Python Team
contact address.
* d/control: Update Vcs-* fields with new Debian Python Team Salsa
layout.
[ Baptiste Beauplat ]
* New upstream release 0.16.8:
- Don't use setuptools_scm with sphinx (Closes: #951948)
* Ignore modification on version.py (re-generated for every version)
* Rediff patches (renumbered)
* Add patch to replace deprecated getiterator() by python3.9 compatible
iter() (Closes: #975494)
* Fix quoting in verbosity value test
* Bump debhelper-compat to 13
* Bump Standard-Version to 4.5.1
* Set Rules-Requires-Root: no in d/control
* Update watch file:
- Use version 4
- Correctly handle pre-releases versions
* Remove built docs on cleanup
* Rename source TODO.Debian to TODO
* Add user systemd service and timer (Closes: #925538)
* Add upstream metadata
* Add Salsa CI pipeline
[ Mattia Rizzolo ]
* Rename d/{docs,install,manapges} to d/vdirsyncer.{docs,install.manpages},
for better clarity.
-- Baptiste Beauplat <lyknode@cilg.org> Fri, 22 Jan 2021 11:44:09 +0100
vdirsyncer (0.16.7-2) unstable; urgency=medium
* d/control: Fix FTBFS caused by missing comma in suggests
-- Filip Pytloun <filip@pytloun.cz> Tue, 22 Jan 2019 10:32:31 +0100
vdirsyncer (0.16.7-1) unstable; urgency=medium
[ Ondřej Nový ]
* d/copyright: Use https protocol in Format field
* d/tests: Use AUTOPKGTEST_TMP instead of ADTTMP
* d/control: Remove ancient X-Python3-Version field
[ Filip Pytloun ]
* New upstream release, Closes: #909996
* d/control: VCS urls are now fixed, Closes: #917092
* d/control: suggest vdirsyncer-doc, Closes: #902669
* d/patches: Update patches
* d/control: Bump standards version
* d/compat: Bump debhelper version
-- Filip Pytloun <filip@pytloun.cz> Tue, 27 Feb 2018 21:11:19 +0100
vdirsyncer (0.16.2-4) unstable; urgency=medium
* New upstream release
* Fix lintian warning by removing extra license file
* Require python-click-log >= 0.2.0
-- Filip Pytloun <filip@pytloun.cz> Wed, 06 Sep 2017 13:10:47 +0200
vdirsyncer (0.16.0-3) unstable; urgency=medium
* Update patch
0004-Suppress-HealthCheck.too_slow-to-fix-build-on-slow-p.patch:
use enums rather tan strings to identify health checks to skip.
Should fix errors about slow data generation on ARM.
-- Jelmer Vernooij <jelmer@debian.org> Thu, 20 Jul 2017 00:37:24 +0000
vdirsyncer (0.16.0-2) unstable; urgency=medium
* Install upstream changelog. Closes: #867790
* Add patch 0006-disable-sync.patch: Disable two tests that sometimes
hang. Closes: #836667
-- Jelmer Vernooij <jelmer@debian.org> Wed, 19 Jul 2017 01:01:04 +0000
vdirsyncer (0.16.0-1) unstable; urgency=medium
* New upstream release.
* Add myself to uploaders.
* Refresh patches
+ 0001-Don-t-use-subtest.patch
+ 0003-Skip-SSL-tests.patch
+ 0004-Suppress-HealthCheck.too_slow-to-fix-build-on-slow-p.patch
* d/control: Per upstream, mark as supporting Python >= 3.3.
* d/rules: Force use of Python3 version of sphinx-build.
* Bump standards version to 4.0.0 (no changes).
-- Jelmer Vernooij <jelmer@debian.org> Mon, 03 Jul 2017 00:44:12 +0000
vdirsyncer (0.14.1-1) unstable; urgency=medium
* New upstream release
* d/patches: drop 0005-Direct-users-to-Debian-BTS.patch as upstream docs
already covers Debian packages
-- Filip Pytloun <filip@pytloun.cz> Mon, 27 Mar 2017 09:41:21 +0200
vdirsyncer (0.14.0-3) unstable; urgency=medium
* d/patches: Direct users to Debian BTS to avoid bothering upstream with
bugs against old versions
-- Filip Pytloun <filip@pytloun.cz> Thu, 05 Jan 2017 10:30:17 +0100
vdirsyncer (0.14.0-2) unstable; urgency=medium
* d/patches: Fix patch fixing tests on slow platforms
* raise required debhelper version to 10
-- Filip Pytloun <filip@pytloun.cz> Mon, 14 Nov 2016 12:07:31 +0100
vdirsyncer (0.14.0-1) unstable; urgency=medium
* New upstream release (Closes: #842173)
* d/patches: Rebased for new release
-- Filip Pytloun <filip@pytloun.cz> Mon, 31 Oct 2016 14:32:37 +0100
vdirsyncer (0.12.1-1) unstable; urgency=medium
* new upstream version
* Fix FTBFS on armhf by disabling HealthCheck.too_slow test
-- Filip Pytloun <filip@pytloun.cz> Fri, 09 Sep 2016 10:49:21 +0200
vdirsyncer (0.11.3-1) unstable; urgency=low
* initial release (Closes: #745027)
-- Filip Pytloun <filip@pytloun.cz> Tue, 23 Aug 2016 17:29:54 +0200
|