|
|
0b1b057081
|
Accepting request 1316823 from devel:languages:python
- 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
OBS-URL: https://build.opensuse.org/request/show/1316823
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-securesystemslib?expand=0&rev=7
|
2025-11-10 18:19:39 +00:00 |
|
|
|
64779bea3d
|
- 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
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-securesystemslib?expand=0&rev=16
|
2025-11-10 08:27:28 +00:00 |
|
|
|
30f09faae7
|
Accepting request 1307338 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1307338
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-securesystemslib?expand=0&rev=6
|
2025-09-26 20:25:18 +00:00 |
|
|
|
6edcaf73fd
|
Accepting request 1307313 from home:glaubitz:branches:devel:languages:python
- 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
OBS-URL: https://build.opensuse.org/request/show/1307313
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-securesystemslib?expand=0&rev=14
|
2025-09-26 09:31:44 +00:00 |
|
|
|
656d81367c
|
Accepting request 1244881 from devel:languages:python
- update to 1.2.0:
* Small release with mostly internal changes.
* SigstoreSigner now has a convenience function for creating a
signing identity for GitHub Actions workflow
* Linting refactoring, switched to ruff
* Modern annotations used in most of the code base
- Actually run the testsuite.
OBS-URL: https://build.opensuse.org/request/show/1244881
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-securesystemslib?expand=0&rev=5
|
2025-02-11 20:23:35 +00:00 |
|
|
|
b63e3eee08
|
- update to 1.2.0:
* Small release with mostly internal changes.
* SigstoreSigner now has a convenience function for creating a
signing identity for GitHub Actions workflow
* Linting refactoring, switched to ruff
* Modern annotations used in most of the code base
- Actually run the testsuite.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-securesystemslib?expand=0&rev=12
|
2025-02-10 20:37:31 +00:00 |
|
|
|
e4b3682a4e
|
Accepting request 1237992 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/1237992
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-securesystemslib?expand=0&rev=4
|
2025-01-15 16:44:51 +00:00 |
|
|
|
c75a608d8e
|
Accepting request 1237991 from home:mcalabkova:branches:devel:languages:python
- Remove ed25519 tests to avoid that module in Leap
OBS-URL: https://build.opensuse.org/request/show/1237991
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-securesystemslib?expand=0&rev=10
|
2025-01-15 07:49:29 +00:00 |
|
|
|
944fae7d7f
|
Accepting request 1220582 from devel:languages:python
- Remove not needed patch use_python3_interpreter_in_tests.diff
- Move not mandatory requirements to Suggests
- Update to version 1.1.0:
* SigstoreSigner: Re-enable compatibility with Sigstore (#781)
- 1.0.0:
Added
* Signer: add public_key attribute to interface (#756)
* VaultSigner: Signer implementation for HashiCorp Vault (#800)
* CryptoSigner: support ecdsa keytype that is no longer in spec (#711)
* CryptoSigner: add private_bytes property (#799)
* CryptoSigner: add "file2" signer uri (#759)
* test: use localstack to test AWSSigner (#777)
Removed
* CryptoSigner: remove "file" signer uri (#759)
* migration script for legacy keys (#770)
* SSlibSigner class and *_securesystemslib_key methods (#771)
* legacy key key*, interface, util and schema modules (#772, #773, #776)
* unused functions in hash, and formats module (#774, #776)
* unused global key constants (#806)
Changed
* SSlibKey: strengthen input validation (#780, #795)
* AWSSigner: support default scheme and add stronger input validation (#724, #778)
* dsse: change Envelope.signatures type to dict (#743)
* vendor: update ed25519 copy (#793)
* docs: improve user and contributor docs (#744, #745, #746, #749, #759, #796)
* test: improve and temporarily disable SigstoreSigner test (#779, #785)
* ci: use dependabot groups, update weekly (#735)
* ci: test macOS and Windows on latest Python only (#797)
* Make securessystemslib.gpg internal (#792)
Fixed
OBS-URL: https://build.opensuse.org/request/show/1220582
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-securesystemslib?expand=0&rev=3
|
2024-11-04 21:42:57 +00:00 |
|
|
|
df3e4d8327
|
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-securesystemslib?expand=0&rev=8
|
2024-11-04 13:17:52 +00:00 |
|
|
|
b1bde2cb78
|
- Remove not needed patch use_python3_interpreter_in_tests.diff
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-securesystemslib?expand=0&rev=7
|
2024-11-04 13:16:18 +00:00 |
|
|
|
bcc39a2003
|
Accepting request 1219775 from home:dgarcia:branches:security
- Move not mandatory requirements to Suggests
- Update to version 1.1.0:
* SigstoreSigner: Re-enable compatibility with Sigstore (#781)
- 1.0.0:
Added
* Signer: add public_key attribute to interface (#756)
* VaultSigner: Signer implementation for HashiCorp Vault (#800)
* CryptoSigner: support ecdsa keytype that is no longer in spec (#711)
* CryptoSigner: add private_bytes property (#799)
* CryptoSigner: add "file2" signer uri (#759)
* test: use localstack to test AWSSigner (#777)
Removed
* CryptoSigner: remove "file" signer uri (#759)
* migration script for legacy keys (#770)
* SSlibSigner class and *_securesystemslib_key methods (#771)
* legacy key key*, interface, util and schema modules (#772, #773, #776)
* unused functions in hash, and formats module (#774, #776)
* unused global key constants (#806)
Changed
* SSlibKey: strengthen input validation (#780, #795)
* AWSSigner: support default scheme and add stronger input validation (#724, #778)
* dsse: change Envelope.signatures type to dict (#743)
* vendor: update ed25519 copy (#793)
* docs: improve user and contributor docs (#744, #745, #746, #749, #759, #796)
* test: improve and temporarily disable SigstoreSigner test (#779, #785)
* ci: use dependabot groups, update weekly (#735)
* ci: test macOS and Windows on latest Python only (#797)
* Make securessystemslib.gpg internal (#792)
Fixed
* Fix check-upstream-ed25519 workflow permission (#706)
OBS-URL: https://build.opensuse.org/request/show/1219775
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-securesystemslib?expand=0&rev=6
|
2024-10-31 07:37:47 +00:00 |
|
|
|
69676d1af5
|
Accepting request 1074829 from devel:languages:python
- Add patch use_python3_interpreter_in_tests.diff:
* Call python3, not python.
- Actually run the testsuite.
- Fix the Summary, and run fdupes to fix the most egregious rpmlint issues.
- Stop using %{python_sitelib}/*.
OBS-URL: https://build.opensuse.org/request/show/1074829
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-securesystemslib?expand=0&rev=2
|
2023-03-28 15:50:41 +00:00 |
|
|
|
547e3ddb7b
|
Add the actual patch use_python3_interpreter_in_tests.diff
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-securesystemslib?expand=0&rev=4
|
2023-03-27 16:20:06 +00:00 |
|
|
|
27824e6759
|
- Add patch use_python3_interpreter_in_tests.diff:
* Call python3, not python.
- Actually run the testsuite.
- Fix the Summary, and run fdupes to fix the most egregious rpmlint issues.
- Stop using %{python_sitelib}/*.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-securesystemslib?expand=0&rev=3
|
2023-03-27 05:47:50 +00:00 |
|
|
|
e0a5b08be3
|
Accepting request 943734 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/943734
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-securesystemslib?expand=0&rev=1
|
2022-01-04 18:38:07 +00:00 |
|
|
|
0ddcd957dd
|
Accepting request 939134 from home:adrianSuSE
a dependency package for in-toto.
I suppose the factory python36 breakage will be fixed there...
OBS-URL: https://build.opensuse.org/request/show/939134
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-securesystemslib?expand=0&rev=1
|
2021-12-20 21:14:30 +00:00 |
|