Skip to content

Commit

Permalink
Merge pull request #3 from AnacondaRecipes/v2.6.2
Browse files Browse the repository at this point in the history
scrapy 2.6.2
  • Loading branch information
skupr-anaconda committed Aug 4, 2022
2 parents 5426f36 + ffd5ffa commit 702718c
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions recipe/meta.yaml
Expand Up @@ -3,15 +3,15 @@
# https://github.com/scrapy/scrapy/wiki/Scrapy-release-procedure#conda-packages
#
{% set name = "Scrapy" %}
{% set version = "2.6.1" %}
{% set version = "2.6.2" %}

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

source:
url: https://pypi.io/packages/source/{{ name[0] }}/{{ name }}/{{ name }}-{{ version }}.tar.gz
sha256: 56fd55a59d0f329ce752892358abee5a6b50b4fc55a40420ea317dc617553827
sha256: 55e21181165f25337105fff1efc8393296375cea7de699a7e703bbd265595f26

build:
number: 0
Expand Down Expand Up @@ -51,7 +51,10 @@ requirements:
# cpython depenencies
- lxml >=3.5.0
- pydispatcher >=2.0.5
- libxml2
# See https://github.com/scrapy/scrapy/pull/5208 (on 16 Jul 2021). But after that date
# lxml was fixed https://github.com/AnacondaRecipes/lxml-feedstock/commit/173869446fd13f3189291ba14af27958cd1bc1c6,
# exclusions due to https://bugs.launchpad.net/lxml/+bug/1928795
- libxml2 >=2.9.2,!=2.9.11,!=2.9.12

test:
imports:
Expand All @@ -67,7 +70,8 @@ test:

about:
home: https://scrapy.org/
license: BSD-3-Clause-Clear
license: BSD-3-Clause
license_family: BSD
license_file: LICENSE
summary: A high-level Python Screen Scraping framework
description: |
Expand Down

0 comments on commit 702718c

Please sign in to comment.