Skip to content
This repository has been archived by the owner on Oct 25, 2023. It is now read-only.

Commit

Permalink
Update python buildpack version to 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Aug 21, 2023
1 parent f6f4294 commit 9ddfa6c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion buildpacks/python/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.2
1.1.3
20 changes: 10 additions & 10 deletions buildpacks/python/buildpack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ api = "0.7"
[buildpack]
id = "kn-fn/python-function"
name = "Python Function Buildpack"
version = "1.1.2"
version = "1.1.3"
sbom-formats = ["application/vnd.syft+json", "application/vnd.cyclonedx+json"]

[[stacks]]
Expand All @@ -26,21 +26,21 @@ name = "BP_FUNCTION"
[[metadata.dependencies]]
id = "invoker"
name = "Python Invoker"
version = "0.2.2"
uri = "https://github.com/vmware-tanzu/function-buildpacks-for-knative/releases/download/python-invoker/v0.2.2/pyfunc-invoker-0.2.2.tar.gz"
sha256 = "c9022fe0b87ec8d6800db546ed50c37bf88f8ce1e27e1bf9a31a32a86e09de5f"
version = "0.2.3"
uri = "https://github.com/vmware-tanzu/function-buildpacks-for-knative/releases/download/python-invoker/v0.2.3/pyfunc-invoker-0.2.3.tar.gz"
sha256 = "cee1d06f6fda6c5c76abd3e8d58bd6001c99a58c043e7868a0962968b41840ef"
stacks = ["*"]
purl = "pkg:generic/[email protected].2?checksum=c9022fe0b87ec8d6800db546ed50c37bf88f8ce1e27e1bf9a31a32a86e09de5f&download_url=https://github.com/vmware-tanzu/function-buildpacks-for-knative/releases/download/python-invoker/v0.2.2/pyfunc-invoker-0.2.2.tar.gz"
purl = "pkg:generic/[email protected].3?checksum=cee1d06f6fda6c5c76abd3e8d58bd6001c99a58c043e7868a0962968b41840ef&download_url=https://github.com/vmware-tanzu/function-buildpacks-for-knative/releases/download/python-invoker/v0.2.3/pyfunc-invoker-0.2.3.tar.gz"
licenses = ["BSD-2-Clause"]
cpes = ["cpe:2.3:a:vmware:pyfunc_invoker:0.2.2:*:*:*:*:*:*:*"]
cpes = ["cpe:2.3:a:vmware:pyfunc_invoker:0.2.3:*:*:*:*:*:*:*"]

[[metadata.dependencies]]
id = "invoker-deps"
name = "Python Invoker Deps"
version = "0.2.2"
uri = "https://github.com/vmware-tanzu/function-buildpacks-for-knative/releases/download/python-invoker/v0.2.2/pyfunc-invoker-deps-0.2.2.tar.gz"
sha256 = "bf1923617049277ed5814076fb443ce4ec1f94243a0ae6b979ea476bd6812462"
version = "0.2.3"
uri = "https://github.com/vmware-tanzu/function-buildpacks-for-knative/releases/download/python-invoker/v0.2.3/pyfunc-invoker-deps-0.2.3.tar.gz"
sha256 = "d659bd5df626be62254380d2a8bb87f8a6c868f23933e43da05d8c8a21215493"
stacks = ["*"]
purl = "pkg:generic/[email protected].2?checksum=bf1923617049277ed5814076fb443ce4ec1f94243a0ae6b979ea476bd6812462&download_url=https://github.com/vmware-tanzu/function-buildpacks-for-knative/releases/download/python-invoker/v0.2.2/pyfunc-invoker-deps-0.2.2.tar.gz"
purl = "pkg:generic/[email protected].3?checksum=d659bd5df626be62254380d2a8bb87f8a6c868f23933e43da05d8c8a21215493&download_url=https://github.com/vmware-tanzu/function-buildpacks-for-knative/releases/download/python-invoker/v0.2.3/pyfunc-invoker-deps-0.2.3.tar.gz"
licenses = ["BSD-3-Clause", "MIT", "Apache-2.0", "BSD-2-Clause or Apache-2.0", "ZPL-2.1"]
cpes = ["cpe:2.3:a:agendaless:waitress:2.1.2:*:*:*:*:*:*:*", "cpe:2.3:a:brian_curtin:deprecation:2.1.0:*:*:*:*:*:*:*", "cpe:2.3:a:cloudevents:sdk-python:1.9.0:*:*:*:*:*:*:*", "cpe:2.3:a:jaraco:zipp:3.15.0:*:*:*:*:*:*:*", "cpe:2.3:a:palletsprojects:click:8.1.3:*:*:*:*:*:*:*", "cpe:2.3:a:palletsprojects:flask:2.2.3:*:*:*:*:*:*:*", "cpe:2.3:a:palletsprojects:itsdangerous:2.1.2:*:*:*:*:*:*:*", "cpe:2.3:a:palletsprojects:jinja2:3.1.2:*:*:*:*:*:*:*", "cpe:2.3:a:palletsprojects:markupsafe:2.1.2:*:*:*:*:*:*:*", "cpe:2.3:a:palletsprojects:werkzeug:2.2.3:*:*:*:*:*:*:*", "cpe:2.3:a:pypa:packaging:23.0:*:*:*:*:*:*:*", "cpe:2.3:a:python:importlib_metadata:6.0.0:*:*:*:*:*:*:*"]

0 comments on commit 9ddfa6c

Please sign in to comment.