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 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752
|
python-keyring (25.6.0-2) unstable; urgency=medium
* Team Upload
* Drop dependency on python3-importlib-metadata
-- Alexandre Detiste <tchet@debian.org> Sun, 04 May 2025 15:26:25 +0200
python-keyring (25.6.0-1) unstable; urgency=medium
* New upstream release.
-- Dmitry Shachnev <mitya57@debian.org> Wed, 25 Dec 2024 21:25:25 +0300
python-keyring (25.4.1-1) unstable; urgency=medium
* New upstream release.
* Enable running pure tests during build.
-- Dmitry Shachnev <mitya57@debian.org> Fri, 20 Sep 2024 20:00:01 +0300
python-keyring (25.3.0-1) unstable; urgency=medium
[ Fredrik Roubert ]
* Remove use of SETUPTOOLS_SCM_IGNORE_VCS_ROOTS.
This will lead to the py.typed marker file getting included (PEP 561).
[ Dmitry Shachnev ]
* New upstream release.
* Bump Standards-Version to 4.7.0, no changes needed.
-- Dmitry Shachnev <mitya57@debian.org> Mon, 05 Aug 2024 22:50:41 +0300
python-keyring (25.2.1-1) unstable; urgency=medium
* New upstream release.
-- Dmitry Shachnev <mitya57@debian.org> Thu, 16 May 2024 11:19:04 +0300
python-keyring (25.2.0-1) unstable; urgency=medium
* New upstream release.
* Bump required python3-setuptools version to 61.2.
* Add new options to the keyring(1) manpage.
* debian/copyright: Remove PSF-2 license. Not applicable since v23.12.0.
-- Dmitry Shachnev <mitya57@debian.org> Tue, 30 Apr 2024 22:50:50 +0300
python-keyring (25.1.0-1) unstable; urgency=medium
* New upstream release.
* Promote python3-jaraco.context from Suggests to {,Build-}Depends.
-- Dmitry Shachnev <mitya57@debian.org> Fri, 05 Apr 2024 22:51:54 +0300
python-keyring (25.0.0-1) unstable; urgency=medium
* New upstream release.
* Bump copyright years.
* Depend and build-depend on python3-jaraco.functools.
* Suggest python3-jaraco.classes and python3-jaraco.context.
-- Dmitry Shachnev <mitya57@debian.org> Sat, 23 Mar 2024 21:20:03 +0300
python-keyring (24.3.1-1) unstable; urgency=medium
* New upstream release.
* Demote python3-shtab to Suggests, for Ubuntu’s convenience.
-- Dmitry Shachnev <mitya57@debian.org> Sat, 02 Mar 2024 14:23:07 +0300
python-keyring (24.3.0-1) unstable; urgency=medium
* New upstream release.
* Add support for bash completion:
- Build-depend on and recommend python3-shtab.
- Install upstream bash completion snippet.
- Generate and install the completion file during install phase.
* Fix groff warning: cannot select font 'C'.
-- Dmitry Shachnev <mitya57@debian.org> Wed, 15 Nov 2023 14:47:23 +0300
python-keyring (24.2.0-1) unstable; urgency=medium
* New upstream release.
* Bump python3-importlib-metadata dependency to 4.11.4 (per setup.cfg).
* Update dh_installchangelogs override for upstream NEWS.rst rename.
* Bump Standards-Version to 4.6.2, no changes needed.
* Install the ZSH completion file.
* Update the man page for the new version.
* Bump copyright years.
-- Dmitry Shachnev <mitya57@debian.org> Sat, 24 Jun 2023 21:25:10 +0300
python-keyring (23.9.3-2) unstable; urgency=medium
[ Debian Janitor ]
* Remove constraints unnecessary since buster (oldstable):
+ Build-Depends: Drop versioned constraint on dh-python.
+ python3-keyring: Drop versioned constraint on python3-keyrings.alt and
python3-wheel in Breaks.
-- Jelmer Vernooij <jelmer@debian.org> Wed, 14 Dec 2022 19:33:28 +0000
python-keyring (23.9.3-1) unstable; urgency=medium
* New upstream release.
-- Dmitry Shachnev <mitya57@debian.org> Sun, 18 Sep 2022 16:32:21 +0300
python-keyring (23.9.1-1) unstable; urgency=medium
* New upstream release.
* Add dependency on python3-jaraco.classes, per install_requires.
-- Dmitry Shachnev <mitya57@debian.org> Mon, 05 Sep 2022 13:12:48 +0300
python-keyring (23.8.2-1) unstable; urgency=medium
* New upstream release.
-- Dmitry Shachnev <mitya57@debian.org> Sat, 13 Aug 2022 19:35:24 +0300
python-keyring (23.7.0-1) unstable; urgency=medium
* New upstream release.
-- Dmitry Shachnev <mitya57@debian.org> Fri, 15 Jul 2022 23:33:44 +0300
python-keyring (23.5.1-1) unstable; urgency=medium
* New upstream release.
* Build-depend on pybuild-plugin-pyproject.
* Export SETUPTOOLS_SCM_IGNORE_VCS_ROOTS=$(CURDIR), to prevent
setuptools-scm from installing all files tracked by git, such as
debian/*.
* Update copyright years.
* Bump Standards-Version to 4.6.1, no changes needed.
-- Dmitry Shachnev <mitya57@debian.org> Sat, 28 May 2022 16:55:35 +0300
python-keyring (23.5.0-1) unstable; urgency=medium
* New upstream release.
-- Dmitry Shachnev <mitya57@debian.org> Sun, 02 Jan 2022 17:55:06 +0300
python-keyring (23.3.0-1) unstable; urgency=medium
* New upstream release.
* debian/tests/control: Require pytest ≥ 6, following upstream.
* debian/control: Require setuptools ≥ 56, following upstream.
* Drop use_session_collection_for_testing.patch, applied upstream.
* Bump Standards-Version to 4.6.0, no changes needed.
-- Dmitry Shachnev <mitya57@debian.org> Sat, 27 Nov 2021 16:47:26 +0300
python-keyring (23.2.0-1) unstable; urgency=medium
* New upstream release.
* Suggest gir1.2-secret-1 and python3-gi for the new libsecret backend.
* Also make the autopkgtest depend on these packages.
* Add a patch to use Session collection for testing libsecret backend.
* Upload to unstable.
-- Dmitry Shachnev <mitya57@debian.org> Sat, 11 Sep 2021 22:26:00 +0300
python-keyring (23.0.1-1) experimental; urgency=medium
* New upstream release.
* Add dependency on python3-importlib-metadata ≥ 3.6.
* Run more tests in the autopkgtest, not just test_SecretService.py.
-- Dmitry Shachnev <mitya57@debian.org> Mon, 24 May 2021 22:08:25 +0300
python-keyring (22.2.0-1) experimental; urgency=medium
* New upstream release.
* Bump the pytest version required for the autopkgtest to 4.6.
* debian/watch: Use version=4.
-- Dmitry Shachnev <mitya57@debian.org> Fri, 26 Feb 2021 20:00:32 +0300
python-keyring (22.0.1-1) unstable; urgency=medium
* New upstream release.
-- Dmitry Shachnev <mitya57@debian.org> Wed, 27 Jan 2021 20:09:33 +0300
python-keyring (22.0.0-1) unstable; urgency=medium
* New upstream release.
-- Dmitry Shachnev <mitya57@debian.org> Tue, 26 Jan 2021 20:08:29 +0300
python-keyring (21.8.0-1) unstable; urgency=medium
* New upstream release.
-- Dmitry Shachnev <mitya57@debian.org> Wed, 30 Dec 2020 12:14:54 +0300
python-keyring (21.6.0-1) unstable; urgency=medium
* New upstream release.
* Bump Standards-Version to 4.5.1, no changes needed.
-- Dmitry Shachnev <mitya57@debian.org> Tue, 22 Dec 2020 20:36:09 +0300
python-keyring (21.5.0-1) unstable; urgency=medium
[ Dmitry Shachnev ]
* New upstream release.
* Bump python3-secretstorage dependency to 3.2, following upstream.
* Bump years in debian/copyright.
[ Ondřej Nový ]
* d/control: Update Maintainer field with new Debian Python Team
contact address.
* d/control: Update Vcs-* fields with new Debian Python Team Salsa
layout.
-- Dmitry Shachnev <mitya57@debian.org> Sun, 08 Nov 2020 20:49:10 +0300
python-keyring (21.3.0-1) unstable; urgency=medium
* New upstream release.
* Set Rules-Requires-Root: no.
-- Dmitry Shachnev <mitya57@debian.org> Sun, 09 Aug 2020 14:34:30 +0300
python-keyring (21.2.1-1) unstable; urgency=medium
[ Debian Janitor ]
* Set field Upstream-Name in debian/copyright.
* Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
Repository-Browse.
[ Dmitry Shachnev ]
* Drop Python 2 support (closes: #937870).
* New upstream release.
* Update dependencies and build-dependencies according to upstream.
* Update the autopkgtest for the new tests location.
* Bump debhelper compat level to 13.
-- Sandro Tosi <morph@debian.org> Fri, 17 Jul 2020 01:31:30 -0400
python-keyring (18.0.1-2) unstable; urgency=medium
* Drop dependency on python-secretstorage (only on Python 2).
* Also drop the secretstorage-python2 autopkgtest.
* Demote python[3]-dbus from Depends to Suggests.
* Bump Standards-Version to 4.5.0, no changes needed.
-- Dmitry Shachnev <mitya57@debian.org> Mon, 27 Jan 2020 20:59:10 +0300
python-keyring (18.0.1-1) unstable; urgency=medium
[ Ondřej Nový ]
* Bump Standards-Version to 4.4.0.
[ Dmitry Shachnev ]
* New upstream release.
-- Dmitry Shachnev <mitya57@debian.org> Tue, 03 Sep 2019 18:19:00 +0300
python-keyring (17.1.1-1) unstable; urgency=medium
* New upstream release.
* Update to debhelper compat level 12.
* Bump Standards-Version to 4.3.0, no changes needed.
* Stop removing pytest.ini, it is no longer needed.
-- Dmitry Shachnev <mitya57@debian.org> Mon, 31 Dec 2018 18:16:33 +0300
python-keyring (16.1.1-1) unstable; urgency=medium
* New upstream release.
* Make secretstorage-python3 autopkgtest depend on python3-all, and
use ‘py3versions -s’ instead of ‘py3versions -i’ (closes: #914993).
-- Dmitry Shachnev <mitya57@debian.org> Thu, 29 Nov 2018 14:27:27 +0300
python-keyring (16.1.0-1) unstable; urgency=medium
* New upstream release.
* Minor manpage updates (refs upstream #343).
* Bump setuptools requirement to 34.4 (for declarative configuration).
-- Dmitry Shachnev <mitya57@debian.org> Sun, 18 Nov 2018 23:18:21 +0300
python-keyring (15.1.0-1) unstable; urgency=medium
* New upstream release.
* Document the new --disable option in keyring.1.
-- Dmitry Shachnev <mitya57@debian.org> Tue, 18 Sep 2018 15:39:15 +0300
python-keyring (15.0.0-1) unstable; urgency=medium
* New upstream release.
* Bump keyrings.alt Breaks version to 3.1.
* Demote keyrings.alt from Recommends to Suggests.
* Bump Standards-Version to 4.2.1, no changes needed.
-- Dmitry Shachnev <mitya57@debian.org> Mon, 10 Sep 2018 23:04:06 +0300
python-keyring (13.1.0-1) unstable; urgency=medium
* New upstream release.
* Update debian/copyright to say “PSF-2 or Expat”, not “PSF-2 and MIT”.
This library is dual-licensed, and complying to just Expat is fine.
* Use debian/clean file instead of a target in debian/rules.
-- Dmitry Shachnev <mitya57@debian.org> Tue, 26 Jun 2018 20:05:04 +0300
python-keyring (12.2.1-1) unstable; urgency=medium
[ Ondřej Nový ]
* d/control: Set Vcs-* to salsa.debian.org
* d/copyright: Use https protocol in Format field
* d/tests: Use AUTOPKGTEST_TMP instead of ADTTMP
* d/control: Remove ancient X-Python-Version field
* d/control: Remove ancient X-Python3-Version field
[ Dmitry Shachnev ]
* New upstream release (closes: #898643).
* Add dependency on python[3]-entrypoints.
* Update debian/copyright.
* Update to debhelper compat level 11.
* Bump Standards-Version to 4.1.4, no changes needed.
-- Dmitry Shachnev <mitya57@debian.org> Thu, 17 May 2018 19:43:23 +0300
python-keyring (10.6.0-1) unstable; urgency=medium
* New upstream release.
* Actually install the keyring.1 manpage.
* Break keyrings.alt older than 2.2 (closes: #886123).
* Bump Standards-Version to 4.1.3, no changes needed.
-- Dmitry Shachnev <mitya57@debian.org> Tue, 09 Jan 2018 15:15:19 +0300
python-keyring (10.5.1-1) unstable; urgency=medium
* New upstream release.
* Install /usr/bin/keyring in python3-keyring (closes: #874673, #878714).
* Update debhelper compatibility level to 10.
* Bump Standards-Version to 4.1.2, no changes needed.
-- Dmitry Shachnev <mitya57@debian.org> Sat, 16 Dec 2017 00:33:28 +0300
python-keyring (10.4.0-1) unstable; urgency=medium
* New upstream release.
* Bump Standards-Version to 4.0.0, no changes needed.
* Upload to unstable.
-- Dmitry Shachnev <mitya57@debian.org> Tue, 27 Jun 2017 13:56:35 +0300
python-keyring (10.3.1-1) experimental; urgency=medium
* New upstream release.
-- Dmitry Shachnev <mitya57@debian.org> Tue, 21 Mar 2017 12:57:54 +0300
python-keyring (10.1-1) unstable; urgency=medium
* New upstream release.
* Drop secretstorage_any_collection.diff, applied upstream.
* Bump setuptools-scm dependency to ≥ 1.15.0, as required by setup.py.
* Disable the tests, they were all skipped anyway.
* Add python[3]-pytest to autopkgtest dependencies.
* Redirect autopkgtests stdout to /dev/null, we only need stderr.
-- Dmitry Shachnev <mitya57@debian.org> Mon, 05 Dec 2016 21:48:09 +0300
python-keyring (10.0.2-2) unstable; urgency=medium
* Promote python[3]-secretstorage from Recommends to Depends,
following upstream (closes: #842500).
-- Dmitry Shachnev <mitya57@debian.org> Mon, 31 Oct 2016 16:29:42 +0300
python-keyring (10.0.2-1) unstable; urgency=medium
* New upstream release.
* Bump X-Python3-Version to 3.3, following upstream.
* Drop pytest build-dependencies, the tests cannot be run during build.
* Add a patch to make it possible to test the Secret Service backend
(debian/patches/secretstorage_any_collection.diff).
* Add autopkgtests for the Secret Service backend.
-- Dmitry Shachnev <mitya57@debian.org> Thu, 20 Oct 2016 23:43:43 +0300
python-keyring (9.1-1) unstable; urgency=medium
[ Ondřej Nový ]
* Depend on newer dh-python which sets SETUPTOOLS_SCM_PRETEND_VERSION
[ Dmitry Shachnev ]
* New upstream release.
* Require pytest at least version 2.8, per upstream setup.py.
* Bump years in debian/copyright.
* Bump Standards-Version to 3.9.8, no changes needed.
-- Dmitry Shachnev <mitya57@debian.org> Fri, 24 Jun 2016 10:47:22 +0300
python-keyring (8.5.1-1) unstable; urgency=medium
* New upstream bugfix release.
* Drop unused debian/examples file.
-- Dmitry Shachnev <mitya57@debian.org> Fri, 01 Apr 2016 22:57:21 +0200
python-keyring (8.5-1) unstable; urgency=medium
* New upstream release.
* Suggest gnome-keyring and libkf5wallet-bin as these are providers
for D-Bus services that keyring uses.
-- Dmitry Shachnev <mitya57@debian.org> Sat, 12 Mar 2016 09:24:10 +0100
python-keyring (8.4.1-1) unstable; urgency=medium
* New upstream release.
- Now python-keyring contains only the recommended secure backends,
all the other backends have been moved to keyrings.alt package.
* Update package relationships for the keyrings.alt split:
- Depend on python-dbus, both remaining Linux backends (Secret Service
and KWallet) need it.
- Recommend keyrings.alt to help with migration to the new version.
It can be changed to a suggestion later.
- Drop obsolete recommendations, suggestions and build-dependencies.
* Add a debian/NEWS entry for the split.
* Drop the dummy get-orig-source target from debian/rules.
* Use https in Vcs-Git field.
* Break old kupfer and wheel that do not work with this new version.
* Bump Standards-Version to 3.9.7, no changes needed.
-- Dmitry Shachnev <mitya57@debian.org> Thu, 25 Feb 2016 21:48:36 +0300
python-keyring (7.3-1) unstable; urgency=medium
* New upstream release.
-- Dmitry Shachnev <mitya57@debian.org> Fri, 22 Jan 2016 17:52:43 +0300
python-keyring (6.1-1) unstable; urgency=medium
* New upstream release.
* Bump X-Python-Version to >= 2.7, following upstream.
* Recommend python[3]-dbus, for the new KWallet backend.
-- Dmitry Shachnev <mitya57@debian.org> Thu, 07 Jan 2016 20:13:26 +0300
python-keyring (5.7.1-1) unstable; urgency=medium
* New upstream release.
* Drop python-fs build-dependency, to make merging into Ubuntu easier.
* Build-depend on setuptools-scm ≥ 1.9, as required by setup.py.
* Remove pytest.ini in clean target, to make pytest work again.
-- Dmitry Shachnev <mitya57@debian.org> Wed, 16 Dec 2015 13:05:39 +0300
python-keyring (5.7-1) unstable; urgency=medium
* New upstream release.
* Use https in debian/watch.
-- Dmitry Shachnev <mitya57@debian.org> Mon, 07 Dec 2015 09:58:09 +0300
python-keyring (5.6-1) unstable; urgency=medium
* New upstream release.
- Fixes the warning from PyGI (closes: #801242).
* Update Vcs fields for Git migration.
-- Dmitry Shachnev <mitya57@debian.org> Mon, 12 Oct 2015 14:13:09 +0300
python-keyring (5.4-2) unstable; urgency=medium
* Fix capitalization in package descriptions.
Thanks to Andreas Ronnquist (closes: #795108).
* Drop no_setuptools_scm.diff, build-depend on python[3]-setuptools-scm
instead, as it is packaged now.
* Drop unzip build-dependency, not needed as upstream uses tar.gz now.
-- Dmitry Shachnev <mitya57@debian.org> Fri, 18 Sep 2015 13:14:50 +0300
python-keyring (5.4-1) unstable; urgency=medium
* New upstream release.
* Update debian/watch to support tar.gz tarballs.
* Rename no_hgtools.diff to no_setuptools_scm.diff and rebase against
the latest version.
-- Dmitry Shachnev <mitya57@debian.org> Sun, 09 Aug 2015 20:10:28 +0300
python-keyring (5.3-1) unstable; urgency=medium
* New upstream release.
* Update URLs for move from BitBucket to GitHub.
* Rebase no_hgtools.diff for the new version.
* Drop convert-crypto-keyring script, no longer needed.
* Upload to unstable.
-- Dmitry Shachnev <mitya57@debian.org> Sun, 19 Jul 2015 12:22:27 +0300
python-keyring (5.0-1) experimental; urgency=medium
* Use pypi.debian.net redirector in debian/watch.
* New upstream release.
* Bump Standards-Version to 3.9.6, no changes needed.
* Update my e-mail address.
* Simplify uscan command in get-orig-source target.
* Convert debian/copyright to machine-readable format.
* Add a patch to get the version number from debian/changelog,
not from hg which is not available.
-- Dmitry Shachnev <mitya57@debian.org> Tue, 24 Feb 2015 11:39:49 +0300
python-keyring (4.0-1) unstable; urgency=medium
* New upstream release.
* Build-depend on python[3]-pytest and python-fs.
-- Dmitry Shachnev <mitya57@gmail.com> Mon, 04 Aug 2014 13:27:07 +0400
python-keyring (3.8-1) unstable; urgency=medium
* New upstream release.
* Set DPMT as Maintainer, add myself to Uploaders.
* Suggest python-fs package for fs backend.
-- Dmitry Shachnev <mitya57@gmail.com> Wed, 14 May 2014 17:47:24 +0400
python-keyring (3.7-1) unstable; urgency=medium
* Team upload.
* New upstream release.
* Switch to pybuild buildsystem.
-- Dmitry Shachnev <mitya57@gmail.com> Fri, 07 Mar 2014 10:09:50 +0400
python-keyring (3.5-1) unstable; urgency=medium
* Team upload.
* New upstream release.
* Cleanup debian/copyright and update for upstream license change.
* Add --rename to uscan options.
-- Dmitry Shachnev <mitya57@gmail.com> Mon, 17 Feb 2014 18:26:06 +0100
python-keyring (3.3-1) unstable; urgency=low
* Team upload.
[ Dmitry Shachnev ]
* New upstream bugfix release.
* Drop catch-dbus-errors.patch, no longer needed.
[ Sebastian Ramacher ]
* New upstream release.
* debian/control:
- Add Breaks on python-mini-buildd (<< 1.0.0~gamma.3) and kupfer (<<
0+v208-2.1) See #728471 and #728468.
- Bump Standards-Version to 3.9.5.
* Upload to unstable.
-- Sebastian Ramacher <sramacher@debian.org> Sat, 07 Dec 2013 21:52:49 +0100
python-keyring (3.2-1) experimental; urgency=low
* Team upload.
* New upstream release.
* Bump X-Python-Version to >= 2.6 (2.5 is no longer supported).
* Unify running the tests across Python 2 and Python 3.
* Refresh catch-dbus-errors.patch.
-- Dmitry Shachnev <mitya57@gmail.com> Fri, 01 Nov 2013 18:22:45 +0400
python-keyring (2.1-1) unstable; urgency=low
* Team upload.
* New upstream release (closes: #720166).
* Drop no-pytest-runner.patch, applied upstream.
* Refresh catch-dbus-errors.patch.
* Switch debian/watch to use HTTPS.
-- Dmitry Shachnev <mitya57@gmail.com> Sat, 31 Aug 2013 23:02:43 +0200
python-keyring (1.6-1) unstable; urgency=low
* Team upload.
[ Dmitry Shachnev ]
* New upstream release.
- Fixes incompatibility between GNOME Keyring and SecretService
backends (closes: #714440).
- Removes warning when gnome-keyring is not available (LP: #1197988).
* Drop fix-importkiller.patch, applied upstream.
[ Sebastian Ramacher ]
* debian/control: Update Homepage to point to the Bitbucket repository. The
old homepage does no longer exist.
-- Dmitry Shachnev <mitya57@gmail.com> Sun, 14 Jul 2013 22:42:56 +0200
python-keyring (1.4-1) unstable; urgency=low
* Team upload.
[ Jakub Wilk ]
* Use canonical URIs for Vcs-* fields.
[ Dmitry Shachnev ]
* New upstream release (closes: #697215).
* Added convert-crypto-keyring script for conversion of pre-0.9 Crypto
keyrings to the new format.
* Recommend python[3]-secretstorage, as the default backend now uses it.
* Suggest python[3]-gi and gir1.2-gnomekeyring-1.0, as the GNOME Keyring
backend now uses it.
* Suggest python-gdata, python-keyczar and python[3]-[py]kde4, as other
backends use them (closes: #618760).
* Drop all previous patches, applied upstream.
* debian/patches/no-pytest-runner.patch: do not require pytest-runner,
it is not in Debian.
* debian/patches/fix-importkiller.patch: fix ImportKiller not working
with Python 3.x (fixes the testsuite).
* debian/patches/catch-dbus-errors.patch: catch D-Bus errors when checking
if SecretService is supported (can be dropped when the next SecretStorage
version is released, where this is fixed).
* Bump Standards-Version to 3.9.4 and debhelper compat level to 9.
* Disable HTTP traffic in debian/rules.
* Run upstream testsuite during build; simplify other debian/rules parts.
* Bump python-defaults build-dependency to ensure that python2.7 is
available, as we use it directly in tests.
* Build-depend on python[3]-mock and python[3]-crypto, for the testsuite.
* Remove build directory, egg-info directory and .pyc files in clean
target.
* Update some file names to match upstream renamings.
-- Dmitry Shachnev <mitya57@gmail.com> Sat, 22 Jun 2013 11:03:11 +0400
python-keyring (0.9.3-1) unstable; urgency=low
* Team upload.
* Acknowledge Salvatore Bonaccorso's NMU.
* New upstream release.
- Fix migration code so old databases get upgraded when a key is read.
First part of #697213. (LP: #1042754)
* debian/patches:
- CryptedFileKeyring-fix-unlock-logic.patch: patch from
upstream to fix the unlock logic in CryptedFileKeyring. Second part of
#697213. (Closes: #697213)
-- Sebastian Ramacher <sramacher@debian.org> Mon, 07 Jan 2013 00:33:14 +0100
python-keyring (0.9.2-1.1) unstable; urgency=low
* Non-maintainer upload.
* Add 696736-Fix-insecure-permissions-on-database-files.patch
[SECURITY]: Fix insecure permissions on database files. Fix
CVE-2012-5577 and CVE-2012-5578. (Closes: #696736) (LP: #1031465)
-- Salvatore Bonaccorso <carnil@debian.org> Sat, 29 Dec 2012 08:46:59 +0100
python-keyring (0.9.2-1) unstable; urgency=low
* New upstream release (Closes: #675379, #678682)
* debian/control
- Bump Standards-Version to 3.9.3
- Switch uploader chaica@ohmytux.com to chaica@debian.org
* debian/rules
- Remove unittests executions
-- Carl Chenet <chaica@debian.org> Mon, 30 Jul 2012 20:14:42 +0200
python-keyring (0.7.1-1) unstable; urgency=low
* New upstream version (Closes: #656680, #624690)
* debian/control
- Add X-Python-Version for Python 3.2
- Add B-D for Python 3.2
- Add unzip for B-D to repack upstream sources
- Add python3-keyring description
- Recommends python3-crypto for Python3 binary package
* Add python-keyring.install and python3-keyring.install files
* debian/rules
- Execute unit tests if available
- repack upstream sources
* debian/watch
- New URL to catch upstream sources
-- Carl Chenet <chaica@ohmytux.com> Tue, 14 Feb 2012 12:07:30 +0100
python-keyring (0.6.2-1) unstable; urgency=low
* New upstream version
* debian/control
- Bump the Standards-Version field to 3.9.2
- Removed Breaks: ${python:Breaks} from the binary package description
-- Carl Chenet <chaica@ohmytux.com> Sat, 06 Aug 2011 14:52:47 +0200
python-keyring (0.5.1-1) unstable; urgency=low
* New upstream release (Closes: #612432)
* KDE and GNOME extensions are no more built so dedicated binary packages
are removed.
* Removed python-keyring.install
* Removed python-keyring-kwallet.install
* Removed python-keyring-gnome.install
* debian/control
- Replaced XS-Python-Version by X-Python-Version
- Bump Standard-Version to 3.9.1.0
- Removed Build-Depends items to build extensions
- Removed ${shlibs:Depends} from Depends of the remaining binary package
- Added Breaks: ${python:Breaks} for the binary package
- Removed the long descriptions of extension binary packages
* debian/rules
- Removed overrides to properly build extensions
- Added an override to install changelog
* debian/source/format
- Bump to 3.0 (quilt)
* debian/copyright
- Added thanks to Barry Warsaw <barry@python.org> for his help for the
packaging of this version
-- Carl Chenet <chaica@ohmytux.com> Thu, 03 Mar 2011 01:37:19 +0100
python-keyring (0.2-3) unstable; urgency=low
* debian/rules
- Added a $HOME to avoid an error from kde4-config (Closes: #548457)
* debian/control
- Bump dh to 7.0.50~
-- Carl Chenet <chaica@ohmytux.com> Tue, 13 Oct 2009 22:59:53 +0200
python-keyring (0.2-2) unstable; urgency=low
* debian/control
- Added pkg-config and libqt4-dev dependencies.
* Add Provides: ${python:Provides} to architecture dependent packages
-- Carl Chenet <chaica@ohmytux.com> Mon, 28 Sep 2009 18:59:50 +0200
python-keyring (0.2-1) unstable; urgency=low
* Initial release (Closes: #544486)
-- Carl Chenet <chaica@ohmytux.com> Thu, 24 Sep 2009 23:24:02 +0200
|