Skip to content

Commit

Permalink
xmlschema v3.1.0 (#94)
Browse files Browse the repository at this point in the history
* updated v3.1.0

* MNT: Re-rendered with conda-build 24.1.2, conda-smithy 3.31.1, and conda-forge-pinning 2024.03.13.07.16.46

* Update deps

---------

Co-authored-by: Liang-Bo Wang <me@liang2.tw>
  • Loading branch information
regro-cf-autotick-bot and ccwang002 committed Mar 20, 2024
1 parent 25e25f6 commit a2acc7c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .scripts/build_steps.sh

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

5 changes: 3 additions & 2 deletions build-locally.py

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

8 changes: 4 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "xmlschema" %}
{% set version = "3.0.2" %}
{% set version = "3.1.0" %}

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

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

build:
number: 0
Expand All @@ -18,11 +18,11 @@ requirements:
host:
- python >=3.8
- pip
- elementpath <5.0.0,>=4.3.0
- elementpath <5.0.0,>=4.4.0

run:
- python >=3.8
- elementpath <5.0.0,>=4.3.0
- elementpath <5.0.0,>=4.4.0

test:
requires:
Expand Down

0 comments on commit a2acc7c

Please sign in to comment.