[Python-modules-commits] [python-bcrypt] 03/05: change version to 3.1.1-2 (UNRELEASED) New upstream release: + drop 0001-fix-README-ascii-decoding-error.patch (applied upstream).

Daniel Stender stender at moszumanska.debian.org
Fri Dec 23 19:19:13 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 e53da979c31ca949a9b4f2e3a10613e41581bd51
Merge: d2dec3f b10c59b
Author: Daniel Stender <stender at debian.org>
Date:   Fri Dec 23 20:12:44 2016 +0100

    change version to 3.1.1-2 (UNRELEASED)
    New upstream release:
    + drop 0001-fix-README-ascii-decoding-error.patch (applied
    upstream).

 MANIFEST.in                                        |  4 ++-
 PKG-INFO                                           |  8 +++++-
 README.rst                                         |  6 ++++
 debian/.git-dpm                                    |  6 ++--
 debian/changelog                                   |  8 ++++++
 .../0001-fix-README-ascii-decoding-error.patch     | 32 ----------------------
 debian/patches/series                              |  1 -
 setup.py                                           |  2 +-
 src/_csrc/portable_endian.h                        |  4 +--
 src/bcrypt.egg-info/PKG-INFO                       |  8 +++++-
 src/bcrypt/__about__.py                            |  2 +-
 src/bcrypt/__init__.py                             |  5 +++-
 tests/test_bcrypt.py                               |  9 ++++++
 13 files changed, 51 insertions(+), 44 deletions(-)

diff --cc debian/.git-dpm
index c3b7a8f,0000000..8dd61cb
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
- ae550c486b72e73e8a632265c8cb4d7018760d8a
- ae550c486b72e73e8a632265c8cb4d7018760d8a
- df9dc2c7cf7a3d129596bad89e4301a9d0b83de9
++b10c59bd53eab4b1526733518157e6b6cf7098ae
++b10c59bd53eab4b1526733518157e6b6cf7098ae
++b10c59bd53eab4b1526733518157e6b6cf7098ae
 +b10c59bd53eab4b1526733518157e6b6cf7098ae
 +python-bcrypt_3.1.2.orig.tar.xz
 +5a9b8250ab580f4fa8453cedc05150acc847a915
 +32812
 +debianTag="debian/%e%v"
 +patchedTag="patched/%e%v"
 +upstreamTag="upstream/%e%u"
diff --cc debian/changelog
index e9af4ae,0000000..f367234
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,110 -1,0 +1,118 @@@
++python-bcrypt (3.1.1-2) UNRELEASED; urgency=medium
++
++  * New upstream release:
++    + drop 0001-fix-README-ascii-decoding-error.patch (applied
++      upstream).
++
++ -- Daniel Stender <stender at debian.org>  Fri, 23 Dec 2016 20:12:44 +0100
++
 +python-bcrypt (3.1.1-1) unstable; urgency=medium
 +
 +  * New upstream release.
 +  * rewritten fix-README-ascii-decoding-error.patch.
 +
 + -- Daniel Stender <stender at debian.org>  Sat, 03 Dec 2016 10:47:56 +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

-- 
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