Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
python-cattrs
Commits:
8ae01ced by Caleb Maclennan at 2024-09-12T15:36:15+03:00
upgpkg: 24.1.1-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.0
+ pkgver = 24.1.1
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.0.tar.gz
- sha256sums =
8274f18b253bf7674a43da851e3096370d67088165d23138b04a1c04c8eaf48e
+ source =
https://files.pythonhosted.org/packages/source/c/cattrs/cattrs-24.1.1.tar.gz
+ sha256sums =
16e94a13f9aaf6438bd5be5df521e072b1b00481b4cf807bcb1acbd49f814c08
pkgname = python-cattrs
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgname=python-cattrs
_pipname=${pkgname#python-}
-pkgver=24.1.0
+pkgver=24.1.1
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=('8274f18b253bf7674a43da851e3096370d67088165d23138b04a1c04c8eaf48e')
+sha256sums=('16e94a13f9aaf6438bd5be5df521e072b1b00481b4cf807bcb1acbd49f814c08')
prepare() {
cd "$_archive"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-cattrs/-/commit/8ae01ced52cf716396c33bc04eb36641753e0e69
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-cattrs/-/commit/8ae01ced52cf716396c33bc04eb36641753e0e69
You're receiving this email because of your account on gitlab.archlinux.org.