Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
python-ini2toml


Commits:
d28e289a by Felix Yan at 2024-04-21T05:08:21+00:00
upgpkg: 0.14-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = python-ini2toml
        pkgdesc = Automatically conversion of .ini/.cfg files to TOML 
equivalents
-       pkgver = 0.13
-       pkgrel = 3
+       pkgver = 0.14
+       pkgrel = 1
        url = https://github.com/abravalheri/ini2toml
        arch = any
        license = MPL
@@ -17,7 +17,7 @@ pkgbase = python-ini2toml
        depends = python-setuptools
        depends = python-configupdater
        depends = python-tomlkit
-       source = 
git+https://github.com/abravalheri/ini2toml.git#commit=ed8c5f15930e503e4598e89d5f1b053315330543
-       sha512sums = SKIP
+       source = git+https://github.com/abravalheri/ini2toml.git#tag=v0.14
+       sha512sums = 
7828b2a042d4510bc30e9037d897f56844ce6953c1d7dfbc51285cf28f274a9bdde8804242486f036fef3a4b32b518533c64a293c1e3e0efcc104d2f0cfb5238
 
 pkgname = python-ini2toml


=====================================
PKGBUILD
=====================================
@@ -1,9 +1,8 @@
 # Maintainer: Felix Yan <felixonm...@archlinux.org>
 
 pkgname=python-ini2toml
-pkgver=0.13
-_commit=ed8c5f15930e503e4598e89d5f1b053315330543
-pkgrel=3
+pkgver=0.14
+pkgrel=1
 pkgdesc="Automatically conversion of .ini/.cfg files to TOML equivalents"
 url="https://github.com/abravalheri/ini2toml";
 license=('MPL')
@@ -12,8 +11,8 @@ arch=('any')
 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')
-source=("git+https://github.com/abravalheri/ini2toml.git#commit=$_commit";)
-sha512sums=('SKIP')
+source=("git+https://github.com/abravalheri/ini2toml.git#tag=v$pkgver";)
+sha512sums=('7828b2a042d4510bc30e9037d897f56844ce6953c1d7dfbc51285cf28f274a9bdde8804242486f036fef3a4b32b518533c64a293c1e3e0efcc104d2f0cfb5238')
 
 prepare() {
   cd ini2toml



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-ini2toml/-/commit/d28e289a738a2beb3e14ba274ced9c0a5d4c955d

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-ini2toml/-/commit/d28e289a738a2beb3e14ba274ced9c0a5d4c955d
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to