Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
offlineimap
Commits:
e6281ffc by Jelle van der Waa at 2025-12-27T15:45:04+01:00
upgpkg: 8.0.0-7: Rebuild for Python 3.14
- - - - -
3 changed files:
- .SRCINFO
- PKGBUILD
- REUSE.toml
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,10 +1,10 @@
pkgbase = offlineimap
pkgdesc = Synchronizes emails between two repositories
pkgver = 8.0.0
- pkgrel = 6
+ pkgrel = 7
url = http://offlineimap.org/
arch = any
- license = GPL
+ license = GPL-2.0-or-later
makedepends = asciidoc
makedepends = python-setuptools
depends = python-imaplib2
=====================================
PKGBUILD
=====================================
@@ -7,7 +7,7 @@
pkgname=offlineimap
_pkgname=${pkgname}3
pkgver=8.0.0
-pkgrel=6
+pkgrel=7
pkgdesc='Synchronizes emails between two repositories'
arch=('any')
url='http://offlineimap.org/'
=====================================
REUSE.toml
=====================================
@@ -24,6 +24,7 @@ SPDX-License-Identifier = "0BSD"
[[annotations]]
path = [
"imp-module-removed.patch",
+ "offlineimap-8.0.0-py311.patch",
"safe-config-parser-removed.patch",
]
SPDX-FileCopyrightText = "offlineimap contributors"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/offlineimap/-/commit/e6281ffcd1cb191454314de0373518bdf54e97ba
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/offlineimap/-/commit/e6281ffcd1cb191454314de0373518bdf54e97ba
You're receiving this email because of your account on gitlab.archlinux.org.