Skip to content

Commit

Permalink
pyinstaller v6.4.0 (#108)
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] committed Feb 10, 2024
2 parents 643aee3 + 3fca8c0 commit bc71e61
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 12 deletions.
25 changes: 23 additions & 2 deletions .gitignore

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

6 changes: 0 additions & 6 deletions .scripts/build_steps.sh

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

6 changes: 6 additions & 0 deletions .scripts/run_docker_build.sh

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

8 changes: 4 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "pyinstaller" %}
{% set version = "6.3.0" %}
{% set sha256 = "914d4c96cc99472e37ac552fdd82fbbe09e67bb592d0717fcffaa99ea74273df" %}
{% set version = "6.4.0" %}
{% set sha256 = "1bf608ed947b58614711275a7ff169289b32560dc97ec748ebd5fa8bdec80649" %}

package:
name: {{ name.lower() }}
Expand All @@ -13,7 +13,7 @@ source:
- 0001-don-t-set-arch.patch

build:
number: 1
number: 0
skip: true # [py<38 or py>312]
entry_points:
- pyinstaller = PyInstaller.__main__:run
Expand Down Expand Up @@ -63,7 +63,7 @@ requirements:
- pywin32 # [win]
- pywin32-ctypes >=0.2.1 # [win]
- macholib >=1.8 # [osx]
- pyinstaller-hooks-contrib >=2021.4
- pyinstaller-hooks-contrib >=2024.0
- setuptools >=42.0.0
- importlib-metadata >=4.6 # [py<310]

Expand Down

0 comments on commit bc71e61

Please sign in to comment.