diff -Nru python-cryptography-vectors-3.3.1/cryptography_vectors/__about__.py python-cryptography-vectors-3.3.2/cryptography_vectors/__about__.py --- python-cryptography-vectors-3.3.1/cryptography_vectors/__about__.py 2020-12-10 02:16:42.000000000 +0000 +++ python-cryptography-vectors-3.3.2/cryptography_vectors/__about__.py 2021-02-07 16:39:35.000000000 +0000 @@ -20,10 +20,10 @@ __uri__ = "https://github.com/pyca/cryptography" -__version__ = "3.3.1" +__version__ = "3.3.2" __author__ = "The cryptography developers" __email__ = "cryptography-dev@python.org" __license__ = "BSD or Apache License, Version 2.0" -__copyright__ = "Copyright 2013-2020 %s" % __author__ +__copyright__ = "Copyright 2013-2021 %s" % __author__ diff -Nru python-cryptography-vectors-3.3.1/cryptography_vectors.egg-info/PKG-INFO python-cryptography-vectors-3.3.2/cryptography_vectors.egg-info/PKG-INFO --- python-cryptography-vectors-3.3.1/cryptography_vectors.egg-info/PKG-INFO 2020-12-10 02:17:26.000000000 +0000 +++ python-cryptography-vectors-3.3.2/cryptography_vectors.egg-info/PKG-INFO 2021-02-07 16:39:57.000000000 +0000 @@ -1,6 +1,6 @@ Metadata-Version: 1.0 Name: cryptography-vectors -Version: 3.3.1 +Version: 3.3.2 Summary: Test vectors for the cryptography package. Home-page: https://github.com/pyca/cryptography Author: The cryptography developers diff -Nru python-cryptography-vectors-3.3.1/debian/changelog python-cryptography-vectors-3.3.2/debian/changelog --- python-cryptography-vectors-3.3.1/debian/changelog 2021-01-25 14:39:48.000000000 +0000 +++ python-cryptography-vectors-3.3.2/debian/changelog 2021-02-10 08:09:13.000000000 +0000 @@ -1,3 +1,9 @@ +python-cryptography-vectors (3.3.2-1) unstable; urgency=high + + * New upstream release. + + -- Tristan Seligmann Wed, 10 Feb 2021 10:09:13 +0200 + python-cryptography-vectors (3.3.1-1) unstable; urgency=medium [ Sandro Tosi ] diff -Nru python-cryptography-vectors-3.3.1/debian/control python-cryptography-vectors-3.3.2/debian/control --- python-cryptography-vectors-3.3.1/debian/control 2021-01-25 14:39:48.000000000 +0000 +++ python-cryptography-vectors-3.3.2/debian/control 2021-02-10 08:09:13.000000000 +0000 @@ -22,8 +22,8 @@ ${python3:Depends}, ${shlibs:Depends}, Breaks: - python3-cryptography (<< 3.3.1~), - python3-cryptography (>= 3.3.2~), + python3-cryptography (<< 3.3.2~), + python3-cryptography (>= 3.3.3~), Description: Test vectors for python-cryptography (Python 3) The test vectors for the cryptography library are rather large; thus, they are broken out into their own package so that users who do not need to run the diff -Nru python-cryptography-vectors-3.3.1/PKG-INFO python-cryptography-vectors-3.3.2/PKG-INFO --- python-cryptography-vectors-3.3.1/PKG-INFO 2020-12-10 02:17:27.896044300 +0000 +++ python-cryptography-vectors-3.3.2/PKG-INFO 2021-02-07 16:39:59.471191400 +0000 @@ -1,6 +1,6 @@ Metadata-Version: 1.0 Name: cryptography_vectors -Version: 3.3.1 +Version: 3.3.2 Summary: Test vectors for the cryptography package. Home-page: https://github.com/pyca/cryptography Author: The cryptography developers