Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
python-cmarkgfm


Commits:
b2ee40c0 by Caleb Maclennan at 2024-11-21T12:41:15+03:00
upgpkg: 2024.11.20-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = python-cmarkgfm
        pkgdesc = Minimal bindings to GitHub's fork of cmark
-       pkgver = 2024.1.14
-       pkgrel = 3
+       pkgver = 2024.11.20
+       pkgrel = 1
        url = https://github.com/theacodes/cmarkgfm
        arch = x86_64
        license = MIT
@@ -15,7 +15,7 @@ pkgbase = python-cmarkgfm
        makedepends = python-wheel
        depends = cmark-gfm
        depends = python-cffi
-       source = 
https://files.pythonhosted.org/packages/source/c/cmarkgfm/cmarkgfm-2024.1.14.tar.gz
-       sha512sums = 
df014d92040e74943f1d448e3e333a67d9f3b4a0edede114ddb7be52dc13afc0dd57681b22bfb1f01976de84b6b5d278e9ec860cc349003875e6b9937adb3c06
+       source = 
https://files.pythonhosted.org/packages/source/c/cmarkgfm/cmarkgfm-2024.11.20.tar.gz
+       sha512sums = 
354228210dfaccfdedd2d2af112706bb44efc9235d74ec7a00b6e0507789563d4d406681ddfd272a4d3448f117136360d684fb97d064e318d90c7ce31a5da4ba
 
 pkgname = python-cmarkgfm


=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
 
 pkgname=python-cmarkgfm
 _pyname=${pkgname#python-}
-pkgver=2024.1.14
-pkgrel=3
+pkgver=2024.11.20
+pkgrel=1
 pkgdesc="Minimal bindings to GitHub's fork of cmark"
 url="https://github.com/theacodes/cmarkgfm";
 license=('MIT')
@@ -15,7 +15,7 @@ checkdepends=('python-pytest')
 # Upstream did not tag the version on GitHub to match PyPi, see 
https://github.com/theacodes/cmarkgfm/issues/51
 # 
source=("https://github.com/theacodes/cmarkgfm/archive/$pkgver/$pkgname-$pkgver.tar.gz";)
 
source=("https://files.pythonhosted.org/packages/source/${_pyname::1}/$_pyname/$_pyname-$pkgver.tar.gz";)
-sha512sums=('df014d92040e74943f1d448e3e333a67d9f3b4a0edede114ddb7be52dc13afc0dd57681b22bfb1f01976de84b6b5d278e9ec860cc349003875e6b9937adb3c06')
+sha512sums=('354228210dfaccfdedd2d2af112706bb44efc9235d74ec7a00b6e0507789563d4d406681ddfd272a4d3448f117136360d684fb97d064e318d90c7ce31a5da4ba')
 
 prepare() {
   cd cmarkgfm-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-cmarkgfm/-/commit/b2ee40c0d983d009ad4e659009c08034f1db94dc

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


Reply via email to