Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages /
python-peewee
Commits:
f956e4ab by Antonio Rojas at 2024-12-11T23:22:34+01:00
upgpkg: 3.17.8-1: Update to 3.17.8
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-peewee
pkgdesc = a little orm
- pkgver = 3.17.1
- pkgrel = 3
+ pkgver = 3.17.8
+ pkgrel = 1
url = https://github.com/coleifer/peewee/
arch = x86_64
license = MIT
@@ -17,7 +17,7 @@ pkgbase = python-peewee
depends = sqlite
optdepends = python-psycopg2: for PostgreSQL database support
optdepends = python-pymysql: for MySQL database support
- source =
python-peewee-3.17.1.tar.gz::https://github.com/coleifer/peewee/archive/3.17.1.tar.gz
- sha512sums =
7b3515949f862c96c9509edf2b1e7c8fc4947f3371421c5df8ca066f8456000471b0c2af8b906c9d826ea3bdc187b4e8676299b328160bda91ffd7f5a1b95435
+ source =
python-peewee-3.17.8.tar.gz::https://github.com/coleifer/peewee/archive/3.17.8.tar.gz
+ sha512sums =
47101679b3624c167c82240b2d9fcd60db362e6960cc1852bc5042022fb1250cf4e58050b39ca309cd0a66019cbcf1c8a8e8b8619e0958f8ec37d7222bfe243f
pkgname = python-peewee
=====================================
PKGBUILD
=====================================
@@ -4,8 +4,8 @@
# Contributor: juantascon
pkgname=python-peewee
-pkgver=3.17.1
-pkgrel=3
+pkgver=3.17.8
+pkgrel=1
pkgdesc="a little orm"
url="https://github.com/coleifer/peewee/"
arch=('x86_64')
@@ -16,7 +16,7 @@ optdepends=('python-psycopg2: for PostgreSQL database support'
makedepends=('python-build' 'python-installer' 'cython' 'python-setuptools'
'python-wheel')
checkdepends=('python-apsw' 'python-flask' 'python-psycopg2')
source=("$pkgname-$pkgver.tar.gz::https://github.com/coleifer/peewee/archive/$pkgver.tar.gz")
-sha512sums=('7b3515949f862c96c9509edf2b1e7c8fc4947f3371421c5df8ca066f8456000471b0c2af8b906c9d826ea3bdc187b4e8676299b328160bda91ffd7f5a1b95435')
+sha512sums=('47101679b3624c167c82240b2d9fcd60db362e6960cc1852bc5042022fb1250cf4e58050b39ca309cd0a66019cbcf1c8a8e8b8619e0958f8ec37d7222bfe243f')
build() {
cd peewee-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-peewee/-/commit/f956e4abc696139cc62dd3d4ae24e838b2b3310f
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-peewee/-/commit/f956e4abc696139cc62dd3d4ae24e838b2b3310f
You're receiving this email because of your account on gitlab.archlinux.org.