Compare commits
8 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| efb3caf1b7 | |||
| 989a902f94 | |||
| 48669214c4 | |||
| f0659b1f7a | |||
| da42c66f7f | |||
| 8fbe7cc247 | |||
| c565c96e6a | |||
| cfee53065f |
@@ -1,24 +1,3 @@
|
|||||||
-------------------------------------------------------------------
|
|
||||||
Mon Nov 10 08:27:15 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
|
||||||
|
|
||||||
- update to 1.3.1:
|
|
||||||
* AWSSigner: Don't send payload to AWS for signing, send hash
|
|
||||||
only
|
|
||||||
* Set Development status classifier to "production/stable" in
|
|
||||||
Python packaging
|
|
||||||
* Minor infrastructure changes
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
|
||||||
Fri Sep 26 08:32:13 UTC 2025 - John Paul Adrian Glaubitz <adrian.glaubitz@suse.com>
|
|
||||||
|
|
||||||
- Update to 1.3.0
|
|
||||||
* Annotate library (#970)
|
|
||||||
* Deprecate hash module (#977)
|
|
||||||
* Modernize license metadata (#942)
|
|
||||||
* Refactor signing scheme parsing (#981)
|
|
||||||
* Misc test and ci/cd improvements (#926, #953, #958, #965, #966)
|
|
||||||
- Use Python 3.11 on SLE-15 by default
|
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Feb 10 20:35:16 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
Mon Feb 10 20:35:16 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-securesystemslib
|
# spec file for package python-securesystemslib
|
||||||
#
|
#
|
||||||
# Copyright (c) 2025 SUSE LLC and contributors
|
# 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
|
||||||
@@ -16,9 +16,8 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
|
||||||
Name: python-securesystemslib
|
Name: python-securesystemslib
|
||||||
Version: 1.3.1
|
Version: 1.2.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Cryptographic and general routines for Secure Systems Lab
|
Summary: Cryptographic and general routines for Secure Systems Lab
|
||||||
License: MIT
|
License: MIT
|
||||||
|
|||||||
3
securesystemslib-1.2.0.tar.gz
Normal file
3
securesystemslib-1.2.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:34fa63e3296a0540b122a13bf51722ecd015be00c1d2ed45b23442e718920e76
|
||||||
|
size 934472
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ca915f4b88209bb5450ac05426b859d74b7cd1421cafcf73b8dd3418a0b17486
|
|
||||||
size 934782
|
|
||||||
Reference in New Issue
Block a user