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

Rebuild 57.5.0 for python310 #210

Closed
wants to merge 2 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{% set version = "58.5.3" %}
{% set version = "57.5.0" %}

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

source:
url: https://pypi.io/packages/source/s/setuptools/setuptools-{{ version }}.tar.gz
sha256: dae6b934a965c8a59d6d230d3867ec408bb95e73bd538ff77e71fedf1eaca729
sha256: d9d3266d50f59c6967b9312844470babbdb26304fe740833a5f8d89829ba3a24
patches:
# Modify setuptools to fail if used in conda build (encourage people to add all deps in meta.yaml).
- patches/0002-disable-downloads-inside-conda-build.patch
Expand All @@ -22,7 +22,7 @@ source:

build:
skip: true # [py<36]
number: 0
number: 1

requirements:
build:
Expand Down