From 5d092b47932f2aa78d71d70576edb60048dedca0 Mon Sep 17 00:00:00 2001 From: Russell Martin Date: Sun, 26 May 2024 14:53:27 -0400 Subject: [PATCH] Ensure all files are unique for check-wheel-contents --- changes/1839.misc.rst | 1 + src/briefcase/platforms/linux/snap.py | 2 +- src/briefcase/platforms/tvOS/xcode.py | 2 +- src/briefcase/platforms/watchOS/xcode.py | 2 +- src/briefcase/platforms/wearos/gradle.py | 2 +- 5 files changed, 5 insertions(+), 4 deletions(-) create mode 100644 changes/1839.misc.rst diff --git a/changes/1839.misc.rst b/changes/1839.misc.rst new file mode 100644 index 000000000..f0126c971 --- /dev/null +++ b/changes/1839.misc.rst @@ -0,0 +1 @@ +Files with non-unique content were made unique so the packaged wheel passes ``check-wheel-contents``. diff --git a/src/briefcase/platforms/linux/snap.py b/src/briefcase/platforms/linux/snap.py index b3897f42a..c13f0f45a 100644 --- a/src/briefcase/platforms/linux/snap.py +++ b/src/briefcase/platforms/linux/snap.py @@ -1 +1 @@ -# An implementation would go here! +# A Snap implementation would go here! diff --git a/src/briefcase/platforms/tvOS/xcode.py b/src/briefcase/platforms/tvOS/xcode.py index b3897f42a..28def00ce 100644 --- a/src/briefcase/platforms/tvOS/xcode.py +++ b/src/briefcase/platforms/tvOS/xcode.py @@ -1 +1 @@ -# An implementation would go here! +# A tvOS implementation would go here! diff --git a/src/briefcase/platforms/watchOS/xcode.py b/src/briefcase/platforms/watchOS/xcode.py index b3897f42a..3864f0e60 100644 --- a/src/briefcase/platforms/watchOS/xcode.py +++ b/src/briefcase/platforms/watchOS/xcode.py @@ -1 +1 @@ -# An implementation would go here! +# A watchOS implementation would go here! diff --git a/src/briefcase/platforms/wearos/gradle.py b/src/briefcase/platforms/wearos/gradle.py index b3897f42a..37c178aa9 100644 --- a/src/briefcase/platforms/wearos/gradle.py +++ b/src/briefcase/platforms/wearos/gradle.py @@ -1 +1 @@ -# An implementation would go here! +# A Wear OS implementation would go here!