[issue36174] Remove licenseUrl field from nuget packages

2019-03-25 Thread Ned Deily
Ned Deily added the comment: 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

[issue36174] Remove licenseUrl field from nuget packages

2019-03-13 Thread Steve Dower
Change by Steve Dower : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___ P

[issue36174] Remove licenseUrl field from nuget packages

2019-03-13 Thread Steve Dower
Steve Dower added the comment: 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 -- ___

[issue36174] Remove licenseUrl field from nuget packages

2019-03-13 Thread Steve Dower
Change by Steve Dower : -- pull_requests: +12286 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail

[issue36174] Remove licenseUrl field from nuget packages

2019-03-12 Thread miss-islington
miss-islington added the comment: 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 --

[issue36174] Remove licenseUrl field from nuget packages

2019-03-12 Thread Steve Dower
Steve Dower added the comment: 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

[issue36174] Remove licenseUrl field from nuget packages

2019-03-12 Thread miss-islington
Change by miss-islington : -- pull_requests: +12276 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue36174] Remove licenseUrl field from nuget packages

2019-03-12 Thread Steve Dower
Steve Dower added the comment: 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 --

[issue36174] Remove licenseUrl field from nuget packages

2019-03-12 Thread Steve Dower
Change by Steve Dower : -- keywords: +patch pull_requests: +12275 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-lis

[issue36174] Remove licenseUrl field from nuget packages

2019-03-03 Thread Steve Dower
New submission from Steve Dower : The licenseUrl field in the nuget packages has been deprecated. We should link to the license from the description or summary fields. -- components: Windows messages: 337060 nosy: paul.moore, steve.dower, tim.golden, zach.ware priority: normal severity