Issue 36174: Remove licenseUrl field from nuget packages (original) (raw)
Issue36174
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.
This issue has been migrated to GitHub: https://github.com/python/cpython/issues/80355
classification
Title: | Remove licenseUrl field from nuget packages | ||
---|---|---|---|
Type: | Stage: | resolved | |
Components: | Windows | Versions: | Python 3.8, Python 3.7, Python 2.7 |
process
Status: | closed | Resolution: | fixed |
---|---|---|---|
Dependencies: | Superseder: | ||
Assigned To: | steve.dower | Nosy List: | miss-islington, ned.deily, paul.moore, steve.dower, tim.golden, zach.ware |
Priority: | normal | Keywords: | patch |
Created on 2019-03-04 02:03 by steve.dower, last changed 2022-04-11 14:59 by admin. This issue is now closed.
Pull Requests | |||
---|---|---|---|
URL | Status | Linked | Edit |
PR 12300 | merged | steve.dower,2019-03-12 23:19 | |
PR 12301 | merged | miss-islington,2019-03-12 23:48 | |
PR 12311 | merged | steve.dower,2019-03-13 21:16 |
Messages (6) | ||
---|---|---|
msg337060 - (view) | Author: Steve Dower (steve.dower) * ![]() |
Date: 2019-03-04 02:03 |
The licenseUrl field in the nuget packages has been deprecated. We should link to the license from the description or summary fields. | ||
msg337818 - (view) | Author: Steve Dower (steve.dower) * ![]() |
Date: 2019-03-12 23:48 |
New changeset 26c910c59c47bdef4220c34e66c45a625bda5e56 by Steve Dower in branch 'master': bpo-36174: Update nuget authoring for new license field. (GH-12300) https://github.com/python/cpython/commit/26c910c59c47bdef4220c34e66c45a625bda5e56 | ||
msg337820 - (view) | Author: Steve Dower (steve.dower) * ![]() |
Date: 2019-03-13 00:06 |
I'll do the 2.7 backport later (hopefully tomorrow, maybe?). Need to spin up my build machine for it. We currently don't include the license directly in the 2.7 nuget packages, so there's a slightly bigger chance required (hopefully only a line or two, but it needs testing). | ||
msg337821 - (view) | Author: miss-islington (miss-islington) | Date: 2019-03-13 00:11 |
New changeset ada2e379738bc0eca6ec030a4a573aa7b98faf78 by Miss Islington (bot) in branch '3.7': bpo-36174: Update nuget authoring for new license field. (GH-12300) https://github.com/python/cpython/commit/ada2e379738bc0eca6ec030a4a573aa7b98faf78 | ||
msg337877 - (view) | Author: Steve Dower (steve.dower) * ![]() |
Date: 2019-03-13 21:43 |
New changeset ce5c7a93d47e07327d19dfb47a967f1b18b7d6e8 by Steve Dower in branch '2.7': bpo-36174: Update nuget authoring for new license field. (GH-12300) https://github.com/python/cpython/commit/ce5c7a93d47e07327d19dfb47a967f1b18b7d6e8 | ||
msg338839 - (view) | Author: Ned Deily (ned.deily) * ![]() |
Date: 2019-03-25 23:32 |
New changeset 276dcc8cfbb012c932d86d2af60e1797b22b2d1c by Ned Deily (Miss Islington (bot)) in branch '3.7': bpo-36174: Update nuget authoring for new license field. (GH-12300) https://github.com/python/cpython/commit/276dcc8cfbb012c932d86d2af60e1797b22b2d1c |
History | |||
---|---|---|---|
Date | User | Action | Args |
2022-04-11 14:59:11 | admin | set | github: 80355 |
2019-03-25 23:32:09 | ned.deily | set | nosy: + ned.deilymessages: + |
2019-03-13 22🔞51 | steve.dower | set | status: open -> closedresolution: fixedstage: patch review -> resolved |
2019-03-13 21:43:54 | steve.dower | set | messages: + |
2019-03-13 21:16:02 | steve.dower | set | pull_requests: + <pull%5Frequest12286> |
2019-03-13 00:11:13 | miss-islington | set | nosy: + miss-islingtonmessages: + |
2019-03-13 00:06:49 | steve.dower | set | assignee: steve.dowermessages: + |
2019-03-12 23:48:40 | miss-islington | set | pull_requests: + <pull%5Frequest12276> |
2019-03-12 23:48:19 | steve.dower | set | messages: + |
2019-03-12 23:19:46 | steve.dower | set | keywords: + patchstage: patch reviewpull_requests: + <pull%5Frequest12275> |
2019-03-04 02:03:43 | steve.dower | create |