This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: nuspec iconUrl field is deprecated
Type: behavior Stage: resolved
Components: Windows Versions: Python 3.9, Python 3.8
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: steve.dower Nosy List: miss-islington, paul.moore, steve.dower, tim.golden, zach.ware
Priority: normal Keywords: patch

Created on 2019-10-08 04:21 by steve.dower, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 18657 merged steve.dower, 2020-02-25 18:45
PR 18660 merged miss-islington, 2020-02-25 20:07
Messages (4)
msg354167 - (view) Author: Steve Dower (steve.dower) * (Python committer) Date: 2019-10-08 04:21
The iconUrl field has to be replaced with an icon field, and we need to include the file in the package now.

Details at https://docs.microsoft.com/en-us/nuget/reference/nuspec#icon
msg362661 - (view) Author: Steve Dower (steve.dower) * (Python committer) Date: 2020-02-25 20:07
New changeset d6448919702142123d937a54f20a81aeaf8d2acc by Steve Dower in branch 'master':
bpo-38403: Update nuspec file for deprecated field and git repository (GH-18657)
https://github.com/python/cpython/commit/d6448919702142123d937a54f20a81aeaf8d2acc
msg362664 - (view) Author: miss-islington (miss-islington) Date: 2020-02-25 20:24
New changeset 1bbb81b251bcc8b05e0cd33cd36aef55481b13db by Miss Islington (bot) in branch '3.8':
bpo-38403: Update nuspec file for deprecated field and git repository (GH-18657)
https://github.com/python/cpython/commit/1bbb81b251bcc8b05e0cd33cd36aef55481b13db
msg362667 - (view) Author: Steve Dower (steve.dower) * (Python committer) Date: 2020-02-25 20:55
Not enough value fixing 3.7 and 2.7 at this stage - nuget.org can't actively *break* the old format without spoiling half the repository, so I'm sure it'll be fine to leave them as they are for the last few uploads.
History
Date User Action Args
2022-04-11 14:59:21adminsetgithub: 82584
2020-02-25 20:55:34steve.dowersetstatus: open -> closed
versions: - Python 2.7, Python 3.7
messages: + msg362667

resolution: fixed
stage: patch review -> resolved
2020-02-25 20:24:55miss-islingtonsetmessages: + msg362664
2020-02-25 20:07:18steve.dowersetmessages: + msg362661
2020-02-25 20:07:17miss-islingtonsetnosy: + miss-islington
pull_requests: + pull_request18021
2020-02-25 18:45:08steve.dowersetkeywords: + patch
stage: needs patch -> patch review
pull_requests: + pull_request18018
2019-10-08 04:21:41steve.dowercreate