Compare commits

..

12 Commits

Author SHA256 Message Date
Ana Guerrero
0bdc710468 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
Ana Guerrero
d5090404ba 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
bab940a7e9 - Remove ed25519 tests to avoid that module in Leap
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
Ana Guerrero
a40c170ea3 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
ac64e63e7f 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
13ba0326fc - 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
2d13b6df7d - 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/package/show/devel:languages:python/python-securesystemslib?expand=0&rev=6
2024-10-31 07:37:47 +00:00
Dominique Leuenberger
275f2b400f 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
af896f2f52 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
Steve Kowalik
af767bd1f1 - 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
Dominique Leuenberger
0ef3b18d06 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
5bc968a38e 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
4 changed files with 0 additions and 25 deletions

View File

@ -1,15 +0,0 @@
<services>
<service name="obs_scm" mode="manual">
<param name="url">https://github.com/secure-systems-lab/securesystemslib</param>
<param name="scm">git</param>
<param name="version">1.1.0</param>
<param name="revision">v1.1.0</param>
</service>
<service mode="manual" name="set_version" />
<service mode="buildtime" name="tar" />
<service mode="buildtime" name="recompress">
<param name="file">*.tar</param>
<param name="compression">xz</param>
</service>
</services>

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3b762bac882d98a9f2b8ac46974792c4097fc1b6ef282589bda53ae8b097bf66
size 3133452

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:27769b9b809ec8a00ec29ab52034814ef91cb8328eef12e88fe4041975e2afbd
size 2984460

View File

@ -1,4 +0,0 @@
name: securesystemslib
version: 1.1.0
mtime: 1717502370
commit: c70d7be2b89659265d9fb50df4b6968780de30ab