Skip to content

Commit

Permalink
[bot-automerge] pyinstaller-hooks-contrib v2024.8 (#50)
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] authored Aug 10, 2024
2 parents 71f1c59 + 256c307 commit 8541a33
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cdt_name:
- cos6
- cos7
channel_sources:
- conda-forge
channel_targets:
Expand Down
6 changes: 6 additions & 0 deletions .scripts/build_steps.sh

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

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.

8 changes: 5 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{% set name = "pyinstaller-hooks-contrib" %}
{% set version = "2024.7" %}
{% set version = "2024.8" %}

package:
name: {{ name|lower }}
version: {{ version }}

source:
url: https://github.com/pyinstaller/pyinstaller-hooks-contrib/archive/v{{ version }}.tar.gz
sha256: 6bc703891fe21e8b983483a87b1a21a2ec6d3329575a6955457e639449efe78b
sha256: 9b2f0894e6b0bceca38dd5eba042a6b19c2eb70fe41732756beb27d7e816fd84

build:
noarch: python
Expand All @@ -27,7 +27,9 @@ requirements:
test:
imports:
- _pyinstaller_hooks_contrib
- _pyinstaller_hooks_contrib.hooks
- _pyinstaller_hooks_contrib.rthooks
- _pyinstaller_hooks_contrib.stdhooks
- _pyinstaller_hooks_contrib.utils

about:
home: https://github.com/pyinstaller/pyinstaller-hooks-contrib
Expand Down

0 comments on commit 8541a33

Please sign in to comment.