Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
python-cattrs
Commits:
1b24a47e by Caleb Maclennan at 2024-09-23T18:22:32+03:00
upgpkg: 24.1.2-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-cattrs
pkgdesc = Complex custom class converters for attrs
- pkgver = 24.1.1
+ pkgver = 24.1.2
pkgrel = 1
url = https://catt.rs
arch = any
@@ -12,7 +12,7 @@ pkgbase = python-cattrs
makedepends = python-hatchling
depends = python
depends = python-attrs
- source =
https://files.pythonhosted.org/packages/source/c/cattrs/cattrs-24.1.1.tar.gz
- sha256sums =
16e94a13f9aaf6438bd5be5df521e072b1b00481b4cf807bcb1acbd49f814c08
+ source =
https://files.pythonhosted.org/packages/source/c/cattrs/cattrs-24.1.2.tar.gz
+ sha256sums =
8028cfe1ff5382df59dd36474a86e02d817b06eaf8af84555441bac915d2ef85
pkgname = python-cattrs
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgname=python-cattrs
_pipname=${pkgname#python-}
-pkgver=24.1.1
+pkgver=24.1.2
pkgrel=1
pkgdesc='Complex custom class converters for attrs'
arch=(any)
@@ -19,7 +19,7 @@ makedepends=(python-{build,installer,wheel}
_archive="$_pipname-$pkgver"
source=("https://files.pythonhosted.org/packages/source/${_pipname::1}/$_pipname/$_archive.tar.gz")
# source=("$url/archive/v$pkgver/$_archive.tar.gz")
-sha256sums=('16e94a13f9aaf6438bd5be5df521e072b1b00481b4cf807bcb1acbd49f814c08')
+sha256sums=('8028cfe1ff5382df59dd36474a86e02d817b06eaf8af84555441bac915d2ef85')
prepare() {
cd "$_archive"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-cattrs/-/commit/1b24a47e537695c4228e69b875c85f4df2468477
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-cattrs/-/commit/1b24a47e537695c4228e69b875c85f4df2468477
You're receiving this email because of your account on gitlab.archlinux.org.