[Python-modules-commits] r24701 - in packages/python-keyring/trunk/debian (3 files)

mitya57-guest at users.alioth.debian.org mitya57-guest at users.alioth.debian.org
Sat Jun 8 09:21:05 UTC 2013


    Date: Saturday, June 8, 2013 @ 09:21:03
  Author: mitya57-guest
Revision: 24701

* New upstream release.
* Switch debian/watch to use .tar.bz2 archives from BitBucket, rather than
  .zip archives from PyPI.
* 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.

Modified:
  packages/python-keyring/trunk/debian/changelog
  packages/python-keyring/trunk/debian/control
  packages/python-keyring/trunk/debian/watch

Modified: packages/python-keyring/trunk/debian/changelog
===================================================================
--- packages/python-keyring/trunk/debian/changelog	2013-06-07 10:29:43 UTC (rev 24700)
+++ packages/python-keyring/trunk/debian/changelog	2013-06-08 09:21:03 UTC (rev 24701)
@@ -1,7 +1,18 @@
-python-keyring (0.9.3-2) UNRELEASED; urgency=low
+python-keyring (1.4-1) UNRELEASED; urgency=low
 
+  * Team upload.
+
+  [ Jakub Wilk ]
   * Use canonical URIs for Vcs-* fields.
 
+  [ Dmitry Shachnev ]
+  * New upstream release.
+  * Switch debian/watch to use .tar.bz2 archives from BitBucket, rather than
+    .zip archives from PyPI.
+  * 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.
+
  -- Jakub Wilk <jwilk at debian.org>  Sun, 05 May 2013 16:02:50 +0200
 
 python-keyring (0.9.3-1) unstable; urgency=low

Modified: packages/python-keyring/trunk/debian/control
===================================================================
--- packages/python-keyring/trunk/debian/control	2013-06-07 10:29:43 UTC (rev 24700)
+++ packages/python-keyring/trunk/debian/control	2013-06-08 09:21:03 UTC (rev 24701)
@@ -14,7 +14,8 @@
 Package: python-keyring
 Architecture: all
 Depends: ${python:Depends}, ${misc:Depends}
-Recommends: python-crypto
+Recommends: python-secretstorage, python-crypto
+Suggests: python-gi, gir1.2-gnomekeyring-1.0
 Description: store and access your passwords safely
  The Python keyring library provides an easy way to access the system
  keyring service (e.g Gnome-Keyring, KWallet) from Python.
@@ -23,7 +24,8 @@
 Package: python3-keyring
 Architecture: all
 Depends: ${python3:Depends}, ${misc:Depends}
-Recommends: python3-crypto
+Recommends: python3-secretstorage, python3-crypto
+Suggests: python3-gi, gir1.2-gnomekeyring-1.0
 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.

Modified: packages/python-keyring/trunk/debian/watch
===================================================================
--- packages/python-keyring/trunk/debian/watch	2013-06-07 10:29:43 UTC (rev 24700)
+++ packages/python-keyring/trunk/debian/watch	2013-06-08 09:21:03 UTC (rev 24701)
@@ -1,2 +1,2 @@
 version=3
-http://pypi.python.org/packages/source/k/keyring/keyring-([\d\.]*).zip
+https://bitbucket.org/kang/python-keyring-lib/downloads /kang/python-keyring-lib/get/(\d.*).tar.bz2




More information about the Python-modules-commits mailing list