Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
python-olefile
Commits:
72f47d74 by Jelle van der Waa at 2024-11-16T17:37:06+01:00
upgpkg: 0.47-3: Rebuild for Python 3.13
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,12 +1,15 @@
pkgbase = python-olefile
pkgdesc = Python library to parse, read and write Microsoft OLE2 files
(formerly OleFileIO_PL)
pkgver = 0.47
- pkgrel = 2
+ pkgrel = 3
url = https://www.decalage.info/olefile
arch = any
license = BSD
checkdepends = python-pytest
+ makedepends = python-build
+ makedepends = python-installer
makedepends = python-setuptools
+ makedepends = python-wheel
depends = python
conflicts = python3-olefileio
replaces = python3-olefileio
=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
pkgname=python-olefile
_pyname=olefile
pkgver=0.47
-pkgrel=2
+pkgrel=3
pkgdesc='Python library to parse, read and write Microsoft OLE2 files
(formerly OleFileIO_PL)'
url='https://www.decalage.info/olefile'
arch=('any')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-olefile/-/commit/72f47d744da0e4961994ded7276f5f61df4fe35f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-olefile/-/commit/72f47d744da0e4961994ded7276f5f61df4fe35f
You're receiving this email because of your account on gitlab.archlinux.org.