Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages /
python-can
Commits:
f2efde83 by Maxime Gauduin at 2025-01-23T18:25:24+01:00
upgpkg: 4.5.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,19 +1,21 @@
pkgbase = python-can
pkgdesc = Controller Area Network support for Python
- pkgver = 4.4.2
- pkgrel = 2
+ pkgver = 4.5.0
+ pkgrel = 1
url = https://github.com/hardbyte/python-can
arch = any
license = LGPL-3.0-only
makedepends = git
makedepends = python-build
makedepends = python-installer
+ makedepends = python-setuptools-scm
makedepends = python-wheel
depends = python
- depends = python-setuptools
+ depends = python-msgpack
+ depends = python-packaging
depends = python-typing_extensions
depends = python-wrapt
- source =
git+https://github.com/hardbyte/python-can.git#tag=478f8b8749ce08906b0386d13db289cf98e3246e
- b2sums = SKIP
+ source =
git+https://github.com/hardbyte/python-can.git#tag=654a02ae24bfc50bf1bb1fad7aab4aa88763d302
+ b2sums =
205c1578f46f2145da94c34c6f2b4bdad172e23fd813a3db83b357024f053752467906d2b1cc13b30b591d059d87de66363cade5009331b05cb5dedf00d4d00d
pkgname = python-can
=====================================
PKGBUILD
=====================================
@@ -2,15 +2,16 @@
# Contributor: Kyle Manna <kyle[at]kylemanna[d0t]com>
pkgname=python-can
-pkgver=4.4.2
-pkgrel=2
+pkgver=4.5.0
+pkgrel=1
pkgdesc='Controller Area Network support for Python'
arch=(any)
url=https://github.com/hardbyte/python-can
license=(LGPL-3.0-only)
depends=(
python
- python-setuptools
+ python-msgpack
+ python-packaging
python-typing_extensions
python-wrapt
)
@@ -18,11 +19,12 @@ makedepends=(
git
python-build
python-installer
+ python-setuptools-scm
python-wheel
)
-_tag=478f8b8749ce08906b0386d13db289cf98e3246e
+_tag=654a02ae24bfc50bf1bb1fad7aab4aa88763d302
source=(git+https://github.com/hardbyte/python-can.git#tag=${_tag})
-b2sums=('SKIP')
+b2sums=('205c1578f46f2145da94c34c6f2b4bdad172e23fd813a3db83b357024f053752467906d2b1cc13b30b591d059d87de66363cade5009331b05cb5dedf00d4d00d')
pkgver() {
cd python-can
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-can/-/commit/f2efde83924875ec6e941047bb2f20beae26fc93
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-can/-/commit/f2efde83924875ec6e941047bb2f20beae26fc93
You're receiving this email because of your account on gitlab.archlinux.org.