Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / 
python-sphinxcontrib-serializinghtml


Commits:
d8c0f523 by Daniel M. Capella at 2024-07-29T18:00:54-04:00
upgpkg: 2.0.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = python-sphinxcontrib-serializinghtml
        pkgdesc = Sphinx extension which outputs "serialized" HTML files (json 
and pickle)
-       pkgver = 1.1.10
-       pkgrel = 3
+       pkgver = 2.0.0
+       pkgrel = 1
        url = https://github.com/sphinx-doc/sphinxcontrib-serializinghtml
        arch = any
        license = BSD-2-Clause
@@ -12,7 +12,7 @@ pkgbase = python-sphinxcontrib-serializinghtml
        makedepends = python-flit-core
        makedepends = python-installer
        depends = python
-       source = 
git+https://github.com/sphinx-doc/sphinxcontrib-serializinghtml.git#tag=1.1.10
-       b2sums = 
5622d9c45ed753dc3ac62881b7a72cdc7c2c55a1eaa13cef2b1db3b8c3b9348409e6d2e23dc9b4c877b68d8a4df5efc8053880230ec5c0fddd533b3dc23834df
+       source = 
git+https://github.com/sphinx-doc/sphinxcontrib-serializinghtml.git#tag=2.0.0
+       b2sums = 
da9c959497948b308869321ad8e3ff6baae93948f61180c1b5090b8c453cba12d18147b495653f981fd33a1805829427ae44b135f2bde417e4545ff2c0d77d4b
 
 pkgname = python-sphinxcontrib-serializinghtml


=====================================
PKGBUILD
=====================================
@@ -2,17 +2,25 @@
 
 pkgname=python-sphinxcontrib-serializinghtml
 _name=${pkgname#python-}
-pkgver=1.1.10
-pkgrel=3
+pkgver=2.0.0
+pkgrel=1
 pkgdesc='Sphinx extension which outputs "serialized" HTML files (json and 
pickle)'
-arch=('any')
+arch=(any)
 url=https://github.com/sphinx-doc/sphinxcontrib-serializinghtml
-license=('BSD-2-Clause')
-depends=('python')
-makedepends=('git' 'python-build' 'python-flit-core' 'python-installer')
-checkdepends=('python-pytest' 'python-sphinx')
+license=(BSD-2-Clause)
+depends=(python)
+makedepends=(
+  git
+  python-build
+  python-flit-core
+  python-installer
+)
+checkdepends=(
+  python-pytest
+  python-sphinx
+)
 source=("git+$url.git#tag=$pkgver")
-b2sums=('5622d9c45ed753dc3ac62881b7a72cdc7c2c55a1eaa13cef2b1db3b8c3b9348409e6d2e23dc9b4c877b68d8a4df5efc8053880230ec5c0fddd533b3dc23834df')
+b2sums=('da9c959497948b308869321ad8e3ff6baae93948f61180c1b5090b8c453cba12d18147b495653f981fd33a1805829427ae44b135f2bde417e4545ff2c0d77d4b')
 
 build() {
   cd "$_name"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-sphinxcontrib-serializinghtml/-/commit/d8c0f523c61941d4855c627cb09cc8d99f2cef4b

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-sphinxcontrib-serializinghtml/-/commit/d8c0f523c61941d4855c627cb09cc8d99f2cef4b
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to