]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41744: Package python.props with correct name in NuGet package (GH-22154)
authorMiss Skeleton (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 21 Oct 2020 05:15:18 +0000 (22:15 -0700)
committerGitHub <noreply@github.com>
Wed, 21 Oct 2020 05:15:18 +0000 (14:15 +0900)
commitd0bfce992c4ce0e6e71f13a993c91903a97a62f3
tree35190e82964b3e7615d40d395262638dce45d22e
parenta1296ed60b2aacd44ccc490d725c0bac2ae9877a
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