Skip to content

Commit

Permalink
Merge pull request #15 from regro-cf-autotick-bot/1.0.0_he5cd8d
Browse files Browse the repository at this point in the history
sphinxcontrib-mermaid v1.0.0
  • Loading branch information
timkpaine authored Oct 14, 2024
2 parents f3a6883 + 270eeea commit 78ddd99
Show file tree
Hide file tree
Showing 12 changed files with 102 additions and 31 deletions.
9 changes: 4 additions & 5 deletions .azure-pipelines/azure-pipelines-linux.yml

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

2 changes: 1 addition & 1 deletion .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cdt_name:
- cos6
- cos7
channel_sources:
- conda-forge
channel_targets:
Expand Down
4 changes: 2 additions & 2 deletions .gitattributes

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

2 changes: 1 addition & 1 deletion .github/CODEOWNERS

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

25 changes: 23 additions & 2 deletions .gitignore

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

24 changes: 17 additions & 7 deletions .scripts/build_steps.sh

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

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

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

9 changes: 9 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.

4 changes: 3 additions & 1 deletion README.md

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

29 changes: 27 additions & 2 deletions azure-pipelines.yml

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

14 changes: 9 additions & 5 deletions build-locally.py

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

7 changes: 4 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "sphinxcontrib-mermaid" %}
{% set version = "0.9.2" %}
{% set version = "1.0.0" %}


package:
Expand All @@ -8,7 +8,7 @@ package:

source:
url: https://github.com/mgaitan/sphinxcontrib-mermaid/archive/refs/tags/{{ version }}.tar.gz
sha256: 0eddcb82f47f1eeba54e80711622eb60cd03647020c355a68cf5c43286249789
sha256: 00964706b209f87db27833b7fe57bab01127e1ba951455e84c4f0f8d32361255

build:
number: 0
Expand All @@ -19,10 +19,11 @@ requirements:
host:
- pip
- python >=3.7
- setuptools
run:
- python >=3.7
- pyyaml
- sphinx
- docutils

test:
imports:
Expand Down

0 comments on commit 78ddd99

Please sign in to comment.