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

ambv webhook-mailer at python.org
Thu Nov 4 15:31:48 EDT 2021


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

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

(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