hg-git: update to 1.1.0.

This commit is contained in:
icp 2024-03-02 16:09:40 +05:30 committed by cinerea0
parent e5858c3582
commit 9baf13b0b6
2 changed files with 4 additions and 5 deletions

View file

@ -1,7 +1,7 @@
# Template file for 'hg-git' # Template file for 'hg-git'
pkgname=hg-git pkgname=hg-git
version=1.0.1 version=1.1.0
revision=2 revision=1
build_style=python3-pep517 build_style=python3-pep517
hostmakedepends="python3-setuptools_scm python3-wheel" hostmakedepends="python3-setuptools_scm python3-wheel"
depends="python3-dulwich mercurial" depends="python3-dulwich mercurial"
@ -13,7 +13,7 @@ license="GPL-2.0-only"
homepage="https://foss.heptapod.net/mercurial/hg-git" homepage="https://foss.heptapod.net/mercurial/hg-git"
changelog="https://foss.heptapod.net/mercurial/hg-git/-/raw/branch/default/NEWS.rst" changelog="https://foss.heptapod.net/mercurial/hg-git/-/raw/branch/default/NEWS.rst"
distfiles="$PYPI_SITE/h/hg-git/hg-git-$version.tar.gz" distfiles="$PYPI_SITE/h/hg-git/hg-git-$version.tar.gz"
checksum=3f7360f5b0f5e805fb0c969cfd8d7af064962d32000f723568b6e56080d08b29 checksum=6ed11a9862ea082e4f4628311db7b8f7f6e724d5469ba0b37fce7625a01d077f
do_check() { do_check() {
python3 tests/run-tests.py --with-hg=/usr/bin/hg python3 tests/run-tests.py --with-hg=/usr/bin/hg

View file

@ -1,2 +1 @@
site="${homepage}/downloads/?tab=tags" ignore="*b*"
pattern='/(get|downloads)/(v?|\Q'"$pkgname"'\E-)?\K[\d\.]+(?=\.tar)'