Skip to content

Commit 1f5a68e

Browse files
committed
Flatpak/Snap: Update dependencies
1 parent 0cdd184 commit 1f5a68e

File tree

2 files changed

+18
-21
lines changed

2 files changed

+18
-21
lines changed

flatpak/com.github.unrud.djpdf.yaml

Lines changed: 16 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -418,8 +418,8 @@ modules:
418418
- name: imagemagick
419419
sources:
420420
- type: archive
421-
url: https://github.com/ImageMagick/ImageMagick/archive/refs/tags/7.1.2-5.tar.gz
422-
sha256: 9ecb0c491c372de74579fc37b53e84d7a22a1bf02efb5bf940f811d3d0005e7f
421+
url: https://github.com/ImageMagick/ImageMagick/archive/refs/tags/7.1.2-11.tar.gz
422+
sha256: 968047363963bf84917543acb77a869abc2f72e8d9a4e5f62380879c4fd925a4
423423
x-checker-data:
424424
type: json
425425
url: https://api.github.com/repos/ImageMagick/ImageMagick/releases/latest
@@ -496,7 +496,7 @@ modules:
496496
- name: pytz
497497
buildsystem: simple
498498
build-commands:
499-
- pip3 install --prefix=/app .
499+
- pip3 install --no-build-isolation --prefix=/app .
500500
sources:
501501
- type: archive
502502
url: https://files.pythonhosted.org/packages/f8/bf/abbd3cdfb8fbc7fb3d4d38d320f2441b1e7cbe29be4f23797b4a2b5d8aac/pytz-2025.2.tar.gz
@@ -508,23 +508,20 @@ modules:
508508
- name: xmp-toolkit
509509
buildsystem: simple
510510
build-commands:
511-
- pip3 install --prefix=/app .
511+
- pip3 install --prefix=/app *.whl
512512
sources:
513-
- type: archive
514-
url: https://github.com/python-xmp-toolkit/python-xmp-toolkit/archive/refs/tags/v2.0.2.tar.gz
515-
sha256: d3c0bac6b7b2233274dbf95e8fc6247697d277676b3cdf6b79c0df5d10ed4c5b
513+
- type: file
514+
url: https://files.pythonhosted.org/packages/00/12/a1e57376289c8a949e079b011c8a1272da12317825a5669fa4488af98260/python_xmp_toolkit-2.1.0-py2.py3-none-any.whl
515+
sha256: 62b51dbbf04009030cb0f0871f1ff7e1e30a2ef8d159daf62c3079290f75a0ed
516516
x-checker-data:
517-
type: json
518-
url: https://api.github.com/repos/python-xmp-toolkit/python-xmp-toolkit/tags
519-
version-query: '[.[].name | select(test("^v?[0-9.]+$"))] | sort_by(sub("^v";
520-
"") | split(".") | map(tonumber))[-1]'
521-
url-query: '"https://github.com/python-xmp-toolkit/python-xmp-toolkit/archive/refs/tags/"
522-
+ $version + ".tar.gz"'
517+
type: pypi
518+
name: python-xmp-toolkit
519+
packagetype: bdist_wheel
523520

524521
- name: pdfrw
525522
buildsystem: simple
526523
build-commands:
527-
- pip3 install --prefix=/app .
524+
- pip3 install --no-build-isolation --prefix=/app .
528525
sources:
529526
- type: archive
530527
url: https://github.com/pmaupin/pdfrw/archive/refs/tags/v0.4.tar.gz
@@ -555,8 +552,8 @@ modules:
555552
- pip3 install --prefix=/app *.whl
556553
sources:
557554
- type: file
558-
url: https://files.pythonhosted.org/packages/60/e8/c0e05e4684d13459f93d312077a9a2efbe04d59c393bc2b8802248c908d4/webcolors-24.11.1-py3-none-any.whl
559-
sha256: 515291393b4cdf0eb19c155749a096f779f7d909f7cceea072791cb9095b92e9
555+
url: https://files.pythonhosted.org/packages/e2/cc/e097523dd85c9cf5d354f78310927f1656c422bd7b2613b2db3e3f9a0f2c/webcolors-25.10.0-py3-none-any.whl
556+
sha256: 032c727334856fc0b968f63daa252a1ac93d33db2f5267756623c210e57a4f1d
560557
x-checker-data:
561558
type: pypi
562559
name: webcolors
@@ -568,8 +565,8 @@ modules:
568565
- pip3 install --no-build-isolation --prefix=/app .
569566
sources:
570567
- type: archive
571-
url: https://github.com/giampaolo/psutil/archive/refs/tags/release-7.1.0.tar.gz
572-
sha256: c359700138947e6c734af06110779f2d8234168e8fcba562ca1453be6af085c2
568+
url: https://github.com/giampaolo/psutil/archive/refs/tags/release-7.2.0.tar.gz
569+
sha256: bd94006722c0c643c10f4a9c74788ecd95124039fd19b8b6fe9a642e3ba80eed
573570
x-checker-data:
574571
type: json
575572
url: https://api.github.com/repos/giampaolo/psutil/tags
@@ -581,7 +578,7 @@ modules:
581578
- name: djpdf
582579
buildsystem: simple
583580
build-commands:
584-
- pip3 install --prefix=/app .
581+
- pip3 install --no-build-isolation --prefix=/app .
585582
sources: &djpdf-sources
586583
- type: git
587584
path: ..

snap/snapcraft.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ parts:
5050
5151
imagemagick:
5252
plugin: autotools
53-
source: https://github.com/ImageMagick/ImageMagick/archive/refs/tags/7.1.2-5.tar.gz
53+
source: https://github.com/ImageMagick/ImageMagick/archive/refs/tags/7.1.2-11.tar.gz
5454
source-type: tar
55-
source-checksum: sha256/9ecb0c491c372de74579fc37b53e84d7a22a1bf02efb5bf940f811d3d0005e7f
55+
source-checksum: sha256/968047363963bf84917543acb77a869abc2f72e8d9a4e5f62380879c4fd925a4
5656
autotools-configure-parameters:
5757
# WORKAROUND: Install to /usr instead of /usr/local because it's not in search paths
5858
- --prefix=/usr

0 commit comments

Comments
 (0)