Skip to content

Commit

Permalink
[bot-automerge] schema-salad v8.4.20231113094720 (#109)
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] authored Nov 13, 2023
2 parents af3f4ee + 360e83e commit 26e87f0
Show file tree
Hide file tree
Showing 6 changed files with 42 additions and 18 deletions.
3 changes: 3 additions & 0 deletions .azure-pipelines/azure-pipelines-linux.yml

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

3 changes: 3 additions & 0 deletions .azure-pipelines/azure-pipelines-osx.yml

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

17 changes: 13 additions & 4 deletions .scripts/build_steps.sh

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

3 changes: 3 additions & 0 deletions .scripts/run_docker_build.sh

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

15 changes: 11 additions & 4 deletions .scripts/run_osx_build.sh

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

19 changes: 9 additions & 10 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{% set version = "8.4.20231024070348" %}
{% set version = "8.4.20231113094720" %}

package:
name: schema-salad
version: {{ version }}

source:
url: https://pypi.io/packages/source/s/schema-salad/schema-salad-{{ version }}.tar.gz
sha256: a7cdd70f75a67f08ca5068cc4c4b6b266358953435d8519d6ae22458a0c53984
sha256: e6f1f5c216bc7aa446a300ea5f71c0ab19734df64ee55980c89b4ce4f5a9416a

build:
number: 0
Expand All @@ -24,28 +24,27 @@ requirements:
host:
- python
- pip
- mypy ==1.4.1 # setup.py needs this when SCHEMA_SALAD_USE_MYPYC=1
- mypy ==1.7.0 # setup.py needs this when SCHEMA_SALAD_USE_MYPYC=1
- types-pkg_resources
- types-requests
- types-dataclasses
- types-setuptools
- ruamel.yaml >=0.17.6,<0.18
- ruamel.yaml >=0.17.6,<0.19
# ruamel.yaml is needed for the type hints
# the newer version: 0.15.99 has py.typed, which mypyc needs
- black # also needed for type hints
- rdflib >=4.2.2,<7.0.0 # more type hints
- setuptools_scm
- black >=19.10b0 # also needed for type hints
- rdflib >=4.2.2,<8.0.0 # more type hints
- setuptools_scm >=8.0.4,<9
- importlib_resources >=1.4
run:
- python
- setuptools
- requests >=1.0
- ruamel.yaml >=0.17.6,<0.18
- rdflib >=4.2.2,<7.0.0
- ruamel.yaml >=0.17.6,<0.19
- rdflib >=4.2.2,<8.0.0
- mistune >=2.0.3,<2.1
- cachecontrol >=0.13,<0.14
- filelock
- typing_extensions
- black
- importlib_resources >=1.4

Expand Down

0 comments on commit 26e87f0

Please sign in to comment.