[Python-modules-commits] [python-secretstorage] 02/02: Merge upstream release 2.2.0

Dmitry Shachnev mitya57 at moszumanska.debian.org
Sat Jun 18 15:03:06 UTC 2016


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

mitya57 pushed a commit to branch master
in repository python-secretstorage.

commit 89f674bb8c9732882b99ed6bbb2fe40d6165ca40
Merge: 4c0c698 36766cb
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Sat Jun 18 18:01:59 2016 +0300

    Merge upstream release 2.2.0

 .travis.yml                         | 18 ++++++++
 LICENSE                             |  2 +-
 PKG-INFO                            | 10 +++--
 README.rst                          |  8 +++-
 SecretStorage.egg-info/PKG-INFO     | 10 +++--
 SecretStorage.egg-info/SOURCES.txt  |  3 +-
 SecretStorage.egg-info/requires.txt |  1 +
 changelog                           | 14 +++++++
 debian/.git-dpm                     | 14 +++----
 debian/changelog                    |  6 ++-
 docs/conf.py                        | 21 ++++++++--
 docs/index.rst                      |  6 +--
 secretstorage/__init__.py           | 83 ++-----------------------------------
 secretstorage/collection.py         | 14 +++----
 secretstorage/defines.py            |  2 +-
 secretstorage/item.py               | 22 ++++------
 secretstorage/util.py               | 16 ++++---
 setup.cfg                           |  2 +-
 setup.py                            |  4 +-
 tests/run_tests.py                  | 29 +++++++++++++
 tests/test_compat_functions.py      | 63 ----------------------------
 21 files changed, 152 insertions(+), 196 deletions(-)

diff --cc debian/.git-dpm
index 041bec2,0000000..7c34434
mode 100644,000000..100644
--- a/debian/.git-dpm
+++ b/debian/.git-dpm
@@@ -1,11 -1,0 +1,11 @@@
 +# see git-dpm(1) from git-dpm package
- fb2fc584239179c0564cbea724dd6077210967d2
- fb2fc584239179c0564cbea724dd6077210967d2
- fb2fc584239179c0564cbea724dd6077210967d2
- fb2fc584239179c0564cbea724dd6077210967d2
- python-secretstorage_2.1.3.orig.tar.gz
- c22c1b99f452c23610e36aa54e9d73cfd20c0c64
- 15840
++36766cbacbccf0b5d70a7bd5592fc56207a8107a
++36766cbacbccf0b5d70a7bd5592fc56207a8107a
++36766cbacbccf0b5d70a7bd5592fc56207a8107a
++36766cbacbccf0b5d70a7bd5592fc56207a8107a
++python-secretstorage_2.2.0.orig.tar.gz
++d15b40664c8986a492b342965c201f48bcc75aee
++15873
 +debianTag="debian/%e%v"
 +patchedTag="patched/%e%v"
 +upstreamTag="upstream/%e%u"
diff --cc debian/changelog
index 3788432,0000000..009d79b
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,121 -1,0 +1,125 @@@
- python-secretstorage (2.1.3-2) UNRELEASED; urgency=medium
++python-secretstorage (2.2.0-1) UNRELEASED; urgency=medium
 +
++  [ Ondřej Nový ]
 +  * Fixed VCS URL (https)
 +
