Jaroslav Lichtblau pushed to branch main at Arch Linux / Packaging / Packages /
python-html2text
Commits:
b6521804 by Jaroslav Lichtblau at 2024-06-26T20:45:38+02:00
upgpkg: 2024.2.25-1 - new upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,16 +1,16 @@
pkgbase = python-html2text
pkgdesc = A HTML to markdown-structured text converter
- pkgver = 2020.1.16
- pkgrel = 10
+ pkgver = 2024.2.25
+ pkgrel = 1
url = https://pypi.python.org/pypi/html2text/
arch = any
- license = GPL3
+ license = GPL-3.0-only
checkdepends = python-pytest
makedepends = python-setuptools
depends = python
provides = html2text
replaces = html2text
- source =
python-html2text-2020.1.16.tar.gz::https://github.com/Alir3z4/html2text/archive/2020.1.16.tar.gz
- sha256sums =
209a2c4d7897e83a6999160ef51ae71bdb8c3eede99e103f12edb25199d4d11e
+ source =
python-html2text-2024.2.25.tar.gz::https://github.com/Alir3z4/html2text/archive/refs/tags/2024.2.25.tar.gz
+ sha256sums =
5c3660ba1edbb9e4616a6935945110a1b1368f56b81741f12178542caa59aa96
pkgname = python-html2text
=====================================
PKGBUILD
=====================================
@@ -4,19 +4,19 @@
# Contributor: Felix Yan <felixonmars@archlinux>
pkgname=python-html2text
-pkgver=2020.1.16
-pkgrel=10
+pkgver=2024.2.25
+pkgrel=1
pkgdesc="A HTML to markdown-structured text converter"
arch=('any')
url="https://pypi.python.org/pypi/html2text/"
-license=('GPL3')
+license=('GPL-3.0-only')
depends=('python')
makedepends=('python-setuptools')
checkdepends=('python-pytest')
provides=('html2text')
replaces=('html2text')
-source=($pkgname-$pkgver.tar.gz::https://github.com/Alir3z4/html2text/archive/$pkgver.tar.gz)
-sha256sums=('209a2c4d7897e83a6999160ef51ae71bdb8c3eede99e103f12edb25199d4d11e')
+source=($pkgname-$pkgver.tar.gz::https://github.com/Alir3z4/html2text/archive/refs/tags/2024.2.25.tar.gz)
+sha256sums=('5c3660ba1edbb9e4616a6935945110a1b1368f56b81741f12178542caa59aa96')
build() {
cd "${srcdir}"/html2text-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-html2text/-/commit/b65218042171f6628c3aadbb76c68ef515007389
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-html2text/-/commit/b65218042171f6628c3aadbb76c68ef515007389
You're receiving this email because of your account on gitlab.archlinux.org.