Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages /
python-can
Commits:
43c00043 by Maxime Gauduin at 2024-07-28T21:39:28+02:00
upgpkg: 4.4.2-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,10 +1,10 @@
pkgbase = python-can
pkgdesc = Controller Area Network support for Python
- pkgver = 4.3.1
- pkgrel = 3
+ pkgver = 4.4.2
+ pkgrel = 1
url = https://github.com/hardbyte/python-can
arch = any
- license = LGPL3
+ license = LGPL-3.0-only
makedepends = git
makedepends = python-build
makedepends = python-installer
@@ -13,7 +13,7 @@ pkgbase = python-can
depends = python-setuptools
depends = python-typing_extensions
depends = python-wrapt
- source =
git+https://github.com/hardbyte/python-can.git#tag=f0634d2445f74f8c5c3b90236975f73fe3d8ba2a
+ source =
git+https://github.com/hardbyte/python-can.git#tag=478f8b8749ce08906b0386d13db289cf98e3246e
b2sums = SKIP
pkgname = python-can
=====================================
PKGBUILD
=====================================
@@ -2,12 +2,12 @@
# Contributor: Kyle Manna <kyle[at]kylemanna[d0t]com>
pkgname=python-can
-pkgver=4.3.1
-pkgrel=3
+pkgver=4.4.2
+pkgrel=1
pkgdesc='Controller Area Network support for Python'
arch=(any)
url=https://github.com/hardbyte/python-can
-license=(LGPL3)
+license=(LGPL-3.0-only)
depends=(
python
python-setuptools
@@ -20,9 +20,9 @@ makedepends=(
python-installer
python-wheel
)
-_tag=f0634d2445f74f8c5c3b90236975f73fe3d8ba2a
+_tag=478f8b8749ce08906b0386d13db289cf98e3246e
source=(git+https://github.com/hardbyte/python-can.git#tag=${_tag})
-b2sums=(SKIP)
+b2sums=('SKIP')
pkgver() {
cd python-can
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-can/-/commit/43c00043184c80ac5f99fd17f723535b1851a659
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-can/-/commit/43c00043184c80ac5f99fd17f723535b1851a659
You're receiving this email because of your account on gitlab.archlinux.org.