{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":2835111,"defaultBranch":"develop","name":"pyinstaller","ownerLogin":"pyinstaller","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2011-11-23T11:05:56.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/1215332?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1716331548.0","currentOid":""},"activityList":{"items":[{"before":"bcc04b9199fc282aadcdf2a2d6bcd0dd8a088a14","after":"923407f199cf02e52d4d2c45847f6862a2470fbc","ref":"refs/heads/develop","pushedAt":"2024-05-24T11:26:33.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"bwoodsend","name":"Brénainn Woodsend","path":"/bwoodsend","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30940778?s=80&v=4"},"commit":{"message":"Add LICENSE file for ./bootloader/zlib","shortMessageHtmlLink":"Add LICENSE file for ./bootloader/zlib"}},{"before":"4d6ee33d5d93c1e26951bae56cc90127cf0d9d90","after":"bcc04b9199fc282aadcdf2a2d6bcd0dd8a088a14","ref":"refs/heads/develop","pushedAt":"2024-05-24T11:26:03.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"bwoodsend","name":"Brénainn Woodsend","path":"/bwoodsend","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30940778?s=80&v=4"},"commit":{"message":"Add LICENSE file for ./bootloader/waflib","shortMessageHtmlLink":"Add LICENSE file for ./bootloader/waflib"}},{"before":"e6f1884c454f662fa224dfd44780c70041b40e43","after":"4d6ee33d5d93c1e26951bae56cc90127cf0d9d90","ref":"refs/heads/develop","pushedAt":"2024-05-23T16:20:28.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"rokm","name":"Rok Mandeljc","path":"/rokm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5579125?s=80&v=4"},"commit":{"message":"hookutils: qt: suppress warnings for unavailable Qt bindings packages\n\nWhen trying to obtain Qt information as part of the delayed\ninitialization of `QtLibraryInfo`, explicitly handle `ModuleNotFound`\nerror in order to avoid raising a warning message for bindings package\nthat is unavailable.\n\nThe delayed initialization might be triggered by a helper function\n(e.g., the `exclude_extraneous_qt_bindings` helper used by `qtpy`\nhook and other hooks for Qt-based packages) trying to determine\navailability of bindings by querying the `version` attribute of\nthe `QtLibraryInfo` instances for all bindings.","shortMessageHtmlLink":"hookutils: qt: suppress warnings for unavailable Qt bindings packages"}},{"before":"48336c0d18bf26390980cac5d1bd2e126339a9f4","after":"e6f1884c454f662fa224dfd44780c70041b40e43","ref":"refs/heads/develop","pushedAt":"2024-05-22T10:19:25.000Z","pushType":"pr_merge","commitsCount":8,"pusher":{"login":"rokm","name":"Rok Mandeljc","path":"/rokm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5579125?s=80&v=4"},"commit":{"message":"bootloader: Windows: ensure stderr is unbuffered regardless of compiler\n\nEnsure that stderr is unbuffered on Windows regardless of compiler.\nUp until now, we did that only for MSVC, but it looks like both\nVisual C runtime and MinGW end up buffering stderr when it is\nredirected.\n\nThis explains why the splash screen tests failed to produce any\noutput to stderr when running in msys/mingw environment (and\nsubsequently failed due to not being able to find a specific string\nin the said output). In contrast to most tests where the frozen\n application automatically exits (and timeout is set to detect\nfailures such as endless loop), in this casem the application is\ndoes not exit automatically; we keep it running for 10 seconds (so\nreaching timeout indicates success), then we kill it. And if stderr\nis buffered, its contents are lost.","shortMessageHtmlLink":"bootloader: Windows: ensure stderr is unbuffered regardless of compiler"}},{"before":"a8da1a72556e9898de1c1afd8d2f5fd3826355b4","after":"48336c0d18bf26390980cac5d1bd2e126339a9f4","ref":"refs/heads/develop","pushedAt":"2024-05-21T22:44:47.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"bwoodsend","name":"Brénainn Woodsend","path":"/bwoodsend","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30940778?s=80&v=4"},"commit":{"message":"Release v6.7.0. [skip ci]","shortMessageHtmlLink":"Release v6.7.0. [skip ci]"}},{"before":"676584885f2dfa1f885ab6155a5eda9150892c03","after":"a8da1a72556e9898de1c1afd8d2f5fd3826355b4","ref":"refs/heads/develop","pushedAt":"2024-05-21T22:27:18.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"rokm","name":"Rok Mandeljc","path":"/rokm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5579125?s=80&v=4"},"commit":{"message":"hooks: update pkg_resources hook for setuptools >= 70.0.0\n\nAs of setuptools 70.0.0, we need to add `pkg_resources.extern` to\nhidden imports.","shortMessageHtmlLink":"hooks: update pkg_resources hook for setuptools >= 70.0.0"}},{"before":"948f381cd96ddfa1e0139a86b70c303d58f6e3fb","after":null,"ref":"refs/heads/pyup/scheduled-update-2024-05-19","pushedAt":"2024-05-19T18:41:11.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"rokm","name":"Rok Mandeljc","path":"/rokm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5579125?s=80&v=4"}},{"before":"22e928ec6cc6791a0f83afdd5a133583c1200114","after":"676584885f2dfa1f885ab6155a5eda9150892c03","ref":"refs/heads/develop","pushedAt":"2024-05-19T18:41:11.000Z","pushType":"pr_merge","commitsCount":2,"pusher":{"login":"rokm","name":"Rok Mandeljc","path":"/rokm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5579125?s=80&v=4"},"commit":{"message":"conftest: macOS: have `pyi_builder` set up minimal PATH\n\nOn macOS, have the `pyi_builder` set up minimal `PATH` before running\nthe test executable. The minimal `PATH` encompasses system directories\nthat are also available to applications ran via Finder, a subset\nof what is typically available in the shell: `/usr/bin`, `/bin`,\n`/usr/sbin`, and `/sbin`.\n\nThis accommodates tested python packages that make use of system\nutilities - for example, `matplotlib` 3.9.0 started querying system\nfonts by running `system_profiler`, which is found in `/usr/sbin`.","shortMessageHtmlLink":"conftest: macOS: have pyi_builder set up minimal PATH"}},{"before":"cd831a366baa0efe4468260d9e3acff219f66ac8","after":"948f381cd96ddfa1e0139a86b70c303d58f6e3fb","ref":"refs/heads/pyup/scheduled-update-2024-05-19","pushedAt":"2024-05-19T14:52:37.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"rokm","name":"Rok Mandeljc","path":"/rokm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5579125?s=80&v=4"},"commit":{"message":"conftest: macOS: have `pyi_builder` set up minimal PATH\n\nOn macOS, have the `pyi_builder` set up minimal `PATH` before running\nthe test executable. The minimal `PATH` encompasses system directories\nthat are also available to applications ran via Finder, a subset\nof what is typically available in the shell: `/usr/bin`, `/bin`,\n`/usr/sbin`, and `/sbin`.\n\nThis accommodates tested python packages that make use of system\nutilities - for example, `matplotlib` 3.9.0 started querying system\nfonts by running `system_profiler`, which is found in `/usr/sbin`.","shortMessageHtmlLink":"conftest: macOS: have pyi_builder set up minimal PATH"}},{"before":"a1209f09a73399fce7035c0648f54c61a192b3f7","after":"cd831a366baa0efe4468260d9e3acff219f66ac8","ref":"refs/heads/pyup/scheduled-update-2024-05-19","pushedAt":"2024-05-19T13:19:04.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Legorooj","name":"Jasper Harrison","path":"/Legorooj","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50370070?s=80&v=4"},"commit":{"message":"Update zope.interface from 6.3 to 6.4","shortMessageHtmlLink":"Update zope.interface from 6.3 to 6.4"}},{"before":"2ec680c7d15cf7a343a0612d9bb4d7f4dff1c6b9","after":"a1209f09a73399fce7035c0648f54c61a192b3f7","ref":"refs/heads/pyup/scheduled-update-2024-05-19","pushedAt":"2024-05-19T13:19:03.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Legorooj","name":"Jasper Harrison","path":"/Legorooj","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50370070?s=80&v=4"},"commit":{"message":"Update matplotlib from 3.8.4 to 3.9.0","shortMessageHtmlLink":"Update matplotlib from 3.8.4 to 3.9.0"}},{"before":"22e928ec6cc6791a0f83afdd5a133583c1200114","after":"2ec680c7d15cf7a343a0612d9bb4d7f4dff1c6b9","ref":"refs/heads/pyup/scheduled-update-2024-05-19","pushedAt":"2024-05-19T13:19:03.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Legorooj","name":"Jasper Harrison","path":"/Legorooj","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50370070?s=80&v=4"},"commit":{"message":"Update keyring from 25.2.0 to 25.2.1","shortMessageHtmlLink":"Update keyring from 25.2.0 to 25.2.1"}},{"before":null,"after":"22e928ec6cc6791a0f83afdd5a133583c1200114","ref":"refs/heads/pyup/scheduled-update-2024-05-19","pushedAt":"2024-05-19T13:19:02.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"Legorooj","name":"Jasper Harrison","path":"/Legorooj","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50370070?s=80&v=4"},"commit":{"message":"tests: re-enable test_unbuffered_stdio on CI\n\nThe contemporary versions of pytest-xdist and execnet are said to have\nsorted out the issue with tests sometimes not running in the main\nthread, so we should be able to run this test on our CI now.","shortMessageHtmlLink":"tests: re-enable test_unbuffered_stdio on CI"}},{"before":"2806e909ffb758f2276c9976bd42638d0e551533","after":"22e928ec6cc6791a0f83afdd5a133583c1200114","ref":"refs/heads/develop","pushedAt":"2024-05-18T19:31:28.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"rokm","name":"Rok Mandeljc","path":"/rokm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5579125?s=80&v=4"},"commit":{"message":"tests: re-enable test_unbuffered_stdio on CI\n\nThe contemporary versions of pytest-xdist and execnet are said to have\nsorted out the issue with tests sometimes not running in the main\nthread, so we should be able to run this test on our CI now.","shortMessageHtmlLink":"tests: re-enable test_unbuffered_stdio on CI"}},{"before":"c5bf7865ad3886cac70ab3fe257346e0c124ea02","after":"2806e909ffb758f2276c9976bd42638d0e551533","ref":"refs/heads/develop","pushedAt":"2024-05-16T13:23:35.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"rokm","name":"Rok Mandeljc","path":"/rokm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5579125?s=80&v=4"},"commit":{"message":"hook: win32ctypes.core: always collect the ctypes backend\n\nAlways collect the `ctypes` backend (`win32ctypes.core.ctypes` modules),\neven if we are also collecting the `cffi` backend due to `cffi`\nbeing available in the build environment.\n\nThis prevents issues when import of `cffi` is blocked at run-time\n(similarly to how we do it to avoid issues with -OO optimization\nlevel) or when `cffi` is excluded from collection by user (for\nexample, by using `--exclude-module cffi`).","shortMessageHtmlLink":"hook: win32ctypes.core: always collect the ctypes backend"}},{"before":"6c1a9fea36ccfb81a0213c80f2a623d01c8a21a7","after":"c5bf7865ad3886cac70ab3fe257346e0c124ea02","ref":"refs/heads/develop","pushedAt":"2024-05-14T13:43:16.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"rokm","name":"Rok Mandeljc","path":"/rokm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5579125?s=80&v=4"},"commit":{"message":"hooks: sqlalchemy: collect plugins and dialects via entry-points\n\nHave `sqlalchemy` hook collect all dialects and plugins that are\nregistered via `sqlalchemy.dialects` and `sqlalchemy.plugins`\nentry-points. This ensures collection of 3rd party dialects and plugins\nthat may be available in the build environment (e.g., `ibm-db-sa`).","shortMessageHtmlLink":"hooks: sqlalchemy: collect plugins and dialects via entry-points"}},{"before":"e7291e4aed671fc1c4e53b90eb7c8478421cc0fd","after":null,"ref":"refs/heads/pyup/scheduled-update-2024-05-12","pushedAt":"2024-05-12T14:55:25.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"rokm","name":"Rok Mandeljc","path":"/rokm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5579125?s=80&v=4"}},{"before":"a35118319fc6048b0b4c969d91381bc244e96ee3","after":"6c1a9fea36ccfb81a0213c80f2a623d01c8a21a7","ref":"refs/heads/develop","pushedAt":"2024-05-12T14:55:24.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"rokm","name":"Rok Mandeljc","path":"/rokm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5579125?s=80&v=4"},"commit":{"message":"Tests: Requirements: Scheduled weekly dependency update for week 19 (#8462)","shortMessageHtmlLink":"Tests: Requirements: Scheduled weekly dependency update for week 19 (#…"}},{"before":"068c6822508ae3632b1b843303c051d4953d2d99","after":"e7291e4aed671fc1c4e53b90eb7c8478421cc0fd","ref":"refs/heads/pyup/scheduled-update-2024-05-12","pushedAt":"2024-05-12T13:23:58.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"rokm","name":"Rok Mandeljc","path":"/rokm","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5579125?s=80&v=4"},"commit":{"message":"tests: use PyQt6-WebEngine{,-Qt6} 6.6.x for macOS x86_64","shortMessageHtmlLink":"tests: use PyQt6-WebEngine{,-Qt6} 6.6.x for macOS x86_64"}},{"before":"1c0bbc350abc16e4cf08a0b6a409b5cd25fa1bb0","after":"068c6822508ae3632b1b843303c051d4953d2d99","ref":"refs/heads/pyup/scheduled-update-2024-05-12","pushedAt":"2024-05-12T13:19:19.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Legorooj","name":"Jasper Harrison","path":"/Legorooj","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50370070?s=80&v=4"},"commit":{"message":"Update sqlalchemy from 2.0.29 to 2.0.30","shortMessageHtmlLink":"Update sqlalchemy from 2.0.29 to 2.0.30"}},{"before":"23469265dad628342f3205f9e01c11449065c46d","after":"1c0bbc350abc16e4cf08a0b6a409b5cd25fa1bb0","ref":"refs/heads/pyup/scheduled-update-2024-05-12","pushedAt":"2024-05-12T13:19:18.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Legorooj","name":"Jasper Harrison","path":"/Legorooj","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50370070?s=80&v=4"},"commit":{"message":"Update pyqt6-webengine-qt6 from 6.6.3 to 6.7.0","shortMessageHtmlLink":"Update pyqt6-webengine-qt6 from 6.6.3 to 6.7.0"}},{"before":"ba21d11d31e52e9395dd7b4e86519d56ac2fea26","after":"23469265dad628342f3205f9e01c11449065c46d","ref":"refs/heads/pyup/scheduled-update-2024-05-12","pushedAt":"2024-05-12T13:19:18.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Legorooj","name":"Jasper Harrison","path":"/Legorooj","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50370070?s=80&v=4"},"commit":{"message":"Update pyqt6-webengine from 6.6.0 to 6.7.0","shortMessageHtmlLink":"Update pyqt6-webengine from 6.6.0 to 6.7.0"}},{"before":"d4ba028a5a83e69d1a2af04c18a3d10ca1d1a054","after":"ba21d11d31e52e9395dd7b4e86519d56ac2fea26","ref":"refs/heads/pyup/scheduled-update-2024-05-12","pushedAt":"2024-05-12T13:19:17.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Legorooj","name":"Jasper Harrison","path":"/Legorooj","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50370070?s=80&v=4"},"commit":{"message":"Update pyqt6-networkauth-qt6 from 6.6.3 to 6.7.0","shortMessageHtmlLink":"Update pyqt6-networkauth-qt6 from 6.6.3 to 6.7.0"}},{"before":"d55a060a670289d6cc2571a37a1b3643628a2388","after":"d4ba028a5a83e69d1a2af04c18a3d10ca1d1a054","ref":"refs/heads/pyup/scheduled-update-2024-05-12","pushedAt":"2024-05-12T13:19:17.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Legorooj","name":"Jasper Harrison","path":"/Legorooj","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50370070?s=80&v=4"},"commit":{"message":"Update pyqt6-networkauth from 6.6.0 to 6.7.0","shortMessageHtmlLink":"Update pyqt6-networkauth from 6.6.0 to 6.7.0"}},{"before":"81d454f04ff0027e39887f3646aca27c8110d9b6","after":"d55a060a670289d6cc2571a37a1b3643628a2388","ref":"refs/heads/pyup/scheduled-update-2024-05-12","pushedAt":"2024-05-12T13:19:16.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Legorooj","name":"Jasper Harrison","path":"/Legorooj","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50370070?s=80&v=4"},"commit":{"message":"Update pyqt6-datavisualization-qt6 from 6.6.3 to 6.7.0","shortMessageHtmlLink":"Update pyqt6-datavisualization-qt6 from 6.6.3 to 6.7.0"}},{"before":"84166ca1bc34578c233d4ada9f298b0f98c47c60","after":"81d454f04ff0027e39887f3646aca27c8110d9b6","ref":"refs/heads/pyup/scheduled-update-2024-05-12","pushedAt":"2024-05-12T13:19:16.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Legorooj","name":"Jasper Harrison","path":"/Legorooj","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50370070?s=80&v=4"},"commit":{"message":"Update pyqt6-datavisualization from 6.6.0 to 6.7.0","shortMessageHtmlLink":"Update pyqt6-datavisualization from 6.6.0 to 6.7.0"}},{"before":"c3586f3558fc26a4ae081e34213b16ad3a60d66f","after":"84166ca1bc34578c233d4ada9f298b0f98c47c60","ref":"refs/heads/pyup/scheduled-update-2024-05-12","pushedAt":"2024-05-12T13:19:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Legorooj","name":"Jasper Harrison","path":"/Legorooj","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50370070?s=80&v=4"},"commit":{"message":"Update pyqt6-charts-qt6 from 6.6.3 to 6.7.0","shortMessageHtmlLink":"Update pyqt6-charts-qt6 from 6.6.3 to 6.7.0"}},{"before":"715db53b9cf66ca28212432fe8cb7dbd84f86b15","after":"c3586f3558fc26a4ae081e34213b16ad3a60d66f","ref":"refs/heads/pyup/scheduled-update-2024-05-12","pushedAt":"2024-05-12T13:19:15.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Legorooj","name":"Jasper Harrison","path":"/Legorooj","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50370070?s=80&v=4"},"commit":{"message":"Update pyqt6-charts from 6.6.0 to 6.7.0","shortMessageHtmlLink":"Update pyqt6-charts from 6.6.0 to 6.7.0"}},{"before":"4daea9346ed96e6eb6bbd255cc706e712ca03ad3","after":"715db53b9cf66ca28212432fe8cb7dbd84f86b15","ref":"refs/heads/pyup/scheduled-update-2024-05-12","pushedAt":"2024-05-12T13:19:14.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Legorooj","name":"Jasper Harrison","path":"/Legorooj","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50370070?s=80&v=4"},"commit":{"message":"Update pyqt6-3d-qt6 from 6.6.3 to 6.7.0","shortMessageHtmlLink":"Update pyqt6-3d-qt6 from 6.6.3 to 6.7.0"}},{"before":"ac2574f3fc856dcc168a21c75f0990bffd58ed48","after":"4daea9346ed96e6eb6bbd255cc706e712ca03ad3","ref":"refs/heads/pyup/scheduled-update-2024-05-12","pushedAt":"2024-05-12T13:19:14.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Legorooj","name":"Jasper Harrison","path":"/Legorooj","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/50370070?s=80&v=4"},"commit":{"message":"Update pyqt6-3d from 6.6.0 to 6.7.0","shortMessageHtmlLink":"Update pyqt6-3d from 6.6.0 to 6.7.0"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEUvaTkwA","startCursor":null,"endCursor":null}},"title":"Activity · pyinstaller/pyinstaller"}