diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 47eaed70..61387761 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,53 @@ +2021.3 (2021-08-25) + +New hooks +~~~~~~~~~ + +* Add a hook for ``dash-uploader`` to collect data files (`#280 + `_) +* Add a hook for ``langdetect`` to collect data files. (`#285 + `_) +* Add a hook for ``mariadb`` to collect hidden imports. (`#279 + `_) +* Add a hook for ``mnemonic`` to collect data files (`#284 + `_) +* Add a hook for ``msoffcrypto`` to collect metadata. (`#139 + `_) +* Add a hook for ``pingouin`` to collect data files. (`#292 + `_) +* Add a hook for ``pystray`` to collect hidden imports. (`#288 + `_) +* Add a hook for ``rtree`` to collect dynamic libraries. (`#291 + `_) +* Add a hook for ``shotgun_api3`` to collect data files and hidden imports. + (`#138 + `_) +* Add a hook for ``swagger_spec_validator`` to collect data files. (`#296 + `_) +* Add a hook for ``timezonefinder`` to collect data files. (`#294 + `_) +* Add a hook for `cloudscraper` to collect data files (`#281 + `_) +* Add a hook for `pynput` to collect hidden imports. (`#287 + `_) +* Added a standard hook for SunPy. (`#134 + `_) +* Added hook to get data for the parso package (needed for IPython + autocomplete) (`#275 + `_) + + +Updated hooks +~~~~~~~~~~~~~ + +* Update ``clr`` hook to set the correct path for pythonnet 3.0 (`#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 + `_) + + 2021.2 (2021-06-26) New hooks diff --git a/news/134.new.rst b/news/134.new.rst deleted file mode 100644 index dce6bf30..00000000 --- a/news/134.new.rst +++ /dev/null @@ -1 +0,0 @@ -Added a standard hook for SunPy. diff --git a/news/138.new.rst b/news/138.new.rst deleted file mode 100644 index 276e743e..00000000 --- a/news/138.new.rst +++ /dev/null @@ -1 +0,0 @@ -Add a hook for ``shotgun_api3`` to collect data files and hidden imports. \ No newline at end of file diff --git a/news/139.new.rst b/news/139.new.rst deleted file mode 100644 index 29fe4ad7..00000000 --- a/news/139.new.rst +++ /dev/null @@ -1 +0,0 @@ -Add a hook for ``msoffcrypto`` to collect metadata. \ No newline at end of file diff --git a/news/275.new.rst b/news/275.new.rst deleted file mode 100644 index 8b8626e4..00000000 --- a/news/275.new.rst +++ /dev/null @@ -1 +0,0 @@ -Added hook to get data for the parso package (needed for IPython autocomplete) diff --git a/news/276.update.rst b/news/276.update.rst deleted file mode 100644 index 6ef1f485..00000000 --- a/news/276.update.rst +++ /dev/null @@ -1,3 +0,0 @@ -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. diff --git a/news/279.new.rst b/news/279.new.rst deleted file mode 100644 index 36c2a656..00000000 --- a/news/279.new.rst +++ /dev/null @@ -1 +0,0 @@ -Add a hook for ``mariadb`` to collect hidden imports. \ No newline at end of file diff --git a/news/280.new.rst b/news/280.new.rst deleted file mode 100644 index a21e3ef3..00000000 --- a/news/280.new.rst +++ /dev/null @@ -1 +0,0 @@ -Add a hook for ``dash-uploader`` to collect data files \ No newline at end of file diff --git a/news/281.new.rst b/news/281.new.rst deleted file mode 100644 index 5c8ef4db..00000000 --- a/news/281.new.rst +++ /dev/null @@ -1 +0,0 @@ -Add a hook for `cloudscraper` to collect data files \ No newline at end of file diff --git a/news/284.new.rst b/news/284.new.rst deleted file mode 100644 index 55d271bc..00000000 --- a/news/284.new.rst +++ /dev/null @@ -1 +0,0 @@ -Add a hook for ``mnemonic`` to collect data files diff --git a/news/285.new.rst b/news/285.new.rst deleted file mode 100644 index f56e3aed..00000000 --- a/news/285.new.rst +++ /dev/null @@ -1 +0,0 @@ -Add a hook for ``langdetect`` to collect data files. diff --git a/news/287.new.rst b/news/287.new.rst deleted file mode 100644 index 038e6b54..00000000 --- a/news/287.new.rst +++ /dev/null @@ -1 +0,0 @@ -Add a hook for `pynput` to collect hidden imports. diff --git a/news/288.new.rst b/news/288.new.rst deleted file mode 100644 index 77b9f282..00000000 --- a/news/288.new.rst +++ /dev/null @@ -1 +0,0 @@ -Add a hook for ``pystray`` to collect hidden imports. diff --git a/news/291.new.rst b/news/291.new.rst deleted file mode 100644 index ee426486..00000000 --- a/news/291.new.rst +++ /dev/null @@ -1 +0,0 @@ -Add a hook for ``rtree`` to collect dynamic libraries. diff --git a/news/292.new.rst b/news/292.new.rst deleted file mode 100644 index 3f4ff561..00000000 --- a/news/292.new.rst +++ /dev/null @@ -1 +0,0 @@ -Add a hook for ``pingouin`` to collect data files. diff --git a/news/294.new.rst b/news/294.new.rst deleted file mode 100644 index cca84de8..00000000 --- a/news/294.new.rst +++ /dev/null @@ -1 +0,0 @@ -Add a hook for ``timezonefinder`` to collect data files. diff --git a/news/295.update.rst b/news/295.update.rst deleted file mode 100644 index 1b78f36f..00000000 --- a/news/295.update.rst +++ /dev/null @@ -1 +0,0 @@ -Update ``clr`` hook to set the correct path for pythonnet 3.0 \ No newline at end of file diff --git a/news/296.new.rst b/news/296.new.rst deleted file mode 100644 index 4eb68437..00000000 --- a/news/296.new.rst +++ /dev/null @@ -1 +0,0 @@ -Add a hook for ``swagger_spec_validator`` to collect data files. diff --git a/src/_pyinstaller_hooks_contrib/__init__.py b/src/_pyinstaller_hooks_contrib/__init__.py index 496fb420..f4abfb2f 100644 --- a/src/_pyinstaller_hooks_contrib/__init__.py +++ b/src/_pyinstaller_hooks_contrib/__init__.py @@ -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'