George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages /
python-gitpython
Commits:
ebf0f4a4 by George Rawlinson at 2024-11-07T10:08:13+13:00
upgpkg: 3.1.43-1
* New upstream release.
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-gitpython
pkgdesc = A python library used to interact with Git repositories
- pkgver = 3.1.42
- pkgrel = 4
+ pkgver = 3.1.43
+ pkgrel = 1
url = https://github.com/gitpython-developers/gitpython
arch = any
license = BSD-3-Clause
@@ -15,9 +15,9 @@ pkgbase = python-gitpython
depends = git
depends = python
depends = python-gitdb
- source =
git+https://github.com/gitpython-developers/gitpython.git?signed#tag=3.1.42
+ source =
git+https://github.com/gitpython-developers/gitpython.git?signed#tag=3.1.43
validpgpkeys = 27C50E7F590947D7273A741E85194C08421980C9
- sha512sums =
dc54bb0d60eb1e0467fef52d9cc9927c7406b006c597ac750a473cd9d45cbeefdc545d3309158ca6fa394beaa4512aba1e7984b09dfe98c5d36271ac9bf717c9
- b2sums =
b05dd57f6f131c1ae55003d3512924a70d6f63727ffa22082cc1923455eb9700cefb069be6e34c97380b0a28d1e939de53c0e4f5ec18c110787875336c5d492a
+ sha512sums =
2204c41158630d501fa330f02474b57fd113d82ee5da972f95ab6fe69ae6c9bc477211ee751959d545c6eac9433bf50dbf81992d851af5b9904db3ca526cd742
+ b2sums =
39a404bbebad9fdded6d70dd1feb6ca8576d725b16e47bd92663601362402e12f27369ad9615d31fc7c41730f286dccf3a469a080874ec6d06ce0c4d591cd2ed
pkgname = python-gitpython
=====================================
PKGBUILD
=====================================
@@ -5,8 +5,8 @@
_name=gitpython
pkgdesc="A python library used to interact with Git repositories"
pkgname=python-gitpython
-pkgver=3.1.42
-pkgrel=4
+pkgver=3.1.43
+pkgrel=1
url="https://github.com/gitpython-developers/gitpython"
license=(BSD-3-Clause)
arch=(any)
@@ -27,15 +27,10 @@ checkdepends=(
python-pytest-mock
)
source=("git+$url.git?signed#tag=$pkgver")
-sha512sums=('dc54bb0d60eb1e0467fef52d9cc9927c7406b006c597ac750a473cd9d45cbeefdc545d3309158ca6fa394beaa4512aba1e7984b09dfe98c5d36271ac9bf717c9')
-b2sums=('b05dd57f6f131c1ae55003d3512924a70d6f63727ffa22082cc1923455eb9700cefb069be6e34c97380b0a28d1e939de53c0e4f5ec18c110787875336c5d492a')
+sha512sums=('2204c41158630d501fa330f02474b57fd113d82ee5da972f95ab6fe69ae6c9bc477211ee751959d545c6eac9433bf50dbf81992d851af5b9904db3ca526cd742')
+b2sums=('39a404bbebad9fdded6d70dd1feb6ca8576d725b16e47bd92663601362402e12f27369ad9615d31fc7c41730f286dccf3a469a080874ec6d06ce0c4d591cd2ed')
validpgpkeys=('27C50E7F590947D7273A741E85194C08421980C9') # Sebastian Thiel
(In Rust I trust!) <[email protected]>
-pkgver() {
- cd $_name
- git describe --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
-}
-
build() {
cd $_name
python -m build --wheel --no-isolation
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-gitpython/-/commit/ebf0f4a4f058662caa5276e53866e870cbc82b59
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-gitpython/-/commit/ebf0f4a4f058662caa5276e53866e870cbc82b59
You're receiving this email because of your account on gitlab.archlinux.org.