Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

scrapy 2.6.2 #3

Merged
merged 2 commits into from Aug 4, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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