[Python-modules-commits] r28275 - in packages/python-keyring/tags (5 files)

vcheng at users.alioth.debian.org vcheng at users.alioth.debian.org
Fri Mar 21 19:03:28 UTC 2014


    Date: Friday, March 21, 2014 @ 19:03:28
  Author: vcheng
Revision: 28275

[svn-buildpackage] Tagging python-keyring 3.7-1

Added:
  packages/python-keyring/tags/3.7-1/
  packages/python-keyring/tags/3.7-1/debian/changelog
    (from rev 28273, packages/python-keyring/trunk/debian/changelog)
  packages/python-keyring/tags/3.7-1/debian/python3-keyring.install
    (from rev 28274, packages/python-keyring/trunk/debian/python3-keyring.install)
Deleted:
  packages/python-keyring/tags/3.7-1/debian/changelog
  packages/python-keyring/tags/3.7-1/debian/python3-keyring.install

Deleted: packages/python-keyring/tags/3.7-1/debian/changelog
===================================================================
--- packages/python-keyring/trunk/debian/changelog	2014-03-20 21:05:25 UTC (rev 28272)
+++ packages/python-keyring/tags/3.7-1/debian/changelog	2014-03-21 19:03:28 UTC (rev 28275)
@@ -1,218 +0,0 @@
-python-keyring (3.6-1) unstable; urgency=medium
-
-  * Team upload.
-  * New upstream release.
-  * Switch to pybuild buildsystem.
-
- -- Dmitry Shachnev <mitya57 at 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 at 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 at 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 at 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 at 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 at 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 at 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 at 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 at 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 at ohmytux.com to chaica at debian.org
-  * debian/rules
-    - Remove unittests executions
-
- -- Carl Chenet <chaica at 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 at 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 at 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 at python.org> for his help for the
-      packaging of this version
-
- -- Carl Chenet <chaica at 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 at 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 at 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 at ohmytux.com>  Thu, 24 Sep 2009 23:24:02 +0200
-

Copied: packages/python-keyring/tags/3.7-1/debian/changelog (from rev 28273, packages/python-keyring/trunk/debian/changelog)
===================================================================
--- packages/python-keyring/tags/3.7-1/debian/changelog	                        (rev 0)
+++ packages/python-keyring/tags/3.7-1/debian/changelog	2014-03-21 19:03:28 UTC (rev 28275)
@@ -0,0 +1,218 @@
+python-keyring (3.7-1) unstable; urgency=medium
+
+  * Team upload.
+  * New upstream release.
+  * Switch to pybuild buildsystem.
+
+ -- Dmitry Shachnev <mitya57 at 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 at 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 at 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 at 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 at 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 at 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 at 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 at 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 at 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 at ohmytux.com to chaica at debian.org
+  * debian/rules
+    - Remove unittests executions
+
+ -- Carl Chenet <chaica at 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 at 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 at 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 at python.org> for his help for the
+      packaging of this version
+
+ -- Carl Chenet <chaica at 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 at 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 at 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 at ohmytux.com>  Thu, 24 Sep 2009 23:24:02 +0200
+

Deleted: packages/python-keyring/tags/3.7-1/debian/python3-keyring.install
===================================================================
--- packages/python-keyring/trunk/debian/python3-keyring.install	2014-03-20 21:05:25 UTC (rev 28272)
+++ packages/python-keyring/tags/3.7-1/debian/python3-keyring.install	2014-03-21 19:03:28 UTC (rev 28275)
@@ -1 +0,0 @@
-usr/lib/python3

Copied: packages/python-keyring/tags/3.7-1/debian/python3-keyring.install (from rev 28274, packages/python-keyring/trunk/debian/python3-keyring.install)
===================================================================
--- packages/python-keyring/tags/3.7-1/debian/python3-keyring.install	                        (rev 0)
+++ packages/python-keyring/tags/3.7-1/debian/python3-keyring.install	2014-03-21 19:03:28 UTC (rev 28275)
@@ -0,0 +1 @@
+usr/lib/python3*




More information about the Python-modules-commits mailing list