pycryptodome (3.20.0+dfsg-3build1) plucky; urgency=medium

  * SRU: #2083480: No-change rebuild to add support for Python 3.13.

 -- Matthias Klose <doko@ubuntu.com>  Wed, 13 Nov 2024 09:56:26 +0100

pycryptodome (3.20.0+dfsg-3) unstable; urgency=medium

  [ YOKOTA Hiroshi ]
  * Add fixups for FTBFS patch
  * Lintian fix: debian-changelog-line-too-long

 -- Antonio Terceiro <terceiro@debian.org>  Wed, 04 Sep 2024 19:08:03 -0300

pycryptodome (3.20.0+dfsg-2) unstable; urgency=medium

  [ YOKOTA Hiroshi ]
  * Rediff patches
  * Fix wired sanitizer usage
  * Use VERBOSE environment variable to display build commands while in
    CMake builder
  * Some architecture requires additional library (Closes: #1069534)
  * Test suite uses CMake to build
  * Refactor CMake usage
  * Use Debian architecture name for architecture-specific options
  * Enable sanitizer option only for supported architecture (Closes: #1072992)
  * Clean CMake project files (Closes: #1045521)
  * Don't remove a license file even if the file name has "*.orig" extension
  * Add link to bug tracker

 -- Antonio Terceiro <terceiro@debian.org>  Tue, 06 Aug 2024 06:42:59 -0300

pycryptodome (3.20.0+dfsg-1) unstable; urgency=medium

  * Team upload.
  * New upstream release (Closes: #1056436)
    - C unit tests also run on non-x86 architectures
      (Closes: #1053328, LP: #2039968)
  * Drop patches applied upstream

 -- Benjamin Drung <bdrung@debian.org>  Thu, 11 Jan 2024 14:32:40 +0100

pycryptodome (3.18.0+dfsg1-1) unstable; urgency=medium

  * Team upload
  * New upstream release
  * d/watch:
    - Pull fron github repo instead of pypi.debian.net
    - Verify signature with uscan
  * d/rules:
    - Update to build src/test files with cmake
    - Update dh_auto_test to run for all supported python versions
  * d/control:
    - Add cmake to Build-Depends
    - Bump standards version to 4.6.2 from 4.6.1
  * d/copyright:
    - Update copyright year to 2023 for debian/* files
    - Add myself to copyright for debian/* files
  * d/tests/unittests:
    - Correct py3versions from -r option to -s
    - Remove redirection to /dev/null
  * d/patches/: Update existing patches
    - Update 0001-Fix-Documentation.patch
      + Additional images to remove
    - Remove 0003-sphinx-compatibility.patch
      + Fixed in upstream
    - Remove 0004-Permit-easy-selection-of-a-python-binary-in-the-C-te.patch
      + Makefile no longer exists
    - Remove 0005-C-Tests-Avoid-creating-a-0-length-array
      + Fixed in upstream
    - Rename 0006-The-final-argument-to-mont_select-is-a-size_t.patch to
      0003-The-final-argument-to-mod_select-is-a-size_t.patch
      + Function renamed, type error still exists, updated Forwarded
  * d/source/lintian-overrides:
    - Override long line lengths
    - Override unnecessary check for DEB_BUILD_OPTIONS
  * d/upstream/metadata:
    - Update Archive from Pypi to Github

 -- Ileana Dumitrescu <ileanadumitrescu95@gmail.com>  Mon, 10 Jul 2023 19:53:57 +0300

pycryptodome (3.11.0+dfsg1-4) unstable; urgency=medium

  [ Debian Janitor ]
  * Update lintian override info to new format: + debian/python3-pycryptodome.lintian-overrides: line 5-6 + debian/python-pycryptodome-doc.lintian-overrides: line 4
  * Update standards version to 4.6.1, no changes needed.

 -- Jelmer Vernooĳ <jelmer@debian.org>  Wed, 16 Nov 2022 10:11:04 +0000

pycryptodome (3.11.0+dfsg1-3) unstable; urgency=medium

  * Team upload.
  * Limit the autopkgtest dependencies to just the module package, fixing test
    failure on i386 in Ubuntu.

 -- Stefano Rivera <stefanor@debian.org>  Fri, 26 Nov 2021 11:13:48 -0400

pycryptodome (3.11.0+dfsg1-2) unstable; urgency=medium

  * Team upload.
  * Patch: Correct types in mont_select() declaration in C tests.

 -- Stefano Rivera <stefanor@debian.org>  Mon, 15 Nov 2021 22:50:40 -0800

pycryptodome (3.11.0+dfsg1-1) unstable; urgency=medium

  * Team upload.
  [ Ondřej Nový ]
  * d/control: Update Maintainer field with new Debian Python Team
    contact address.
  * d/control: Update Vcs-* fields with new Debian Python Team Salsa
    layout.

  [ Debian Janitor ]
  * Use secure URI in Homepage field.
  * Update renamed lintian tag names in lintian overrides.
  * Remove obsolete field Name from debian/upstream/metadata,
    already present in machine-readable debian/copyright.

  [ Håvard Flaget Aasen ]
  * New upstream version 3.11.0+dfsg1 Closes: #998094
  * Rebase patches
  * Mark autopkgtest as superficial. Closes: #974462
  * Patch to add compatibility with sphinx >= 4.0 Closes: #997733
  * Update lintian-overrides, use wildcard and capitalize word.
  * d/upstream/metadata: Remove registration link to GitHub.
  * d/changelog: Fix spelling mistake.
  * d/control:
    - Update Standards-Version to 4.6.0
    - Update the long description.
  * d/rules: Remove deleting of files. These files are no longer
    shipped with source from PyPI.
  * d/copyright: Update files and copyright year.

  [ Stefano Rivera ]
  * Remove noop proxy exports from debian/rules. pybuild automatically exports
    them, anyway.
  * Replace superficial autopkgtest with autodep8 configuration.
  * Add an autopkgtest to run the full test suite.
  * Run C test suite at build time:
    - Patch: Allow specifying the python binary for C tests.
    - Patch: Avoid creating a 0-length array during tests.

 -- Håvard Flaget Aasen <haavard_aasen@yahoo.no>  Sun, 14 Nov 2021 01:50:58 +0100

pycryptodome (3.9.7+dfsg1-1) unstable; urgency=medium

  [ Emmanuel Arias ]
  * Team upload.
  * New upstream version 3.9.7 (Closes: #956046).
  * d/contol: debhelper-compat to 13 (from 11),
  * d/control: Bump Standards-Version to 4.5.0 (no changes).
  * d/gbp.conf: Set debian/master as default branch.
  * d/salsa-ci.yml: enable salsa-ci.
  * Remove patch that has been upstreamed 0003-Fix-syntax-error.patch
  * d/control: declare Rules-Requires-Root: no

  [ Henry-Nicolas Tourneur ]
  * d/rules: leverage debhelper-compat 13 by using execute_after and _before
    Replace override statements, PYBUILD_BEFORE_BUILD and PYBUILD_AFTER_INSTALL
  * d/copyright: cleanup files field paths.
  * d/copyright: update to reflect new upstream version.
  * Remove patch no longer used for oldstable: 2000-backport-to-stretch.patch
  * Exclude from upstream tarball prebuilt static js sphinx theme files.
  * Remove README files of SelfTest that are installed under /usr/lib/python

 -- Johannes 'josch' Schauer <josch@debian.org>  Thu, 14 May 2020 21:03:10 +0200

pycryptodome (3.6.1-3) unstable; urgency=medium

  [ Ondřej Nový ]
  * Convert git repository from git-dpm to gbp layout
  * Use 'python3 -m sphinx' instead of sphinx-build for building docs
  * Use debhelper-compat instead of debian/compat.

  [ Sandro Tosi ]
  * Drop python2 support; Closes: #937412

 -- Sandro Tosi <morph@debian.org>  Sat, 21 Mar 2020 12:52:46 -0400

pycryptodome (3.6.1-2) unstable; urgency=medium

  * Bump Standards-Version from 4.1.3 to 4.1.4.
  * Refresh 0003-Fix-syntax-error.patch.
  * Updated 2000-backport-to-stretch.patch with more changes needed in Stretch.

 -- Petter Reinholdtsen <pere@debian.org>  Tue, 12 Jun 2018 12:04:57 +0200

pycryptodome (3.6.1-1) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/tests: Use AUTOPKGTEST_TMP instead of ADTTMP

  [ Petter Reinholdtsen ]
  * New upstream release 3.6.1.
    - Solve build problem on 32 bits big endian archs (Closes: #892175).
  * Ran wrap-and-sort.
  * Add d/gbp.conf to enforce the use of pristine-tar.
  * Added 2000-backport-to-stretch.patch documenting a way to backport
    to Debian Stretch.

 -- Petter Reinholdtsen <pere@debian.org>  Tue, 12 Jun 2018 08:22:26 +0000

pycryptodome (3.4.11-1) unstable; urgency=medium

  [ Ondřej Nový ]
  * d/control: Set Vcs-* to salsa.debian.org

  [ Christopher Hoskin ]
  * Fix "CVE-2018-6594" Resolved by upstream in 3.4.10 (Closes:
    #889998)
  * Add upstream metadata file
  * Add 0003-Fix-syntax-error.patch
  * Add lib/Cryptodome/ to clean
  * Bump debhelper compat from 9 to 11
  * Keep the documentation in python-pycryptodome-doc (for now at least)
  * Bump Standards-Version from 4.1.1 to 4.1.3 (no change required)

 -- Christopher Hoskin <mans0954@debian.org>  Tue, 06 Mar 2018 07:02:32 +0000

pycryptodome (3.4.7-1) unstable; urgency=medium

  * New upstream release (3.4.7)
  * Use secure URI in debian/watch
  * Remove new-package-should-not-package-python2-module lintian override
  * Update extra-license-file lintian override (Sphinx now appears to create a
    copy of the source file with extension rst.txt)
  * Bump Standards-Version from 3.9.8 to 4.1.1 (no change required)
  * Add missing build dependency on python3-sphinx-rtd-theme

 -- Christopher Hoskin <mans0954@debian.org>  Sat, 04 Nov 2017 10:24:18 +0000

pycryptodome (3.4.6-1) unstable; urgency=low

  * source package automatically created by stdeb 0.8.5
  * Initial release. (Closes: #864294: ITP: pycryptodome --
    cryptographic library for Python)

 -- Christopher Hoskin <mans0954@debian.org>  Sun, 11 Jun 2017 20:51:56 +0100
