[Python-checkins] Add generated artifacts in Mac/ to .gitignore; update copyright (GH-29408) (GH-29409)

ambv webhook-mailer at python.org
Thu Nov 4 15:32:08 EDT 2021


https://github.com/python/cpython/commit/d729c8097910fc8c6d15927ab6176b0bae12674a
commit: d729c8097910fc8c6d15927ab6176b0bae12674a
branch: 3.10
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: ambv <lukasz at langa.pl>
date: 2021-11-04T20:32:03+01:00
summary:

Add generated artifacts in Mac/ to .gitignore; update copyright (GH-29408) (GH-29409)

(cherry picked from commit 3167df16212e27f8aac1e5f39c0644a97b593406)

Co-authored-by: Łukasz Langa <lukasz at langa.pl>

files:
M .gitignore
M Mac/Resources/framework/Info.plist.in

diff --git a/.gitignore b/.gitignore
index a96be67962217..d0b608892a87c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -61,6 +61,15 @@ Lib/test/data/*
 !Lib/test/data/README
 /Makefile
 /Makefile.pre
+Mac/Makefile
+Mac/PythonLauncher/Info.plist
+Mac/PythonLauncher/Makefile
+Mac/PythonLauncher/Python Launcher
+Mac/PythonLauncher/Python Launcher.app/*
+Mac/Resources/app/Info.plist
+Mac/Resources/framework/Info.plist
+Mac/pythonw
+/*.framework/
 Misc/python.pc
 Misc/python-embed.pc
 Misc/python-config.sh
diff --git a/Mac/Resources/framework/Info.plist.in b/Mac/Resources/framework/Info.plist.in
index 0dc2e17156f18..863b45238fe4d 100644
--- a/Mac/Resources/framework/Info.plist.in
+++ b/Mac/Resources/framework/Info.plist.in
@@ -17,9 +17,9 @@
 	<key>CFBundlePackageType</key>
 	<string>FMWK</string>
 	<key>CFBundleShortVersionString</key>
-	<string>%VERSION%, (c) 2001-2019 Python Software Foundation.</string>
+	<string>%VERSION%, (c) 2001-2021 Python Software Foundation.</string>
 	<key>CFBundleLongVersionString</key>
-	<string>%VERSION%, (c) 2001-2019 Python Software Foundation.</string>
+	<string>%VERSION%, (c) 2001-2021 Python Software Foundation.</string>
 	<key>CFBundleSignature</key>
 	<string>????</string>
 	<key>CFBundleVersion</key>



More information about the Python-checkins mailing list