Compare commits

..

4 commits

Author SHA1 Message Date
8e3d498282
upgpkg: python-commitizen 2.24.0-1
* New upstream release.
* Switch to python-installer from python-install.
2022-04-18 13:57:50 +12:00
2f7c0229c0
submodule: sqlboiler 4.10.2-1 2022-04-18 13:31:29 +12:00
b404904f12
submodule: octosql 0.6.0-1 2022-04-18 13:31:20 +12:00
8ad239162c
submodule: python-flake8-annotations 2.9.0-1 2022-04-18 13:31:13 +12:00
4 changed files with 9 additions and 10 deletions

@ -1 +1 @@
Subproject commit 31eea9198207479a2d1ce35fed41c150f8d8f73a Subproject commit 6cb5dd0d556c50752da1ec64966a3a90355a2d56

View file

@ -3,11 +3,11 @@
_pkgname=commitizen _pkgname=commitizen
pkgname=python-commitizen pkgname=python-commitizen
pkgver=2.23.0 pkgver=2.24.0
pkgrel=1 pkgrel=1
pkgdesc="A tool for enforcing descriptive commit messages and version/changelog management" pkgdesc='A tool for enforcing descriptive commit messages and version/changelog management'
arch=('any') arch=('any')
url="https://github.com/commitizen-tools/commitizen" url='https://github.com/commitizen-tools/commitizen'
license=('MIT') license=('MIT')
depends=( depends=(
'python' 'python'
@ -24,13 +24,13 @@ depends=(
) )
makedepends=( makedepends=(
'git' 'git'
'python-install'
'python-build' 'python-build'
'python-poetry-core' 'python-poetry-core'
'python-installer'
) )
provides=('cz' 'git-cz') provides=('cz' 'git-cz')
conflicts=('nodejs-commitizen' 'commitizen-go') conflicts=('nodejs-commitizen' 'commitizen-go')
_commit='605b1252c2b9bb4ce82d14e1fde26a8139ad5e23' _commit='66c63209fe811cc59c5caadceffe7a88280de043'
source=("$pkgname::git+$url.git#commit=$_commit") source=("$pkgname::git+$url.git#commit=$_commit")
b2sums=('SKIP') b2sums=('SKIP')
@ -61,8 +61,7 @@ build() {
package() { package() {
cd "$pkgname" cd "$pkgname"
python -m install \ python -m installer \
--optimize=1 \
--destdir="$pkgdir" \ --destdir="$pkgdir" \
dist/*.whl dist/*.whl

@ -1 +1 @@
Subproject commit 454dcd2cdff6af2f986abe40a36418abe5c0f50d Subproject commit 3d641e40106aa101601ecbd060190f53fd9480dd

@ -1 +1 @@
Subproject commit dcf890d51312690bf0031e8e83f46a61d6bf582a Subproject commit 390e53946b5088012104455011fdb02da6dfd7c8