Compare commits
19 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 8c7fc59e6c | |||
| 68f5ab8c0c | |||
| 95031bf1b9 | |||
| 4b151394fe | |||
| 56915baa64 | |||
| 5222ed8d4f | |||
| 68e8492ad7 | |||
| c16dea931a | |||
| aadbbf5958 | |||
| 7feb9f1680 | |||
| 0365fd3e37 | |||
| 097af3a74c | |||
| 0fe715df77 | |||
| c7d0bafbb4 | |||
| 9df355404e | |||
| fa881e86ad | |||
| c0e3e43b71 | |||
| 14fcdc320b | |||
| f5abf65d55 |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:df5657367bc0a90c374309cb261009a2c53cae91a458781339a0f724f819a46a
|
|
||||||
size 35277813
|
|
||||||
3
cryptography_vectors-45.0.5.tar.gz
Normal file
3
cryptography_vectors-45.0.5.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:1b9e2c1ee94e6b253a03fc0fd749d672ff6e1e48e50dd7af2334fde0303fbbe7
|
||||||
|
size 35344700
|
||||||
@@ -1 +0,0 @@
|
|||||||
addFilter(r"pem-certificate .*/site-packages/cryptography_vectors/x509/.*\.pem")
|
|
||||||
@@ -1,3 +1,53 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jul 12 08:31:50 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 45.0.5:
|
||||||
|
* Update test vectors to match python-cryptography 45.0.5
|
||||||
|
- drop empty rpmlintrc
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 7 15:51:33 UTC 2025 - Nico Krapp <nico.krapp@suse.com>
|
||||||
|
|
||||||
|
- Update to 44.0.3
|
||||||
|
* Update test vectors to match python-cryptography 44.0.3
|
||||||
|
- No need for rpmlintrc any more.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 23 21:38:58 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 44.0.2:
|
||||||
|
* Update test vectors to match python-cryptography 44.0.2
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 26 09:34:36 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 44.0.1:
|
||||||
|
* Update test vectors to match python-cryptography 44.0.1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 29 08:36:09 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 44.0.0:
|
||||||
|
* Update test vectors to match python-cryptography 44.0.0
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Oct 22 13:04:55 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 43.0.3:
|
||||||
|
* Update test vectors to match python-cryptography 43.0.3
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Sep 28 19:20:56 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 43.0.1:
|
||||||
|
* Update test vectors to match python-cryptography 43.0.1
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 22 08:22:32 UTC 2024 - Adrian Schröter <adrian@suse.de>
|
||||||
|
|
||||||
|
- update to 43.0.0:
|
||||||
|
* Update test vectors to match python-cryptography 43.0.0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jun 7 21:36:01 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
Fri Jun 7 21:36:01 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-cryptography-vectors
|
# spec file for package python-cryptography-vectors
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -20,7 +20,7 @@
|
|||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-cryptography-vectors
|
Name: python-cryptography-vectors
|
||||||
# ALWAYS KEEP IN SYNC WITH python-cryptography!
|
# ALWAYS KEEP IN SYNC WITH python-cryptography!
|
||||||
Version: 42.0.8
|
Version: 45.0.5
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Test vectors for the cryptography package
|
Summary: Test vectors for the cryptography package
|
||||||
License: Apache-2.0 OR BSD-3-Clause
|
License: Apache-2.0 OR BSD-3-Clause
|
||||||
@@ -28,8 +28,7 @@ Group: Development/Languages/Python
|
|||||||
URL: https://github.com/pyca/cryptography
|
URL: https://github.com/pyca/cryptography
|
||||||
Source0: https://files.pythonhosted.org/packages/source/c/cryptography_vectors/cryptography_vectors-%{version}.tar.gz
|
Source0: https://files.pythonhosted.org/packages/source/c/cryptography_vectors/cryptography_vectors-%{version}.tar.gz
|
||||||
Source2: %{name}.keyring
|
Source2: %{name}.keyring
|
||||||
Source3: python-cryptography-vectors-rpmlintrc
|
BuildRequires: %{python_module flit-core >= 3.2}
|
||||||
BuildRequires: %{python_module flit-core}
|
|
||||||
BuildRequires: %{python_module pip}
|
BuildRequires: %{python_module pip}
|
||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
|
|||||||
Reference in New Issue
Block a user