{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":280696095,"defaultBranch":"bootloader-build","name":"pyinstaller","ownerLogin":"bwoodsend","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2020-07-18T16:33:56.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/30940778?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1715113894.0","currentOid":""},"activityList":{"items":[{"before":"c20c1287bd87f0ac20d18784589b6f724439a92f","after":null,"ref":"refs/heads/remove-cipher","pushedAt":"2024-05-07T20:31:34.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"bwoodsend","name":"Brénainn Woodsend","path":"/bwoodsend","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30940778?s=80&v=4"}},{"before":"636a7cc1e1f57a42b9d6c6308ebbf666a44e5853","after":null,"ref":"refs/heads/doc-pyinstaller-pinning","pushedAt":"2024-05-02T14:45:02.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"bwoodsend","name":"Brénainn Woodsend","path":"/bwoodsend","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30940778?s=80&v=4"}},{"before":"37458918dd81cd22e3709b0621a6531eb60a16d4","after":"636a7cc1e1f57a42b9d6c6308ebbf666a44e5853","ref":"refs/heads/doc-pyinstaller-pinning","pushedAt":"2024-05-01T22:52:59.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"bwoodsend","name":"Brénainn Woodsend","path":"/bwoodsend","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30940778?s=80&v=4"},"commit":{"message":"doc: Promote python -m PyInstaller [skip ci]\n\nAnd update the stale instructions on adding entry points to PATH.","shortMessageHtmlLink":"doc: Promote python -m PyInstaller [skip ci]"}},{"before":null,"after":"37458918dd81cd22e3709b0621a6531eb60a16d4","ref":"refs/heads/doc-pyinstaller-pinning","pushedAt":"2024-05-01T22:34:36.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"bwoodsend","name":"Brénainn Woodsend","path":"/bwoodsend","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30940778?s=80&v=4"},"commit":{"message":"doc: Promote python -m PyInstaller [skip ci]\n\nAnd update the stale instructions on adding entry points to PATH.","shortMessageHtmlLink":"doc: Promote python -m PyInstaller [skip ci]"}},{"before":"4e5e1c078180e0644336e89968cde7b95786251a","after":null,"ref":"refs/heads/no-flaky","pushedAt":"2024-03-10T16:58:05.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"bwoodsend","name":"Brénainn Woodsend","path":"/bwoodsend","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30940778?s=80&v=4"}},{"before":null,"after":"4e5e1c078180e0644336e89968cde7b95786251a","ref":"refs/heads/no-flaky","pushedAt":"2024-03-10T14:37:25.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"bwoodsend","name":"Brénainn Woodsend","path":"/bwoodsend","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30940778?s=80&v=4"},"commit":{"message":"Test: Remove use of flaky","shortMessageHtmlLink":"Test: Remove use of flaky"}},{"before":"440a6e0f944782a588b688f29ff005f6689f6986","after":null,"ref":"refs/heads/windows-intel-on-arm","pushedAt":"2024-03-03T11:07:18.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"bwoodsend","name":"Brénainn Woodsend","path":"/bwoodsend","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30940778?s=80&v=4"}},{"before":"fcef17fb03cdd5244e1b52b784dbcf7253baaebf","after":"440a6e0f944782a588b688f29ff005f6689f6986","ref":"refs/heads/windows-intel-on-arm","pushedAt":"2024-03-02T23:12:03.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"bwoodsend","name":"Brénainn Woodsend","path":"/bwoodsend","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30940778?s=80&v=4"},"commit":{"message":"Fix AMD64 Python running on Windows ARM64\n\nWhen running an x86 or AMD64 Python environment on Windows ARM64,\nplatform.machine() is set to the host architecture (`ARM64`) rather than\nthe runtime one (the opposite behaviour to a `x86_64` Python environment\non `arm64` macOS). This means we expect the wrong bootloaders to be\npresent.\n\nChange the current architecture detection on Windows to read the\nPROCESSOR_ARCHITECTURE environment variable instead. This is the only\nway that gave the right answer without extensive normalisation on both\nconventional Python and MSYS2 python. I'm not sure if that variable\nalways existed so I've kept platform.machine() as a fallback value.\n\nChange the default target architecture for the bootloader build so that\nanyone rebuilding the bootloader during a pip install get the right\narchitecture.","shortMessageHtmlLink":"Fix AMD64 Python running on Windows ARM64"}},{"before":"61c9c9d6c919cd91d05bf4dc7aaf82a4d574a284","after":"fcef17fb03cdd5244e1b52b784dbcf7253baaebf","ref":"refs/heads/windows-intel-on-arm","pushedAt":"2024-03-02T22:34:11.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"bwoodsend","name":"Brénainn Woodsend","path":"/bwoodsend","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30940778?s=80&v=4"},"commit":{"message":"Fix AMD64 Python running on Windows ARM64\n\nWhen running an x86 or AMD64 Python environment on Windows ARM64,\nplatform.machine() is set to the host architecture (`ARM64`) rather than\nthe runtime one (the opposite behaviour to a `x86_64` Python environment\non `arm64` macOS). This means we expect the wrong bootloaders to be\npresent.\n\nChange the current architecture detection on Windows to read the\nPROCESSOR_ARCHITECTURE environment variable instead. This is the only\nway that gave the right answer without extensive normalisation on both\nconventional Python and MSYS2 python. I'm not sure if that variable\nalways existed so I've kept platform.machine() as a fallback value.\n\nChange the default target architecture for the bootloader build so that\nanyone rebuilding the bootloader during a pip install get the right\narchitecture.","shortMessageHtmlLink":"Fix AMD64 Python running on Windows ARM64"}},{"before":"abbe0dd70e4d9dea7c011dc5b3bb4d46ebfa2874","after":"61c9c9d6c919cd91d05bf4dc7aaf82a4d574a284","ref":"refs/heads/windows-intel-on-arm","pushedAt":"2024-03-02T22:26:03.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"bwoodsend","name":"Brénainn Woodsend","path":"/bwoodsend","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30940778?s=80&v=4"},"commit":{"message":"Fix AMD64 Python running on Windows ARM64\n\nWhen running an x86 or AMD64 Python environment on Windows ARM64,\nplatform.machine() is set to the host architecture (`ARM64`) rather than\nthe runtime one (the opposite behaviour to a `x86_64` Python environment\non `arm64` macOS). This means we expect the wrong bootloaders to be\npresent.\n\nChange the current architecture detection on Windows to read the\nPROCESSOR_ARCHITECTURE environment variable instead. This is the only\nway that gave the right answer without extensive normalisation on both\nconventional Python and MSYS2 python. I'm not sure if that variable\nalways existed so I've kept platform.machine() as a fallback value.\n\nChange the default target architecture for the bootloader build so that\nanyone rebuilding the bootloader during a pip install get the right\narchitecture.","shortMessageHtmlLink":"Fix AMD64 Python running on Windows ARM64"}},{"before":"0f73af09d4097a98b7d598bcc467925e9d8f08e6","after":"abbe0dd70e4d9dea7c011dc5b3bb4d46ebfa2874","ref":"refs/heads/windows-intel-on-arm","pushedAt":"2024-03-02T13:48:52.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"bwoodsend","name":"Brénainn Woodsend","path":"/bwoodsend","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30940778?s=80&v=4"},"commit":{"message":"Fix AMD64 Python running on Windows ARM64\n\nWhen running an x86 or AMD64 Python environment on Windows ARM64,\nplatform.machine() is set to the host architecture (`ARM64`) rather than\nthe runtime one (the opposite behaviour to a `x86_64` Python environment\non `arm64` macOS). This means we expect the wrong bootloaders to be\npresent.\n\nChange the current architecture detection on Windows to read the\nPROCESSOR_ARCHITECTURE environment variable instead. This is the only\nway that gave the right answer without extensive normalisation on both\nconventional Python and MSYS2 python. I'm not sure if that variable\nalways existed so I've kept platform.machine() as a fallback value.\n\nChange the default target architecture for the bootloader build so that\nanyone rebuilding the bootloader during a pip install get the right\narchitecture.","shortMessageHtmlLink":"Fix AMD64 Python running on Windows ARM64"}},{"before":"ad28d377457b023367e326204f1b824241b8aeaa","after":"0f73af09d4097a98b7d598bcc467925e9d8f08e6","ref":"refs/heads/windows-intel-on-arm","pushedAt":"2024-03-02T13:46:52.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"bwoodsend","name":"Brénainn Woodsend","path":"/bwoodsend","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30940778?s=80&v=4"},"commit":{"message":"Fix AMD64 Python running on Windows ARM64\n\nWhen running an x86 or AMD64 Python environment on Windows ARM64,\nplatform.machine() is set to the host architecture (`ARM64`) rather than\nthe runtime one (the opposite behaviour to a `x86_64` Python environment\non `arm64` macOS). This means we expect the wrong bootloaders to be\npresent.\n\nChange the current architecture detection on Windows to read the\nPROCESSOR_ARCHITECTURE environment variable instead. This is the only\nway that gave the right answer without extensive normalisation on both\nconventional Python and MSYS2 python. I'm not sure if that variable\nalways existed so I've kept platform.machine() as a fallback value.\n\nChange the default target architecture for the bootloader build so that\nanyone rebuilding the bootloader during a pip install get the right\narchitecture.","shortMessageHtmlLink":"Fix AMD64 Python running on Windows ARM64"}},{"before":"575be2966de921577fe6a4c9817a85c77c3a22c3","after":"ad28d377457b023367e326204f1b824241b8aeaa","ref":"refs/heads/windows-intel-on-arm","pushedAt":"2024-03-02T13:39:03.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"bwoodsend","name":"Brénainn Woodsend","path":"/bwoodsend","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30940778?s=80&v=4"},"commit":{"message":"Fix AMD64 Python running on Windows ARM64\n\nWhen running an x86 or AMD64 Python environment on Windows ARM64,\nplatform.machine() is set to the host architecture (`ARM64`) rather than\nthe runtime one (the opposite behaviour to a `x86_64` Python environment\non `arm64` macOS). This means we expect the wrong bootloaders to be\npresent.\n\nChange the current architecture detection on Windows to read the\nPROCESSOR_ARCHITECTURE environment variable instead. This is the only\nway that gave the right answer without extensive normalisation on both\nconventional Python and MSYS2 python. I'm not sure if that variable\nalways existed so I've kept platform.machine() as a fallback value.\n\nChange the default target architecture for the bootloader build so that\nanyone rebuilding the bootloader during a pip install get the right\narchitecture.","shortMessageHtmlLink":"Fix AMD64 Python running on Windows ARM64"}},{"before":"b6cd81e698cca9fd505612807e3a4cfcfe6cbe5f","after":"575be2966de921577fe6a4c9817a85c77c3a22c3","ref":"refs/heads/windows-intel-on-arm","pushedAt":"2024-02-27T22:59:51.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"bwoodsend","name":"Brénainn Woodsend","path":"/bwoodsend","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30940778?s=80&v=4"},"commit":{"message":"Fix AMD64 Python running on Windows ARM64\n\nWhen running an x86 or AMD64 Python environment on Windows ARM64,\nplatform.machine() is set to the host architecture (`ARM64`) rather than\nthe runtime one (the opposite behaviour to a `x86_64` Python environment\non `arm64` macOS). This means we expect the wrong bootloaders to be\npresent.\n\nChange the current architecture detection on Windows to read the\nPROCESSOR_ARCHITECTURE environment variable instead. This is the only\nway that gave the right answer without extensive normalisation on both\nconventional Python and MSYS2 python. I'm not sure if that variable\nalways existed so I've kept platform.machine() as a fallback value.\n\nChange the default target architecture for the bootloader build so that\nanyone rebuilding the bootloader during a pip install get the right\narchitecture.","shortMessageHtmlLink":"Fix AMD64 Python running on Windows ARM64"}},{"before":null,"after":"b6cd81e698cca9fd505612807e3a4cfcfe6cbe5f","ref":"refs/heads/windows-intel-on-arm","pushedAt":"2024-02-27T20:38:47.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"bwoodsend","name":"Brénainn Woodsend","path":"/bwoodsend","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30940778?s=80&v=4"},"commit":{"message":"Fix AMD64 Python running on Windows ARM64","shortMessageHtmlLink":"Fix AMD64 Python running on Windows ARM64"}},{"before":"870cd686cf59dc20dec9e62e1998a0c1560aa26b","after":null,"ref":"refs/heads/antivirus-template-ii","pushedAt":"2024-02-24T20:22:56.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"bwoodsend","name":"Brénainn Woodsend","path":"/bwoodsend","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30940778?s=80&v=4"}},{"before":"114b3429f39dcd8540a7c6759f2c25b71c07daef","after":"870cd686cf59dc20dec9e62e1998a0c1560aa26b","ref":"refs/heads/antivirus-template-ii","pushedAt":"2024-02-24T20:22:29.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"bwoodsend","name":"Brénainn Woodsend","path":"/bwoodsend","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30940778?s=80&v=4"},"commit":{"message":"Refactor antivirus issue template [skip ci]\n\n* Remove suggestion of using Certum since we've had bad feedback about\n them (#8324) and replace it with something to encourage people to tell\n us if code signing really does help since we currently have no idea.\n\n* Remove apparent endorsements of *good* antiviruses since I can't\n really vouch for their trustworthiness.\n\n* Add some more FAQs that I'm sick of answering in issues/discussions\n (the global threat intelligence database, alleged *regressions* in\n detection rates across PyInstaller versions, why windowed mode is hit\n the most).\n\n* Point out the existence of Artemis classifications and how antiviruses\n really *analyse* code.\n\n* Reword some of the more cringe-worthy bits of wording.\n\n* Add yet another sentence at the end to say we're helpless in a\n probably vain attempt to dissuade people from ignoring it when we say\n as much at the beginning of the template.","shortMessageHtmlLink":"Refactor antivirus issue template [skip ci]"}},{"before":null,"after":"114b3429f39dcd8540a7c6759f2c25b71c07daef","ref":"refs/heads/antivirus-template-ii","pushedAt":"2024-02-24T15:11:00.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"bwoodsend","name":"Brénainn Woodsend","path":"/bwoodsend","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30940778?s=80&v=4"},"commit":{"message":"Refactor antivirus issue template [skip ci]\n\n* Remove suggestion of using Certum since we've had bad feedback about\n them (#8324) and replace it with something to encourage people to tell\n us if code signing really does help since we currently have no idea.\n\n* Remove apparent endorsements of *good* antiviruses since I can't\n really vouch for their trustworthiness.\n\n* Add some more FAQs that I'm sick of answering in issues/discussions\n (the global threat intelligence database, alleged *regressions* in\n detection rates across PyInstaller versions, why windowed mode is hit\n the most).\n\n* Point out the existence of Artemis classifications and how antiviruses\n really *analyse* code.\n\n* Reword some of the more cringe-worthy bits of wording.\n\n* Add yet another sentence at the end to say we're helpless in a\n probably vain attempt to dissuade people from ignoring it when we say\n as much at the beginning of the template.","shortMessageHtmlLink":"Refactor antivirus issue template [skip ci]"}},{"before":null,"after":"90256f93ed943daf6de53c7dd39710a415f705cb","ref":"refs/heads/bump-hooks-contrib","pushedAt":"2024-02-10T13:47:26.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"bwoodsend","name":"Brénainn Woodsend","path":"/bwoodsend","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30940778?s=80&v=4"},"commit":{"message":"Release v6.4.0. [skip ci]","shortMessageHtmlLink":"Release v6.4.0. [skip ci]"}},{"before":"e503ff8cd02c5d30693758f401648225c0327855","after":"b825ef682b94885ecb242167b9e864e59a42d5ee","ref":"refs/heads/portable-pathsep","pushedAt":"2023-11-26T23:35:04.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"bwoodsend","name":"Brénainn Woodsend","path":"/bwoodsend","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30940778?s=80&v=4"},"commit":{"message":"makespec: Remove *variable path* substitution.\n\nRemove the automatic substitution of PyInstaller.HOME_PATH (most likely\nthe ``site-packages`` directory) in relative CLI path parameters to into\na relocatable ``os.path.join(HOME_PATH, ...)``. I can't think of any\ngood reason why anyone would even notice this feature exists whereas\nit's more likely that a PyInstaller test would unwittingly run into it.","shortMessageHtmlLink":"makespec: Remove *variable path* substitution."}},{"before":"1e3ce101d02d4c7dab5109af05eefc947397ca41","after":"e503ff8cd02c5d30693758f401648225c0327855","ref":"refs/heads/portable-pathsep","pushedAt":"2023-11-24T22:17:32.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":"makespec: Remove *variable path* substitution.\n\nRemove the automatic substitution of PyInstaller.HOME_PATH (most likely\nthe ``site-packages`` directory) in relative CLI path parameters to into\na relocatable ``os.path.join(HOME_PATH, ...)``. I can't think of any\ngood reason why anyone would even notice this feature exists whereas\nit's more likely that a PyInstaller test would unwittingly run into it.","shortMessageHtmlLink":"makespec: Remove *variable path* substitution."}},{"before":"836966e29eabf3393c43ac13d526bb34cd05f84c","after":"1e3ce101d02d4c7dab5109af05eefc947397ca41","ref":"refs/heads/portable-pathsep","pushedAt":"2023-11-23T19:13:32.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"bwoodsend","name":"Brénainn Woodsend","path":"/bwoodsend","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30940778?s=80&v=4"},"commit":{"message":"makespec: Use portable path separators.\n\nUse forward slashes – even on Windows – in filenames in generated spec\nfiles so that the spec file is independent of the platform it was\ngenerated.","shortMessageHtmlLink":"makespec: Use portable path separators."}},{"before":"1a5cf59ef26e63ddf278a970103af8a05583057e","after":"836966e29eabf3393c43ac13d526bb34cd05f84c","ref":"refs/heads/portable-pathsep","pushedAt":"2023-11-23T19:11:18.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"bwoodsend","name":"Brénainn Woodsend","path":"/bwoodsend","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30940778?s=80&v=4"},"commit":{"message":"makespec: Use portable path separators.\n\nUse forward slashes – even on Windows – in filenames in generated spec\nfiles so that the spec file is independent of the platform it was\ngenerated.","shortMessageHtmlLink":"makespec: Use portable path separators."}},{"before":null,"after":"1a5cf59ef26e63ddf278a970103af8a05583057e","ref":"refs/heads/portable-pathsep","pushedAt":"2023-11-21T01:26:08.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"bwoodsend","name":"Brénainn Woodsend","path":"/bwoodsend","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30940778?s=80&v=4"},"commit":{"message":"makespec: Use portable path separators.\n\nUse forward slashes – even on Windows – in filenames in generated spec\nfiles so that the spec file is independent of the platform it was\ngenerated.","shortMessageHtmlLink":"makespec: Use portable path separators."}},{"before":"6617f65f037bf891c85a49708b68be11b72164ca","after":null,"ref":"refs/heads/release-cherry-picks","pushedAt":"2023-09-21T22:12:13.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"bwoodsend","name":"Brénainn Woodsend","path":"/bwoodsend","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30940778?s=80&v=4"}},{"before":null,"after":"6617f65f037bf891c85a49708b68be11b72164ca","ref":"refs/heads/release-cherry-picks","pushedAt":"2023-09-21T21:43:37.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"bwoodsend","name":"Brénainn Woodsend","path":"/bwoodsend","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30940778?s=80&v=4"},"commit":{"message":"Cherry pick v5 release commits into develop. [skip ci]\n\nThis is mainly so that we have a continuous, duplicate free changelog\nin the v6.x docs.","shortMessageHtmlLink":"Cherry pick v5 release commits into develop. [skip ci]"}},{"before":"1b4c05e5432f16c4947f438e659ba3e8c109c908","after":null,"ref":"refs/heads/release-platforms","pushedAt":"2023-08-30T21:34:31.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"bwoodsend","name":"Brénainn Woodsend","path":"/bwoodsend","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30940778?s=80&v=4"}},{"before":null,"after":"1b4c05e5432f16c4947f438e659ba3e8c109c908","ref":"refs/heads/release-platforms","pushedAt":"2023-08-30T20:43:16.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"bwoodsend","name":"Brénainn Woodsend","path":"/bwoodsend","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30940778?s=80&v=4"},"commit":{"message":"bootloader/build: Remove unused bootloader platforms. [skip ci]\n\nCurrently, we compile Linux bootloaders for 5 different architectures\nfor both glibc and musl. We only release musl wheels for ``x86_64`` and\n``aarch64`` (a decision made consciously based on PyPI download\nstatistics) meaning that the other 3 are useless.","shortMessageHtmlLink":"bootloader/build: Remove unused bootloader platforms. [skip ci]"}},{"before":null,"after":"bc49d00b6f246d793e01bfa7a99a66e3d3fcfa73","ref":"refs/heads/v5","pushedAt":"2023-08-26T15:26:33.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"bwoodsend","name":"Brénainn Woodsend","path":"/bwoodsend","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30940778?s=80&v=4"},"commit":{"message":"Release v5.13.1. [skip ci]","shortMessageHtmlLink":"Release v5.13.1. [skip ci]"}},{"before":"550b9271c085a73cbced9a601a234d54cecb8d06","after":null,"ref":"refs/heads/v5","pushedAt":"2023-08-26T14:44:28.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"bwoodsend","name":"Brénainn Woodsend","path":"/bwoodsend","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/30940778?s=80&v=4"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEQ_sZvwA","startCursor":null,"endCursor":null}},"title":"Activity · bwoodsend/pyinstaller"}