[Python-modules-commits] [keyrings.alt] 02/04: Merge new upstream release (2.2).

Dmitry Shachnev mitya57 at moszumanska.debian.org
Mon Mar 27 17:57:01 UTC 2017


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

mitya57 pushed a commit to branch master
in repository keyrings.alt.

commit 4f60de2f9528e375924714d009a0ffe018b43259
Merge: 8c75e61 1082fb6
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Mon Mar 27 20:44:03 2017 +0300

    Merge new upstream release (2.2).

 .coveragerc                            |  29 ++++++
 .travis.yml                            |   5 +-
 CHANGES.rst                            |  20 ++++
 PKG-INFO                               |  18 ++--
 README.rst                             |  13 +--
 debian/.git-dpm                        |  14 +--
 debian/changelog                       |   7 ++
 docs/conf.py                           |  31 +++++--
 docs/index.rst                         |   5 -
 keyrings.alt.egg-info/PKG-INFO         |  18 ++--
 keyrings.alt.egg-info/SOURCES.txt      |   4 +-
 keyrings.alt.egg-info/entry_points.txt |   1 -
 keyrings.alt.egg-info/requires.txt     |   1 +
 keyrings/alt/Gnome.py                  |   5 +-
 keyrings/alt/Google.py                 |   4 +-
 keyrings/alt/file.py                   | 102 ++++++++++++++++-----
 keyrings/alt/file_base.py              |  90 ++++++++++++++----
 keyrings/alt/kwallet.py                | 114 -----------------------
 keyrings/alt/pyfs.py                   |   2 +-
 setup.cfg                              |   3 -
 setup.py                               |  13 +--
 tests/mocks.py                         |   6 +-
 tests/requirements.txt                 |   3 +-
 tests/test_Google.py                   |   4 +-
 tests/test_file.py                     | 163 ++++++++++++++++++++++++++++++++-
 tests/test_kwallet.py                  |  81 ----------------
 26 files changed, 447 insertions(+), 309 deletions(-)

diff --cc debian/.git-dpm
index 404a834,0000000..95ed5a5
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
- cb9680343609637c56f5a6567447d3095efd55ce
- cb9680343609637c56f5a6567447d3095efd55ce
- cb9680343609637c56f5a6567447d3095efd55ce
- cb9680343609637c56f5a6567447d3095efd55ce
- keyrings.alt_1.3.orig.tar.gz
- 72bbccd8211d3bf74bf3c7bfcaf269d7a977f402
- 25444
++1082fb647a48f6780204e14aa51282bd09b5bf72
++1082fb647a48f6780204e14aa51282bd09b5bf72
++1082fb647a48f6780204e14aa51282bd09b5bf72
++1082fb647a48f6780204e14aa51282bd09b5bf72
++keyrings.alt_2.2.orig.tar.gz
++d760f81206d915e41e5a4dc3ab2b11309d6c8c01
++26121
 +debianTag="debian/%e%v"
 +patchedTag="patched/%e%v"
 +upstreamTag="upstream/%e%u"
diff --cc debian/changelog
index 0a9354e,0000000..5059814
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,28 -1,0 +1,35 @@@
++keyrings.alt (2.2-1) UNRELEASED; urgency=medium
++
++  * New upstream release.
++    - Fixes compatibility with python-keyring 10.3.1.
++
++ -- Dmitry Shachnev <mitya57 at debian.org>  Mon, 27 Mar 2017 20:44:21 +0300
++
 +keyrings.alt (1.3-1) unstable; urgency=medium
 +
 +  [ Dmitry Shachnev ]
 +  * Add build-dependency on python-fs, for the testsuite.
 +  * Change license name in debian/copyright from MIT to Expat.
 +  * New upstream release.
 +  * Bump setuptools-scm dependency to ≥ 1.15.0, as required by setup.py.
 +  * Tell pytest to exclude some files that cannot be imported.
 +  * Bump Standards-Version to 3.9.8, no changes needed.
 +
 +  [ Ondřej Nový ]
 +  * Depend on newer dh-python which sets SETUPTOOLS_SCM_PRETEND_VERSION
 +
 + -- Dmitry Shachnev <mitya57 at debian.org>  Wed, 14 Dec 2016 14:14:52 +0300
 +
 +keyrings.alt (1.1.1-1) unstable; urgency=medium
 +
 +  * New upstream release.
 +    - Fixes tests failures (closes: #816306).
 +  * Bump Standards-Version to 3.9.7, no changes needed.
 +
 + -- Dmitry Shachnev <mitya57 at debian.org>  Wed, 02 Mar 2016 09:39:27 +0300
 +
 +keyrings.alt (1.1-1) unstable; urgency=medium
 +
 +  * Initial release (closes: #813291).
 +
 + -- Dmitry Shachnev <mitya57 at debian.org>  Sat, 06 Feb 2016 12:28:38 +0300

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



More information about the Python-modules-commits mailing list