Skip to content

Commit

Permalink
update: keyrings.artifacts conda recipe to version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jslorrma committed Oct 20, 2024
1 parent 488ddc2 commit 76931c7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pixi.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 8 additions & 2 deletions recipe/keyrings.artifacts/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "keyrings.artifacts" %}
{% set version = "0.4.4" %}
{% set version = "0.5.0" %}

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

source:
url: https://pypi.org/packages/source/{{ name[0] }}/{{ name }}/keyrings_artifacts-{{ version }}.tar.gz
sha256: fbe796bc0ec7eed6c14ea7dac5fefe086429b81f338ed632000221f24b0a782a
sha256: 51dbecb706dc528719ee799f2ec911b03a831c07ba2a37bf6e606f299220fc70

build:
entry_points:
Expand All @@ -28,6 +28,7 @@ requirements:
- azure-identity >=1.17.1
- keyrings.alt >=5.0.0
- pycryptodomex >=3.20.0
- setuptools >=75.2.0,<76

test:
imports:
Expand All @@ -41,6 +42,11 @@ test:
about:
home: https://github.com/jslorrma/keyrings.artifacts
summary: Keyring backend, that automatically retrieves credentials for Azure Artifacts.
description: |
The artifacts-keyring package provides authentication for publishing
or consuming Python packages to or from Azure Artifacts feeds within Azure DevOps.
This package is an extension to keyring, which will automatically find and use it once installed.
Both pip and twine will use keyring to find credentials.
license: MIT
license_file: LICENSE

Expand Down

0 comments on commit 76931c7

Please sign in to comment.