David Runge pushed to branch main at Arch Linux / Packaging / Packages /
python-pyphen
Commits:
b98f1832 by David Runge at 2024-10-30T09:17:09+01:00
upgpkg: 0.17.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-pyphen
pkgdesc = Pure Python module to hyphenate text
- pkgver = 0.16.0
+ pkgver = 0.17.0
pkgrel = 1
url = https://pyphen.org/
arch = any
@@ -13,8 +13,8 @@ pkgbase = python-pyphen
makedepends = python-installer
makedepends = python-wheel
depends = python
- source =
python-pyphen-0.16.0.tar.gz::https://github.com/Kozea/Pyphen/archive/refs/tags/0.16.0.tar.gz
- sha512sums =
836df939adc9269075ebec34120564343cd27e5d42e68867f276d60c764a6e5eb368dae1a9d6603cdc7fa9c5fc8d08206123840f2a5e660a27957eeeaa647231
- b2sums =
785323ef98d18490fc5c14307b925e1365ac84d95be9a9d7b2ae6b31b7a8f01635b7881cf6a7560f1460e023da14643a0e8df09467d0d56ca47ab4f52800ecf1
+ source =
python-pyphen-0.17.0.tar.gz::https://github.com/Kozea/Pyphen/archive/refs/tags/0.17.0.tar.gz
+ sha512sums =
3b3bc4a2ec81d5642c93b31c27b0138f154f3a6c9002da6eb440ab953116e1f5269cf81f8daef08fb684d64d952cfe86f00b84ea79efdab8163cdf25f6ec8a11
+ b2sums =
ead6eae356ba16b3a7112b2a7f8a6937d017e03178574cf726e084c315a3b12eec541e0cfd923c85c0fc97730994b98b1b2815378c8f76b4287613b70b0e0b9f
pkgname = python-pyphen
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgname=python-pyphen
_name="${pkgname#python-}"
-pkgver=0.16.0
+pkgver=0.17.0
pkgrel=1
pkgdesc="Pure Python module to hyphenate text"
arch=(any)
@@ -22,8 +22,8 @@ makedepends=(
)
checkdepends=(python-pytest)
source=($pkgname-$pkgver.tar.gz::$_url/archive/refs/tags/$pkgver.tar.gz)
-sha512sums=('836df939adc9269075ebec34120564343cd27e5d42e68867f276d60c764a6e5eb368dae1a9d6603cdc7fa9c5fc8d08206123840f2a5e660a27957eeeaa647231')
-b2sums=('785323ef98d18490fc5c14307b925e1365ac84d95be9a9d7b2ae6b31b7a8f01635b7881cf6a7560f1460e023da14643a0e8df09467d0d56ca47ab4f52800ecf1')
+sha512sums=('3b3bc4a2ec81d5642c93b31c27b0138f154f3a6c9002da6eb440ab953116e1f5269cf81f8daef08fb684d64d952cfe86f00b84ea79efdab8163cdf25f6ec8a11')
+b2sums=('ead6eae356ba16b3a7112b2a7f8a6937d017e03178574cf726e084c315a3b12eec541e0cfd923c85c0fc97730994b98b1b2815378c8f76b4287613b70b0e0b9f')
build() {
cd ${_name^}-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pyphen/-/commit/b98f183215392e195561197a91b243564ccf6dae
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pyphen/-/commit/b98f183215392e195561197a91b243564ccf6dae
You're receiving this email because of your account on gitlab.archlinux.org.