George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages /
python-gitpython
Commits:
88e4f86a by George Rawlinson at 2026-01-02T01:02:56+00:00
reuse: simplify conf
- - - - -
27cb90d3 by George Rawlinson at 2026-01-02T01:09:58+00:00
upgpkg: 3.1.46-1
- - - - -
3 changed files:
- .SRCINFO
- PKGBUILD
- REUSE.toml
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-gitpython
pkgdesc = A python library used to interact with Git repositories
- pkgver = 3.1.45
- pkgrel = 2
+ pkgver = 3.1.46
+ 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 =
python-gitpython::git+https://github.com/gitpython-developers/gitpython.git?signed#tag=3.1.45
+ source =
python-gitpython::git+https://github.com/gitpython-developers/gitpython.git?signed#tag=3.1.46
validpgpkeys = 27C50E7F590947D7273A741E85194C08421980C9
- sha512sums =
02e1d0fecd66263257b88ecb986e381424e8d3642ca41b39ac2cce0cefd5a60a262338b047f5d3e40286d97fe8958ae35de0ac5a05d2153e1f9d8188ccd4f0a5
- b2sums =
da00071dc47441c318c261d3890c678ae65774de7111a42ac134c1779beeb920503224491239dcb9c51632ae75a5cdd561f14a5deaa673c37bb953166a522292
+ sha512sums =
0f83c9d6153cbc65e7d62f2544c90d3dbbf66e9455983792891ac59aa77384ed02839d27773078fb23169c16dcfa2fd9a72cfb7dc8a6a3dc5223eae73acc7697
+ b2sums =
2f2997ed267de50b1eecdac34e8de3de79bd3628875a72277a9a45d5d7c7a6014ee4c51c79c615cd2eb4b058beee06a4caccbef2fe516d266d249193edb2f421
pkgname = python-gitpython
=====================================
PKGBUILD
=====================================
@@ -5,8 +5,8 @@
pkgdesc="A python library used to interact with Git repositories"
pkgname=python-gitpython
-pkgver=3.1.45
-pkgrel=2
+pkgver=3.1.46
+pkgrel=1
url="https://github.com/gitpython-developers/gitpython"
license=(BSD-3-Clause)
arch=(any)
@@ -27,8 +27,8 @@ checkdepends=(
python-pytest-mock
)
source=("$pkgname::git+$url.git?signed#tag=$pkgver")
-sha512sums=('02e1d0fecd66263257b88ecb986e381424e8d3642ca41b39ac2cce0cefd5a60a262338b047f5d3e40286d97fe8958ae35de0ac5a05d2153e1f9d8188ccd4f0a5')
-b2sums=('da00071dc47441c318c261d3890c678ae65774de7111a42ac134c1779beeb920503224491239dcb9c51632ae75a5cdd561f14a5deaa673c37bb953166a522292')
+sha512sums=('0f83c9d6153cbc65e7d62f2544c90d3dbbf66e9455983792891ac59aa77384ed02839d27773078fb23169c16dcfa2fd9a72cfb7dc8a6a3dc5223eae73acc7697')
+b2sums=('2f2997ed267de50b1eecdac34e8de3de79bd3628875a72277a9a45d5d7c7a6014ee4c51c79c615cd2eb4b058beee06a4caccbef2fe516d266d249193edb2f421')
validpgpkeys=('27C50E7F590947D7273A741E85194C08421980C9') # Sebastian Thiel
(In Rust I trust!) <[email protected]>
build() {
=====================================
REUSE.toml
=====================================
@@ -7,16 +7,6 @@ path = [
"keys/**",
".SRCINFO",
".nvchecker.toml",
- "*.install",
- "*.sysusers",
- "*.tmpfiles",
- "*.logrotate",
- "*.pam",
- "*.service",
- "*.socket",
- "*.timer",
- "*.desktop",
- "*.hook",
]
SPDX-FileCopyrightText = "Arch Linux contributors"
SPDX-License-Identifier = "0BSD"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-gitpython/-/compare/f42532ffa355a778b057653d45c43353f0b4a682...27cb90d3d8c18839307110ae3e32d5543b6bea41
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-gitpython/-/compare/f42532ffa355a778b057653d45c43353f0b4a682...27cb90d3d8c18839307110ae3e32d5543b6bea41
You're receiving this email because of your account on gitlab.archlinux.org.