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 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542
|
python-openstackclient (7.4.0-1) experimental; urgency=medium
* New upstream release.
* Fixed (build-)depends for this release.
-- Thomas Goirand <zigo@debian.org> Mon, 03 Mar 2025 09:55:34 +0100
python-openstackclient (6.6.0-6) unstable; urgency=medium
* Removed python3-saharaclient from build-depends.
-- Thomas Goirand <zigo@debian.org> Tue, 14 Jan 2025 08:38:19 +0100
python-openstackclient (6.6.0-5) unstable; urgency=medium
* Add missing python3-simplejson (build-)depends (Closes: #1082696).
-- Thomas Goirand <zigo@debian.org> Wed, 25 Sep 2024 09:38:17 +0200
python-openstackclient (6.6.0-4) unstable; urgency=medium
* Removed extraneous dependency on python3-mock (Closes: #1071714).
-- Thomas Goirand <zigo@debian.org> Sun, 02 Jun 2024 12:54:26 +0200
python-openstackclient (6.6.0-3) unstable; urgency=medium
* Removed python3-karborclient from build-depends.
-- Thomas Goirand <zigo@debian.org> Thu, 09 May 2024 14:26:37 +0200
python-openstackclient (6.6.0-2) unstable; urgency=medium
* Uploading to unstable.
-- Thomas Goirand <zigo@debian.org> Sun, 07 Apr 2024 23:06:56 +0200
python-openstackclient (6.6.0-1) experimental; urgency=medium
* New upstream release.
* Removed python3-muranoclient from build-depends.
-- Thomas Goirand <zigo@debian.org> Tue, 19 Mar 2024 08:05:09 +0100
python-openstackclient (6.5.0-1) experimental; urgency=medium
* New upstream release.
* Fixed (build-)depends for this release.
-- Thomas Goirand <zigo@debian.org> Fri, 01 Mar 2024 22:10:52 +0100
python-openstackclient (6.3.0-3) unstable; urgency=medium
* Blacklist tests.unit.common.test_module.TestModuleList (Closes: #1058097).
-- Thomas Goirand <zigo@debian.org> Tue, 12 Dec 2023 16:22:02 +0100
python-openstackclient (6.3.0-2) unstable; urgency=medium
* Uploading to unstable.
-- Thomas Goirand <zigo@debian.org> Sun, 08 Oct 2023 18:53:10 +0200
python-openstackclient (6.3.0-1) experimental; urgency=medium
* New upstream release.
* Fixed (build-)depends for this release.
-- Thomas Goirand <zigo@debian.org> Sun, 17 Sep 2023 12:43:02 +0200
python-openstackclient (6.2.0-4) unstable; urgency=medium
* Cleans better (Closes: #1048950).
-- Thomas Goirand <zigo@debian.org> Tue, 22 Aug 2023 12:53:00 +0200
python-openstackclient (6.2.0-3) unstable; urgency=medium
* Add AUTHORS in the doc folder (Closes: #990337).
-- Thomas Goirand <zigo@debian.org> Fri, 11 Aug 2023 12:20:22 +0200
python-openstackclient (6.2.0-2) unstable; urgency=medium
* Uploading to unstable.
-- Thomas Goirand <zigo@debian.org> Tue, 20 Jun 2023 10:49:20 +0200
python-openstackclient (6.2.0-1) experimental; urgency=medium
* New upstream release.
-- Thomas Goirand <zigo@debian.org> Fri, 10 Mar 2023 08:46:33 +0100
python-openstackclient (6.1.0-1) experimental; urgency=medium
* New upstream release.
* Fixed (build-)depends for this release, removing versions satisfied in
Bookworm.
-- Thomas Goirand <zigo@debian.org> Fri, 24 Feb 2023 12:13:52 +0100
python-openstackclient (6.0.0-3) unstable; urgency=medium
* Remove python3-congressclient build-depends.
-- Thomas Goirand <zigo@debian.org> Thu, 29 Dec 2022 18:29:51 +0100
python-openstackclient (6.0.0-2) unstable; urgency=medium
* Uploading to unstable.
-- Thomas Goirand <zigo@debian.org> Fri, 23 Sep 2022 17:33:28 +0200
python-openstackclient (6.0.0-1) experimental; urgency=medium
* New upstream release.
-- Thomas Goirand <zigo@debian.org> Mon, 05 Sep 2022 09:10:04 +0200
python-openstackclient (5.8.0-2) unstable; urgency=medium
* Uploading to unstable.
-- Thomas Goirand <zigo@debian.org> Fri, 25 Mar 2022 12:10:33 +0100
python-openstackclient (5.8.0-1) experimental; urgency=medium
* New upstream release.
* Fixed (build-)depends for this release.
-- Thomas Goirand <zigo@debian.org> Wed, 09 Mar 2022 22:47:47 +0100
python-openstackclient (5.7.0-1) experimental; urgency=medium
* New upstream release.
* Add autopkgtest.
* Run all tests.
-- Thomas Goirand <zigo@debian.org> Sat, 26 Feb 2022 23:26:46 +0100
python-openstackclient (5.6.0-2) unstable; urgency=medium
* Uploading to unstable.
-- Thomas Goirand <zigo@debian.org> Wed, 29 Sep 2021 20:50:32 +0200
python-openstackclient (5.6.0-1) experimental; urgency=medium
* New upstream release.
* Added myself in copyright and uploaders.
* Added versioned depends for openstacksdk >= 0.56.0.
-- Sakirnth Nagarasa <sakirnth@gmail.com> Thu, 02 Sep 2021 23:20:04 +0200
python-openstackclient (5.5.0-2) unstable; urgency=medium
* Add python3-cloudkittyclient and python3-manilaclient to build-depends, so
they can be included in the bash-completion script.
* Add Recommends: python-openstackclient-doc (Closes: #991954).
* Upload to unstable.
-- Thomas Goirand <zigo@debian.org> Mon, 16 Aug 2021 11:45:15 +0200
python-openstackclient (5.5.0-1) experimental; urgency=medium
* New upstream release.
* Debhelper 11.
* Removed (build-)depends versions when satisfied in Bullseye.
* Fixed (build-)depends for this release.
-- Thomas Goirand <zigo@debian.org> Mon, 22 Mar 2021 08:49:07 +0100
python-openstackclient (5.4.0-3) unstable; urgency=medium
* Removed python3-crypto from (build-)depends (Closes: #971307).
-- Thomas Goirand <zigo@debian.org> Sun, 22 Nov 2020 12:18:50 +0100
python-openstackclient (5.4.0-2) unstable; urgency=medium
* Uploading to unstable.
* Fixed debian/watch.
* Add a debian/salsa-ci.yml.
-- Thomas Goirand <zigo@debian.org> Fri, 16 Oct 2020 17:47:34 +0200
python-openstackclient (5.4.0-1) experimental; urgency=medium
* New upstream release.
* Re-added python3-mock as build-depends.
-- Thomas Goirand <zigo@debian.org> Mon, 05 Oct 2020 10:29:21 +0200
python-openstackclient (5.3.1-1) experimental; urgency=medium
* New upstream release.
* Fixed (build-)depends for this release.
-- Thomas Goirand <zigo@debian.org> Sun, 13 Sep 2020 16:05:39 +0200
python-openstackclient (5.2.1-1) unstable; urgency=medium
* New upstream release.
-- Thomas Goirand <zigo@debian.org> Sat, 20 Jun 2020 19:03:52 +0200
python-openstackclient (5.2.0-2) unstable; urgency=medium
* Uploading to unstable.
-- Thomas Goirand <zigo@debian.org> Sat, 09 May 2020 00:07:08 +0200
python-openstackclient (5.2.0-1) experimental; urgency=medium
* New upstream release.
* Fixed (build-)depends for this release.
-- Thomas Goirand <zigo@debian.org> Sun, 12 Apr 2020 18:57:17 +0200
python-openstackclient (4.0.0-2) unstable; urgency=medium
[ Ondřej Nový ]
* Run wrap-and-sort -bastk.
* Bump Standards-Version to 4.4.1.
[ Thomas Goirand ]
* Uploading to unstable.
-- Thomas Goirand <zigo@debian.org> Mon, 21 Oct 2019 09:28:33 +0200
python-openstackclient (4.0.0-1) experimental; urgency=medium
[ Ondřej Nový ]
* d/control: Add trailing tilde to min version depend to allow
backports.
* Bump Standards-Version to 4.4.0.
[ Thomas Goirand ]
* New upstream release.
* Fixed (build-)depends for this release.
-- Thomas Goirand <zigo@debian.org> Tue, 17 Sep 2019 10:26:52 +0200
python-openstackclient (3.18.0-2) unstable; urgency=medium
[ Ondřej Nový ]
* Use debhelper-compat instead of debian/compat.
[ Thomas Goirand ]
* Uploading to unstable.
-- Thomas Goirand <zigo@debian.org> Thu, 18 Jul 2019 23:46:31 +0200
python-openstackclient (3.18.0-1) experimental; urgency=medium
* New upstream release.
* Removed Python 2 support.
-- Thomas Goirand <zigo@debian.org> Mon, 25 Mar 2019 22:49:35 +0100
python-openstackclient (3.16.2-1) unstable; urgency=medium
[ Ondřej Nový ]
* Running wrap-and-sort -bast
* Use 'python3 -m sphinx' instead of sphinx-build for building docs
[ Thomas Goirand ]
* New upstream point release.
-- Thomas Goirand <zigo@debian.org> Thu, 21 Feb 2019 09:20:30 +0100
python-openstackclient (3.16.0-3) unstable; urgency=high
* Remove the test suite which is doing apt-get, and that isn't advised.
-- Thomas Goirand <zigo@debian.org> Wed, 12 Sep 2018 09:36:40 +0200
python-openstackclient (3.16.0-2) unstable; urgency=medium
* Uploading to unstable.
-- Thomas Goirand <zigo@debian.org> Wed, 05 Sep 2018 09:53:53 +0200
python-openstackclient (3.16.0-1) experimental; urgency=medium
[ Ondřej Nový ]
* d/control: Use team+openstack@tracker.debian.org as maintainer
[ Thomas Goirand ]
* New upstream release.
* Fixed (build-)depends for this release.
* Building sphinx doc with Python 3.
* Remove fix-output-encoding.patch applied upstream.
-- Thomas Goirand <zigo@debian.org> Wed, 22 Aug 2018 15:31:26 +0200
python-openstackclient (3.14.2-1) unstable; urgency=medium
[ Michal Arbet ]
* New upstream version
* Add bash completion for openstackclient
* Edit d/control to use openstack-pkg-tools >= 71
-- Thomas Goirand <zigo@debian.org> Tue, 05 Jun 2018 17:47:44 +0200
python-openstackclient (3.14.0-6) unstable; urgency=medium
* Update "openstack log show" encoding patch after merge upstream.
-- Thomas Goirand <zigo@debian.org> Sun, 25 Mar 2018 00:26:32 +0100
python-openstackclient (3.14.0-5) unstable; urgency=medium
[ Ondřej Nový ]
* d/control: Remove Testsuite field, not needed anymore
[ Thomas Goirand ]
* Fixed Python 3 shebang.
-- Thomas Goirand <zigo@debian.org> Sun, 18 Mar 2018 18:33:32 +0000
python-openstackclient (3.14.0-4) unstable; urgency=medium
* Python 3 has now priority over Python 2.
-- Thomas Goirand <zigo@debian.org> Sun, 11 Mar 2018 13:15:25 +0100
python-openstackclient (3.14.0-3) unstable; urgency=medium
* Make python-zunclient in the <!nodoc> pool.
-- Thomas Goirand <zigo@debian.org> Mon, 26 Feb 2018 22:22:29 +0000
python-openstackclient (3.14.0-2) unstable; urgency=medium
* Uploading to unstable.
-- Thomas Goirand <zigo@debian.org> Sun, 25 Feb 2018 21:55:15 +0000
python-openstackclient (3.14.0-1) experimental; urgency=medium
[ Ondřej Nový ]
* d/control: Set Vcs-* to salsa.debian.org
[ Thomas Goirand ]
* New upstream release.
* Fixed (build-)depends for this release.
* Standards-Version is now 4.1.3.
-- Thomas Goirand <zigo@debian.org> Tue, 13 Feb 2018 22:51:34 +0000
python-openstackclient (3.12.0-3) unstable; urgency=medium
* Add patch to fix output encoding that simply crashes the client.
-- Thomas Goirand <zigo@debian.org> Wed, 07 Feb 2018 09:31:36 +0100
python-openstackclient (3.12.0-2) unstable; urgency=medium
* Uploading to unstable:
- Fix FTBFS with Python 3.6 (Closes: #867508).
-- Thomas Goirand <zigo@debian.org> Sun, 29 Oct 2017 17:47:25 +0100
python-openstackclient (3.12.0-1) experimental; urgency=medium
[ Daniel Baumann ]
* Updating vcs fields.
* Updating copyright format url.
* Running wrap-and-sort -bast.
* Updating maintainer field.
* Updating standards version to 4.0.0.
* Removing gbp.conf, not used anymore or should be specified in the
developers dotfiles.
* Correcting permissions in debian packaging files.
* Updating standards version to 4.0.1.
* Updating standards version to 4.1.0.
[ Thomas Goirand ]
* New upstream release.
* Using pkgos-dh_auto_{test,install}.
* Fixed (build-)depends for this release.
-- Thomas Goirand <zigo@debian.org> Tue, 03 Oct 2017 14:36:21 +0200
python-openstackclient (2.3.0-4) unstable; urgency=medium
* Add Testsuite field to debian/control
-- gustavo panizzo <gfa@zumbi.com.ar> Wed, 20 Jul 2016 14:17:10 +0800
python-openstackclient (2.3.0-3) unstable; urgency=medium
[ Ondřej Nový ]
* Standards-Version is 3.9.8 now (no change)
* d/rules: Removed UPSTREAM_GIT with default value
[ gustavo panizzo ]
* Add autopkgtest tests
-- gustavo panizzo <gfa@zumbi.com.ar> Tue, 19 Jul 2016 19:28:31 +0800
python-openstackclient (2.3.0-2) unstable; urgency=medium
* Uploading to unstable.
-- Thomas Goirand <zigo@debian.org> Mon, 04 Apr 2016 11:30:04 +0000
python-openstackclient (2.3.0-1) experimental; urgency=medium
* New upstream release.
* Fixed (build-)depends for this release.
-- Thomas Goirand <zigo@debian.org> Sat, 02 Apr 2016 15:21:43 +0200
python-openstackclient (2.2.0-1) experimental; urgency=medium
* New upstream release.
* Fixed (build-)depends for this release.
-- Thomas Goirand <zigo@debian.org> Mon, 14 Mar 2016 15:01:59 +0100
python-openstackclient (2.1.0-1) experimental; urgency=medium
[ Corey Bryant ]
* New upstream release.
* Align (Build-)Depends with upstream.
[ Thomas Goirand ]
* Standards-Version: 3.9.7 (no change).
-- Thomas Goirand <zigo@debian.org> Thu, 03 Mar 2016 04:19:43 +0000
python-openstackclient (2.0.0-3) experimental; urgency=medium
* Blacklist 3 failed unit tests in Jessie (works in Sid):
- test_shell.TestShellCli.test_shell_args_precedence
- test_shell.TestShellCliEnv.test_shell_args_precedence_1
- test_shell.TestShellCliEnv.test_shell_args_precedence_2
* Drop python-tuskarclient from build-depends (project is stopped).
* Add Breaks+Replaces: python-openstackclient (<< 2.0.0-2~) in
python-openstackclient-doc (Closes: #812452).
* VCS URLs using HTTPS.
-- Thomas Goirand <zigo@debian.org> Sat, 06 Feb 2016 08:46:49 +0000
python-openstackclient (2.0.0-2) experimental; urgency=medium
* Added Python 3 support.
* Fixed debian/copyright as per FTP masters recommendation.
-- Thomas Goirand <zigo@debian.org> Thu, 14 Jan 2016 06:13:06 +0000
python-openstackclient (2.0.0-1) experimental; urgency=medium
* New upstream release.
* Fixed (build-)depends for this release.
-- Thomas Goirand <zigo@debian.org> Thu, 14 Jan 2016 05:30:14 +0000
python-openstackclient (1.7.1-1) unstable; urgency=medium
[ Corey Bryant ]
* New upstream release.
[ Thomas Goirand ]
* Uploading to unstable.
* Fixed watch file to use github tag.
-- Thomas Goirand <zigo@debian.org> Thu, 15 Oct 2015 22:27:37 +0000
python-openstackclient (1.7.0-1) experimental; urgency=medium
* New upstream release.
* Fixed (build-)depends for this release.
-- Thomas Goirand <zigo@debian.org> Sat, 26 Sep 2015 19:37:25 +0000
python-openstackclient (1.6.0-1) experimental; urgency=medium
[ gustavo panizzo ]
* New upstream release.
[ Thomas Goirand ]
* Fixed (build-)depends for this release.
-- Thomas Goirand <zigo@debian.org> Sat, 05 Sep 2015 14:13:01 +0000
python-openstackclient (1.5.0-1) experimental; urgency=medium
* Team upload.
* New upstream release.
- d/control: Align requirements with upstream.
- d/gbp.conf: Update gbp configuration for liberty branch.
-- Corey Bryant <corey.bryant@canonical.com> Mon, 22 Jun 2015 16:07:31 +0100
python-openstackclient (1.0.3-1) unstable; urgency=medium
* New upstream release.
* Uploading to unstable.
* Removed useless patches.
-- Thomas Goirand <zigo@debian.org> Mon, 27 Apr 2015 21:59:26 +0000
python-openstackclient (1.0.2-1) experimental; urgency=medium
* New upstream release.
-- gustavo panizzo <gfa@zumbi.com.ar> Tue, 27 Jan 2015 13:50:06 +0800
python-openstackclient (1.0.1-1) experimental; urgency=medium
* New upstream release.
* Updated Standard version, no changes needed.
-- gustavo panizzo <gfa@zumbi.com.ar> Wed, 17 Dec 2014 12:56:18 +0800
python-openstackclient (0.4.1-1) unstable; urgency=medium
* New upstream release.
-- gustavo panizzo <gfa@zumbi.com.ar> Fri, 12 Sep 2014 13:52:22 +0800
python-openstackclient (0.4.0-1) unstable; urgency=medium
* New upstream release.
-- gustavo panizzo <gfa@zumbi.com.ar> Mon, 30 Jun 2014 00:55:59 -0300
python-openstackclient (0.3.1-1) unstable; urgency=medium
* New upstream release.
-- gustavo panizzo <gfa@zumbi.com.ar> Fri, 25 Apr 2014 16:17:10 -0300
python-openstackclient (0.3.0-1) unstable; urgency=low
* Initial release. (Closes: #733557)
-- gustavo panizzo <gfa@zumbi.com.ar> Tue, 31 Dec 2013 01:37:38 -0300
|