Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
python-multipart
Commits:
13c2937c by Jelle van der Waa at 2024-11-16T17:32:11+01:00
upgpkg: 1.0.0-2: Rebuild for Python 3.13
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-multipart
pkgdesc = Parser for multipart/form-data
pkgver = 1.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/defnull/multipart
arch = any
license = MIT
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
_pkgname=multipart
pkgname=python-$_pkgname
pkgver=1.0.0
-pkgrel=1
+pkgrel=2
pkgdesc='Parser for multipart/form-data'
arch=('any')
url='https://github.com/defnull/multipart'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-multipart/-/commit/13c2937cbfc9e416d81cd9c4afcf9f32e7ec11df
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-multipart/-/commit/13c2937cbfc9e416d81cd9c4afcf9f32e7ec11df
You're receiving this email because of your account on gitlab.archlinux.org.