Skip to content

Commit

Permalink
Release v2021.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Aug 25, 2021
1 parent 53af6c1 commit 76490f6
Show file tree
Hide file tree
Showing 19 changed files with 51 additions and 20 deletions.
50 changes: 50 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,53 @@
2021.3 (2021-08-25)

New hooks
~~~~~~~~~

* Add a hook for ``dash-uploader`` to collect data files (`#280
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/280>`_)
* Add a hook for ``langdetect`` to collect data files. (`#285
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/285>`_)
* Add a hook for ``mariadb`` to collect hidden imports. (`#279
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/279>`_)
* Add a hook for ``mnemonic`` to collect data files (`#284
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/284>`_)
* Add a hook for ``msoffcrypto`` to collect metadata. (`#139
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/139>`_)
* Add a hook for ``pingouin`` to collect data files. (`#292
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/292>`_)
* Add a hook for ``pystray`` to collect hidden imports. (`#288
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/288>`_)
* Add a hook for ``rtree`` to collect dynamic libraries. (`#291
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/291>`_)
* Add a hook for ``shotgun_api3`` to collect data files and hidden imports.
(`#138
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/138>`_)
* Add a hook for ``swagger_spec_validator`` to collect data files. (`#296
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/296>`_)
* Add a hook for ``timezonefinder`` to collect data files. (`#294
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/294>`_)
* Add a hook for `cloudscraper` to collect data files (`#281
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/281>`_)
* Add a hook for `pynput` to collect hidden imports. (`#287
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/287>`_)
* Added a standard hook for SunPy. (`#134
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/134>`_)
* Added hook to get data for the parso package (needed for IPython
autocomplete) (`#275
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/275>`_)


Updated hooks
~~~~~~~~~~~~~

* Update ``clr`` hook to set the correct path for pythonnet 3.0 (`#295
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/295>`_)
* Update ``scikit-learn`` and ``scikit-image`` hooks to perform version checks
based on distribution name instead of package name, to prevent failures
when ``sklearn`` dummy distribution is installed. (`#276
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/276>`_)


2021.2 (2021-06-26)

New hooks
Expand Down
1 change: 0 additions & 1 deletion news/134.new.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/138.new.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/139.new.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/275.new.rst

This file was deleted.

3 changes: 0 additions & 3 deletions news/276.update.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/279.new.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/280.new.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/281.new.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/284.new.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/285.new.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/287.new.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/288.new.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/291.new.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/292.new.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/294.new.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/295.update.rst

This file was deleted.

1 change: 0 additions & 1 deletion news/296.new.rst

This file was deleted.

2 changes: 1 addition & 1 deletion src/_pyinstaller_hooks_contrib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
# SPDX-License-Identifier: GPL-2.0-or-later
# ------------------------------------------------------------------

__version__ = '2021.3'
__version__ = '2021.4'
__maintainer__ = 'Legorooj, bwoodsend'
__uri__ = 'https://github.com/pyinstaller/pyinstaller-hooks-contrib'

0 comments on commit 76490f6

Please sign in to comment.