quickmacapp 2023.3.3__tar.gz → 2023.4.24__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: quickmacapp
3
- Version: 2023.3.3
3
+ Version: 2023.4.24
4
4
  Summary: Make it easier to write Mac apps in Python
5
5
  Description-Content-Type: text/x-rst
6
6
  License-File: LICENSE
@@ -9,7 +9,7 @@ build-backend = "setuptools.build_meta"
9
9
  name = "quickmacapp"
10
10
  description = "Make it easier to write Mac apps in Python"
11
11
  readme = "README.rst"
12
- version = "2023.03.03"
12
+ version = "2023.04.24"
13
13
  dependencies = [
14
14
  "pyobjc-framework-Cocoa",
15
15
  "pyobjc-framework-ExceptionHandling",
@@ -5,7 +5,7 @@ import sys
5
5
  import traceback
6
6
  from typing import Callable, Protocol, Any
7
7
 
8
- from objc import ivar, IBAction
8
+ from objc import ivar, IBAction, super
9
9
 
10
10
  from Foundation import (
11
11
  NSObject,
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: quickmacapp
3
- Version: 2023.3.3
3
+ Version: 2023.4.24
4
4
  Summary: Make it easier to write Mac apps in Python
5
5
  Description-Content-Type: text/x-rst
6
6
  License-File: LICENSE
File without changes