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

Daniel Stender stender at moszumanska.debian.org
Mon Jul 25 21:40:00 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 5a90ff862bc6161f7d233ad772c14aea45f5c078
Merge: d405ad0 33b9938
Author: Daniel Stender <stender at debian.org>
Date:   Mon Jul 25 23:03:36 2016 +0200

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

 .coveragerc                                        |   5 +
 MANIFEST.in                                        |   8 +
 PKG-INFO                                           |  35 +-
 README.rst                                         |  33 +-
 debian/.git-dpm                                    |   6 +-
 debian/changelog                                   |   6 +
 ... => 0001-fix-README-ascii-decoding-error.patch} |   2 +-
 debian/patches/0001-import-tests-from-github.patch | 298 ---------------
 debian/patches/series                              |   3 +-
 src/_csrc/portable_endian.h                        |  16 +-
 src/_csrc/pycabcrypt.h                             |   3 +-
 src/_csrc/sha2.h                                   |   8 +-
 src/bcrypt.egg-info/PKG-INFO                       |  35 +-
 src/bcrypt.egg-info/SOURCES.txt                    |   5 +-
 src/bcrypt/__about__.py                            |   2 +-
 src/bcrypt/__init__.py                             |  43 ++-
 src/build_bcrypt.py                                |   1 +
 tests/test_bcrypt.py                               | 412 ++++++++++++++-------
 tox.ini                                            |  42 +++
 19 files changed, 477 insertions(+), 486 deletions(-)

diff --cc debian/.git-dpm
index eec4ace,0000000..d7474d6
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
- 6684eb3bcaa678b1a3edfad2660b84fa199277fa
- 6684eb3bcaa678b1a3edfad2660b84fa199277fa
- 0f2834d39ceca322763c9618acdbcc813b774b0c
++33b993834cc430eba90cdf997e7b173f5e90ecba
++33b993834cc430eba90cdf997e7b173f5e90ecba
++e2cc8593ad39a9e6b019ffca79a6328820a84402
 +e2cc8593ad39a9e6b019ffca79a6328820a84402
 +python-bcrypt_3.1.0.orig.tar.xz
 +c34687b3dde09e935e9521fd0c773096e9dc83f5
 +32588
 +debianTag="debian/%e%v"
 +patchedTag="patched/%e%v"
 +upstreamTag="upstream/%e%u"
diff --cc debian/changelog
index ff30868,0000000..81eeb4e
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,93 -1,0 +1,99 @@@
++python-bcrypt (3.1.0-1) UNRELEASED; urgency=medium
++
++  * New upstream release.
++
++ -- Daniel Stender <stender at debian.org>  Mon, 25 Jul 2016 23:03:36 +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 b1ee63c,0000000..17b3cf0
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 6684eb3bcaa678b1a3edfad2660b84fa199277fa Mon Sep 17 00:00:00 2001
++From 33b993834cc430eba90cdf997e7b173f5e90ecba 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__"],
 + 
diff --cc debian/patches/series
index 0355098,0000000..6f75f2d
mode 100644,000000..100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@@ -1,2 -1,0 +1,1 @@@
- 0001-import-tests-from-github.patch
- 0002-fix-README-ascii-decoding-error.patch
++0001-fix-README-ascii-decoding-error.patch

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