[issue46629] Cannot sideload MSIX package on Windows

2022-02-04 Thread miss-islington
miss-islington added the comment: New changeset 6da436497a79dea0f3bb756c2d78921b2838e03b by Miss Islington (bot) in branch '3.9': bpo-46629: Update classicAppCompat.sccd for new signing certificate (GH-3) https://github.com/python/cpython/commit/6da436497a79dea0f3bb756c2d78921b2838e03b

[issue46629] Cannot sideload MSIX package on Windows

2022-02-04 Thread Steve Dower
Change by Steve Dower : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___ P

[issue46629] Cannot sideload MSIX package on Windows

2022-02-04 Thread miss-islington
miss-islington added the comment: New changeset 7b5b23c31db87cfc5e09ec297147499ba1d47d31 by Miss Islington (bot) in branch '3.10': bpo-46629: Update classicAppCompat.sccd for new signing certificate (GH-3) https://github.com/python/cpython/commit/7b5b23c31db87cfc5e09ec297147499ba1d47d31

[issue46629] Cannot sideload MSIX package on Windows

2022-02-04 Thread Steve Dower
Steve Dower added the comment: New changeset 9b4e3d94a5746af093392ed8e977b26fcc1bfd11 by Steve Dower in branch 'main': bpo-46629: Update classicAppCompat.sccd for new signing certificate (GH-3) https://github.com/python/cpython/commit/9b4e3d94a5746af093392ed8e977b26fcc1bfd11 --

[issue46629] Cannot sideload MSIX package on Windows

2022-02-04 Thread miss-islington
Change by miss-islington : -- pull_requests: +29308 pull_request: https://github.com/python/cpython/pull/31129 ___ Python tracker ___ __

[issue46629] Cannot sideload MSIX package on Windows

2022-02-04 Thread miss-islington
Change by miss-islington : -- nosy: +miss-islington nosy_count: 4.0 -> 5.0 pull_requests: +29307 pull_request: https://github.com/python/cpython/pull/31128 ___ Python tracker _

[issue46629] Cannot sideload MSIX package on Windows

2022-02-04 Thread Steve Dower
Steve Dower added the comment: They got back to me with the files, so I've added them to the PR. I'll run a test (signed) build from my branch to validate. -- ___ Python tracker

[issue46629] Cannot sideload MSIX package on Windows

2022-02-03 Thread Steve Dower
Steve Dower added the comment: Posted the PR for openness, but it's not ready to merge yet. The file that's been updated there (which unfortunately is not very Unix friendly) now has the SHA256 hash of our signing certificate, and I've emailed the file to storeops at Microsoft to request the

[issue46629] Cannot sideload MSIX package on Windows

2022-02-03 Thread Steve Dower
Change by Steve Dower : -- keywords: +patch pull_requests: +29294 stage: -> patch review pull_request: https://github.com/python/cpython/pull/3 ___ Python tracker ___

[issue46629] Cannot sideload MSIX package on Windows

2022-02-03 Thread Steve Dower
Change by Steve Dower : -- components: +Windows nosy: +paul.moore, tim.golden, zach.ware ___ Python tracker ___ ___ Python-bugs-list

[issue46629] Cannot sideload MSIX package on Windows

2022-02-03 Thread Steve Dower
New submission from Steve Dower : We need to update PC/classicAppCompat.can.xml for our new certificate and email Microsoft to get it signed again. -- assignee: steve.dower messages: 412461 nosy: steve.dower priority: normal severity: normal status: open title: Cannot sideload MSIX pac