Skip to content
Snippets Groups Projects
Commit d7fc514c authored by Brian May's avatar Brian May
Browse files

Prepare 1.6.5-1.

parent 1fc0ff88
No related branches found
No related tags found
No related merge requests found
python-passlib (1.6.5-1) unstable; urgency=medium
* Make package DPMT maintained. With permission of original maintainer,
see #795662.
* New upstream version. Closes: #794752.
* Remove '--with-doctest' option to tests. See
https://bitbucket.org/ecollins/passlib/issues/61/tests-fail
Closes: #795662.
-- Brian May <bam@debian.org> Mon, 24 Aug 2015 17:59:12 +1000
python-passlib (1.6.1-1.3) unstable; urgency=low python-passlib (1.6.1-1.3) unstable; urgency=low
* Non-maintainer upload. * Non-maintainer upload.
......
Source: python-passlib Source: python-passlib
Section: python Section: python
Priority: extra Priority: extra
Maintainer: Julien Danjou <acid@debian.org> Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 8.0.0), dh-python, python-all (>= 2.6.6-3~), python-setuptools, python-nose, python3-all, python3-setuptools, python3-nose Uploaders: Brian May <bam@debian.org>
Build-Depends: debhelper (>= 8.0.0), dh-python,
python-all (>= 2.6.6-3~), python-setuptools, python-nose,
python-django,
python3-all, python3-setuptools, python3-nose,
python3-django,
Standards-Version: 3.9.5 Standards-Version: 3.9.5
Homepage: http://code.google.com/p/passlib/ Homepage: http://code.google.com/p/passlib/
Vcs-Git: git://git.debian.org/collab-maint/python-passlib.git Vcs-Git: git://git.debian.org/collab-maint/python-passlib.git
......
...@@ -4,3 +4,7 @@ export PYBUILD_NAME=passlib ...@@ -4,3 +4,7 @@ export PYBUILD_NAME=passlib
%: %:
dh $@ --with python2,python3 --buildsystem=pybuild dh $@ --with python2,python3 --buildsystem=pybuild
override_dh_auto_test:
python2 ./setup.py test
python3 ./setup.py test
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment