Skip to content

Commit

Permalink
Release v2022.5
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed May 16, 2022
1 parent 169ae3b commit 708b8a5
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 7 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,27 @@

2022.5 (2022-05-16)
--------------------

New hooks
~~~~~~~~~

* Add a hook for ``numcodecs``, which has a hidden import. (`#420
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/420>`_)
* Add hook for ``grpc`` roots.pem file which is used by grpc. (`#419
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/419>`_)
* Add hook for ``python-stdnum``. (`#412
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/412>`_)


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

* Update ``mariadb`` hook to always include the ``decimal`` module as a
hidden import, instead of implicitly relying on it being picked up due
to import in some other, unrelated module. (`#426
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/426>`_)


2022.4 (2022-04-17)
--------------------

Expand Down
1 change: 0 additions & 1 deletion news/412.new.rst

This file was deleted.

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

This file was deleted.

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

This file was deleted.

3 changes: 0 additions & 3 deletions news/426.update.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__ = '2022.5'
__version__ = '2022.6'
__maintainer__ = 'Legorooj, bwoodsend'
__uri__ = 'https://github.com/pyinstaller/pyinstaller-hooks-contrib'

0 comments on commit 708b8a5

Please sign in to comment.