Skip to content

Updating version for setuptools for latest #1077

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
10 changes: 5 additions & 5 deletions manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,14 +158,14 @@ dependencies:
source: https://www.python.org/ftp/python/3.13.3/Python-3.13.3.tgz
source_sha256: 988d735a6d33568cbaff1384a65cb22a1fb18a9ecb73d43ef868000193ce23ed
- name: setuptools
version: 80.8.0
uri: https://buildpacks.cloudfoundry.org/dependencies/setuptools/setuptools_80.8.0_linux_noarch_any-stack_84661a78.tgz
sha256: 84661a78d7867ebc4ff62f320b533579dd5933b0020297f3c4a81cb6df1522b0
version: 80.9.0
uri: https://buildpacks.cloudfoundry.org/dependencies/setuptools/setuptools_80.9.0_linux_noarch_any-stack_a650f2dd.tgz
sha256: a650f2dd928485b42b43a14b2a65712b10c0311b0e5d3f61fdc55b6105f0d7fd
cf_stacks:
- cflinuxfs4
- cflinuxfs3
source: https://files.pythonhosted.org/packages/8d/d2/ec1acaaff45caed5c2dedb33b67055ba9d4e96b091094df90762e60135fe/setuptools-80.8.0.tar.gz
source_sha256: 49f7af965996f26d43c8ae34539c8d99c5042fbff34302ea151eaa9c207cd257
source: https://files.pythonhosted.org/packages/18/5d/3bf57dcd21979b887f014ea83c24ae194cfcd12b9e0fda66b957c69d1fca/setuptools-80.9.0.tar.gz
source_sha256: f36b47402ecde768dbfafc46e8e4207b4360c654f1f3bb84475f0a28628fb19c
include_files:
- CHANGELOG
- CONTRIBUTING.md
Expand Down
Loading