]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41744: Package python.props with correct name in NuGet package (GH-22154)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 14 Sep 2020 19:47:40 +0000 (12:47 -0700)
committerGitHub <noreply@github.com>
Mon, 14 Sep 2020 19:47:40 +0000 (12:47 -0700)
commitb007a9be6fab6d55deae070e5eaef9755794e169
tree0303222e6528a226930b69eb0e6dbf0a69e73a07
parent3c618d0a073ea6863d1b4e2616e284308fbc12fc
bpo-41744: Package python.props with correct name in NuGet package (GH-22154)

NuGet automatically includes .props file from the build directory in the
target using the package, but only if the .props file has the correct
name: it must be $(id).props

Rename python.props correspondingly in all the nuspec variants. Also
keep python.props as it were for backward compatibility.
(cherry picked from commit 7c11a9accabe3720940f334eb1226bb7bb9179c7)

Co-authored-by: Václav Slavík <vaclav@slavik.io>
Misc/NEWS.d/next/Windows/2020-09-11-17-59-33.bpo-41744.e_ugDQ.rst [new file with mode: 0644]
Tools/nuget/python.nuspec
Tools/nuget/pythonarm32.nuspec
Tools/nuget/pythondaily.nuspec
Tools/nuget/pythonx86.nuspec