unthreaded / git-hooks

Small, lightweight tool to ensure ticket numbers make it into your Git commit messages
MIT License
0 stars 2 forks source link

Bump pyinstaller from 4.0 to 4.1 #87

Closed dependabot-preview[bot] closed 3 years ago

dependabot-preview[bot] commented 3 years ago

Bumps pyinstaller from 4.0 to 4.1.

Release notes

Sourced from pyinstaller's releases.

v4.1

You can find a detailed list of changes in this release in the change log section of the manual.

Changelog

Sourced from pyinstaller's changelog.

4.1 (2020-11-18)

Features

  • Add support for Python 3.9. (#5289)
  • Add support for Python 3.8. (#4311)

Bugfix

  • Fix endless recursion if a package's __init__ module is an extension module. (#5157)
  • Remove duplicate logging messages (#5277)
  • Fix sw_64 architecture support (#5296)
  • (AIX) Include python-malloc labeled libraries in search for libpython. (#4210)

Hooks

  • Add exclude_datas, include_datas, and filter_submodules to collect_all(). These arguments map to the excludes and includes arguments of collect_data_files, and to the filter argument of collect_submodules. (#5113)
  • Add hook for difflib to not pull in doctests, which is only required when run as main programm.
  • Add hook for distutils.util to not pull in lib2to3 unittests, which will be rearly used in frozen packages.
  • Add hook for heapq to not pull in doctests, which is only required when run as main programm.
  • Add hook for multiprocessing.util to not pull in python test-suite and thus e.g. tkinter.
  • Add hook for numpy._pytesttester to not pull in pytest.
  • Add hook for pickle to not pull in doctests and argpargs, which are only required when run as main programm.
  • Add hook for PIL.ImageFilter to not pull numpy, which is an optional component.
  • Add hook for setuptools to not pull in numpy, which is only imported if installed, not mean to be a dependency
  • Add hook for zope.interface to not pull in pytest unittests, which will be rearly used in frozen packages.
  • Add hook-gi.repository.HarfBuzz to fix Typelib error with Gtk apps. (#5133)
  • Enable overriding Django settings path by DJANGO_SETTINGS_MODULE environment variable. (#5267)
  • Fix collect_system_data_files to scan the given input path instead of its parent. File paths returned by collect_all_system_data are now relative to the input path. (#5110)
  • Fix argument order in exec_script() and eval_script(). (#5300)
  • Gevent hook does not unnecessarily bundle HTML documentation, __pycache__ folders, tests nor generated .c and .h files (#4857)
  • gevent: Do not pull in test-suite (still to be refined)
  • Modify hook for gevent to exclude test submodules. (#5201)
  • Prevent .pyo files from being collected by collect_data_files when include_py_files is False. (#5141)
  • Prevent output to stdout during module imports from ending up in the modules list collected by collect_submodules. (#5244)
  • Remove runtime hook and fix regular hook for matplotlib's data to support matplotlib>=3.3.0, fix deprecation warning on version 3.1<= & <3.3, and behave normally for versions <3.1. (#5006)
  • Remove support for deprecated PyQt4 and PySide (#5118, #5126)
  • setuptools: Exclude outdated compat modules.
  • Update sqlalchemy hook to support v1.3.19 and later, by adding sqlalchemy.ext.baked as a hidden import (#5128)
  • Update tkinter hook to collect Tcl modules directory (tcl8) in addition to Tcl/Tk data directories. (#5175)
  • (GNU/Linux) {PyQt5,PySide2}.QtWebEngineWidgets: fix search for extra NSS libraries to prevent an error on systems where /lib64/nss/*.so comes up empty. (#5149)
  • (OSX) Avoid collecting data from system Tcl/Tk framework in tkinter hook as we do not collect their shared libraries, either. Affects only python versions that still use the system Tcl/Tk 8.5. (#5217)
  • (OSX) Correctly locate the tcl/tk framework bundled with official python.org python builds from v.3.6.5 on. (#5013)
  • (OSX) Fix the QTWEBENGINEPROCESS_PATH set in PyQt5.QtWebEngineWidgets rthook. (#5183)
  • (OSX) PySide2.QtWebEngineWidgets: add QtQmlModels to included libraries. (#5150)
  • (Windows) Remove the obsolete python2.4-era _handle_broken_tcl_tk work-around for old virtual environments from the tkinter hook. (#5222)
Commits
  • f9eeaaf Release 4.1.
  • 96f082a doc: Rebuild man-pages for release 4.1.
  • 1c2ff30 Update versions in README.
  • 9e0a3c8 Update CREDITS for release 4.1
  • 27f1dd4 license: Remove old PyInstaller development team listing,
  • 3873f04 Recompile Bootloaders for Windows, Darwin and Linux.
  • 6325cef Bootloader build: Vagrantfile: Fix building for OSX.
  • 26d2b07 Bootloader build: Vagrantfile: Fix building Linux-32bit.
  • aeb8749 Bootloader build: Vagrantfile: Fix package install for cygwin.
  • f09b81d Bootloader build: Vagrantfile: Update GNU/Linux box to Debian 10.
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired)
codecov[bot] commented 3 years ago

Codecov Report

Merging #87 (614bd8b) into master (a03c822) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##            master       #87   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            5         5           
  Lines          159       159           
=========================================
  Hits           159       159           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update a03c822...614bd8b. Read the comment docs.

lcombs15 commented 3 years ago

@dependabot use these labels

dependabot-preview[bot] commented 3 years ago

OK, from now on I'll use Patch, dependencies.