[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


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 them to sign it. The signed one 
will replace classicAppCompat.sccd

The reason we need this file is because we set globally readable registry keys 
on install for PEP 514 (these appear in the appxmanifest file generated by 
PC/layout). That's not a normal app permission, and so we have to request 
special permissions to do it.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 package on Windows
versions: Python 3.10, Python 3.11, Python 3.9

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com