pyproject-appimage 4.2__tar.gz → 4.3__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.4
2
2
  Name: pyproject-appimage
3
- Version: 4.2
3
+ Version: 4.3
4
4
  Summary: Generate AppImages from your Python projects
5
5
  Author-email: JakobDev <jakobdev@gmx.de>
6
6
  License-Expression: BSD-2-Clause
@@ -20,6 +20,7 @@ Classifier: Programming Language :: Python :: 3.10
20
20
  Classifier: Programming Language :: Python :: 3.11
21
21
  Classifier: Programming Language :: Python :: 3.12
22
22
  Classifier: Programming Language :: Python :: 3.13
23
+ Classifier: Programming Language :: Python :: 3.14
23
24
  Classifier: Programming Language :: Python :: 3 :: Only
24
25
  Classifier: Programming Language :: Python :: Implementation :: CPython
25
26
  Requires-Python: >=3.9
@@ -24,6 +24,7 @@ classifiers = [
24
24
  "Programming Language :: Python :: 3.11",
25
25
  "Programming Language :: Python :: 3.12",
26
26
  "Programming Language :: Python :: 3.13",
27
+ "Programming Language :: Python :: 3.14",
27
28
  "Programming Language :: Python :: 3 :: Only",
28
29
  "Programming Language :: Python :: Implementation :: CPython"
29
30
  ]
@@ -153,7 +153,7 @@ def get_image_magick_command(work_dir: str) -> str:
153
153
  if os.path.isfile(work_magick):
154
154
  return work_magick
155
155
 
156
- download_file("https://download.imagemagick.org/ImageMagick/download/binaries/magick", work_magick)
156
+ download_file("https://download.imagemagick.org/archive/binaries/magickk", work_magick)
157
157
  subprocess.run(["chmod", "+x", work_magick], check=True)
158
158
  return work_magick
159
159
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyproject-appimage
3
- Version: 4.2
3
+ Version: 4.3
4
4
  Summary: Generate AppImages from your Python projects
5
5
  Author-email: JakobDev <jakobdev@gmx.de>
6
6
  License-Expression: BSD-2-Clause
@@ -20,6 +20,7 @@ Classifier: Programming Language :: Python :: 3.10
20
20
  Classifier: Programming Language :: Python :: 3.11
21
21
  Classifier: Programming Language :: Python :: 3.12
22
22
  Classifier: Programming Language :: Python :: 3.13
23
+ Classifier: Programming Language :: Python :: 3.14
23
24
  Classifier: Programming Language :: Python :: 3 :: Only
24
25
  Classifier: Programming Language :: Python :: Implementation :: CPython
25
26
  Requires-Python: >=3.9