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

Update conda-smithy dependencies #243

Merged
merged 2 commits into from
Nov 4, 2022
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion .circleci/config.yml

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

4 changes: 2 additions & 2 deletions .scripts/build_steps.sh

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

2 changes: 1 addition & 1 deletion README.md

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

14 changes: 7 additions & 7 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ source:
sha256: 09a8d296cf768f5b5188896e8421e47635e233228801730bd2a5040fb0148b17

build:
number: 0
number: 1
noarch: python
script:
- {{ PYTHON }} -m pip install . --no-deps -vv
Expand All @@ -25,18 +25,19 @@ requirements:
- pip
run:
- python >=3.6
- setuptools
- conda >=4.2
- conda-build >=3.18.3
- jinja2
- requests
- pycrypto
- git
- pycryptodome
- gitpython
- git
- pygithub <2
- ruamel.yaml >=0.16
- toolz
- vsts-python-api
- conda-forge-pinning
- vsts-python-api
- toolz
- scrypt
- license-expression
- libarchive
Expand All @@ -52,10 +53,9 @@ test:
about:
home: https://github.com/conda-forge/conda-smithy
license: BSD-3-Clause
license_family: BSD
license_file: LICENSE.txt
summary: The tool for managing conda-forge feedstocks

extra:
recipe-maintainers:
- conda-forge/Core
- conda-forge/core