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

py3-jupyter-events/0.11.0 package update #37266

Merged
merged 2 commits into from
Dec 25, 2024
Merged
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
15 changes: 12 additions & 3 deletions py3-jupyter-events.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: py3-jupyter-events
version: 0.10.0
epoch: 3
version: 0.11.0
epoch: 0
description: Jupyter Event System library
copyright:
- license: BSD-3-Clause
Expand Down Expand Up @@ -29,7 +29,7 @@ environment:
pipeline:
- uses: fetch
with:
expected-sha256: 670b8229d3cc882ec782144ed22e0d29e1c2d639263f92ca8383e66682845e22
expected-sha256: c0bc56a37aac29c1fbc3bcfbddb8c8c49533f9cf11f1c4e6adadba936574ab90
uri: https://files.pythonhosted.org/packages/source/j/jupyter-events/jupyter_events-${{package.version}}.tar.gz

subpackages:
Expand All @@ -56,6 +56,10 @@ subpackages:
mv ${{targets.contextdir}}/usr/bin ./cleanup/${{range.key}}/
- uses: strip
test:
environment:
contents:
packages:
- py${{range.key}}-packaging
pipeline:
- uses: python/import
with:
Expand All @@ -82,6 +86,7 @@ subpackages:
contents:
packages:
- apk-tools
- py${{range.key}}-packaging
pipeline:
- runs: |
apk info -L py${{range.key}}-${{vars.pypi-package}}-bin > "pkg.list"
Expand All @@ -104,6 +109,10 @@ subpackages:
- py3.13-${{vars.pypi-package}}

test:
environment:
contents:
packages:
- py3-packaging
pipeline:
- uses: python/import
with:
Expand Down
Loading