From c00c81d7df6d4c3aebfb60ed2d789b0069ca0a6b32bbc5dbddb05abe1608a609 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Tue, 19 Jul 2022 11:44:36 +0000 Subject: [PATCH] - update to 37.0.4: * Update test vectors to match python-cryptography 37.0.4 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-cryptography-vectors?expand=0&rev=35 --- cryptography_vectors-37.0.2.tar.gz | 3 --- cryptography_vectors-37.0.2.tar.gz.asc | 11 ----------- cryptography_vectors-37.0.4.tar.gz | 3 +++ python-cryptography-vectors.changes | 6 ++++++ python-cryptography-vectors.spec | 3 +-- 5 files changed, 10 insertions(+), 16 deletions(-) delete mode 100644 cryptography_vectors-37.0.2.tar.gz delete mode 100644 cryptography_vectors-37.0.2.tar.gz.asc create mode 100644 cryptography_vectors-37.0.4.tar.gz diff --git a/cryptography_vectors-37.0.2.tar.gz b/cryptography_vectors-37.0.2.tar.gz deleted file mode 100644 index 18d399d..0000000 --- a/cryptography_vectors-37.0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7c65d3de51756f418142df605417ec2c6e961c364f70cc8a103030889d5a3219 -size 35240459 diff --git a/cryptography_vectors-37.0.2.tar.gz.asc b/cryptography_vectors-37.0.2.tar.gz.asc deleted file mode 100644 index 95eb422..0000000 --- a/cryptography_vectors-37.0.2.tar.gz.asc +++ /dev/null @@ -1,11 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQEzBAABCAAdFiEEBf2foWz3VzUNkaVgI1rl8Sn57ZgFAmJxyj4ACgkQI1rl8Sn5 -7Zg0vQf8D8uKwcHkCaOtp4en82m/nhxS2SXCkMVrIISiVoDMftZ+gFfEhexRFjbv -/axQTViFgdr4Q3msLHTrkQV8z2bFw2Yakoe4fH89l3N3dsJHF6AN4U5N5Nj0tZFn -WaI49oaYVyNE7DY9PtV9BLapCqa7yAW2VKDMxAZdazsbyD23EcY13tMEBjCLa90O -czhhJxw/JY1ZdICof46Hi4XTMfSVEMDODjRUNoGYbYSCmjm2aCwgzG0YWgcSjOSo -1KSn4bU19kaTkXwj1yzNV3DKeH+Scq+/mD82l0QJc21PZ03kYjYY3tZvBWd81TjJ -08pU0UMguYjBO10JD/B6nolgWjsYNg== -=w4X3 ------END PGP SIGNATURE----- diff --git a/cryptography_vectors-37.0.4.tar.gz b/cryptography_vectors-37.0.4.tar.gz new file mode 100644 index 0000000..4fd3b4b --- /dev/null +++ b/cryptography_vectors-37.0.4.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a61400510e28937a5654b40c6ea4e3e593c5aaf0c2081c5b912f0e7cf883ea8 +size 35242881 diff --git a/python-cryptography-vectors.changes b/python-cryptography-vectors.changes index 081f258..3ad92f5 100644 --- a/python-cryptography-vectors.changes +++ b/python-cryptography-vectors.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jul 19 11:42:15 UTC 2022 - Dirk Müller + +- update to 37.0.4: + * Update test vectors to match python-cryptography 37.0.4 + ------------------------------------------------------------------- Sun May 15 19:02:59 UTC 2022 - Dirk Müller diff --git a/python-cryptography-vectors.spec b/python-cryptography-vectors.spec index 30a6da9..b925fd9 100644 --- a/python-cryptography-vectors.spec +++ b/python-cryptography-vectors.spec @@ -21,14 +21,13 @@ %define skip_python2 1 Name: python-cryptography-vectors # ALWAYS KEEP IN SYNC WITH python-cryptography! -Version: 37.0.2 +Version: 37.0.4 Release: 0 Summary: Test vectors for the cryptography package License: Apache-2.0 OR BSD-3-Clause Group: Development/Languages/Python URL: https://github.com/pyca/cryptography Source0: https://files.pythonhosted.org/packages/source/c/cryptography_vectors/cryptography_vectors-%{version}.tar.gz -Source1: https://files.pythonhosted.org/packages/source/c/cryptography_vectors/cryptography_vectors-%{version}.tar.gz.asc Source2: %{name}.keyring Source3: python-cryptography-vectors-rpmlintrc BuildRequires: %{python_module setuptools}