Skip to content

Commit

Permalink
oras-py v0.0.12 (#2)
Browse files Browse the repository at this point in the history
* updated v0.0.12
* MNT: Re-rendered with conda-build 3.21.9, conda-smithy 3.20.0, and conda-forge-pinning 2022.06.08.00.21.30
* docker-py no longer hard dependency

Co-authored-by: Vanessasaurus <814322+vsoch@users.noreply.github.com>
  • Loading branch information
regro-cf-autotick-bot and vsoch committed Jun 10, 2022
1 parent 1ae537e commit 098eff7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
3 changes: 2 additions & 1 deletion .circleci/config.yml

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

7 changes: 3 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
{% set name = "oras-py" %}
{% set version = "0.0.11" %}
{% set version = "0.0.12" %}

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

source:
url: https://github.com/oras-project/oras-py/archive/refs/tags/{{ version }}.tar.gz
sha256: 3a1c991e122435cc3ae080fbdb0f7addcb75b17a5ec8afa22f87afc55dc93b7b
sha256: 7261e6f1924acf09c9e086da024e0975036e96df1beceb2235cffadef455fd07

build:
noarch: python
number: 0
number: 1
script: {{ PYTHON }} -m pip install . -vv
entry_points:
- oras-py=oras.cli:run
Expand All @@ -25,7 +25,6 @@ requirements:
- python >=3.7
- jsonschema
- requests
- docker-py ==5.0.1

test:
requires:
Expand Down

0 comments on commit 098eff7

Please sign in to comment.