debian/0000755000000000000000000000000012302376176007175 5ustar debian/copyright0000644000000000000000000000624312042252676011134 0ustar Format: http://dep.debian.net/deps/dep5 Upstream-Name: Passlib Source: http://pypi.python.org/pypi/passlib Files: * Copyright: (c) 2008-2011 Assurance Technologies, LLC. License: BSD All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of Assurance Technologies, nor the names of the contributors may be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. Files: passlib/handlers/md5_crypt.py Copyright: (c) Poul-Henning Kamp Copyright: (c) 2009 Eli Collins License: THE BEER-WARE LICENSE "THE BEER-WARE LICENSE" (Revision 42): wrote this file. As long as you retain this notice you can do whatever you want with this stuff. If we meet some day, and you think this stuff is worth it, you can buy me a beer in return. Poul-Henning Kamp Files: passlib/utils/des.py Copyright: (c) 1996 Aki Yoshida Copyright: (c) 2001 Iris Van den Broeke, Daniel Deville Copyright: (c) 2005 Greg Wilkins Copyright: (c) 2009 Eli Collins License: BSD-like Permission to use, copy, modify and distribute this software for non-commercial or commercial purposes and without fee is hereby granted provided that this copyright notice appears in all copies. Files: debian/* Copyright: (c) 2011 OpenStack, LLC License: Apache-2 Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at . http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. . On Debian-based systems the full text of the Apache version 2.0 license can be found in `/usr/share/common-licenses/Apache-2.0'. debian/changelog0000644000000000000000000000226212302376176011051 0ustar passlib (1.5.3-0ubuntu3) trusty; urgency=medium * Rebuild to drop files installed into /usr/share/pyshared. -- Matthias Klose Sun, 23 Feb 2014 13:49:50 +0000 passlib (1.5.3-0ubuntu2) raring-proposed; urgency=low * debian/control: B-D on python3-all to get both Python 3.2 and 3.3. -- Barry Warsaw Thu, 25 Oct 2012 11:43:08 -0400 passlib (1.5.3-0ubuntu1) precise; urgency=low * New upstream version. * Build for Python 3. -- Chuck Short Mon, 06 Feb 2012 10:23:46 -0500 passlib (1.5.2-1ubuntu2) precise; urgency=low * Enable testsuite. * Fix lintian warnings. -- Chuck Short Mon, 06 Feb 2012 10:23:31 -0500 passlib (1.5.2-1ubuntu1) precise; urgency=low * Uploaded for precise. * Transition for dh_python2. -- Chuck Short Thu, 27 Oct 2011 08:58:28 -0400 passlib (1.5.2-1~openstack0~oneiric1) oneiric; urgency=low * Backported for OpenStack for oneiric -- Monty Taylor Thu, 29 Sep 2011 11:49:40 -0700 passlib (1.5.2-1) unstable; urgency=low * Initial release. -- Monty Taylor Fri, 09 Sep 2011 14:37:56 -0700 debian/python-passlib.install0000644000000000000000000000003712042252676013540 0ustar usr/lib/python2.*/*-packages/* debian/python3-passlib.install0000644000000000000000000000003612042252676013622 0ustar usr/lib/python3*/*-packages/* debian/compat0000644000000000000000000000000212042252676010372 0ustar 7 debian/control0000644000000000000000000000306312042256623010575 0ustar Source: passlib Section: python Priority: extra Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Monty Taylor Build-Depends: debhelper (>= 7.0.50~), python-all (>= 2.6.6-3~), python-nose, python-setuptools, python3-all, python3-setuptools X-Python-Version: >= 2.6 X-Python3-Version: >= 3.2 Standards-Version: 3.9.2 Homepage: http://pypi.python.org/pypi/passlib Package: python-passlib Architecture: all Depends: ${python:Depends}, ${misc:Depends} Provides: ${python:Provides} Description: comprehensive password hashing framework Passlib is a password hashing library for Python 2 & 3, which provides cross-platform implementations of over 20 password hashing algorithms, as well as a framework for managing existing password hashes. It's designed to be useful for a wide range of tasks, from verifying a hash found in /etc/shadow, to providing full-strength password hashing for multi-user application. Package: python3-passlib Architecture: all Depends: ${python:Depends}, ${misc:Depends} Provides: ${python:Provides} Description: comprehensive password hashing framework Passlib is a password hashing library for Python 2 & 3, which provides cross-platform implementations of over 20 password hashing algorithms, as well as a framework for managing existing password hashes. It's designed to be useful for a wide range of tasks, from verifying a hash found in /etc/shadow, to providing full-strength password hashing for multi-user application. . This is the Python 3 version of the package debian/rules0000755000000000000000000000176112042252676010261 0ustar #!/usr/bin/make -f # -*- makefile -*- # Sample debian/rules that uses debhelper. # This file was originally written by Joey Hess and Craig Small. # As a special exception, when this file is copied by dh-make into a # dh-make output file, you may use that output file without restriction. # This special exception was added by Craig Small in version 0.37 of dh-make. # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 %: dh $@ --with python2,python3 override_dh_auto_build: dh_auto_build set -ex; for python in $(shell py3versions -r); do \ $$python setup.py build; \ done; override_dh_auto_install: dh_auto_install set -ex; for python in $(shell py3versions -r); do \ $$python setup.py install --root=$(CURDIR)/debian/tmp --install-layout=deb; \ done; override_dh_auto_clean: dh_auto_clean rm -rf build .*egg-info override_dh_auto_test: ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) set -e ; for pyversion in $(shell pyversions3 -r); do $$pyversion setup.py test; done endif debian/source/0000755000000000000000000000000012042264311010461 5ustar debian/source/format0000644000000000000000000000001412042252676011702 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000012012042252676010216 0ustar version=3 http://pypi.python.org/packages/source/p/passlib/passlib-(.+).tar.gz