Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-readme-renderer
Commits:
7b764706 by Antonio Rojas at 2025-12-26T19:05:59+01:00
upgpkg: 44.0-3: Python 3.14 rebuild
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-readme-renderer
pkgdesc = Safely render long_description/README files in Warehouse
pkgver = 44.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/pypa/readme_renderer
arch = any
license = Apache
@@ -16,6 +16,10 @@ pkgbase = python-readme-renderer
depends = python-nh3
optdepends = python-cmarkgfm: for Markdown support
source =
https://github.com/pypa/readme_renderer/archive/44.0/python-readme-renderer-44.0.tar.gz
+ source = https://github.com/pypa/readme_renderer/commit/04d5cfe7.patch
+ source = https://github.com/pypa/readme_renderer/commit/d047a297.patch
sha512sums =
d5c0bcfeff30d3460ac7dc7ad6a5a487c1b3d8c3621e929ddc37493f400903471d2b3b017c176414e63c0919c70de2a9fafbf99357f45d0e92198748de772d92
+ sha512sums =
af3babca7c134f8fbde489e0fb22a7f9ea291f39e3519149bc9acc5b46fa2c37998b2f695f6b61e3b9c6338da03289c5dd6c190a801f9def16f5ae57bde6663a
+ sha512sums =
5c64ffad855382a5b5e9c9894c91c992d57bcd0a52e7cc8ae52895dc0e3191ab205c2755c14c5aceb2ca881844e7af6d5517b325b73de64420a7f24f1eae44e5
pkgname = python-readme-renderer
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgname=python-readme-renderer
pkgver=44.0
-pkgrel=2
+pkgrel=3
pkgdesc="Safely render long_description/README files in Warehouse"
url="https://github.com/pypa/readme_renderer"
license=('Apache')
@@ -11,8 +11,18 @@ depends=('python-docutils' 'python-pygments' 'python-nh3')
optdepends=('python-cmarkgfm: for Markdown support')
makedepends=('python-cmarkgfm' 'python-build' 'python-installer'
'python-wheel' 'python-setuptools')
checkdepends=('python-pytest')
-source=(https://github.com/pypa/readme_renderer/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-sha512sums=('d5c0bcfeff30d3460ac7dc7ad6a5a487c1b3d8c3621e929ddc37493f400903471d2b3b017c176414e63c0919c70de2a9fafbf99357f45d0e92198748de772d92')
+source=(https://github.com/pypa/readme_renderer/archive/$pkgver/$pkgname-$pkgver.tar.gz
+ https://github.com/pypa/readme_renderer/commit/04d5cfe7.patch
+ https://github.com/pypa/readme_renderer/commit/d047a297.patch)
+sha512sums=('d5c0bcfeff30d3460ac7dc7ad6a5a487c1b3d8c3621e929ddc37493f400903471d2b3b017c176414e63c0919c70de2a9fafbf99357f45d0e92198748de772d92'
+
'af3babca7c134f8fbde489e0fb22a7f9ea291f39e3519149bc9acc5b46fa2c37998b2f695f6b61e3b9c6338da03289c5dd6c190a801f9def16f5ae57bde6663a'
+
'5c64ffad855382a5b5e9c9894c91c992d57bcd0a52e7cc8ae52895dc0e3191ab205c2755c14c5aceb2ca881844e7af6d5517b325b73de64420a7f24f1eae44e5')
+
+prepare() {
+ cd readme_renderer-$pkgver
+ patch -p1 -i ../d047a297.patch # Fix tests with docutils 0.22
+ patch -p1 -i ../04d5cfe7.patch # Fix tests
+}
build() {
cd readme_renderer-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-readme-renderer/-/commit/7b764706419ca0e4faf11fc461fa1cb308ea3f7d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-readme-renderer/-/commit/7b764706419ca0e4faf11fc461fa1cb308ea3f7d
You're receiving this email because of your account on gitlab.archlinux.org.