Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
python-ini2toml
Commits:
41c0a42a by Jelle van der Waa at 2024-11-18T10:00:05+01:00
upgpkg: 0.15-2: Rebuild for Python 3.13
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,13 +1,14 @@
pkgbase = python-ini2toml
pkgdesc = Automatically conversion of .ini/.cfg files to TOML
equivalents
pkgver = 0.15
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/abravalheri/ini2toml
arch = any
license = MPL
checkdepends = python-pytest-randomly
checkdepends = python-tomli-w
checkdepends = python-validate-pyproject
+ checkdepends = python-tomli
makedepends = git
makedepends = python-setuptools-scm
makedepends = python-build
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgname=python-ini2toml
pkgver=0.15
-pkgrel=1
+pkgrel=2
pkgdesc="Automatically conversion of .ini/.cfg files to TOML equivalents"
url="https://github.com/abravalheri/ini2toml"
license=('MPL')
@@ -10,7 +10,7 @@ arch=('any')
# The default installation is broken. Adding [full] flavor dependencies here.
depends=('python-packaging' 'python-setuptools' 'python-configupdater'
'python-tomlkit')
makedepends=('git' 'python-setuptools-scm' 'python-build' 'python-installer'
'python-wheel')
-checkdepends=('python-pytest-randomly' 'python-tomli-w'
'python-validate-pyproject')
+checkdepends=('python-pytest-randomly' 'python-tomli-w'
'python-validate-pyproject' 'python-tomli')
source=("git+https://github.com/abravalheri/ini2toml.git#tag=v$pkgver")
sha512sums=('982cd47e78cadfd8ccf4d20af70d9e5828bc62e4d96d247d7713a1f6a700d4a94e9f7c28fb5ee53d32dd2e006b4e5606c5ce52019c0a66e854bb40686ae11b6c')
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-ini2toml/-/commit/41c0a42ab785a339a993c5928c105754a80faa03
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-ini2toml/-/commit/41c0a42ab785a339a993c5928c105754a80faa03
You're receiving this email because of your account on gitlab.archlinux.org.