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

pyshacl v0.17.1 #36

Merged
merged 3 commits into from
Oct 11, 2021
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 .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cdt_name:
- cos6
channel_sources:
- conda-forge,defaults
- conda-forge
channel_targets:
- conda-forge main
docker_image:
Expand Down
6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "pyshacl" %}
{% set version = "0.17.0.post2" %}
{% set version = "0.17.1" %}

package:
name: {{ name }}
version: {{ version }}

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: df07c22a60ecc714a1e78455d48c8b646847c2f32d01c6f5ff31fd101bd9e089
sha256: 7fe06c2156fabf6180f2f4f978405d01da290e857a315134c81129c9885cd3c0

build:
noarch: python
Expand All @@ -22,7 +22,7 @@ requirements:
- poetry-core >=1.0.3
- python >=3.7
run:
- owlrl >=5.2.3,<6
- owlrl >=5.2.3,<7
- python >=3.7
- rdflib >=6.0.0,<7
run_constrained:
Expand Down