diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-09-19 19:04:24 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-09-19 19:04:24 +0000 |
| commit | f7202bf5f2bf2f4956c39730bd78704ff1678d12 (patch) | |
| tree | 6fd0a5e303f7d3b13c93432c37e8039fa981b16a /dev-python/sigstore | |
| parent | ac2036dab2d57b7eaa2b2ede1c4f6c961a3a3f9c (diff) | |
| download | baldeagleos-repo-f7202bf5f2bf2f4956c39730bd78704ff1678d12.tar.gz baldeagleos-repo-f7202bf5f2bf2f4956c39730bd78704ff1678d12.tar.xz baldeagleos-repo-f7202bf5f2bf2f4956c39730bd78704ff1678d12.zip | |
Adding metadata
Diffstat (limited to 'dev-python/sigstore')
| -rw-r--r-- | dev-python/sigstore/Manifest | 2 | ||||
| -rw-r--r-- | dev-python/sigstore/sigstore-4.0.0.ebuild (renamed from dev-python/sigstore/sigstore-3.6.4.ebuild) | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/sigstore/Manifest b/dev-python/sigstore/Manifest index 700a98e13bc1..18b057110373 100644 --- a/dev-python/sigstore/Manifest +++ b/dev-python/sigstore/Manifest @@ -1,2 +1,2 @@ -DIST sigstore-python-3.6.4.gh.tar.gz 281124 BLAKE2B 563b7cd22e6967c0f5ae74d15b79eca1efb3137966a986d6b7f87fc336f487820ea7a64924e68cc8bedcc473f4722f7f72cf55ee8c3f57d1867e6874b76cffd3 SHA512 1b6d942a68ec8b468541f247f01f0895012a2c0390b44532a369491c1d06a9995b42c9baf3411325e801a64d914de7e7581a59662c1b0e2b6c0e49742c256740 DIST sigstore-python-3.6.5.gh.tar.gz 281176 BLAKE2B 23d4ccffaa2e779fdb65406f452d0c559a2c0699560d996f3b71d326d38da38bc6a264c3d4195b866d9764289a986de7f732afc64f33995f98557e759baf0c79 SHA512 a4fd2cfe1619db363b33ea03e940ae6d3b97bb838501d704926cf32b63f7c2ce75ace9915ec466ab4a9714c9a2b45578aa3006b9c19ca022c588d50bb53ae5bb +DIST sigstore-python-4.0.0.gh.tar.gz 299794 BLAKE2B ba6da6348436e9cdf43251556f7557015c5023ab80c90d801fd6ecc6f110a479d61e4edfa5f49a3a2a3204c411bc756a8c7a074798264c8f4a6036761804b052 SHA512 32fb6ce24635a0cedfea48d87f59c48d4794fd49399ca9fe1c10f945179888cd238dddb8be8ec5830b39e5d5faea0c5e8adec59c6710356ccd14067b817c0709 diff --git a/dev-python/sigstore/sigstore-3.6.4.ebuild b/dev-python/sigstore/sigstore-4.0.0.ebuild index b406bf406240..d11e77a928bd 100644 --- a/dev-python/sigstore/sigstore-3.6.4.ebuild +++ b/dev-python/sigstore/sigstore-4.0.0.ebuild @@ -37,7 +37,7 @@ RDEPEND=" ~dev-python/rfc3161-client-1.0.3[${PYTHON_USEDEP}] >=dev-python/rfc8785-0.1.2[${PYTHON_USEDEP}] >=dev-python/rich-13[${PYTHON_USEDEP}] - ~dev-python/sigstore-protobuf-specs-0.3.2[${PYTHON_USEDEP}] + ~dev-python/sigstore-models-0.0.5[${PYTHON_USEDEP}] ~dev-python/sigstore-rekor-types-0.0.18[${PYTHON_USEDEP}] >=dev-python/tuf-6.0[${PYTHON_USEDEP}] " @@ -47,6 +47,7 @@ BDEPEND=" ) " +EPYTEST_PLUGINS=() distutils_enable_tests pytest src_prepare() { @@ -57,6 +58,5 @@ src_prepare() { } python_test() { - local -x PYTEST_DISABLE_PLUGIN_AUTOLOAD=1 epytest test/unit --skip-online } |
