Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
python-cattrs
Commits:
bc157b81 by Caleb Maclennan at 2025-09-06T21:48:01+03:00
upgpkg: 25.2.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-cattrs
pkgdesc = Complex custom class converters for attrs
- pkgver = 25.1.1
- pkgrel = 2
+ pkgver = 25.2.0
+ pkgrel = 1
url = https://catt.rs
arch = any
license = MIT
@@ -13,7 +13,7 @@ pkgbase = python-cattrs
depends = python
depends = python-attrs
depends = python-typing_extensions
- source =
https://files.pythonhosted.org/packages/source/c/cattrs/cattrs-25.1.1.tar.gz
- sha256sums =
c914b734e0f2d59e5b720d145ee010f1fd9a13ee93900922a2f3f9d593b8382c
+ source =
https://files.pythonhosted.org/packages/source/c/cattrs/cattrs-25.2.0.tar.gz
+ sha256sums =
f46c918e955db0177be6aa559068390f71988e877c603ae2e56c71827165cc06
pkgname = python-cattrs
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
pkgname=python-cattrs
_pipname=${pkgname#python-}
-pkgver=25.1.1
-pkgrel=2
+pkgver=25.2.0
+pkgrel=1
pkgdesc='Complex custom class converters for attrs'
arch=(any)
url='https://catt.rs'
@@ -20,7 +20,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=('c914b734e0f2d59e5b720d145ee010f1fd9a13ee93900922a2f3f9d593b8382c')
+sha256sums=('f46c918e955db0177be6aa559068390f71988e877c603ae2e56c71827165cc06')
prepare() {
cd "$_archive"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-cattrs/-/commit/bc157b810b6ca2f4e008135ea4b5d7b8a6078ddd
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-cattrs/-/commit/bc157b810b6ca2f4e008135ea4b5d7b8a6078ddd
You're receiving this email because of your account on gitlab.archlinux.org.