Skip to content
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
24 changes: 16 additions & 8 deletions manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,6 @@ dependency_deprecation_dates:
date: 2030-10-07
link: https://peps.python.org/pep-0745/
dependencies:
- name: flit-core
version: 3.12.0
uri: https://buildpacks.cloudfoundry.org/dependencies/flit-core/flit-core_3.12.0_linux_noarch_cflinuxfs4_37419af8.tgz
sha256: 37419af8c6ebb4e7665ef4d2ed0d92a7aa6d9f9dce2afcdf50467e6f1c8ea7ca
cf_stacks:
- cflinuxfs4
source: https://files.pythonhosted.org/packages/69/59/b6fc2188dfc7ea4f936cd12b49d707f66a1cb7a1d2c16172963534db741b/flit_core-3.12.0.tar.gz
source_sha256: 18f63100d6f94385c6ed57a72073443e1a71a4acb4339491615d0f16d6ff01b2
- name: flit-core
version: 3.12.0
uri: https://buildpacks.cloudfoundry.org/dependencies/flit-core/flit-core_3.12.0_linux_noarch_cflinuxfs5_9c3d597a.tgz
Expand All @@ -41,6 +33,22 @@ dependencies:
- cflinuxfs5
source: https://files.pythonhosted.org/packages/46/ef/34533186e76c526d9ec17a1ad9a10c7354cbfb20f51583cc36dfe4bdccd0/flit_core-4.0.2.tar.gz
source_sha256: b6929defd93884b584d7c87829e0e7b5c26ed6be17b0b873979019314aa841c8
- name: flit-core
version: 4.1.0
uri: https://buildpacks.cloudfoundry.org/dependencies/flit-core/flit-core_4.1.0_linux_noarch_cflinuxfs4_ce54b91e.tgz
sha256: ce54b91e705926623657e7c18a40e965b381fcf141ccafce05fac82fb8562fd1
cf_stacks:
- cflinuxfs4
source: https://files.pythonhosted.org/packages/e7/91/add211b38c357bf1b94900b4f79c34661a92be65c0243d2b0a3393c5092d/flit_core-4.1.0.tar.gz
source_sha256: 62e12b63ead8335b37f59fabb977c7167fe476dafb5e41785dfa8c9aff843bc6
- name: flit-core
version: 4.1.0
uri: https://buildpacks.cloudfoundry.org/dependencies/flit-core/flit-core_4.1.0_linux_noarch_cflinuxfs5_0c64c560.tgz
sha256: 0c64c560d4b5d0aeb2a82f171ed9164bc022902432b8df9e6a331116d636e916
cf_stacks:
- cflinuxfs5
source: https://files.pythonhosted.org/packages/e7/91/add211b38c357bf1b94900b4f79c34661a92be65c0243d2b0a3393c5092d/flit_core-4.1.0.tar.gz
source_sha256: 62e12b63ead8335b37f59fabb977c7167fe476dafb5e41785dfa8c9aff843bc6
- name: libffi
version: 3.2.1
cf_stacks:
Expand Down
Loading