Felix Yan pushed to branch main at Arch Linux / Packaging / Packages /
python-semver
Commits:
c90747ce by Felix Yan at 2025-04-04T13:57:20+08:00
upgpkg: 3.0.4-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-semver
pkgdesc = Python helper for Semantic Versioning
- pkgver = 3.0.3
+ pkgver = 3.0.4
pkgrel = 1
url = https://github.com/python-semver/python-semver
arch = any
@@ -13,7 +13,7 @@ pkgbase = python-semver
makedepends = python-setuptools-scm
makedepends = python-wheel
depends = python
- source =
git+https://github.com/python-semver/python-semver.git#tag=3.0.3
- sha512sums =
98474781d7471d4d78b06d16bef6f709a645beaecab103c5b99b3671e214f4cb61d4c9cfd30a84070f330a4b74723e6ea5de52b1e08706b4888c5dc4702877c9
+ source =
git+https://github.com/python-semver/python-semver.git#tag=3.0.4
+ sha512sums =
f8dfb0f49e0f6e1ceea7aa684f4656b2ebea5ba5629722ebfdfc9483c1ba67ca968a6bb9abb91d8e3e2aa7fe0da84311c11f66994b949b4e7365eee173b94db4
pkgname = python-semver
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Felix Yan <[email protected]>
pkgname=python-semver
-pkgver=3.0.3
+pkgver=3.0.4
pkgrel=1
pkgdesc="Python helper for Semantic Versioning"
url="https://github.com/python-semver/python-semver"
@@ -12,7 +12,7 @@ makedepends=('git' 'python-build' 'python-installer'
'python-setuptools' 'python
'python-wheel')
checkdepends=('python-pytest')
source=("git+https://github.com/python-semver/python-semver.git#tag=$pkgver")
-sha512sums=('98474781d7471d4d78b06d16bef6f709a645beaecab103c5b99b3671e214f4cb61d4c9cfd30a84070f330a4b74723e6ea5de52b1e08706b4888c5dc4702877c9')
+sha512sums=('f8dfb0f49e0f6e1ceea7aa684f4656b2ebea5ba5629722ebfdfc9483c1ba67ca968a6bb9abb91d8e3e2aa7fe0da84311c11f66994b949b4e7365eee173b94db4')
build() {
cd python-semver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-semver/-/commit/c90747cea5cbfa7834a8c2fe9591d5d36ec8aca0
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-semver/-/commit/c90747cea5cbfa7834a8c2fe9591d5d36ec8aca0
You're receiving this email because of your account on gitlab.archlinux.org.