From 5a3c17bf8b6e08504a2d28f0a25551d97ce18e80 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 20 Jun 2022 10:51:05 +0200 Subject: Switch to PyInstaller master branch Closes #7258 --- misc/requirements/requirements-pyinstaller.txt | 2 +- scripts/dev/changelog_urls.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/requirements/requirements-pyinstaller.txt b/misc/requirements/requirements-pyinstaller.txt index ba28119b6..3edc2506f 100644 --- a/misc/requirements/requirements-pyinstaller.txt +++ b/misc/requirements/requirements-pyinstaller.txt @@ -2,5 +2,5 @@ altgraph==0.17.2 # FIXME:qt6 switch back to release -git+https://github.com/the-compiler/pyinstaller@qt6-webengine-macos +git+https://github.com/pyinstaller/pyinstaller pyinstaller-hooks-contrib==2022.7 diff --git a/scripts/dev/changelog_urls.json b/scripts/dev/changelog_urls.json index d37f68abf..8ae7da565 100644 --- a/scripts/dev/changelog_urls.json +++ b/scripts/dev/changelog_urls.json @@ -85,7 +85,7 @@ "Pympler": "https://github.com/pympler/pympler/blob/master/CHANGELOG.md", "pytest-mock": "https://github.com/pytest-dev/pytest-mock/blob/master/CHANGELOG.rst", "pytest-qt": "https://github.com/pytest-dev/pytest-qt/blob/master/CHANGELOG.rst", - "git+https://github.com/the-compiler/pyinstaller@qt6-webengine-macos": "https://pyinstaller.readthedocs.io/en/stable/CHANGES.html", + "git+https://github.com/pyinstaller/pyinstaller": "https://pyinstaller.readthedocs.io/en/stable/CHANGES.html", "pyinstaller-hooks-contrib": "https://github.com/pyinstaller/pyinstaller-hooks-contrib/blob/master/CHANGELOG.rst", "pytest-benchmark": "https://pytest-benchmark.readthedocs.io/en/stable/changelog.html", "typed-ast": "https://github.com/python/typed_ast/commits/master", -- cgit v1.2.3-54-g00ecf