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

setuptools v73.0.0 #356

Closed
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions build-locally.py

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

4 changes: 2 additions & 2 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{% set version = "72.1.0" %}
{% set version = "73.0.0" %}

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

source:
url: https://pypi.io/packages/source/s/setuptools/setuptools-{{ version }}.tar.gz
sha256: 8d243eff56d095e5817f796ede6ae32941278f542e0f941867cc05ae52b162ec
sha256: 3c08705fadfc8c7c445cf4d98078f0fafb9225775b2b4e8447e40348f82597c0
patches:
# distutils patches from python-feedstock
- patches/0021-Add-d1trimfile-SRC_DIR-to-make-pdbs-more-relocatable.patch
Expand Down