NikGapps 3.55__tar.gz → 3.57__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.
- {nikgapps-3.55 → nikgapps-3.57}/NikGapps/helper/assets/changelogs.yaml +1 -1
- {nikgapps-3.55 → nikgapps-3.57/NikGapps.egg-info}/PKG-INFO +12 -3
- {nikgapps-3.55 → nikgapps-3.57}/NikGapps.egg-info/requires.txt +1 -1
- {nikgapps-3.55/NikGapps.egg-info → nikgapps-3.57}/PKG-INFO +12 -3
- {nikgapps-3.55 → nikgapps-3.57}/setup.py +2 -2
- {nikgapps-3.55 → nikgapps-3.57}/LICENSE +0 -0
- {nikgapps-3.55 → nikgapps-3.57}/MANIFEST.in +0 -0
- {nikgapps-3.55 → nikgapps-3.57}/NikGapps/__init__.py +0 -0
- {nikgapps-3.55 → nikgapps-3.57}/NikGapps/build/Build.py +0 -0
- {nikgapps-3.55 → nikgapps-3.57}/NikGapps/build/NikGappsManager.py +0 -0
- {nikgapps-3.55 → nikgapps-3.57}/NikGapps/build/NikGappsOverlays.py +0 -0
- {nikgapps-3.55 → nikgapps-3.57}/NikGapps/build/PackageConstants.py +0 -0
- {nikgapps-3.55 → nikgapps-3.57}/NikGapps/build/Release.py +0 -0
- {nikgapps-3.55 → nikgapps-3.57}/NikGapps/build/__init__.py +0 -0
- {nikgapps-3.55 → nikgapps-3.57}/NikGapps/build_config.py +0 -0
- {nikgapps-3.55 → nikgapps-3.57}/NikGapps/cache.py +0 -0
- {nikgapps-3.55 → nikgapps-3.57}/NikGapps/config/NikGappsConfig.py +0 -0
- {nikgapps-3.55 → nikgapps-3.57}/NikGapps/config/__init__.py +0 -0
- {nikgapps-3.55 → nikgapps-3.57}/NikGapps/config_upload.py +0 -0
- {nikgapps-3.55 → nikgapps-3.57}/NikGapps/copy_repos.py +0 -0
- {nikgapps-3.55 → nikgapps-3.57}/NikGapps/helper/AppSet.py +0 -0
- {nikgapps-3.55 → nikgapps-3.57}/NikGapps/helper/Args.py +0 -0
- {nikgapps-3.55 → nikgapps-3.57}/NikGapps/helper/Assets.py +0 -0
- {nikgapps-3.55 → nikgapps-3.57}/NikGapps/helper/Config.py +0 -0
- {nikgapps-3.55 → nikgapps-3.57}/NikGapps/helper/ConfigObj.py +0 -0
- {nikgapps-3.55 → nikgapps-3.57}/NikGapps/helper/Package.py +0 -0
- {nikgapps-3.55 → nikgapps-3.57}/NikGapps/helper/__init__.py +0 -0
- {nikgapps-3.55 → nikgapps-3.57}/NikGapps/helper/assets/addon.sh +0 -0
- {nikgapps-3.55 → nikgapps-3.57}/NikGapps/helper/assets/appsets.json +0 -0
- {nikgapps-3.55 → nikgapps-3.57}/NikGapps/helper/assets/config_versions.json +0 -0
- {nikgapps-3.55 → nikgapps-3.57}/NikGapps/helper/assets/customize.sh +0 -0
- {nikgapps-3.55 → nikgapps-3.57}/NikGapps/helper/assets/debloater.config +0 -0
- {nikgapps-3.55 → nikgapps-3.57}/NikGapps/helper/assets/functions.sh +0 -0
- {nikgapps-3.55 → nikgapps-3.57}/NikGapps/helper/assets/gofile.sh +0 -0
- {nikgapps-3.55 → nikgapps-3.57}/NikGapps/helper/assets/header.sh +0 -0
- {nikgapps-3.55 → nikgapps-3.57}/NikGapps/helper/assets/installer.sh +0 -0
- {nikgapps-3.55 → nikgapps-3.57}/NikGapps/helper/assets/magisk-update-binary.sh +0 -0
- {nikgapps-3.55 → nikgapps-3.57}/NikGapps/helper/assets/module.prop +0 -0
- {nikgapps-3.55 → nikgapps-3.57}/NikGapps/helper/assets/mount.sh +0 -0
- {nikgapps-3.55 → nikgapps-3.57}/NikGapps/helper/assets/mtg_mount.sh +0 -0
- {nikgapps-3.55 → nikgapps-3.57}/NikGapps/helper/assets/nikgapps.config +0 -0
- {nikgapps-3.55 → nikgapps-3.57}/NikGapps/helper/assets/nikgapps_functions.sh +0 -0
- {nikgapps-3.55 → nikgapps-3.57}/NikGapps/helper/assets/packages.json +0 -0
- {nikgapps-3.55 → nikgapps-3.57}/NikGapps/helper/assets/uninstaller.sh +0 -0
- {nikgapps-3.55 → nikgapps-3.57}/NikGapps/helper/assets/unmount.sh +0 -0
- {nikgapps-3.55 → nikgapps-3.57}/NikGapps/helper/compression/CompOps.py +0 -0
- {nikgapps-3.55 → nikgapps-3.57}/NikGapps/helper/compression/Export.py +0 -0
- {nikgapps-3.55 → nikgapps-3.57}/NikGapps/helper/compression/__init__.py +0 -0
- {nikgapps-3.55 → nikgapps-3.57}/NikGapps/helper/git/TestGit.py +0 -0
- {nikgapps-3.55 → nikgapps-3.57}/NikGapps/helper/git/__init__.py +0 -0
- {nikgapps-3.55 → nikgapps-3.57}/NikGapps/helper/overlay/ApkMetaInfo.py +0 -0
- {nikgapps-3.55 → nikgapps-3.57}/NikGapps/helper/overlay/Bool.py +0 -0
- {nikgapps-3.55 → nikgapps-3.57}/NikGapps/helper/overlay/Library.py +0 -0
- {nikgapps-3.55 → nikgapps-3.57}/NikGapps/helper/overlay/Manifest.py +0 -0
- {nikgapps-3.55 → nikgapps-3.57}/NikGapps/helper/overlay/Overlay.py +0 -0
- {nikgapps-3.55 → nikgapps-3.57}/NikGapps/helper/overlay/Resources.py +0 -0
- {nikgapps-3.55 → nikgapps-3.57}/NikGapps/helper/overlay/String.py +0 -0
- {nikgapps-3.55 → nikgapps-3.57}/NikGapps/helper/overlay/StringArray.py +0 -0
- {nikgapps-3.55 → nikgapps-3.57}/NikGapps/helper/overlay/__init__.py +0 -0
- {nikgapps-3.55 → nikgapps-3.57}/NikGapps/main.py +0 -0
- {nikgapps-3.55 → nikgapps-3.57}/NikGapps/overlay_control.py +0 -0
- {nikgapps-3.55 → nikgapps-3.57}/NikGapps/test.py +0 -0
- {nikgapps-3.55 → nikgapps-3.57}/NikGapps.egg-info/SOURCES.txt +0 -0
- {nikgapps-3.55 → nikgapps-3.57}/NikGapps.egg-info/dependency_links.txt +0 -0
- {nikgapps-3.55 → nikgapps-3.57}/NikGapps.egg-info/entry_points.txt +0 -0
- {nikgapps-3.55 → nikgapps-3.57}/NikGapps.egg-info/top_level.txt +0 -0
- {nikgapps-3.55 → nikgapps-3.57}/README.md +0 -0
- {nikgapps-3.55 → nikgapps-3.57}/setup.cfg +0 -0
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
changes:
|
|
3
3
|
- item: Enable Circle to Search with Google Search Addon (Thanks to Pranav Vashi - https://t.me/neobuddy89)
|
|
4
4
|
- item: Clean up more packages with AIS installation
|
|
5
|
-
- item: Fix Pixel Launcher for QPR1 release
|
|
5
|
+
- item: Fix Pixel Launcher for QPR1 release (Thanks to BigSweater for the Apk - https://t.me/largesweater and Jericho - https://t.me/Jericho102002 for testing)
|
|
6
6
|
- item: Performance Improvements in Installer Script
|
|
7
7
|
- date: 12th Dec 2024 (Android 10-15)
|
|
8
8
|
changes:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.2
|
|
2
2
|
Name: NikGapps
|
|
3
|
-
Version: 3.
|
|
3
|
+
Version: 3.57
|
|
4
4
|
Summary: A short description of your project
|
|
5
5
|
Home-page: https://github.com/nikgapps/project
|
|
6
6
|
Author: Nikhil Menghani
|
|
@@ -23,7 +23,16 @@ Requires-Dist: PyGithub~=2.4.0
|
|
|
23
23
|
Requires-Dist: python-gitlab~=5.1.0
|
|
24
24
|
Requires-Dist: cryptography~=44.0.0
|
|
25
25
|
Requires-Dist: python-dotenv~=1.0.1
|
|
26
|
-
Requires-Dist: niklibrary~=0.
|
|
26
|
+
Requires-Dist: niklibrary~=0.33
|
|
27
|
+
Dynamic: author
|
|
28
|
+
Dynamic: author-email
|
|
29
|
+
Dynamic: classifier
|
|
30
|
+
Dynamic: description
|
|
31
|
+
Dynamic: description-content-type
|
|
32
|
+
Dynamic: home-page
|
|
33
|
+
Dynamic: requires-dist
|
|
34
|
+
Dynamic: requires-python
|
|
35
|
+
Dynamic: summary
|
|
27
36
|
|
|
28
37
|

|
|
29
38
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.2
|
|
2
2
|
Name: NikGapps
|
|
3
|
-
Version: 3.
|
|
3
|
+
Version: 3.57
|
|
4
4
|
Summary: A short description of your project
|
|
5
5
|
Home-page: https://github.com/nikgapps/project
|
|
6
6
|
Author: Nikhil Menghani
|
|
@@ -23,7 +23,16 @@ Requires-Dist: PyGithub~=2.4.0
|
|
|
23
23
|
Requires-Dist: python-gitlab~=5.1.0
|
|
24
24
|
Requires-Dist: cryptography~=44.0.0
|
|
25
25
|
Requires-Dist: python-dotenv~=1.0.1
|
|
26
|
-
Requires-Dist: niklibrary~=0.
|
|
26
|
+
Requires-Dist: niklibrary~=0.33
|
|
27
|
+
Dynamic: author
|
|
28
|
+
Dynamic: author-email
|
|
29
|
+
Dynamic: classifier
|
|
30
|
+
Dynamic: description
|
|
31
|
+
Dynamic: description-content-type
|
|
32
|
+
Dynamic: home-page
|
|
33
|
+
Dynamic: requires-dist
|
|
34
|
+
Dynamic: requires-python
|
|
35
|
+
Dynamic: summary
|
|
27
36
|
|
|
28
37
|

|
|
29
38
|
|
|
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
|
|
|
2
2
|
|
|
3
3
|
setup(
|
|
4
4
|
name="NikGapps",
|
|
5
|
-
version="3.
|
|
5
|
+
version="3.57",
|
|
6
6
|
packages=find_packages(),
|
|
7
7
|
include_package_data=True,
|
|
8
8
|
package_data={
|
|
@@ -29,7 +29,7 @@ setup(
|
|
|
29
29
|
'python-gitlab~=5.1.0',
|
|
30
30
|
'cryptography~=44.0.0',
|
|
31
31
|
'python-dotenv~=1.0.1',
|
|
32
|
-
'niklibrary~=0.
|
|
32
|
+
'niklibrary~=0.33'
|
|
33
33
|
],
|
|
34
34
|
entry_points={
|
|
35
35
|
'console_scripts': [
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|