Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
python-tomlkit


Commits:
82e59c82 by Caleb Maclennan at 2024-05-08T19:43:26+03:00
upgpkg: 0.12.5-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = python-tomlkit
        pkgdesc = Style-preserving TOML library for Python
-       pkgver = 0.12.4
-       pkgrel = 2
+       pkgver = 0.12.5
+       pkgrel = 1
        url = https://github.com/sdispater/tomlkit
        arch = any
        license = MIT
@@ -12,7 +12,7 @@ pkgbase = python-tomlkit
        makedepends = python-wheel
        makedepends = python-poetry-core
        depends = python
-       source = 
https://files.pythonhosted.org/packages/source/t/tomlkit/tomlkit-0.12.4.tar.gz
-       sha256sums = 
7ca1cfc12232806517a8515047ba66a19369e71edf2439d0f5824f91032b6cc3
+       source = 
https://files.pythonhosted.org/packages/source/t/tomlkit/tomlkit-0.12.5.tar.gz
+       sha256sums = 
eef34fba39834d4d6b73c9ba7f3e4d1c417a4e56f89a7e96e090dd0d24b8fb3c
 
 pkgname = python-tomlkit


=====================================
PKGBUILD
=====================================
@@ -4,8 +4,8 @@
 
 _pkgname=tomlkit
 pkgname=python-tomlkit
-pkgver=0.12.4
-pkgrel=2
+pkgver=0.12.5
+pkgrel=1
 pkgdesc='Style-preserving TOML library for Python'
 url="https://github.com/sdispater/$_pkgname";
 license=(MIT)
@@ -17,7 +17,7 @@ checkdepends=(python-pytest
               python-yaml)
 _archive="$_pkgname-$pkgver"
 
source=("https://files.pythonhosted.org/packages/source/${_pkgname::1}/$_pkgname/$_archive.tar.gz";)
-sha256sums=('7ca1cfc12232806517a8515047ba66a19369e71edf2439d0f5824f91032b6cc3')
+sha256sums=('eef34fba39834d4d6b73c9ba7f3e4d1c417a4e56f89a7e96e090dd0d24b8fb3c')
 
 build() {
        cd "$_archive"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-tomlkit/-/commit/82e59c82214691c7a1395e35d7a7167ed56b58da

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


Reply via email to