Skip to content

Commit 900d79a

Browse files
Update docutils from 0.21.2 to 0.22.1 (#2970)
* Update docutils from 0.21.2 to 0.22.1 * Update license file --------- Co-authored-by: emscripten-forge-bot <emscripten-forge-bot@users.noreply.github.com> Co-authored-by: Isabel Paredes <isabel.paredes@quantstack.net>
1 parent 38ac1ed commit 900d79a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

recipes/recipes_emscripten/docutils/recipe.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
context:
22
name: docutils
3-
version: 0.21.2
3+
version: 0.22.1
44

55
package:
66
name: ${{ name }}
77
version: ${{ version }}
88

99
source:
1010
- url: https://pypi.io/packages/source/${{ name[0] }}/${{ name }}/docutils-${{ version }}.tar.gz
11-
sha256: 3a6b18732edf182daa3cd12775bbb338cf5691468f91eeeb109deff6ebfa986f
11+
sha256: d2fb50923a313532b6d41a77776d24cb459a594be9b7e4afa1fbcb5bda1893e6
1212

1313
build:
1414
number: 0
15-
script: ${{ PYTHON }} -m pip install . ${{ PIP_ARGS }}
15+
script: ${PYTHON} -m pip install . ${PIP_ARGS}
1616

1717
requirements:
1818
build:
@@ -39,7 +39,7 @@ tests:
3939
about:
4040
homepage: http://docutils.sourceforge.net/
4141
license: CC-PDDC AND BSD-3-Clause AND BSD-2-Clause AND ZPL-2.1
42-
license_file: COPYING.txt
42+
license_file: COPYING.rst
4343
summary: Docutils -- Python Documentation Utilities
4444
description: |
4545
Docutils is an open-source text processing system for processing plaintext

0 commit comments

Comments
 (0)