David Runge pushed to branch main at Arch Linux / Packaging / Packages / sigal


Commits:
aa69cce5 by David Runge at 2024-02-26T18:22:55+01:00
Add nvchecker integration

Signed-off-by: David Runge <dv...@archlinux.org>

- - - - -
c5471cb5 by David Runge at 2024-02-26T18:24:55+01:00
upgpkg: 2.4-2

Rebuild to remove optional dependency on deprecated python-boto:
https://github.com/saimn/sigal/issues/513

- - - - -


3 changed files:

- .SRCINFO
- + .nvchecker.toml
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,11 +1,10 @@
 pkgbase = sigal
        pkgdesc = Yet another simple static gallery generator
        pkgver = 2.4
-       pkgrel = 1
+       pkgrel = 2
        url = http://sigal.saimon.org/en/latest/
        arch = any
        license = MIT
-       checkdepends = python-boto
        checkdepends = python-brotli
        checkdepends = python-cryptography
        checkdepends = python-feedgenerator
@@ -25,7 +24,6 @@ pkgbase = sigal
        depends = python-natsort
        depends = python-pillow
        depends = python-pilkit
-       optdepends = python-boto: upload to S3 plugin
        optdepends = python-brotli: compress assets plugin
        optdepends = python-cryptography: encrypt plugin
        optdepends = python-feedgenerator: feed plugin


=====================================
.nvchecker.toml
=====================================
@@ -0,0 +1,3 @@
+[sigal]
+source = "pypi"
+pypi = "sigal"


=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
 
 pkgname=sigal
 pkgver=2.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Yet another simple static gallery generator"
 arch=(any)
 url="http://sigal.saimon.org/en/latest/";
@@ -27,7 +27,6 @@ makedepends=(
   python-wheel
 )
 checkdepends=(
-  python-boto
   python-brotli
   python-cryptography
   python-feedgenerator
@@ -35,7 +34,6 @@ checkdepends=(
   python-zopfli
 )
 optdepends=(
-  'python-boto: upload to S3 plugin'
   'python-brotli: compress assets plugin'
   'python-cryptography: encrypt plugin'
   'python-feedgenerator: feed plugin'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/sigal/-/compare/bb1c8fab1d99148a76005039d54d73ccf32a1ff0...c5471cb55bf90828cd7232813f710e6648d14ab1

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/sigal/-/compare/bb1c8fab1d99148a76005039d54d73ccf32a1ff0...c5471cb55bf90828cd7232813f710e6648d14ab1
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to