Skip to content

Commit

Permalink
Merge pull request #36 from regro-cf-autotick-bot/0.17.1_h91ba5e
Browse files Browse the repository at this point in the history
pyshacl v0.17.1
  • Loading branch information
bollwyvl authored Oct 11, 2021
2 parents 1750ae2 + 6bdc1ee commit d7e5e3e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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

0 comments on commit d7e5e3e

Please sign in to comment.