Skip to content

Commit

Permalink
lxml 4.9.1 (#9)
Browse files Browse the repository at this point in the history
* Update pinnings
  • Loading branch information
skupr-anaconda committed Jul 11, 2022
1 parent 59dc883 commit 1738694
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions recipe/meta.yaml
@@ -1,12 +1,12 @@
{% set version = "4.8.0" %}
{% set version = "4.9.1" %}

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

source:
url: https://pypi.io/packages/source/l/lxml/lxml-{{ version }}.tar.gz
sha256: f63f62fc60e6228a4ca9abae28228f35e1bd3ce675013d1dfb828688d50c6e23
sha256: fe749b052bb7233fe5d072fcb549221a8cb1a16725c47c37e42b0b9cb3ff2c3f

build:
number: 0
Expand All @@ -18,14 +18,16 @@ requirements:
host:
- python
- cython >=0.29.7
# see https://github.com/lxml/lxml/blob/master/INSTALL.txt
- libxml2 >=2.9.2
# exclusions due to https://bugs.launchpad.net/lxml/+bug/1928795
- libxml2 !=2.9.11, !=2.9.12
- libxslt
- pip
- setuptools
- wheel
run:
- python
- libxml2 >=2.9.2, !=2.9.11, !=2.9.12
# Recommend libxslt 1.1.28 or later.
- libxslt >=1.1.28

test:
Expand All @@ -44,6 +46,7 @@ test:
about:
home: https://lxml.de/
license: BSD-3-Clause and GPL-2.0-only and ZPL-2.0 and LicenseRef-ElementTree
license_family: Other
license_file: LICENSES.txt
summary: Pythonic binding for the C libraries libxml2 and libxslt.
description: |
Expand Down

0 comments on commit 1738694

Please sign in to comment.