Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / powerline
Commits: e8311b8d by Carl Smedstad at 2024-08-29T13:30:58+02:00 upgpkg: 2.8.4-1: Upstream release https://github.com/powerline/powerline/releases/tag/2.8.4 All patches with generic fixes we previously applied have been upstreamed in this release. - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,7 +1,7 @@ pkgbase = powerline pkgdesc = Statusline plugin for vim, and provides statuslines and prompts for several other applications, including zsh, bash, tmux, IPython, Awesome, i3 and Qtile - pkgver = 2.8.3 - pkgrel = 5 + pkgver = 2.8.4 + pkgrel = 1 url = https://github.com/powerline/powerline arch = x86_64 license = MIT @@ -15,26 +15,14 @@ pkgbase = powerline makedepends = python-setuptools makedepends = python-sphinx makedepends = python-wheel - source = powerline-2.8.3.tar.gz::https://github.com/powerline/powerline/archive/2.8.3.tar.gz - source = 0001-Ensure-compatibility-with-Python-3.11-2212.patch::https://github.com/powerline/powerline/commit/69d72e069b98e98f8b09d38f755bd02f973b604d.patch - source = 0002-Remove-imp-module-from-tests-to-make-them-compatible.patch::https://github.com/powerline/powerline/commit/6950c04614d0bd1fc9c61b79ec7e2be0d16abdc4.patch - source = 0003-Add-missing-import-types.patch::https://github.com/powerline/powerline/commit/a925a179fea7f55d13cc63ed7dbaa732af99a6c3.patch - source = 0004-Remove-usage-of-imp-module-removed-in-Python-3.12.patch::https://github.com/powerline/powerline/commit/225949e2baa284551a1a40f06e7c45906f7e8955.patch - source = 0005-Remove-usage-of-deprecated-method-locale.getdefaultl.patch::https://github.com/powerline/powerline/commit/8a244ff70f334ec0804c5483bbf7e73bf74ca0f9.patch - source = 0006-Fix-invalid-escape-sequences.patch::https://github.com/powerline/powerline/commit/1a2867787ff2abd258e15059e53c74e553f878bb.patch - source = 0007-Compile-powerline-executable-without-setuptools.patch::https://github.com/powerline/powerline/commit/84fa4b7388fee88c66164f01d2d9ec82363fc6d4.patch - source = 0008-Point-shebangs-to-system-Python.patch::https://github.com/powerline/powerline/commit/f8e19d2beeea01bf53e5ca60e1e239b170ba1340.patch - source = 0009-Remove-failing-tests.patch::https://github.com/powerline/powerline/commit/8a27e4cd0972fa932f4430ae9996b65fef094a65.patch - sha256sums = 45d838dbac94a1363942899708b6ce7c71c1cad9e1b9d048affab4f630c4cb98 - sha256sums = e98ef2c34f5d5342a8315879aae265d624e2097cda2211999f3c251e3bcb02fc - sha256sums = abb968977c4e70181d2d149e952384a8203575f62e2cbe596871d961242396fd - sha256sums = fec8c5a7e582efeba0b1e720f1386c88500ba1c8714d1a65fac4e2b833793a8c - sha256sums = 4929cf7ff075ec1720706422995b64c9e2fda27c16f768a6f08e95468b11292d - sha256sums = cd1e20f255def48446d40f624f3b6f73e4186de2cf42894f9521462eda87bfd1 - sha256sums = 3ea468763837355f63f3c04e55bdb0dce9e3550f407ec8d57001af7a1547c99e - sha256sums = a7786864bf5bdab5681f74ab1ef684b0001a3def1fc6de4b040bd2a69009babb - sha256sums = aa4636f0453283de585361631f541475a67b6917f1dd16ca410064cf4a9a7b12 - sha256sums = 63554375009916b03829955a7d98beb456043a88be4a746ab4983f1c769a78b4 + source = powerline-2.8.4.tar.gz::https://github.com/powerline/powerline/archive/2.8.4.tar.gz + source = 0001-Compile-powerline-executable-without-setuptools.patch::https://github.com/powerline/powerline/commit/ab071647568255b7c80c776beaaf467168b4f5ec.patch + source = 0002-Point-shebangs-to-system-Python.patch::https://github.com/powerline/powerline/commit/6324b25a2a16d5c0bf5dd05ba1bc5448215ad969.patch + source = 0003-Remove-failing-tests.patch::https://github.com/powerline/powerline/commit/b8772a7583e25f798e4790e550e101f9ce78a2f3.patch + sha256sums = 9e846af9379b57e410efe264cff3a6b98eb78dd9526e83016776ae5ffc5798f4 + sha256sums = f3098fc46c6b41adb8fd9da82ea39de218459d8064da7e4cfe5fb65ed2dd66b7 + sha256sums = 6a45dd8fefffbe4ef7dcadc3461217c010447aa67610649880ca83aa3440cd76 + sha256sums = d0b5ff60b4fcddc89954279ffb2b4046466529cb66ca90d342ac4b4450cf81e8 pkgname = powerline depends = glibc ===================================== PKGBUILD ===================================== @@ -16,8 +16,8 @@ pkgname=( "powerline-vim" "powerline-fonts" ) -pkgver=2.8.3 -pkgrel=5 +pkgver=2.8.4 +pkgrel=1 pkgdesc='Statusline plugin for vim, and provides statuslines and prompts for several other applications, including zsh, bash, tmux, IPython, Awesome, i3 and Qtile' arch=('x86_64') url="https://github.com/powerline/powerline" @@ -40,26 +40,14 @@ source=( "$_pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz" # This patch set is maintained here: # https://github.com/carlsmedstad/powerline/tree/archlinux - "0001-Ensure-compatibility-with-Python-3.11-2212.patch::$url/commit/69d72e069b98e98f8b09d38f755bd02f973b604d.patch" - "0002-Remove-imp-module-from-tests-to-make-them-compatible.patch::$url/commit/6950c04614d0bd1fc9c61b79ec7e2be0d16abdc4.patch" - "0003-Add-missing-import-types.patch::$url/commit/a925a179fea7f55d13cc63ed7dbaa732af99a6c3.patch" - "0004-Remove-usage-of-imp-module-removed-in-Python-3.12.patch::$url/commit/225949e2baa284551a1a40f06e7c45906f7e8955.patch" - "0005-Remove-usage-of-deprecated-method-locale.getdefaultl.patch::$url/commit/8a244ff70f334ec0804c5483bbf7e73bf74ca0f9.patch" - "0006-Fix-invalid-escape-sequences.patch::$url/commit/1a2867787ff2abd258e15059e53c74e553f878bb.patch" - "0007-Compile-powerline-executable-without-setuptools.patch::$url/commit/84fa4b7388fee88c66164f01d2d9ec82363fc6d4.patch" - "0008-Point-shebangs-to-system-Python.patch::$url/commit/f8e19d2beeea01bf53e5ca60e1e239b170ba1340.patch" - "0009-Remove-failing-tests.patch::$url/commit/8a27e4cd0972fa932f4430ae9996b65fef094a65.patch" + "0001-Compile-powerline-executable-without-setuptools.patch::$url/commit/ab071647568255b7c80c776beaaf467168b4f5ec.patch" + "0002-Point-shebangs-to-system-Python.patch::$url/commit/6324b25a2a16d5c0bf5dd05ba1bc5448215ad969.patch" + "0003-Remove-failing-tests.patch::$url/commit/b8772a7583e25f798e4790e550e101f9ce78a2f3.patch" ) -sha256sums=('45d838dbac94a1363942899708b6ce7c71c1cad9e1b9d048affab4f630c4cb98' - 'e98ef2c34f5d5342a8315879aae265d624e2097cda2211999f3c251e3bcb02fc' - 'abb968977c4e70181d2d149e952384a8203575f62e2cbe596871d961242396fd' - 'fec8c5a7e582efeba0b1e720f1386c88500ba1c8714d1a65fac4e2b833793a8c' - '4929cf7ff075ec1720706422995b64c9e2fda27c16f768a6f08e95468b11292d' - 'cd1e20f255def48446d40f624f3b6f73e4186de2cf42894f9521462eda87bfd1' - '3ea468763837355f63f3c04e55bdb0dce9e3550f407ec8d57001af7a1547c99e' - 'a7786864bf5bdab5681f74ab1ef684b0001a3def1fc6de4b040bd2a69009babb' - 'aa4636f0453283de585361631f541475a67b6917f1dd16ca410064cf4a9a7b12' - '63554375009916b03829955a7d98beb456043a88be4a746ab4983f1c769a78b4') +sha256sums=('9e846af9379b57e410efe264cff3a6b98eb78dd9526e83016776ae5ffc5798f4' + 'f3098fc46c6b41adb8fd9da82ea39de218459d8064da7e4cfe5fb65ed2dd66b7' + '6a45dd8fefffbe4ef7dcadc3461217c010447aa67610649880ca83aa3440cd76' + 'd0b5ff60b4fcddc89954279ffb2b4046466529cb66ca90d342ac4b4450cf81e8') prepare() { cd $_pkgname-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/powerline/-/commit/e8311b8db14faa603b8fdf63893a83bdadfda174 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/powerline/-/commit/e8311b8db14faa603b8fdf63893a83bdadfda174 You're receiving this email because of your account on gitlab.archlinux.org.
