[Python-modules-commits] [python-bcrypt] 04/09: change version to 3.1.1-1 (UNRELEASED) New upstream release.

Daniel Stender stender at moszumanska.debian.org
Sat Dec 3 09:53:01 UTC 2016


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

stender pushed a commit to branch master
in repository python-bcrypt.

commit c1a5a5f73f1891a805a592ff5fd16a650a9759b9
Merge: 4a900f2 6511a1c
Author: Daniel Stender <stender at debian.org>
Date:   Sat Dec 3 10:20:20 2016 +0100

    change version to 3.1.1-1 (UNRELEASED)
    New upstream release.

 PKG-INFO                                                  | 6 +++++-
 README.rst                                                | 4 ++++
 debian/.git-dpm                                           | 6 +++---
 debian/changelog                                          | 6 ++++++
 debian/patches/0001-fix-README-ascii-decoding-error.patch | 2 +-
 src/bcrypt.egg-info/PKG-INFO                              | 6 +++++-
 src/bcrypt/__about__.py                                   | 2 +-
 src/bcrypt/__init__.py                                    | 4 ++--
 8 files changed, 27 insertions(+), 9 deletions(-)

diff --cc debian/.git-dpm
index c8ca9ef,0000000..181db6b
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
- 33b993834cc430eba90cdf997e7b173f5e90ecba
- 33b993834cc430eba90cdf997e7b173f5e90ecba
- e2cc8593ad39a9e6b019ffca79a6328820a84402
++6511a1c40f6091c2d20240a0c121bb5994e85a5a
++6511a1c40f6091c2d20240a0c121bb5994e85a5a
++df9dc2c7cf7a3d129596bad89e4301a9d0b83de9
 +df9dc2c7cf7a3d129596bad89e4301a9d0b83de9
 +python-bcrypt_3.1.1.orig.tar.xz
 +afe9228c63207954b5b96dbfca6a90d06d7b9b8f
 +32648
 +debianTag="debian/%e%v"
 +patchedTag="patched/%e%v"
 +upstreamTag="upstream/%e%u"
