[Python-modules-commits] [python-passlib] 01/03: Convert from git-dpm to patches unapplied format

Brian May bam at moszumanska.debian.org
Sun Apr 23 01:47:27 UTC 2017


This is an automated email from the git hooks/post-receive script.

bam pushed a commit to branch debian/stretch
in repository python-passlib.

commit b0a67a922c4f504b6b6978b18c213dec0be3552b
Author: Brian May <bam at debian.org>
Date:   Sun Apr 23 08:01:39 2017 +1000

    Convert from git-dpm to patches unapplied format
---
 debian/.git-dpm                       |  11 --
 passlib.egg-info/PKG-INFO             |  46 +++++++
 passlib.egg-info/SOURCES.txt          | 217 ++++++++++++++++++++++++++++++++++
 passlib.egg-info/dependency_links.txt |   1 +
 passlib.egg-info/top_level.txt        |   1 +
 passlib.egg-info/zip-safe             |   1 +
 passlib/ext/django/utils.py           |   9 +-
 7 files changed, 272 insertions(+), 14 deletions(-)

diff --git a/debian/.git-dpm b/debian/.git-dpm
deleted file mode 100644
index 7bf2d7f..0000000
--- a/debian/.git-dpm
+++ /dev/null
@@ -1,11 +0,0 @@
-# see git-dpm(1) from git-dpm package
-9e5a4b32f8ff48670df80b7e97f88e3609ad6ca4
-9e5a4b32f8ff48670df80b7e97f88e3609ad6ca4
-4f8eb9d90fdaa143465e40bef41fd151466854dc
-4f8eb9d90fdaa143465e40bef41fd151466854dc
-python-passlib_1.7.0.orig.tar.gz
-a773592d9675c41465bd47c12f447e1100611703
-637909
-debianTag="debian/%e%v"
-patchedTag="patched/%e%v"
-upstreamTag="upstream/%e%u"
diff --git a/passlib.egg-info/PKG-INFO b/passlib.egg-info/PKG-INFO
new file mode 100644
index 0000000..5aa3da5
--- /dev/null
+++ b/passlib.egg-info/PKG-INFO
@@ -0,0 +1,46 @@
+Metadata-Version: 1.1
+Name: passlib
+Version: 1.7.0
+Summary: comprehensive password hashing framework supporting over 30 schemes
+Home-page: https://bitbucket.org/ecollins/passlib
+Author: Eli Collins
+Author-email: elic at assurancetechnologies.com
+License: BSD
+Download-URL: https://pypi.python.org/packages/source/p/passlib/passlib-1.7.0.tar.gz
+Description: Passlib is a password hashing library for Python 2 & 3, which provides
+        cross-platform implementations of over 30 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 applications.
+        
+        * See the `documentation <https://passlib.readthedocs.io>`_
+          for details, installation instructions, and examples.
+        
+        * See the `homepage <https://bitbucket.org/ecollins/passlib>`_
+          for the latest news and more information.
+        
+        * See the `changelog <https://passlib.readthedocs.io/en/stable/history>`_
+          for a description of what's new in Passlib.
+        
+        All releases are signed with the gpg key
+        `4D8592DF4CE1ED31 <http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x4D8592DF4CE1ED31>`_.
+        
+Keywords: password secret hash security
+crypt md5-crypt
+sha256-crypt sha512-crypt pbkdf2 argon2 scrypt bcrypt
+apache htpasswd htdigest
+totp 2fa
+Platform: UNKNOWN
+Classifier: Intended Audience :: Developers
+Classifier: License :: OSI Approved :: BSD License
+Classifier: Natural Language :: English
+Classifier: Operating System :: OS Independent
+Classifier: Programming Language :: Python :: 2.6
+Classifier: Programming Language :: Python :: 2.7
+Classifier: Programming Language :: Python :: 3
+Classifier: Programming Language :: Python :: Implementation :: CPython
+Classifier: Programming Language :: Python :: Implementation :: Jython
+Classifier: Programming Language :: Python :: Implementation :: PyPy
+Classifier: Topic :: Security :: Cryptography
+Classifier: Topic :: Software Development :: Libraries
+Classifier: Development Status :: 5 - Production/Stable
diff --git a/passlib.egg-info/SOURCES.txt b/passlib.egg-info/SOURCES.txt
new file mode 100644
index 0000000..0d5bd77
--- /dev/null
+++ b/passlib.egg-info/SOURCES.txt
@@ -0,0 +1,217 @@
+LICENSE
+MANIFEST.in
+README
+setup.cfg
+setup.py
+tox.ini
+docs/conf.py
+docs/contents.rst
+docs/copyright.rst
+docs/dev-requirements.txt
+docs/faq.rst
+docs/history.rst
+docs/index.rst
+docs/install.rst
+docs/modular_crypt_format.rst
+docs/new_app_quickstart.rst
+docs/other.rst
+docs/overview.rst
+docs/password_hash_api.rst
+docs/requirements.txt
+docs/_fragments/insecure_hash_warning.rst
+docs/_fragments/trivial_hash_warning.rst
+docs/_static/bb-logo.png
+docs/_static/bb-logo.svg
+docs/_static/logo-128.png
+docs/_static/logo-64.png
+docs/_static/logo.ico
+docs/_static/logo.png
+docs/_static/logo.svg
+docs/_static/masthead.png
+docs/_static/masthead.svg
+docs/history/1.5.rst
+docs/history/1.6.rst
+docs/history/1.7.rst
+docs/history/ancient.rst
+docs/history/index.rst
+docs/lib/index.rst
+docs/lib/passlib.apache.rst
+docs/lib/passlib.apps.rst
+docs/lib/passlib.context-tutorial.rst
+docs/lib/passlib.context.rst
+docs/lib/passlib.crypto.des.rst
+docs/lib/passlib.crypto.digest.rst
+docs/lib/passlib.crypto.rst
+docs/lib/passlib.exc.rst
+docs/lib/passlib.ext.django.rst
+docs/lib/passlib.hash.apr_md5_crypt.rst
+docs/lib/passlib.hash.argon2.rst
+docs/lib/passlib.hash.atlassian_pbkdf2_sha1.rst
+docs/lib/passlib.hash.bcrypt.rst
+docs/lib/passlib.hash.bcrypt_sha256.rst
+docs/lib/passlib.hash.bigcrypt.rst
+docs/lib/passlib.hash.bsdi_crypt.rst
+docs/lib/passlib.hash.cisco_asa.rst
+docs/lib/passlib.hash.cisco_pix.rst
+docs/lib/passlib.hash.cisco_type7.rst
+docs/lib/passlib.hash.crypt16.rst
+docs/lib/passlib.hash.cta_pbkdf2_sha1.rst
+docs/lib/passlib.hash.des_crypt.rst
+docs/lib/passlib.hash.django_std.rst
+docs/lib/passlib.hash.dlitz_pbkdf2_sha1.rst
+docs/lib/passlib.hash.fshp.rst
+docs/lib/passlib.hash.grub_pbkdf2_sha512.rst
+docs/lib/passlib.hash.hex_digests.rst
+docs/lib/passlib.hash.ldap_crypt.rst
+docs/lib/passlib.hash.ldap_other.rst
+docs/lib/passlib.hash.ldap_pbkdf2_digest.rst
+docs/lib/passlib.hash.ldap_std.rst
+docs/lib/passlib.hash.lmhash.rst
+docs/lib/passlib.hash.md5_crypt.rst
+docs/lib/passlib.hash.msdcc.rst
+docs/lib/passlib.hash.msdcc2.rst
+docs/lib/passlib.hash.mssql2000.rst
+docs/lib/passlib.hash.mssql2005.rst
+docs/lib/passlib.hash.mysql323.rst
+docs/lib/passlib.hash.mysql41.rst
+docs/lib/passlib.hash.nthash.rst
+docs/lib/passlib.hash.oracle10.rst
+docs/lib/passlib.hash.oracle11.rst
+docs/lib/passlib.hash.pbkdf2_digest.rst
+docs/lib/passlib.hash.phpass.rst
+docs/lib/passlib.hash.plaintext.rst
+docs/lib/passlib.hash.postgres_md5.rst
+docs/lib/passlib.hash.rst
+docs/lib/passlib.hash.scram.rst
+docs/lib/passlib.hash.scrypt.rst
+docs/lib/passlib.hash.sha1_crypt.rst
+docs/lib/passlib.hash.sha256_crypt.rst
+docs/lib/passlib.hash.sha512_crypt.rst
+docs/lib/passlib.hash.sun_md5_crypt.rst
+docs/lib/passlib.hash.unix_disabled.rst
+docs/lib/passlib.hosts.rst
+docs/lib/passlib.ifc.rst
+docs/lib/passlib.pwd.rst
+docs/lib/passlib.registry.rst
+docs/lib/passlib.totp.rst
+docs/lib/passlib.utils.binary.rst
+docs/lib/passlib.utils.compat.rst
+docs/lib/passlib.utils.des.rst
+docs/lib/passlib.utils.handlers.rst
+docs/lib/passlib.utils.pbkdf2.rst
+docs/lib/passlib.utils.rst
+docs/narr/context-tutorial.rst
+docs/narr/hash-tutorial.rst
+docs/narr/index.rst
+docs/narr/overview.rst
+docs/narr/quickstart.rst
+docs/narr/totp-tutorial.rst
+passlib/__init__.py
+passlib/apache.py
+passlib/apps.py
+passlib/context.py
+passlib/exc.py
+passlib/hash.py
+passlib/hosts.py
+passlib/ifc.py
+passlib/pwd.py
+passlib/registry.py
+passlib/totp.py
+passlib/win32.py
+passlib.egg-info/PKG-INFO
+passlib.egg-info/SOURCES.txt
+passlib.egg-info/dependency_links.txt
+passlib.egg-info/requires.txt
+passlib.egg-info/top_level.txt
+passlib.egg-info/zip-safe
+passlib/_data/wordsets/bip39.txt
+passlib/_data/wordsets/eff_long.txt
+passlib/_data/wordsets/eff_prefixed.txt
+passlib/_data/wordsets/eff_short.txt
+passlib/_setup/__init__.py
+passlib/_setup/docdist.py
+passlib/_setup/stamp.py
+passlib/crypto/__init__.py
+passlib/crypto/_md4.py
+passlib/crypto/des.py
+passlib/crypto/digest.py
+passlib/crypto/_blowfish/__init__.py
+passlib/crypto/_blowfish/_gen_files.py
+passlib/crypto/_blowfish/base.py
+passlib/crypto/_blowfish/unrolled.py
+passlib/crypto/scrypt/__init__.py
+passlib/crypto/scrypt/_builtin.py
+passlib/crypto/scrypt/_gen_files.py
+passlib/crypto/scrypt/_salsa.py
+passlib/ext/__init__.py
+passlib/ext/django/__init__.py
+passlib/ext/django/models.py
+passlib/ext/django/utils.py
+passlib/handlers/__init__.py
+passlib/handlers/argon2.py
+passlib/handlers/bcrypt.py
+passlib/handlers/cisco.py
+passlib/handlers/des_crypt.py
+passlib/handlers/digests.py
+passlib/handlers/django.py
+passlib/handlers/fshp.py
+passlib/handlers/ldap_digests.py
+passlib/handlers/md5_crypt.py
+passlib/handlers/misc.py
+passlib/handlers/mssql.py
+passlib/handlers/mysql.py
+passlib/handlers/oracle.py
+passlib/handlers/pbkdf2.py
+passlib/handlers/phpass.py
+passlib/handlers/postgres.py
+passlib/handlers/roundup.py
+passlib/handlers/scram.py
+passlib/handlers/scrypt.py
+passlib/handlers/sha1_crypt.py
+passlib/handlers/sha2_crypt.py
+passlib/handlers/sun_md5_crypt.py
+passlib/handlers/windows.py
+passlib/tests/__init__.py
+passlib/tests/__main__.py
+passlib/tests/_test_bad_register.py
+passlib/tests/backports.py
+passlib/tests/sample1.cfg
+passlib/tests/sample1b.cfg
+passlib/tests/sample1c.cfg
+passlib/tests/sample_config_1s.cfg
+passlib/tests/test_apache.py
+passlib/tests/test_apps.py
+passlib/tests/test_context.py
+passlib/tests/test_context_deprecated.py
+passlib/tests/test_crypto_builtin_md4.py
+passlib/tests/test_crypto_des.py
+passlib/tests/test_crypto_digest.py
+passlib/tests/test_crypto_scrypt.py
+passlib/tests/test_ext_django.py
+passlib/tests/test_ext_django_source.py
+passlib/tests/test_handlers.py
+passlib/tests/test_handlers_argon2.py
+passlib/tests/test_handlers_bcrypt.py
+passlib/tests/test_handlers_django.py
+passlib/tests/test_handlers_pbkdf2.py
+passlib/tests/test_handlers_scrypt.py
+passlib/tests/test_hosts.py
+passlib/tests/test_pwd.py
+passlib/tests/test_registry.py
+passlib/tests/test_totp.py
+passlib/tests/test_utils.py
+passlib/tests/test_utils_handlers.py
+passlib/tests/test_utils_md4.py
+passlib/tests/test_utils_pbkdf2.py
+passlib/tests/test_win32.py
+passlib/tests/tox_support.py
+passlib/tests/utils.py
+passlib/utils/__init__.py
+passlib/utils/binary.py
+passlib/utils/decor.py
+passlib/utils/des.py
+passlib/utils/handlers.py
+passlib/utils/md4.py
+passlib/utils/pbkdf2.py
+passlib/utils/compat/__init__.py
+passlib/utils/compat/_ordered_dict.py
\ No newline at end of file
diff --git a/passlib.egg-info/dependency_links.txt b/passlib.egg-info/dependency_links.txt
new file mode 100644
index 0000000..8b13789
--- /dev/null
+++ b/passlib.egg-info/dependency_links.txt
@@ -0,0 +1 @@
+
diff --git a/passlib.egg-info/top_level.txt b/passlib.egg-info/top_level.txt
new file mode 100644
index 0000000..419829d
--- /dev/null
+++ b/passlib.egg-info/top_level.txt
@@ -0,0 +1 @@
+passlib
diff --git a/passlib.egg-info/zip-safe b/passlib.egg-info/zip-safe
new file mode 100644
index 0000000..8b13789
--- /dev/null
+++ b/passlib.egg-info/zip-safe
@@ -0,0 +1 @@
+
diff --git a/passlib/ext/django/utils.py b/passlib/ext/django/utils.py
index c828703..a83cb89 100644
--- a/passlib/ext/django/utils.py
+++ b/passlib/ext/django/utils.py
@@ -9,9 +9,12 @@ import sys
 import weakref
 from warnings import warn
 # site
-log.debug("Django support disabled by Debian package")
-log.debug("See https://bitbucket.org/ecollins/passlib/issues/68/tests-fail-with-django-19")
-DJANGO_VERSION = ()
+try:
+    from django import VERSION as DJANGO_VERSION
+    log.debug("found django %r installation", DJANGO_VERSION)
+except ImportError:
+    log.debug("django installation not found")
+    DJANGO_VERSION = ()
 # pkg
 from passlib import exc, registry
 from passlib.context import CryptContext

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-passlib.git



More information about the Python-modules-commits mailing list