David Runge pushed to branch main at Arch Linux / Packaging / Packages / python-inflect
Commits: 32aa8db7 by David Runge at 2024-04-24T11:01:40+02:00 Remove disabling of tests Tests were failing because upstream introduces a circular dependency on itself (make and check dependencies), which pulled in python-pydantic initially. https://github.com/jaraco/inflect/issues/208 Signed-off-by: David Runge <dv...@archlinux.org> - - - - - 1017d4a4 by David Runge at 2024-04-24T11:04:09+02:00 upgpkg: 7.2.1-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = python-inflect pkgdesc = Correctly generate plurals, singular nouns, ordinals, indefinite articles - pkgver = 7.2.0 - pkgrel = 3 + pkgver = 7.2.1 + pkgrel = 1 url = https://github.com/jaraco/inflect arch = any license = MIT @@ -16,8 +16,8 @@ pkgbase = python-inflect depends = python-more-itertools depends = python-typeguard depends = python-typing_extensions - source = inflect-7.2.0.tar.gz::https://github.com/jaraco/inflect/archive/refs/tags/v7.2.0.tar.gz - sha512sums = f3aafcc3b23d24e9f89d575402675164672c3155964091363325844b4eb4d32b91f66f4344ce6694beccf5e3805f2a0192c2473653d0876a4947975efaeef8c0 - b2sums = 81c1a54264b4c87def207bea24a8fd2f867b7445cf12156a0c3bc41582c29bddf75ad9fd21ea4fe2d44434aa170e6b224ef1b97425a65c4077568131fa2c9414 + source = inflect-7.2.1.tar.gz::https://github.com/jaraco/inflect/archive/refs/tags/v7.2.1.tar.gz + sha512sums = eb52fc47e7549617b615e869a9c197ec31470ba49e9dbb9db9db30089d4f9d7d6f657c1d76ebca4e7d596e8365a8795ec1698ea0d4cebac27e1e680acee91891 + b2sums = 19805ba22c2e6b2deed0c15d31ed778d81e91ba306c80d6d62e81a4f7cced30175bdbea440cbbc750856eb62b19fe31b13a2696724c4adbd2a91e486f466732c pkgname = python-inflect ===================================== PKGBUILD ===================================== @@ -2,8 +2,8 @@ _name=inflect pkgname=python-inflect -pkgver=7.2.0 -pkgrel=3 +pkgver=7.2.1 +pkgrel=1 pkgdesc="Correctly generate plurals, singular nouns, ordinals, indefinite articles" arch=(any) url="https://github.com/jaraco/inflect" @@ -26,8 +26,8 @@ checkdepends=( python-pytest-enabler ) source=($_name-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz) -sha512sums=('f3aafcc3b23d24e9f89d575402675164672c3155964091363325844b4eb4d32b91f66f4344ce6694beccf5e3805f2a0192c2473653d0876a4947975efaeef8c0') -b2sums=('81c1a54264b4c87def207bea24a8fd2f867b7445cf12156a0c3bc41582c29bddf75ad9fd21ea4fe2d44434aa170e6b224ef1b97425a65c4077568131fa2c9414') +sha512sums=('eb52fc47e7549617b615e869a9c197ec31470ba49e9dbb9db9db30089d4f9d7d6f657c1d76ebca4e7d596e8365a8795ec1698ea0d4cebac27e1e680acee91891') +b2sums=('19805ba22c2e6b2deed0c15d31ed778d81e91ba306c80d6d62e81a4f7cced30175bdbea440cbbc750856eb62b19fe31b13a2696724c4adbd2a91e486f466732c') build() { cd $_name-$pkgver @@ -37,11 +37,6 @@ build() { check() { local pytest_options=( -vv - # disable broken tests: https://github.com/jaraco/inflect/issues/208 - --deselect tests/test_inflections.py::test_many - --deselect tests/test_pwd.py::Test::test_pl - --deselect tests/test_pwd.py::Test::test__pl_special_verb - --deselect tests/test_pwd.py::Test::test_a_alt ) cd $_name-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-inflect/-/compare/16971dd146de7287f04430e1e9628527aa3448ad...1017d4a4e58e60f143ca1f6437312b885278e838 -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-inflect/-/compare/16971dd146de7287f04430e1e9628527aa3448ad...1017d4a4e58e60f143ca1f6437312b885278e838 You're receiving this email because of your account on gitlab.archlinux.org.