android-notify 1.51.3__tar.gz → 1.52__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.

Potentially problematic release.


This version of android-notify might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: android-notify
3
- Version: 1.51.3
3
+ Version: 1.52
4
4
  Summary: A Python package that simpilfies creating Android notifications in Kivy apps.
5
5
  Home-page: https://github.com/fector101/android-notify
6
6
  Author: Fabian
@@ -48,7 +48,7 @@ Dynamic: summary
48
48
  - Also Compatible with Android 8.0+.
49
49
  - Supports including images in notifications.
50
50
  - All Notifications can take Functions (version 1.50+) [functions section](#functions).
51
- - Advanced Notification Handling [section](advanced-features).
51
+ - Advanced Notification Handling [section](#advanced-features).
52
52
  - Support for multiple notification styles:
53
53
  - [Simple](#basic-usage)
54
54
  - [Progress](#progress-bar-notification)
@@ -12,7 +12,7 @@
12
12
  - Also Compatible with Android 8.0+.
13
13
  - Supports including images in notifications.
14
14
  - All Notifications can take Functions (version 1.50+) [functions section](#functions).
15
- - Advanced Notification Handling [section](advanced-features).
15
+ - Advanced Notification Handling [section](#advanced-features).
16
16
  - Support for multiple notification styles:
17
17
  - [Simple](#basic-usage)
18
18
  - [Progress](#progress-bar-notification)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: android-notify
3
- Version: 1.51.3
3
+ Version: 1.52
4
4
  Summary: A Python package that simpilfies creating Android notifications in Kivy apps.
5
5
  Home-page: https://github.com/fector101/android-notify
6
6
  Author: Fabian
@@ -48,7 +48,7 @@ Dynamic: summary
48
48
  - Also Compatible with Android 8.0+.
49
49
  - Supports including images in notifications.
50
50
  - All Notifications can take Functions (version 1.50+) [functions section](#functions).
51
- - Advanced Notification Handling [section](advanced-features).
51
+ - Advanced Notification Handling [section](#advanced-features).
52
52
  - Support for multiple notification styles:
53
53
  - [Simple](#basic-usage)
54
54
  - [Progress](#progress-bar-notification)
@@ -6,7 +6,7 @@ with open("README.md", "r", encoding="utf-8") as readme_data:
6
6
 
7
7
  setup(
8
8
  name="android-notify",
9
- version="1.51.3",
9
+ version="1.52",
10
10
  author="Fabian",
11
11
  author_email='fector101@yahoo.com',
12
12
  description="A Python package that simpilfies creating Android notifications in Kivy apps.",
File without changes