[Python-modules-commits] [python-keyring] 01/01: Break keyrings.alt older than 2.2.

Dmitry Shachnev mitya57 at moszumanska.debian.org
Thu Jan 4 19:27:22 UTC 2018


This is an automated email from the git hooks/post-receive script.

mitya57 pushed a commit to branch debian/master
in repository python-keyring.

commit d075ce35f9b95eadffb7d791d782fd0ea38c4de0
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Thu Jan 4 22:26:53 2018 +0300

    Break keyrings.alt older than 2.2.
    
    Closes: #886123.
---
 debian/changelog | 1 +
 debian/control   | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index a90ef4c..9d643ab 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 python-keyring (10.5.1-2) UNRELEASED; urgency=medium
 
   * Actually install the keyring.1 manpage.
+  * Break keyrings.alt older than 2.2 (closes: #886123).
 
  -- Dmitry Shachnev <mitya57 at debian.org>  Sat, 30 Dec 2017 00:29:26 +0300
 
diff --git a/debian/control b/debian/control
index 74ba41a..b51388e 100644
--- a/debian/control
+++ b/debian/control
@@ -28,6 +28,7 @@ Depends: python-dbus,
 Recommends: python-keyrings.alt
 Suggests: gnome-keyring, libkf5wallet-bin
 Breaks: kupfer (<< 0+v208-6),
+        python-keyrings.alt (<< 2.2),
         python-mini-buildd (<< 1.0.0~gamma.3),
         python-wheel (<< 0.27)
 Description: store and access your passwords safely
@@ -43,7 +44,7 @@ Depends: python3-dbus,
          ${python3:Depends}
 Recommends: python3-keyrings.alt
 Suggests: gnome-keyring, libkf5wallet-bin
-Breaks: python3-wheel (<< 0.27)
+Breaks: python3-keyrings.alt (<< 2.2), python3-wheel (<< 0.27)
 Description: store and access your passwords safely - Python 3 version of the package
  The Python keyring library provides an easy way to access the system
  keyring service (e.g Gnome-Keyring, KWallet) from Python.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-keyring.git



More information about the Python-modules-commits mailing list