[Python-modules-commits] [python-secretstorage] 02/04: Merge upstream release 2.3.0
Dmitry Shachnev
mitya57 at moszumanska.debian.org
Tue Aug 23 18:54:24 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 7f300b340ae77da8f277bc4c20b5f4e9e8e87ec3
Merge: 8733060 b10b788
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date: Tue Aug 23 21:41:15 2016 +0300
Merge upstream release 2.3.0
.travis.yml | 3 +--
PKG-INFO | 15 ++++++---------
README.rst | 11 +++++------
SecretStorage.egg-info/PKG-INFO | 15 ++++++---------
SecretStorage.egg-info/requires.txt | 4 +++-
changelog | 12 ++++++++++++
debian/.git-dpm | 14 +++++++-------
debian/changelog | 6 ++++++
docs/conf.py | 4 ++--
secretstorage/__init__.py | 2 +-
secretstorage/dhcrypto.py | 20 +++++++-------------
secretstorage/item.py | 15 +++++++++------
secretstorage/util.py | 22 +++++++++++++---------
setup.py | 9 +++++----
tests/test_dhcrypto.py | 19 +++++--------------
tests/test_item.py | 1 +
16 files changed, 89 insertions(+), 83 deletions(-)
diff --cc debian/.git-dpm
index 7c34434,0000000..ea569b6
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
- 36766cbacbccf0b5d70a7bd5592fc56207a8107a
- 36766cbacbccf0b5d70a7bd5592fc56207a8107a
- 36766cbacbccf0b5d70a7bd5592fc56207a8107a
- 36766cbacbccf0b5d70a7bd5592fc56207a8107a
- python-secretstorage_2.2.0.orig.tar.gz
- d15b40664c8986a492b342965c201f48bcc75aee
- 15873
++b10b7887b77d171d6cad19287b84f540b09fe9f1
++b10b7887b77d171d6cad19287b84f540b09fe9f1
++b10b7887b77d171d6cad19287b84f540b09fe9f1
++b10b7887b77d171d6cad19287b84f540b09fe9f1
++python-secretstorage_2.3.0.orig.tar.gz
++a43d07f7e464bc0bceb22fe457fc6b46af655730
++15940
+debianTag="debian/%e%v"
+patchedTag="patched/%e%v"
+upstreamTag="upstream/%e%u"
diff --cc debian/changelog
index 5f754ac,0000000..c47aa69
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,127 -1,0 +1,133 @@@
++python-secretstorage (2.3.0-1) UNRELEASED; urgency=medium
++
++ * New upstream release.
++
++ -- Dmitry Shachnev <mitya57 at debian.org> Tue, 23 Aug 2016 21:41:22 +0300
++
+python-secretstorage (2.2.0-1) unstable; urgency=medium
+
+ [ Ondřej Nový ]
+ * Fixed VCS URL (https)
+
+ [ Dmitry Shachnev ]
+ * New upstream release.
+ * Rely on dh-python to generate the dependencies.
+ * Bump Standards-Version to 3.9.8, no changes needed.
+
+ -- Dmitry Shachnev <mitya57 at debian.org> Sat, 18 Jun 2016 18:44:51 +0300
+
+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