Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 279f75ec73 | |||
| bb9dc3b975 | |||
| cd3459f4fd | |||
| 1a5213a1c6 |
@@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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
|
# 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
|
||||||
@@ -16,8 +16,9 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-securesystemslib
|
Name: python-securesystemslib
|
||||||
Version: 1.2.0
|
Version: 1.3.1
|
||||||
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
|
||||||
|
|||||||
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:34fa63e3296a0540b122a13bf51722ecd015be00c1d2ed45b23442e718920e76
|
|
||||||
size 934472
|
|
||||||
3
securesystemslib-1.3.1.tar.gz
Normal file
3
securesystemslib-1.3.1.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ca915f4b88209bb5450ac05426b859d74b7cd1421cafcf73b8dd3418a0b17486
|
||||||
|
size 934782
|
||||||
Reference in New Issue
Block a user