diff --cc debian/changelog
index 089cb82,0000000..e4f0463
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,103 -1,0 +1,109 @@@
++python-bcrypt (3.1.1-1) UNRELEASED; urgency=medium
++
++  * New upstream release.
++
++ -- Daniel Stender <stender at debian.org>  Sat, 03 Dec 2016 10:20:21 +0100
++
 +python-bcrypt (3.1.0-1) unstable; urgency=medium
 +
 +  * New upstream release.
 +  * deb/rules:
 +    + move dh_auto_test override up.
 +    + add override for dh_installchangelogs (get changelog).
 +  * drop import-tests-from-github.patch (applied upstream).
 +
 + -- Daniel Stender <stender at debian.org>  Mon, 25 Jul 2016 23:30:44 +0200
 +
 +python-bcrypt (3.0.0-1) unstable; urgency=medium
 +
 +  * New upstream release (Closes: #824952).
 +  * deb/control:
 +    + updated an uploader email address.
 +    + bumped standards to 3.9.8 (no changes needed).
 +  * deb/copyright:
 +    + expanded copyright spans, updated email addresses.
 +    + updated copyright info for changed backend (OpenBSD instead of openwall).
 +  * deb/rules:
 +    + added DEB_BUILD_MAINT_OPTIONS export for BINDNOW.
 +  * deb/upstream/signing-key.asc: updated (2048R/29F9ED98, Paul Kehrer).
 +  * Added deb/source/options, fix-README-ascii-decoding-error.patch.
 +
 +    [ Ondřej Nový ]
 +  * Fixed VCS URL (https)
 +
 + -- Daniel Stender <stender at debian.org>  Tue, 28 Jun 2016 19:57:24 +0200
 +
 +python-bcrypt (2.0.0-2) unstable; urgency=medium
 +
 +  * Added import-tests-from-github.patch.
 +  * deb/control: added python3-six to build-deps.
 +  * deb/rules: removed test break failsafe from dh_auto_test override,
 +    added customized py.test call.
 +  * Added DEP-8 tests.
 +
 + -- Daniel Stender <debian at danielstender.com>  Sun, 10 Jan 2016 23:10:49 +0100
 +
 +python-bcrypt (2.0.0-1) unstable; urgency=medium
 +
 +  [ Daniel Stender ]
 +  * New upstream release (Closes: #803096).
 +  * Switched upstream from py-bcrypt to pyuca/bcrypt (Closes: #796853).
 +  * deb/control:
 +    + changed Priority from "extra" to "optional".
 +    + added Daniel Stender to Uploaders.
 +    + added dh-python and python{,3}-cffi and to build depends.
 +    + bumped Standards-Version to 3.9.6 (no changes needed).
 +    + updated Homepage.
 +    + added Vcs-Git and Vcs-Browser.
 +    + removed extended infos in long description text concerning py-bcrypt,
 +      made short description easier, updated URI of the mentioned paper.
 +  * deb/copyright:
 +    + updated.
 +    + added Daniel Stender to copyright holders of debian/.
 +  * deb/rules:
 +    + added exports for DH_VERBOSE and DEB_BUILD_OPTIONS=nocheck.
 +    + build with Pybuild.
 +    + use override for dh_installdocs to contribute into both packages.
 +  * deb/watch:
 +    + watch bcrypt on Pypi.
 +  * Added:
 +    + deb/.git-dpm (Repo initialzed for Git-dpm).
 +    + deb/upstream/signing-key.asc.
 +  * Dropped:
 +    + deb/manpage and deb/python-bcrypt.1 (belonging to py-bcrypt).
 +    + deb/docs (using dh_installdocs in deb/rules).
 +
 +  [ Raphaël Hertzog ]
 +  * Add build-dependencies on python{3,}-pytest and python-six that will be
 +    useful once we have actual tests in the tarball.
 +
 + -- Daniel Stender <debian at danielstender.com>  Fri, 08 Jan 2016 15:07:04 +0100
 +
 +python-bcrypt (0.4-2) unstable; urgency=medium
 +
 +  * Team upload.
 +  * Build-depend on python-all-dev and python3-all-dev, instead of just
 +    default python3?-dev. (Closes: #741770)
 +
 + -- Dimitri John Ledkov <xnox at ubuntu.com>  Mon, 31 Mar 2014 22:40:17 +0100
 +
 +python-bcrypt (0.4-1) unstable; urgency=low
 +
 +  * New Upstream release
 +  * Migrate to git-buildpackage
 +  * Update control file to reflect more modern debian standards (no changes)
 +  * Update to use debhelper 9
 +  * Add source/format of "3.0 (quilt)"
 +  * Fix spelling of parametrised throughout debian/ directory
 +  * Update watch file to use google code
 +  * Remove depricated pycompat file
 +  * Update copyright file to be machine-readable
 +
 + -- Simon Fondrie-Teitler <simonft at riseup.net>  Sat, 21 Sep 2013 16:26:21 -0500
 +
 +python-bcrypt (0.1-1) unstable; urgency=low
 +
 +  * Initial release (Closes: #454627)
 +  * Added man page.
 +
 + -- Kevin Coyner <kcoyner at debian.org>  Sat, 22 Dec 2007 13:45:05 -0500
diff --cc debian/patches/0001-fix-README-ascii-decoding-error.patch
index 17b3cf0,0000000..acc7f78
mode 100644,000000..100644
--- a/debian/patches/0001-fix-README-ascii-decoding-error.patch
+++ b/debian/patches/0001-fix-README-ascii-decoding-error.patch
@@@ -1,26 -1,0 +1,26 @@@
- From 33b993834cc430eba90cdf997e7b173f5e90ecba Mon Sep 17 00:00:00 2001
++From 6511a1c40f6091c2d20240a0c121bb5994e85a5a Mon Sep 17 00:00:00 2001
 +From: Daniel Stender <stender at debian.org>
 +Date: Tue, 28 Jun 2016 19:21:19 +0200
 +Subject: fix README ascii decoding error
 +
 +Easy fix for encoding error when build in non-utf8 environments.
 +`encoding` isn't available as argument for open() in Python 2.7, so
 +that can't be fixed with that keeping the long description text.
 +Forwarded: not-needed
 +---
 + setup.py | 2 +-
 + 1 file changed, 1 insertion(+), 1 deletion(-)
 +
 +diff --git a/setup.py b/setup.py
 +index 060e675..f9253c7 100644
 +--- a/setup.py
 ++++ b/setup.py
 +@@ -192,7 +192,7 @@ setup(
 +     version=__about__["__version__"],
 + 
 +     description=__about__["__summary__"],
 +-    long_description=open("README.rst").read(),
 ++    long_description='not available',
 +     url=__about__["__uri__"],
 +     license=__about__["__license__"],
 + 

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



More information about the Python-modules-commits mailing list