Skip to content

Commit

Permalink
Release v2023.11
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Dec 20, 2023
1 parent 11dff78 commit 3bd34d4
Show file tree
Hide file tree
Showing 13 changed files with 41 additions and 15 deletions.
40 changes: 40 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,43 @@
2023.11 (2023-12-20)
--------------------

New hooks
~~~~~~~~~

* Add a hook for ``freetype`` that collects the shared library that is
bundled with ``freetype-py`` PyPI wheels. (`#674
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/674>`_)
* Add a hook for ``z3c.rml`` that collects the required subset of Bitstream
Vera TTF fonts from the ``reportlab`` package. (`#674
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/674>`_)
* Add hook for ``eth_rlp``. (`#672
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/672>`_)
* Add hook for ``eth_typing`` which requires its package metadata. (`#656
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/656>`_)
* Add hook for ``eth_utils`` to collect its embedded JSON files. (`#656
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/656>`_)
* Add hook for ``rlp``. (`#672
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/672>`_)
* Add hook for ``sspilib`` that collects submodules of ``sspilib.raw``,
most of which are cythonized extensions. (`#669
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/669>`_)


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

* Modernize the hook for ``torch`` and reduce the amount of unnecessarily
collected data files (header files and static libraries). Requires
PyInstaller >= 6.0. (`#666
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/666>`_)
* Update ```pyarrow``` hook to collect all of the package's submodules. (`#662
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/662>`_)
* Update ``rtree`` hook for compatibility with ``Rtree >= 1.1.0``. (`#657
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/657>`_)
* Update ``sudachipy`` hook for ``sudachipy`` 0.6.8. (`#673
<https://github.com/pyinstaller/pyinstaller-hooks-contrib/issues/673>`_)


2023.10 (2023-10-13)
--------------------

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

2 changes: 0 additions & 2 deletions news/669.new.rst

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

2 changes: 0 additions & 2 deletions news/674.new.1.rst

This file was deleted.

2 changes: 0 additions & 2 deletions news/674.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__ = '2023.11'
__version__ = '2023.12'
__maintainer__ = 'Legorooj, bwoodsend'
__uri__ = 'https://github.com/pyinstaller/pyinstaller-hooks-contrib'

0 comments on commit 3bd34d4

Please sign in to comment.