Compare commits
7 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| e134f2cb76 | |||
| c4738281cc | |||
| 9ccb7dbc23 | |||
| fdeba8c8c6 | |||
| a3846b4c0f | |||
| 9c44e2e34f | |||
| a75983336d |
Binary file not shown.
3
cryptography_vectors-46.0.2.tar.gz
Normal file
3
cryptography_vectors-46.0.2.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:a66166368361bdebcce345aada3d2bfde30d99124c5d931fa3b9fa684c6cdbf7
|
||||||
|
size 33809237
|
||||||
@@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 13 09:19:25 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 46.0.2:
|
||||||
|
* switch to uv
|
||||||
|
* Update test vectors to match python-cryptography 46.0.2
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Sep 14 20:35:02 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 45.0.7:
|
||||||
|
* Update test vectors to match python-cryptography 45.0.7
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
Wed May 7 15:51:33 UTC 2025 - Nico Krapp <nico.krapp@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-cryptography-vectors
|
# spec file for package python-cryptography-vectors
|
||||||
#
|
#
|
||||||
# Copyright (c) 2025 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC and contributors
|
||||||
#
|
#
|
||||||
# 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: 44.0.3
|
Version: 46.0.2
|
||||||
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,9 +28,8 @@ 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 pip}
|
BuildRequires: %{python_module pip}
|
||||||
|
BuildRequires: %{python_module uv-build}
|
||||||
BuildRequires: %{python_module wheel}
|
BuildRequires: %{python_module wheel}
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
|
|||||||
Reference in New Issue
Block a user