Skip to content

Commit

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

* MNT: Re-rendered with conda-build 24.1.2, conda-smithy 3.30.4, and conda-forge-pinning 2024.02.18.16.07.42

* Update deps

---------

Co-authored-by: Liang-Bo Wang <me@liang2.tw>
  • Loading branch information
regro-cf-autotick-bot and ccwang002 authored Feb 22, 2024
1 parent 585fc16 commit 25e25f6
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 11 deletions.
13 changes: 12 additions & 1 deletion .gitignore

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

6 changes: 0 additions & 6 deletions .scripts/build_steps.sh

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

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

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.1" %}
{% set version = "3.0.2" %}

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

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

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

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

test:
requires:
Expand Down

0 comments on commit 25e25f6

Please sign in to comment.