python-visual-update-express 1.0.0__py3-none-any.whl → 1.0.1__py3-none-any.whl
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.
- python_visual_update_express/__init__.py +1 -1
- python_visual_update_express/ui/__init__.py +0 -0
- {python_visual_update_express-1.0.0.dist-info → python_visual_update_express-1.0.1.dist-info}/METADATA +5 -1
- {python_visual_update_express-1.0.0.dist-info → python_visual_update_express-1.0.1.dist-info}/RECORD +6 -5
- {python_visual_update_express-1.0.0.dist-info → python_visual_update_express-1.0.1.dist-info}/WHEEL +0 -0
- {python_visual_update_express-1.0.0.dist-info → python_visual_update_express-1.0.1.dist-info}/licenses/LICENSE +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
from
|
|
1
|
+
from .ui.updater_window import UpdaterWindow
|
|
File without changes
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: python-visual-update-express
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.1
|
|
4
4
|
Summary: A dialog for updating specific files by syncing them from a server. Designed to work like InstallForge's "Visual Update Express".
|
|
5
5
|
Project-URL: Homepage, https://github.com/ChocolatePinecone/python-generic-updater
|
|
6
6
|
Project-URL: Issues, https://github.com/ChocolatePinecone/python-generic-updater/issues
|
|
@@ -9,6 +9,10 @@ License-File: LICENSE
|
|
|
9
9
|
Classifier: Operating System :: OS Independent
|
|
10
10
|
Classifier: Programming Language :: Python :: 3
|
|
11
11
|
Requires-Python: >=3.10
|
|
12
|
+
Requires-Dist: pyqt6>=6.7.1
|
|
13
|
+
Requires-Dist: pyqtwaitingspinner==1.3.2
|
|
14
|
+
Requires-Dist: qtawesome>=1.4.0
|
|
15
|
+
Requires-Dist: semver>=3.0.4
|
|
12
16
|
Description-Content-Type: text/markdown
|
|
13
17
|
|
|
14
18
|
# Python Visual Update Express
|
{python_visual_update_express-1.0.0.dist-info → python_visual_update_express-1.0.1.dist-info}/RECORD
RENAMED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
python_visual_update_express/__init__.py,sha256=
|
|
1
|
+
python_visual_update_express/__init__.py,sha256=STZKiHSDY5x_kCtIrQQnXpaCvpXzddlEYkhNa_Oj7VQ,44
|
|
2
2
|
python_visual_update_express/application.py,sha256=c-Zfo_tWfB1aBa2_k6lViOb1otgbqFcsrs464re07uY,586
|
|
3
3
|
python_visual_update_express/data/general_info.py,sha256=Gh6ABo3SZ1EGh34guU90uUbtys8rRqciYZzQfQtkXak,285
|
|
4
4
|
python_visual_update_express/data/general_settings.py,sha256=vYWr1croCKrYMTKGzLu56vwQF8WG-SujO_JPFsLRQsI,176
|
|
@@ -7,12 +7,13 @@ python_visual_update_express/libs/icons.py,sha256=jTLMNPtboajtT2Rhs4wodPI_0-561R
|
|
|
7
7
|
python_visual_update_express/libs/threading.py,sha256=AyCWuMEHA9Rvn5lxAnLk7eqh9JXictvm9ONQmFwtwVM,857
|
|
8
8
|
python_visual_update_express/libs/update_manager.py,sha256=zi_npKq7QGvdkT6toKs3TtiFeR8aby-_96GiWMrVE2I,2005
|
|
9
9
|
python_visual_update_express/libs/updates_info.py,sha256=tA2O180UV3Q0gsDAeza33yo7lGJWtBxyH62R7jZQiMk,2889
|
|
10
|
+
python_visual_update_express/ui/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
10
11
|
python_visual_update_express/ui/error_handling.py,sha256=2UEdGopWlqUu3d930_hFkn423M2r_2juuT-XYegVWX4,435
|
|
11
12
|
python_visual_update_express/ui/notifications.py,sha256=uGT83XI9xwLz13vo1oPiaBcTZeyEjtIkyl1jfjQmDq0,338
|
|
12
13
|
python_visual_update_express/ui/status_text_widget.py,sha256=g3ud_ssPuGQ1rnKuyMVUSMY-tfhtiDDAJFARYVD9POs,2754
|
|
13
14
|
python_visual_update_express/ui/updater_window.py,sha256=sHFXolVNzJLJ7cGxbaOge77KBXjHskYOFbBftUFHNv0,2013
|
|
14
15
|
python_visual_update_express/ui/window_content.py,sha256=UpBBzCV6bTyamVctyRyB8iTIQvvxes-mfdr6YeV6oKM,9001
|
|
15
|
-
python_visual_update_express-1.0.
|
|
16
|
-
python_visual_update_express-1.0.
|
|
17
|
-
python_visual_update_express-1.0.
|
|
18
|
-
python_visual_update_express-1.0.
|
|
16
|
+
python_visual_update_express-1.0.1.dist-info/METADATA,sha256=oP_HT75_kQ2BGJdWo0mOcyuawVx6RRIhoE4NEEJwSfY,2560
|
|
17
|
+
python_visual_update_express-1.0.1.dist-info/WHEEL,sha256=WLgqFyCfm_KASv4WHyYy0P3pM_m7J5L9k2skdKLirC8,87
|
|
18
|
+
python_visual_update_express-1.0.1.dist-info/licenses/LICENSE,sha256=8XfFtZzNlgbVIWPbv6B-Nmmptkxh4-B0h7YDKShpxAY,364
|
|
19
|
+
python_visual_update_express-1.0.1.dist-info/RECORD,,
|
{python_visual_update_express-1.0.0.dist-info → python_visual_update_express-1.0.1.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|