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 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277
|
zaqar (7.0.0-1) unstable; urgency=medium
* New upstream release.
* Uploading to unstable:
- Fixes FTBFS (Closes: #892784).
* Wait 10 seconds instead of parsing mongodb output.
* Add Rules-Requires-Root: binary-targets.
* Remove build-depends on mongodb, and do not test with it (Closes: #919094).
-- Thomas Goirand <zigo@debian.org> Thu, 30 Aug 2018 09:25:29 +0200
zaqar (7.0.0~rc1-1) experimental; urgency=medium
[ Ondřej Nový ]
* d/control: Use team+openstack@tracker.debian.org as maintainer
[ Thomas Goirand ]
* New upstream release.
* Removed patches applied upstream:
- Fix_assert_error_during_queue_creating_in_ut.patch
* Rebased finished-fixing-upstream-tests.patch.
* Fixed (build-)depends for this release.
-- Thomas Goirand <zigo@debian.org> Sun, 26 Aug 2018 18:45:12 +0200
zaqar (6.0.1-1) unstable; urgency=medium
* New upstream release.
* Blacklist broken tests:
- websocket.v2.test_messages.MessagesBaseTest.test_post_multiple_2_False()
- Many others not deterministic.
* Add patch to add a MANIFEST.in to also package Alembic migrations.
-- Thomas Goirand <zigo@debian.org> Fri, 04 May 2018 08:34:09 +0000
zaqar (6.0.0-2) unstable; urgency=medium
* Add upstream patch: Fix_assert_error_during_queue_creating_in_ut.patch and
reactivate all tests.
* Add finished-fixing-upstream-tests.patch.
-- Thomas Goirand <zigo@debian.org> Mon, 12 Mar 2018 15:10:43 +0000
zaqar (6.0.0-1) unstable; urgency=medium
[ Ondřej Nový ]
* d/control: Set Vcs-* to salsa.debian.org
* d/copyright: Use https in Format
* Removing gbp.conf, not used anymore or should be specified in the
developers dotfiles
[ Thomas Goirand ]
* New upstream release.
* Fixed (build-)depends for this release.
* Standards-Version is now 4.1.3.
* Switch to Python 3.
* Switched to openstack-pkg-tools >= 70~ shared debconf templates.
* Add remove-trollius-from-requirements.txt.patch.
* Blacklist tests failing under Python 3.6 (see:
https://bugs.launchpad.net/zaqar/+bug/1753997):
- test_claims.ClaimsBaseTest.test_default_ttl_and_grace
- test_claims.ClaimsBaseTest.test_exceeded_claim
- test_claims.ClaimsBaseTest.test_unacceptable_ttl_or_grace_1___1___1_
- tes...Test.test_unacceptable_ttl_or_grace_2__59__60_
- tes...Test.test_unsupported_json_1___overflow___9223372036854775808_
- tes...Test.test_subscription_create
-- Thomas Goirand <zigo@debian.org> Wed, 21 Feb 2018 15:38:13 +0100
zaqar (5.0.0-3) unstable; urgency=medium
[ David Rabel ]
* Update fr.po (Closes: #885586).
-- Thomas Goirand <zigo@debian.org> Fri, 26 Jan 2018 08:55:13 +0100
zaqar (5.0.0-2) unstable; urgency=medium
* Updated it.po (Closes: #872730).
-- Thomas Goirand <zigo@debian.org> Sun, 29 Oct 2017 20:20:38 +0100
zaqar (5.0.0-1) experimental; urgency=medium
* New upstream release.
* Remove SQLAlchemy version patch.
* Ran wrap-and-sort -bast.
* Updating VCS URLs.
* Standards-Version: 4.1.1.
* Deprecating priority extra as per policy.
* Fixed (build-)depends for this release.
* Fixed oslo-config-generator namespace list for this release.
* Remove export OSLO_PACKAGE_VERSION defined by openstack-pkg-tools.
-- Thomas Goirand <zigo@debian.org> Thu, 19 Oct 2017 16:30:47 +0200
zaqar (3.0.0-6) unstable; urgency=medium
* Danish translation of the debconf templates (Closes: #850877).
-- Thomas Goirand <zigo@debian.org> Tue, 04 Apr 2017 17:33:55 +0200
zaqar (3.0.0-5) unstable; urgency=medium
* German debconf translation update (Closes: #842488).
-- Thomas Goirand <zigo@debian.org> Mon, 03 Apr 2017 18:17:30 +0200
zaqar (3.0.0-4) unstable; urgency=medium
* Team upload.
* Revert net-tools dependency.
* Bump build dependency on openstack-pkg-tools (Closes: #858714).
-- David Rabel <david.rabel@noresoft.com> Sat, 01 Apr 2017 12:46:24 +0200
zaqar (3.0.0-3) unstable; urgency=medium
* Team upload.
* Add missing dependency net-tools (Closes: #858714)
-- David Rabel <david.rabel@noresoft.com> Sat, 25 Mar 2017 13:40:55 +0100
zaqar (3.0.0-2) unstable; urgency=medium
* Team upload.
* d/s/options: extend-diff-ignore of .gitreview
* d/control: Use correct branch in Vcs-* fields
* Bumped debhelper compat version to 10
* Added lsb-base to depends
* Patch-out upper constraints of SQLAlchemy
-- Ondřej Nový <onovy@debian.org> Fri, 20 Jan 2017 12:05:36 +0100
zaqar (3.0.0-1) unstable; urgency=medium
* New upstream release.
-- Thomas Goirand <zigo@debian.org> Fri, 07 Oct 2016 02:15:48 +0200
zaqar (3.0.0~rc1-2) unstable; urgency=medium
* Uploading to unstable.
* Build-Depends on openstack-pkg-tools >= 53~.
* Fixed oslotest EPOCH.
-- Thomas Goirand <zigo@debian.org> Wed, 28 Sep 2016 10:21:24 +0200
zaqar (3.0.0~rc1-1) experimental; urgency=medium
* New upstream release.
* Fixed (build-)depends for this release.
* Using OpenStack's Gerrit as VCS URLs.
-- Thomas Goirand <zigo@debian.org> Mon, 19 Sep 2016 14:18:33 +0200
zaqar (3.0.0~b2-1) experimental; urgency=medium
* New upstream release.
* Fixed (build-)depends for this release.
-- Thomas Goirand <zigo@debian.org> Sat, 16 Jul 2016 17:14:56 +0200
zaqar (3.0.0~b1-1) experimental; urgency=medium
* New upstream release.
* Fixed (build-)depends for this release.
* Standards-Version is now 3.9.8 (no change).
-- Thomas Goirand <zigo@debian.org> Mon, 13 Jun 2016 16:52:37 +0200
zaqar (2.0.0-2) unstable; urgency=medium
* Updated Portuguese translation for debconf messages (Closes: #821246).
* Updated Japanese debconf templates (Closes: #820757).
* Updated Dutch debconf templates (Closes: #823441).
-- Thomas Goirand <zigo@debian.org> Wed, 18 May 2016 11:37:45 +0200
zaqar (2.0.0-1) unstable; urgency=medium
* New upstream release.
-- Thomas Goirand <zigo@debian.org> Thu, 07 Apr 2016 22:09:18 +0200
zaqar (2.0.0~rc2-1) unstable; urgency=medium
* New upstream release.
* Uploading to unstable.
-- Thomas Goirand <zigo@debian.org> Tue, 05 Apr 2016 13:23:40 +0200
zaqar (2.0.0~rc1-2) experimental; urgency=medium
* Do not use Keystone admin auth token to register API endpoints.
-- Thomas Goirand <zigo@debian.org> Tue, 29 Mar 2016 13:59:21 +0000
zaqar (2.0.0~rc1-1) experimental; urgency=medium
* New upstream release.
* Fixed (build-)depends for this release.
-- Thomas Goirand <zigo@debian.org> Tue, 22 Mar 2016 16:01:24 +0100
zaqar (2.0.0~b3-1) experimental; urgency=medium
* New upstream release.
* Fixed (build-)depends for this release.
* Standards-Version: 3.9.7 (no change).
* Black list unit test failing with python-websocket 0.18.0:
SubscriptionTest.test_subscription_sustainable_notifications_format.
-- Thomas Goirand <zigo@debian.org> Wed, 09 Mar 2016 10:34:58 +0100
zaqar (2.0.0~b2-2) experimental; urgency=medium
* Updated nl.po debconf translation (Closes: #812350).
* VCS fields using HTTPS URLs.
-- Thomas Goirand <zigo@debian.org> Sat, 06 Feb 2016 13:09:49 +0800
zaqar (2.0.0~b2-1) experimental; urgency=medium
* New upstream release.
* Fixed (build-)depends for this release.
* Fixed config file generation namespaces.
* Fixed debian/copyright ordering.
-- Thomas Goirand <zigo@debian.org> Thu, 10 Dec 2015 15:46:17 +0100
zaqar (1.0.0-6) unstable; urgency=medium
* Added French templates translation update (Closes: #805397).
* Same for Portuguese (Closes: #805426).
* Same for Dutch (Closes: #805467).
-- Thomas Goirand <zigo@debian.org> Wed, 02 Dec 2015 10:24:45 +0100
zaqar (1.0.0-5) unstable; urgency=medium
* Imported .po files from Cinder, ran debconf-poupdate, replaced cinder by
zaqar and unfuzzied strings (Closes: #801920).
* Added pt.po debconf translation (Closes: #802425).
-- Thomas Goirand <zigo@debian.org> Fri, 13 Nov 2015 09:38:53 +0100
zaqar (1.0.0-4) unstable; urgency=medium
* Added q-text-as-data in depends of zaqar-server.
-- Thomas Goirand <zigo@debian.org> Tue, 03 Nov 2015 11:59:41 +0000
zaqar (1.0.0-3) unstable; urgency=medium
* Rebuilt with openstack-pkg-tools 37 to use Keystone API v3.
-- Thomas Goirand <zigo@debian.org> Tue, 03 Nov 2015 09:15:44 +0000
zaqar (1.0.0-2) unstable; urgency=medium
* Correctly rm remainings on purge (Closes: #802531).
-- Thomas Goirand <zigo@debian.org> Fri, 23 Oct 2015 12:19:26 +0000
zaqar (1.0.0-1) unstable; urgency=medium
* New upstream release.
* Removed patches applied upstream.
-- Thomas Goirand <zigo@debian.org> Thu, 24 Sep 2015 18:25:29 +0200
zaqar (1.0.0~b3+2015.09.15.git45.5a332eadbf-1) unstable; urgency=medium
* Initial release. (Closes: #787182)
-- Thomas Goirand <zigo@debian.org> Tue, 21 Apr 2015 10:23:04 +0200
|