qcanvas 2.0.3__py3-none-any.whl → 2.0.4__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.

Potentially problematic release.


This version of qcanvas might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: qcanvas
3
- Version: 2.0.3
3
+ Version: 2.0.4
4
4
  Summary: View courses from Canvas LMS
5
5
  Author: QCanvas
6
6
  Author-email: QCanvas@noreply.codeberg.org
@@ -8,10 +8,10 @@ Requires-Python: >=3.12,<3.13
8
8
  Classifier: Programming Language :: Python :: 3
9
9
  Classifier: Programming Language :: Python :: 3.12
10
10
  Requires-Dist: aiofile (>=3.9.0,<4.0.0)
11
- Requires-Dist: aiosqlite (>=0.20.0,<0.21.0)
11
+ Requires-Dist: aiosqlite (>=0.21.0,<0.22.0)
12
12
  Requires-Dist: asynctaskpool (>=0.2.1,<0.3.0)
13
13
  Requires-Dist: cachetools (>=5.5.0,<6.0.0)
14
- Requires-Dist: libqcanvas (>=0.5.4,<0.6.0)
14
+ Requires-Dist: libqcanvas (>=0.5.5,<0.6.0)
15
15
  Requires-Dist: platformdirs (>=4.2.2,<5.0.0)
16
16
  Requires-Dist: pyqtdarktheme-fork (>=2.3.2,<3.0.0)
17
17
  Requires-Dist: qasync (>=0.27.1,<0.28.0)
@@ -35,8 +35,7 @@ https://github.com/QCanvas/QCanvasApp
35
35
 
36
36
  You can download a **windows** version from [releases](https://github.com/QCanvas/QCanvasApp/releases)
37
37
 
38
- > [!WARNING]
39
- > The appimage version is currently broken and may be dropped in the future.
38
+ An appimage version is also available from releases but is not recommended.
40
39
 
41
40
  # Development/Run from source
42
41
 
@@ -63,7 +62,7 @@ poetry run python -m qcanvas
63
62
  ## Build custom AppImage
64
63
 
65
64
  > [!WARNING]
66
- > This is not recommended as the appimage produced by this process isn't a proper appimage.
65
+ > This is not recommended as the appimage produced by this process isn't a proper appimage. It's just a pyinstaller build bundled as an appimage.
67
66
 
68
67
  > [!IMPORTANT]
69
68
  > You will need [Appimagetool](https://github.com/AppImage/appimagetool)
@@ -86,7 +86,7 @@ qcanvas/util/qurl_util.py,sha256=6nTk8VkQjT87wMOXyZucPBYdT6TTYzfCTElqsypLZPg,200
86
86
  qcanvas/util/runtime.py,sha256=EO1HFCN7dZbQtKHQOILuvjZFXGT7SzhlmPvU8ma95Z8,617
87
87
  qcanvas/util/ui_tools.py,sha256=cdwDrtljxIpzikvUt4CAMC06kogJ4WfhSTsC3lXAcz4,3575
88
88
  qcanvas/util/url_checker.py,sha256=HkNFixp1ARwc_YjYkpHb-IMTyuaC7CylvYCgDyo3sh4,136
89
- qcanvas-2.0.3.dist-info/METADATA,sha256=_nYzS6NYLtJQ3KoTRsYEqBeGlToH85DALB6Ew6AKxYA,1930
90
- qcanvas-2.0.3.dist-info/WHEEL,sha256=IYZQI976HJqqOpQU6PHkJ8fb3tMNBFjg-Cn-pwAbaFM,88
91
- qcanvas-2.0.3.dist-info/entry_points.txt,sha256=hqG_g3MRYh_eLyQcDN4H3EXqmBia_fnJTJ-3nqZGzvY,40
92
- qcanvas-2.0.3.dist-info/RECORD,,
89
+ qcanvas-2.0.4.dist-info/METADATA,sha256=3V9Y4Xv7aMPBf2GjXTXnjfxHlJjSwJIozwMnneB79LY,1969
90
+ qcanvas-2.0.4.dist-info/WHEEL,sha256=XbeZDeTWKc1w7CSIyre5aMDU_-PohRwTQceYnisIYYY,88
91
+ qcanvas-2.0.4.dist-info/entry_points.txt,sha256=hqG_g3MRYh_eLyQcDN4H3EXqmBia_fnJTJ-3nqZGzvY,40
92
+ qcanvas-2.0.4.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: poetry-core 2.0.1
2
+ Generator: poetry-core 2.1.1
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any