++  [ Dmitry Shachnev ]
++  * New upstream release.
++
 + -- Ondřej Nový <novy at ondrej.org>  Tue, 29 Mar 2016 22:22:42 +0200
 +
 +python-secretstorage (2.1.3-1) unstable; urgency=medium
 +
 +  * New upstream release.
 +  * Bump X-Python-Version to >= 2.7, following upstream.
 +
 + -- Dmitry Shachnev <mitya57 at debian.org>  Sun, 20 Dec 2015 22:10:51 +0300
 +
 +python-secretstorage (2.1.2-3) unstable; urgency=medium
 +
 +  * Add allow-stderr restriction to the autopkgtest, needed as we use
 +    dbus-run-session which prints messages about initializing services.
 +
 + -- Dmitry Shachnev <mitya57 at debian.org>  Mon, 12 Oct 2015 13:52:16 +0300
 +
 +python-secretstorage (2.1.2-2) unstable; urgency=medium
 +
 +  * Replace Xvfb with dbus-run-session in gnome-keyring autopkgtest.
 +  * Drop XS-Testsuite header, not needed with recent dpkg versions.
 +  * Build-depend on python3-sphinx 1.3 and drop no_alabaster.diff.
 +  * Switch to pybuild buildsystem.
 +  * Update debian/watch to use pypi.debian.net redirector.
 +
 + -- Dmitry Shachnev <mitya57 at debian.org>  Sun, 06 Sep 2015 12:55:29 +0300
 +
 +python-secretstorage (2.1.2-1) unstable; urgency=medium
 +
 +  * New upstream release.
 +  * Build-depend on python3-setuptools.
 +  * Use classic docs theme with Sphinx 1.2.
 +  * Update my e-mail address.
 +  * Bump year in debian/copyright.
 +  * Bump Standards-Version to 3.9.6, no changes needed.
 +  * Update my signing key to include a new subkey.
 +
 + -- Dmitry Shachnev <mitya57 at debian.org>  Mon, 06 Jul 2015 10:00:29 +0300
 +
 +python-secretstorage (2.1.1-1) unstable; urgency=medium
 +
 +  * New upstream bugfix release.
 +
 + -- Dmitry Shachnev <mitya57 at gmail.com>  Sat, 12 Jul 2014 21:55:31 +0400
 +
 +python-secretstorage (2.1.0-1) unstable; urgency=medium
 +
 +  * New upstream release.
 +  * Add autopkgtests.
 +  * Require gnome-keyring >= 3.11.92 for autopkgtests.
 +  * Update source and years in debian/copyright.
 +
 + -- Dmitry Shachnev <mitya57 at gmail.com>  Wed, 28 May 2014 09:15:52 +0400
 +
 +python-secretstorage (2.0.0-1) unstable; urgency=medium
 +
 +  * New upstream release.
 +  * Add explicit build-dependency on dh-python.
 +  * Add dependency on python[3]-crypto.
 +  * Add my signing key and check signature in debian/watch.
 +  * Update home page URL to point to GitHub.
 +
 + -- Dmitry Shachnev <mitya57 at gmail.com>  Wed, 29 Jan 2014 19:14:50 +0400
 +
 +python-secretstorage (1.1.0-1) unstable; urgency=low
 +
 +  * New upstream release.
 +    - No longer fails when the default collection does not exist
 +      (LP: #1242412).
 +  * Update debian/watch to use HTTPS.
 +  * Bump Standards-Version to 3.9.5, no changes needed.
 +  * Bump debhelper compat level to 9.
 +
 + -- Dmitry Shachnev <mitya57 at gmail.com>  Sun, 17 Nov 2013 15:15:53 +0400
 +
 +python-secretstorage (1.0.0-1) unstable; urgency=low
 +
 +  * New upstream release.
 +    - Added get_default_collection() and get_any_collection() helper
 +      functions (LP: #1175751).
 +    - Fixed creation of items with empty attributes dict.
 +    - Misc fixes and documentation improvements.
 +
 + -- Dmitry Shachnev <mitya57 at gmail.com>  Wed, 08 May 2013 19:26:01 +0400
 +
 +python-secretstorage (0.9.1-1) unstable; urgency=low
 +
 +  * New upstream bugfix release.
 +    - Makes exec_prompt_async_qt() really work.
 +
 + -- Dmitry Shachnev <mitya57 at gmail.com>  Sat, 23 Mar 2013 16:55:48 +0400
 +
 +python-secretstorage (0.9.0-1) unstable; urgency=low
 +
 +  * New upstream release.
 +  * Use canonical Vcs-Svn URI.
 +
 + -- Dmitry Shachnev <mitya57 at gmail.com>  Tue, 05 Mar 2013 14:06:38 +0400
 +
 +python-secretstorage (0.8.1-1) unstable; urgency=low
 +
 +  * Upload to unstable.
 +  * New upstream release.
 +  * Add missing python3 build.
 +  * Build docs using sphinx.
 +  * Removed obsolete d/patches/bzr_use_check_call.patch.
 +  * Bump Standards-Version to 3.9.4, no changes needed.
 +  * Moved dependencies on python*-gi to Recommends.
 +
 + -- Dmitry Shachnev <mitya57 at gmail.com>  Wed, 16 Jan 2013 19:10:48 +0400
 +
 +python-secretstorage (0.2-1) experimental; urgency=low
 +
 +  * Initial release. (closes: #675193)
 +  * debian/patches/bzr_use_check_call.patch:
 +    - use check_call instead of Popen in setup.py (from upstream bzr)
 +
 + -- Dmitry Shachnev <mitya57 at gmail.com>  Thu, 28 Jun 2012 12:13:33 +0400

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



More information about the Python-modules-commits mailing list