Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Securesystemslib 1.2.0 #1

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 14 additions & 6 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,26 +1,29 @@
{% set name = "securesystemslib" %}
{% set version = "0.30.0" %}
{% set version = "1.2.0" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/securesystemslib-{{ version }}.tar.gz
sha256: 6a769e4816921ac4059c8c149ab5f69ed7cd92859857f0e17b67a3dd7bbee866
sha256: 34fa63e3296a0540b122a13bf51722ecd015be00c1d2ed45b23442e718920e76

build:
noarch: python
script: {{ PYTHON }} -m pip install . -vv
script: {{ PYTHON }} -m pip install . --no-deps --no-build-isolation --ignore-installed --no-cache-dir -vv
number: 0

requirements:
host:
- python >=3.8
- python
- hatchling
- pip
run:
- python >=3.8
- python
Arishamays1 marked this conversation as resolved.
Show resolved Hide resolved
run_constrained:
- cryptography >=40.0.0
- pyspx >=0.5.0
- sigstore >=3,<4

test:
imports:
Expand All @@ -33,10 +36,15 @@ test:
about:
home: https://github.com/secure-systems-lab/securesystemslib
license: MIT AND CC0-1.0
license_family: MIT
description: |
A library that provides cryptographic and general-purpose routines for Secure Systems Lab projects at NYU
license_file:
- LICENSE
- securesystemslib/_vendor/ed25519/LICENSE
summary: A library that provides cryptographic and general-purpose routines for Secure Systems Lab projects at NYU
doc_url: https://github.com/secure-systems-lab/securesystemslib/tree/main/docs
dev_url: https://github.com/secure-systems-lab/securesystemslib

extra:
recipe-maintainers:
Expand Down