Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
python-passlib
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Debian Python Team
packages
python-passlib
Commits
d7fc514c
Commit
d7fc514c
authored
10 years ago
by
Brian May
Browse files
Options
Downloads
Patches
Plain Diff
Prepare 1.6.5-1.
parent
1fc0ff88
No related branches found
No related tags found
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
debian/changelog
+11
-0
11 additions, 0 deletions
debian/changelog
debian/control
+7
-2
7 additions, 2 deletions
debian/control
debian/rules
+4
-0
4 additions, 0 deletions
debian/rules
with
22 additions
and
2 deletions
debian/changelog
+
11
−
0
View file @
d7fc514c
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.
...
...
This diff is collapsed.
Click to expand it.
debian/control
+
7
−
2
View file @
d7fc514c
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
...
...
This diff is collapsed.
Click to expand it.
debian/rules
+
4
−
0
View file @
d7fc514c
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment