Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / python-daiquiri
Commits: e4da9f4f by Antonio Rojas at 2024-12-20T22:25:01+01:00 upgpkg: 3.3.0-1: Update to 3.3.0 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = python-daiquiri pkgdesc = Library to configure Python logging easily - pkgver = 3.2.5.1 - pkgrel = 3 + pkgver = 3.3.0 + pkgrel = 1 url = https://github.com/Mergifyio/daiquiri arch = any license = Apache @@ -13,7 +13,7 @@ pkgbase = python-daiquiri makedepends = python-setuptools-scm makedepends = python-wheel depends = python-json-logger - source = git+https://github.com/Mergifyio/daiquiri.git#commit=a03a69f9a81f154d9c10964005a61877bf3ed5fc + source = git+https://github.com/Mergifyio/daiquiri.git#tag=3.3.0 sha512sums = SKIP pkgname = python-daiquiri ===================================== PKGBUILD ===================================== @@ -1,9 +1,8 @@ # Maintainer: Felix Yan <felixonm...@archlinux.org> pkgname=python-daiquiri -pkgver=3.2.5.1 -_commit=a03a69f9a81f154d9c10964005a61877bf3ed5fc -pkgrel=3 +pkgver=3.3.0 +pkgrel=1 pkgdesc='Library to configure Python logging easily' arch=('any') license=('Apache') @@ -12,7 +11,7 @@ depends=('python-json-logger') makedepends=('git' 'python-build' 'python-installer' 'python-setuptools' 'python-setuptools-scm' 'python-wheel') checkdepends=('python-pytest') -source=("git+https://github.com/Mergifyio/daiquiri.git#commit=$_commit") +source=("git+https://github.com/Mergifyio/daiquiri.git#tag=$pkgver") sha512sums=('SKIP') build() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-daiquiri/-/commit/e4da9f4f3a9ca327ff5584945e44069b7ea7fc67 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-daiquiri/-/commit/e4da9f4f3a9ca327ff5584945e44069b7ea7fc67 You're receiving this email because of your account on gitlab.archlinux.org.