Skip to content

Commit

Permalink
Merge pull request #10 from regro-cf-autotick-bot/0.13.0_hca20be
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell authored Sep 3, 2021
2 parents 8bf9bdd + 3c9c0d3 commit 451c223
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion .azure-pipelines/azure-pipelines-linux.yml

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

24 changes: 12 additions & 12 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "myst-nb" %}
{% set version = "0.12.3" %}
{% set version = "0.13.0" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 4666039f538abf32d6489f4caf912d505e8798a2709bcf7a7936823ca6b15810
sha256: 3a138b4ac368b2b95b0c3a007c237cdca718f9cc665dcfba3401b1635e89e4f2

build:
number: 0
Expand All @@ -19,29 +19,28 @@ requirements:
- pip
- python >=3.6
run:
- docutils >=0.15
- docutils >=0.15,<0.18
- importlib-metadata
- ipython
- ipywidgets >=7.0.0,<8
- jupyter-cache >=0.4.1,<0.5
- jupyter-cache ~=0.4.1
- jupyter-sphinx ~=0.3.2
- myst-parser ~=0.13.5
- nbconvert >=5.5,<6
- nbformat >=5.0,<6
- myst-parser ~=0.15.2
- nbconvert >=5.6,<7
- nbformat ~=5.0
- python >=3.6
- pyyaml
- sphinx >=2,<4
- sphinx-togglebutton >=0.2.2,<0.3
- sphinx >=3.1,<5
- sphinx-togglebutton ~=0.2.2

test:
requires:
- pip
imports:
- myst_nb
- myst_nb.nb_glue
# reuires jupyter-cache to pin sqlalchemy
# commands:
# - pip check
commands:
- pip check

about:
home: https://github.com/executablebooks/MyST-NB
Expand All @@ -53,3 +52,4 @@ about:
extra:
recipe-maintainers:
- chrisjsewell
- mmcky

1 comment on commit 451c223

@conda-forge-linter
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi! This is the friendly automated conda-forge-webservice.

I updated the Github team because of this commit.

  • @mmcky was added to this feedstock maintenance team.

You should get push access to this feedstock and CI services.

Feel free to join the community chat room.

NOTE: Please make sure to not push to the repository directly.
Use branches in your fork for any changes and send a PR.
More details here

Please sign in to comment.