Source: python-cryptography37
Maintainer: Kali Developers <devel@kali.org>
XSBC-Original-Maintainer:
 Debian Python Team <team+python@tracker.debian.org>,
 Sandro Tosi <morph@debian.org>,
Uploaders: Sophie Brun <sophie@offensive-security.com>
Section: python
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 dh-sequence-sphinxdoc <!nodoc>,
 dpkg-dev (>= 1.17.14),
 libssl-dev,
 python3-all-dev,
 python3-asn1crypto (>= 0.21.0~),
 python3-pyasn1,
 python3-cffi (>= 1.7~),
# python3-cryptography-vectors (<< 38.0.0~) <!nocheck>,
# python3-cryptography-vectors (>= 37.0.2~) <!nocheck>,
 python3-doc <!nodoc>,
 python3-hypothesis <!nocheck>,
 python3-idna (>= 2.0~),
 python3-iso8601 <!nocheck>,
 python3-pretend <!nocheck>,
 python3-pytest (>= 2.9.0) <!nocheck>,
 python3-pytest-subtests <!nocheck>,
 python3-pytest-benchmark,
 python3-setuptools (>= 11.3),
 python3-setuptools-rust,
 python3-six (>= 1.4.1~),
 python3-sphinx <!nodoc>,
 python3-sphinx-rtd-theme <!nodoc>,
 python3-tz <!nocheck>,
 rust-all
Standards-Version: 4.6.0
Homepage: https://cryptography.io/
XS-Debian-Vcs-Git: https://salsa.debian.org/python-team/packages/python-cryptography.git
XS-Debian-Vcs-Browser: https://salsa.debian.org/python-team/packages/python-cryptography
Vcs-Git: https://gitlab.com/kalilinux/packages/python-cryptography37.git
Vcs-Browser: https://gitlab.com/kalilinux/packages/python-cryptography37
Rules-Requires-Root: no

Package: python3-cryptography37
Architecture: any
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
Breaks: python3-openssl (<< 16.0.0)
Suggests: python-cryptography-doc, python3-cryptography-vectors
Description: Python library exposing cryptographic recipes and primitives (Python 3)
 This package contains a python3 cryptography version >= 37 for Kali.
 This package will be removed once Debian will update the source package
 python-cryptography.
 .
 The cryptography library is designed to be a "one-stop-shop" for
 all your cryptographic needs in Python.
 .
 As an alternative to the libraries that came before it, cryptography
 tries to address some of the issues with those libraries:
  - Lack of PyPy and Python 3 support.
  - Lack of maintenance.
  - Use of poor implementations of algorithms (i.e. ones with known
    side-channel attacks).
  - Lack of high level, "Cryptography for humans", APIs.
  - Absence of algorithms such as AES-GCM.
  - Poor introspectability, and thus poor testability.
  - Extremely error prone APIs, and bad defaults.
 .
 This package contains the Python 3 version of cryptography.
