[Git][archlinux/packaging/packages/gnome-break-timer] Pushed new tag 3.1.0-1
Antonio Rojas pushed new tag 3.1.0-1 at Arch Linux / Packaging / Packages / gnome-break-timer -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-break-timer/-/tree/3.1.0-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/firefox-developer-edition-i18n] Pushed new tag 126.0b6-1
Andrew Crerar pushed new tag 126.0b6-1 at Arch Linux / Packaging / Packages / firefox-developer-edition-i18n -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/firefox-developer-edition-i18n/-/tree/126.0b6-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/gnucash-docs] Pushed new tag 5.6-1
Antonio Rojas pushed new tag 5.6-1 at Arch Linux / Packaging / Packages / gnucash-docs -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gnucash-docs/-/tree/5.6-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/gnucash-docs][main] upgpkg: 5.6-1: Update to 5.6
Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / gnucash-docs Commits: de6912f3 by Antonio Rojas at 2024-04-27T19:22:00+02:00 upgpkg: 5.6-1: Update to 5.6 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,13 +1,13 @@ pkgbase = gnucash-docs pkgdesc = Documentation for GnuCash - pkgver = 5.5 + pkgver = 5.6 pkgrel = 1 url = https://gnucash.org/docs.phtml arch = any license = FDL makedepends = cmake depends = yelp - source = https://downloads.sourceforge.net/gnucash/gnucash-docs-5.5.tar.gz - sha256sums = 93560f55d9305aef45525cf7e7143b72503365c353840dfaaa382d9dfb97c8ab + source = https://downloads.sourceforge.net/gnucash/gnucash-docs-5.6.tar.gz + sha256sums = 8ad9da28199074fc5ef604d4489a82413031290a06e5f6418fe85cceb5fa3f02 pkgname = gnucash-docs = PKGBUILD = @@ -3,7 +3,7 @@ # Contributor: Juergen Hoetzel pkgname=gnucash-docs -pkgver=5.5 +pkgver=5.6 pkgrel=1 pkgdesc='Documentation for GnuCash' arch=('any') @@ -12,7 +12,7 @@ license=('FDL') depends=('yelp') makedepends=('cmake') source=(https://downloads.sourceforge.net/gnucash/$pkgname-$pkgver.tar.gz) -sha256sums=('93560f55d9305aef45525cf7e7143b72503365c353840dfaaa382d9dfb97c8ab') +sha256sums=('8ad9da28199074fc5ef604d4489a82413031290a06e5f6418fe85cceb5fa3f02') prepare() { cd $pkgname-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gnucash-docs/-/commit/de6912f3919839ebab006a858965c077390b -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/gnucash-docs/-/commit/de6912f3919839ebab006a858965c077390b You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/glide][main] upgpkg: 0.6.3-1: Update to 0.6.3
Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / glide Commits: c7892ad0 by Antonio Rojas at 2024-04-27T19:19:38+02:00 upgpkg: 0.6.3-1: Update to 0.6.3 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,6 +1,6 @@ pkgbase = glide pkgdesc = Simple and minimalistic media player based on GStreamer and GTK - pkgver = 0.6.1 + pkgver = 0.6.3 pkgrel = 1 url = https://github.com/philn/glide arch = x86_64 @@ -15,7 +15,7 @@ pkgbase = glide optdepends = gst-libav: Extra media codecs optdepends = gst-plugins-ugly: Extra media codecs replaces = glide-player - source = https://github.com/philn/glide/releases/download/0.6.1/glide-0.6.1.tar.xz - sha256sums = 0b8c807429629ff73c004fb6cba17d8cc6331471290370ba88a530d191f36b27 + source = https://github.com/philn/glide/releases/download/0.6.3/glide-0.6.3.tar.xz + sha256sums = 94cbc61f52e2e46967dce1046ee5cec6269dea0323f1d7ffc4ec71f3a01960aa pkgname = glide = PKGBUILD = @@ -1,7 +1,7 @@ # Maintainer: Balló György pkgname=glide -pkgver=0.6.1 +pkgver=0.6.3 pkgrel=1 pkgdesc='Simple and minimalistic media player based on GStreamer and GTK' arch=('x86_64') @@ -13,14 +13,16 @@ optdepends=('gst-libav: Extra media codecs' 'gst-plugins-ugly: Extra media codecs') replaces=('glide-player') source=("https://github.com/philn/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz";) -sha256sums=('0b8c807429629ff73c004fb6cba17d8cc6331471290370ba88a530d191f36b27') +sha256sums=('94cbc61f52e2e46967dce1046ee5cec6269dea0323f1d7ffc4ec71f3a01960aa') build() { - arch-meson $pkgname-$pkgver build + cd $pkgname-$pkgver + arch-meson . build meson compile -C build } package() { + cd $pkgname-$pkgver meson install -C build --destdir "$pkgdir" - install -Dm644 $pkgname-$pkgver/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" + install -Dm644 LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE" } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/glide/-/commit/c7892ad080f2cab002b9705a20bdc15147441d22 -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/glide/-/commit/c7892ad080f2cab002b9705a20bdc15147441d22 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/glide] Pushed new tag 0.6.3-1
Antonio Rojas pushed new tag 0.6.3-1 at Arch Linux / Packaging / Packages / glide -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/glide/-/tree/0.6.3-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/python-pymupdf] Pushed new tag 1.24.2-1
David Runge pushed new tag 1.24.2-1 at Arch Linux / Packaging / Packages / python-pymupdf -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pymupdf/-/tree/1.24.2-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/python-pymupdf][main] upgpkg: 1.24.2-1
David Runge pushed to branch main at Arch Linux / Packaging / Packages / python-pymupdf Commits: 2721ea36 by David Runge at 2024-04-27T19:11:22+02:00 upgpkg: 1.24.2-1 Disable another broken test... - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,7 +1,7 @@ pkgbase = python-pymupdf pkgdesc = Python bindings for MuPDF's rendering library - pkgver = 1.24.1 - pkgrel = 2 + pkgver = 1.24.2 + pkgrel = 1 url = https://github.com/pymupdf/PyMuPDF arch = x86_64 license = AGPL-3.0-or-later @@ -24,11 +24,11 @@ pkgbase = python-pymupdf depends = python-mupdf optdepends = python-fonttools: for building font subsets using fontTools optdepends = python-pillow: for image file saving using pillow - source = PyMuPDF-1.24.1.tar.gz::https://github.com/pymupdf/PyMuPDF/archive/refs/tags/1.24.1.tar.gz + source = PyMuPDF-1.24.2.tar.gz::https://github.com/pymupdf/PyMuPDF/archive/refs/tags/1.24.2.tar.gz source = remove-clang-and-swig-dependencies.patch - sha512sums = 98a9e4be1eca4bdd1b75c654e307ce6a9dfc28f9d1defa20a8c98f288d1ff11a96fc62af7df1741fff5567a1b9a21771e5ac80202afdc26da92ef5f7fa11f852 + sha512sums = 35fe5ac731aa3b6e8ca8c8468498d48cc8481eedd274b0067f7ca8586201a7a5128aff334ee934eff5214ba0b7f5825c07f30ced3587e43a6465dc7a261c6a27 sha512sums = fb2da9db1ba9b34ecfe6556d912659c36f9603eefeaa9836d2b692f42952955a6de10d8629a8f2bafd813aaf678782aca12033031b6ccc52c1bc1a4ee5fb897c - b2sums = 697e2c0a0e2ecb80505bcb63df6373de4aba1f39160608347fb0d38b3a1c8b67c18a969a89d7d9c0c3919a63aae50c9797588e8a6959157c8013eb4db690bedf + b2sums = 9c63a42bad3c82580a7ea83419c9e903d7d9084399a681bb6af51392ffa594917d431f6086ba890cb5d3dfccd5ce4b09fb62d3c4fe01ce3978f3d95e335e8d24 b2sums = 8c4f93146385bd2e74b8245b4b8d8ece390ef97ad369602adcfcc56c8f9858f4c754886e290f0f6bfea1727fca6897715f3e8eeb961609fdad6fadf57493e354 pkgname = python-pymupdf = PKGBUILD = @@ -3,8 +3,8 @@ _name=PyMuPDF pkgname=python-pymupdf -pkgver=1.24.1 -pkgrel=2 +pkgver=1.24.2 +pkgrel=1 pkgdesc="Python bindings for MuPDF's rendering library" arch=(x86_64) url="https://github.com/pymupdf/PyMuPDF"; @@ -41,9 +41,9 @@ source=( $_name-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz remove-clang-and-swig-dependencies.patch ) -sha512sums=('98a9e4be1eca4bdd1b75c654e307ce6a9dfc28f9d1defa20a8c98f288d1ff11a96fc62af7df1741fff5567a1b9a21771e5ac80202afdc26da92ef5f7fa11f852' +sha512sums=('35fe5ac731aa3b6e8ca8c8468498d48cc8481eedd274b0067f7ca8586201a7a5128aff334ee934eff5214ba0b7f5825c07f30ced3587e43a6465dc7a261c6a27' 'fb2da9db1ba9b34ecfe6556d912659c36f9603eefeaa9836d2b692f42952955a6de10d8629a8f2bafd813aaf678782aca12033031b6ccc52c1bc1a4ee5fb897c') -b2sums=('697e2c0a0e2ecb80505bcb63df6373de4aba1f39160608347fb0d38b3a1c8b67c18a969a89d7d9c0c3919a63aae50c9797588e8a6959157c8013eb4db690bedf' +b2sums=('9c63a42bad3c82580a7ea83419c9e903d7d9084399a681bb6af51392ffa594917d431f6086ba890cb5d3dfccd5ce4b09fb62d3c4fe01ce3978f3d95e335e8d24' '8c4f93146385bd2e74b8245b4b8d8ece390ef97ad369602adcfcc56c8f9858f4c754886e290f0f6bfea1727fca6897715f3e8eeb961609fdad6fadf57493e354') prepare() { @@ -95,6 +95,8 @@ check() { # disable test that shells out to pip: https://github.com/pymupdf/PyMuPDF/issues/2950 --deselect tests/test_font.py::test_fontarchive --deselect tests/test_general.py::test_subset_fonts +# some textbox stuff again +--deselect tests/test_textbox.py::test_textbox3 # we do not care about flake8 --deselect tests/test_flake8.py::test_flake8 # no point testing code quality on our side View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pymupdf/-/commit/2721ea36c833d1f5c7816d18a6041be7bfa832f0 -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pymupdf/-/commit/2721ea36c833d1f5c7816d18a6041be7bfa832f0 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/firefox-developer-edition][main] upgpkg: 126.0b6-1
Andrew Crerar pushed to branch main at Arch Linux / Packaging / Packages / firefox-developer-edition Commits: 9170cc73 by Andrew Crerar at 2024-04-27T13:06:18-04:00 upgpkg: 126.0b6-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,6 +1,6 @@ pkgbase = firefox-developer-edition pkgdesc = Developer Edition of the popular Firefox web browser - pkgver = 126.0b5 + pkgver = 126.0b6 pkgrel = 1 url = https://www.mozilla.org/firefox/developer arch = x86_64 @@ -44,18 +44,18 @@ pkgbase = firefox-developer-edition options = !emptydirs options = !lto options = !makeflags - source = https://archive.mozilla.org/pub/firefox/releases/126.0b5/source/firefox-126.0b5.source.tar.xz - source = https://archive.mozilla.org/pub/firefox/releases/126.0b5/source/firefox-126.0b5.source.tar.xz.asc + source = https://archive.mozilla.org/pub/firefox/releases/126.0b6/source/firefox-126.0b6.source.tar.xz + source = https://archive.mozilla.org/pub/firefox/releases/126.0b6/source/firefox-126.0b6.source.tar.xz.asc source = firefox-developer-edition.desktop source = identity-icons-brand.svg source = firefox-install-dir.patch validpgpkeys = 14F26682D0916CDD81E37B6D61B7B526D98F0353 - sha256sums = 779a623f5ca38dc36e6f918154d773f280528cf042ff2546930d3f6ceff53e18 + sha256sums = adbccd68ec2d5f16a94c9c739e9fd83682bedb7d8f3a7f2cf7818e03dbe2d4d2 sha256sums = SKIP sha256sums = 6522f3eeefbd3550e3bb7dafb4c5c0cef7be0eec11ef3da79e0562b96edc04e3 sha256sums = a9b8b4a0a1f4a7b4af77d5fc70c2686d624038909263c795ecc81e0aec7711e9 sha256sums = 294e6ec79b0a64b5cb2372dbe7a5f9191dd1f68d7aece244e208581a98db8fb3 - b2sums = 73ac13f9d7a69b5346f3f2e5d2ed3836c633740b82b17f3aabd75e64b4803d8a6fb7ccf234337be1ec49a9bd1718f8ed8ffb7a72c53376fd10a1ed20c0e9e1e3 + b2sums = 09a481ee5ce70ccb98c7b53506665d1a19610871084a65d332a55ad2b1dde2f3db091ef3960a10eace12ba316438adc96d8bc84822fa5ef27feb8b35f21a1001 b2sums = SKIP b2sums = d2d14042a03ffcc5ed9212fca9cc167e8bfb2ba3f0d61a89441e033484cb914424d0f2544e0f1bc58992fee9cae03a73679352ee0fac9777fa5633ddc8d76e7d b2sums = 63a8dd9d8910f9efb353bed452d8b4b2a2da435857ccee083fc0c557f8c4c1339ca593b463db320f70387a1b63f1a79e709e9d12c69520993e26d85a3d742e34 = PKGBUILD = @@ -2,7 +2,7 @@ # Contributor: Jan Alexander Steffens (heftig) pkgname=firefox-developer-edition -pkgver=126.0b5 +pkgver=126.0b6 pkgrel=1 pkgdesc="Developer Edition of the popular Firefox web browser" url="https://www.mozilla.org/firefox/developer"; @@ -66,12 +66,12 @@ validpgpkeys=( # https://blog.mozilla.org/security/2023/05/11/updated-gpg-key-for-signing-firefox-releases/ 14F26682D0916CDD81E37B6D61B7B526D98F0353 ) -sha256sums=('779a623f5ca38dc36e6f918154d773f280528cf042ff2546930d3f6ceff53e18' +sha256sums=('adbccd68ec2d5f16a94c9c739e9fd83682bedb7d8f3a7f2cf7818e03dbe2d4d2' 'SKIP' '6522f3eeefbd3550e3bb7dafb4c5c0cef7be0eec11ef3da79e0562b96edc04e3' 'a9b8b4a0a1f4a7b4af77d5fc70c2686d624038909263c795ecc81e0aec7711e9' '294e6ec79b0a64b5cb2372dbe7a5f9191dd1f68d7aece244e208581a98db8fb3') -b2sums=('73ac13f9d7a69b5346f3f2e5d2ed3836c633740b82b17f3aabd75e64b4803d8a6fb7ccf234337be1ec49a9bd1718f8ed8ffb7a72c53376fd10a1ed20c0e9e1e3' +b2sums=('09a481ee5ce70ccb98c7b53506665d1a19610871084a65d332a55ad2b1dde2f3db091ef3960a10eace12ba316438adc96d8bc84822fa5ef27feb8b35f21a1001' 'SKIP' 'd2d14042a03ffcc5ed9212fca9cc167e8bfb2ba3f0d61a89441e033484cb914424d0f2544e0f1bc58992fee9cae03a73679352ee0fac9777fa5633ddc8d76e7d' '63a8dd9d8910f9efb353bed452d8b4b2a2da435857ccee083fc0c557f8c4c1339ca593b463db320f70387a1b63f1a79e709e9d12c69520993e26d85a3d742e34' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/firefox-developer-edition/-/commit/9170cc73e85b0ae5bcdb802fb4995562b313deba -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/firefox-developer-edition/-/commit/9170cc73e85b0ae5bcdb802fb4995562b313deba You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/firefox-developer-edition] Pushed new tag 126.0b6-1
Andrew Crerar pushed new tag 126.0b6-1 at Arch Linux / Packaging / Packages / firefox-developer-edition -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/firefox-developer-edition/-/tree/126.0b6-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/nextcloud-app-news][main] upgpkg: 25.0.0.alpha5-1
David Runge pushed to branch main at Arch Linux / Packaging / Packages / nextcloud-app-news Commits: b6b8659d by David Runge at 2024-04-27T19:05:46+02:00 upgpkg: 25.0.0.alpha5-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,14 +1,14 @@ pkgbase = nextcloud-app-news pkgdesc = An RSS/Atom feed aggregator - pkgver = 25.0.0.alpha4 + pkgver = 25.0.0.alpha5 pkgrel = 1 url = https://github.com/nextcloud/news arch = any license = AGPL-3.0-or-later makedepends = nextcloud makedepends = yq - source = nextcloud-app-news-25.0.0-alpha4.tar.gz::https://github.com/nextcloud/news/releases/download/25.0.0-alpha4/news.tar.gz - sha512sums = 94dbdcaea4685ab3ee6e56ca29f993b9ddcd5ffef1fad7d7e64eeacaa5aeaa7c5d098a96ea26586cfd78ccc6408f92f3ed6413734e109744473ee30ede783dc1 - b2sums = 3b44d22fba86baeb785e096b8fb3458a5799d3f3aab04a9cf06ad6aec15f1dfc927f1fb7e66e5b6bafafa5eb4a64d5989e5945ae252dc91636fdb3b45b6d3577 + source = nextcloud-app-news-25.0.0-alpha5.tar.gz::https://github.com/nextcloud/news/releases/download/25.0.0-alpha5/news.tar.gz + sha512sums = c74054847c2badf622c98392d27647d25594e8325ca614aac637ed4a760561d615e454591ff4b8b6a50ddcd0877d6034ab9896c10c119dffc90db0703daf859f + b2sums = bcd22f270fad54168fe5d29e17f37aaeafc2a9494bff17c592528e32086a43054778391564f1ba1697b5f45099c326da5e20859206f5974f1b606ace37cfe865 pkgname = nextcloud-app-news = PKGBUILD = @@ -3,7 +3,7 @@ pkgname=nextcloud-app-news _name=news -pkgver=25.0.0.alpha4 +pkgver=25.0.0.alpha5 pkgrel=1 pkgdesc="An RSS/Atom feed aggregator" arch=(any) @@ -11,8 +11,8 @@ url="https://github.com/nextcloud/news"; license=(AGPL-3.0-or-later) makedepends=(nextcloud yq) source=($pkgname-${pkgver/.a/-a}.tar.gz::https://github.com/nextcloud/$_name/releases/download/${pkgver/.a/-a}/$_name.tar.gz) -sha512sums=('94dbdcaea4685ab3ee6e56ca29f993b9ddcd5ffef1fad7d7e64eeacaa5aeaa7c5d098a96ea26586cfd78ccc6408f92f3ed6413734e109744473ee30ede783dc1') -b2sums=('3b44d22fba86baeb785e096b8fb3458a5799d3f3aab04a9cf06ad6aec15f1dfc927f1fb7e66e5b6bafafa5eb4a64d5989e5945ae252dc91636fdb3b45b6d3577') +sha512sums=('c74054847c2badf622c98392d27647d25594e8325ca614aac637ed4a760561d615e454591ff4b8b6a50ddcd0877d6034ab9896c10c119dffc90db0703daf859f') +b2sums=('bcd22f270fad54168fe5d29e17f37aaeafc2a9494bff17c592528e32086a43054778391564f1ba1697b5f45099c326da5e20859206f5974f1b606ace37cfe865') # BEGIN boilerplate nextcloud app version clamping, see also other packages in group # 1. Call respective function helpers in check() and package() *after* cd'ing to the source directory View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/nextcloud-app-news/-/commit/b6b8659d4a26db1c271e32bd3261c5b02ef24528 -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/nextcloud-app-news/-/commit/b6b8659d4a26db1c271e32bd3261c5b02ef24528 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/nextcloud-app-news] Pushed new tag 25.0.0.alpha5-1
David Runge pushed new tag 25.0.0.alpha5-1 at Arch Linux / Packaging / Packages / nextcloud-app-news -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/nextcloud-app-news/-/tree/25.0.0.alpha5-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/nextcloud-app-spreed][main] upgpkg: 1:19.0.0-1
David Runge pushed to branch main at Arch Linux / Packaging / Packages / nextcloud-app-spreed Commits: e2f22061 by David Runge at 2024-04-27T19:04:18+02:00 upgpkg: 1:19.0.0-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,6 +1,6 @@ pkgbase = nextcloud-app-spreed pkgdesc = Video & audio-conferencing using WebRTC - pkgver = 18.0.7 + pkgver = 19.0.0 pkgrel = 1 epoch = 1 url = https://apps.nextcloud.com/apps/spreed @@ -9,8 +9,8 @@ pkgbase = nextcloud-app-spreed license = AGPL-3.0-or-later checkdepends = yq makedepends = nextcloud - source = https://github.com/nextcloud-releases/spreed/releases/download/v18.0.7/spreed-v18.0.7.tar.gz - sha512sums = 1afd5f230e4e884eb2ab23a4c46e80ad9eff2d4e6bf3b3be0f995381032c313b13286cd0563759bb409850cae71ba2bc735916470ce599019c8066eb81a6c2f2 - b2sums = b5ff717ed631ef0103c785f92ea90e3a8457bda2e99b5de437856a4c9cd4e62cc554ba7f5b068421e45fc8d026db2ab9689e66ab8f040066b03a534c1da7fc44 + source = https://github.com/nextcloud-releases/spreed/releases/download/v19.0.0/spreed-v19.0.0.tar.gz + sha512sums = 48b82e2ce860bfaac4b36b74bf0fcf7ab5dcedb5bd592799ce00b91c3004b3a11cbefe1f705e54e9f38cb19f0c7bde5f13f6e36cd40712941385749c43695204 + b2sums = 9f0e075155afe866c80d93587eb8c2c9884f809d4cb1d211daf3260fd8d630502bc3ed3dd2497a21828c337fd20761753d1a8a15d6868cb06fbf76a6e656f182 pkgname = nextcloud-app-spreed = PKGBUILD = @@ -2,7 +2,7 @@ _name=spreed pkgname=nextcloud-app-spreed -pkgver=18.0.7 +pkgver=19.0.0 pkgrel=1 epoch=1 pkgdesc="Video & audio-conferencing using WebRTC" @@ -13,8 +13,8 @@ groups=(nextcloud-apps) makedepends=(nextcloud) checkdepends=(yq) source=(https://github.com/nextcloud-releases/$_name/releases/download/v$pkgver/$_name-v$pkgver.tar.gz) -sha512sums=('1afd5f230e4e884eb2ab23a4c46e80ad9eff2d4e6bf3b3be0f995381032c313b13286cd0563759bb409850cae71ba2bc735916470ce599019c8066eb81a6c2f2') -b2sums=('b5ff717ed631ef0103c785f92ea90e3a8457bda2e99b5de437856a4c9cd4e62cc554ba7f5b068421e45fc8d026db2ab9689e66ab8f040066b03a534c1da7fc44') +sha512sums=('48b82e2ce860bfaac4b36b74bf0fcf7ab5dcedb5bd592799ce00b91c3004b3a11cbefe1f705e54e9f38cb19f0c7bde5f13f6e36cd40712941385749c43695204') +b2sums=('9f0e075155afe866c80d93587eb8c2c9884f809d4cb1d211daf3260fd8d630502bc3ed3dd2497a21828c337fd20761753d1a8a15d6868cb06fbf76a6e656f182') # BEGIN boilerplate nextcloud app version clamping, see also other packages in group # 1. Call respective function helpers in check() and package() *after* cd'ing to the source directory View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/nextcloud-app-spreed/-/commit/e2f22061cc3878b4226d86de33367a43b2129f27 -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/nextcloud-app-spreed/-/commit/e2f22061cc3878b4226d86de33367a43b2129f27 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/nextcloud-app-spreed] Pushed new tag 1-19.0.0-1
David Runge pushed new tag 1-19.0.0-1 at Arch Linux / Packaging / Packages / nextcloud-app-spreed -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/nextcloud-app-spreed/-/tree/1-19.0.0-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/android-udev][main] upgpkg: 20240221-1
Anatol Pomozov pushed to branch main at Arch Linux / Packaging / Packages / android-udev Commits: 6ffd9bd0 by Anatol Pomozov at 2024-04-27T10:01:53-07:00 upgpkg: 20240221-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,14 +1,14 @@ pkgbase = android-udev pkgdesc = Udev rules to connect Android devices to your linux box - pkgver = 20231124 + pkgver = 20240221 pkgrel = 1 url = https://github.com/M0Rf30/android-udev-rules arch = any license = GPL3 depends = udev depends = libmtp - source = android-udev-20231124.zip::https://github.com/M0Rf30/android-udev-rules/archive/20231124.zip - sha1sums = 0f5849e19dd4c6191c2fb4f7cb2a2a3ee91065b2 - sha256sums = 2e36147ca5bf182d3e34894c48a0d130697183fd6dae1446b4b886aa1cc6 + source = android-udev-20240221.zip::https://github.com/M0Rf30/android-udev-rules/archive/20240221.zip + sha1sums = 8cf393d053999f1eb6da706b43b6764dc68e2f7b + sha256sums = 66f7e14c57d597c60eae21901ef7b76e9bc4e253f5cc252717293b6b94788279 pkgname = android-udev = PKGBUILD = @@ -2,7 +2,7 @@ # Contributor: marlock pkgname=android-udev -pkgver=20231124 +pkgver=20240221 pkgrel=1 pkgdesc='Udev rules to connect Android devices to your linux box' arch=(any) @@ -10,8 +10,8 @@ url='https://github.com/M0Rf30/android-udev-rules' license=(GPL3) depends=(udev libmtp) source=(android-udev-$pkgver.zip::https://github.com/M0Rf30/android-udev-rules/archive/$pkgver.zip) -sha1sums=('0f5849e19dd4c6191c2fb4f7cb2a2a3ee91065b2') -sha256sums=('2e36147ca5bf182d3e34894c48a0d130697183fd6dae1446b4b886aa1cc6') +sha1sums=('8cf393d053999f1eb6da706b43b6764dc68e2f7b') +sha256sums=('66f7e14c57d597c60eae21901ef7b76e9bc4e253f5cc252717293b6b94788279') package() { cd android-udev-rules-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/android-udev/-/commit/6ffd9bd0d9c57bb423f70b02049aa7ce1fb050be -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/android-udev/-/commit/6ffd9bd0d9c57bb423f70b02049aa7ce1fb050be You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/android-udev] Pushed new tag 20240221-1
Anatol Pomozov pushed new tag 20240221-1 at Arch Linux / Packaging / Packages / android-udev -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/android-udev/-/tree/20240221-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/nextcloud-app-notes] Pushed new tag 4.10.0-1
David Runge pushed new tag 4.10.0-1 at Arch Linux / Packaging / Packages / nextcloud-app-notes -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/nextcloud-app-notes/-/tree/4.10.0-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/nextcloud-app-notes][main] upgpkg: 4.10.0-1
David Runge pushed to branch main at Arch Linux / Packaging / Packages / nextcloud-app-notes Commits: 47b7e3fc by David Runge at 2024-04-27T19:01:33+02:00 upgpkg: 4.10.0-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,6 +1,6 @@ pkgbase = nextcloud-app-notes pkgdesc = Simple Notes app for Nextcloud - pkgver = 4.9.4 + pkgver = 4.10.0 pkgrel = 1 url = https://github.com/nextcloud/notes arch = any @@ -9,8 +9,8 @@ pkgbase = nextcloud-app-notes makedepends = nextcloud makedepends = yq options = !strip - source = nextcloud-app-notes-4.9.4.tar.gz::https://github.com/nextcloud/notes/releases/download/v4.9.4/notes.tar.gz - sha512sums = 8658442bf8a09439a0b9f3d72468d99e6505b3057d697b3fb6922a1ab59ba43fcb19713cccf7b048136e26f01d845009b351e553368249a735858f6e5817d42a - b2sums = 4d3c8c25a23eb31ca80663100eac33471c3c2e63668e807784bcf8998f10c4740dc9ee5ad626e5dea645404523a10897103c45fb666116eb2a66e608c084 + source = nextcloud-app-notes-4.10.0.tar.gz::https://github.com/nextcloud/notes/releases/download/v4.10.0/notes.tar.gz + sha512sums = 7950654f7ac56d15c59a8cf4fa939d2dea0eaaf0e244cf373234ef143c1a5b0d45f5fafe844a194feb44c2b5048d24c0751a23fb7f1eb954fbe9b27d4bb4f77a + b2sums = 141ff95325fd122edd4eba1135ebb30b7e15e21d81147c117ea6e78d739fe98bbaf7a1a27bb1235fb3b6024ef1ea42a3d6842b201740f2cf7244bba75db81c3d pkgname = nextcloud-app-notes = PKGBUILD = @@ -4,7 +4,7 @@ pkgname=nextcloud-app-notes _name=notes -pkgver=4.9.4 +pkgver=4.10.0 pkgrel=1 pkgdesc="Simple Notes app for Nextcloud" arch=(any) @@ -14,8 +14,8 @@ makedepends=(nextcloud yq) groups=(nextcloud-apps) options=(!strip) source=($pkgname-$pkgver.tar.gz::https://github.com/nextcloud/$_name/releases/download/v$pkgver/$_name.tar.gz) -sha512sums=('8658442bf8a09439a0b9f3d72468d99e6505b3057d697b3fb6922a1ab59ba43fcb19713cccf7b048136e26f01d845009b351e553368249a735858f6e5817d42a') -b2sums=('4d3c8c25a23eb31ca80663100eac33471c3c2e63668e807784bcf8998f10c4740dc9ee5ad626e5dea645404523a10897103c45fb666116eb2a66e608c084') +sha512sums=('7950654f7ac56d15c59a8cf4fa939d2dea0eaaf0e244cf373234ef143c1a5b0d45f5fafe844a194feb44c2b5048d24c0751a23fb7f1eb954fbe9b27d4bb4f77a') +b2sums=('141ff95325fd122edd4eba1135ebb30b7e15e21d81147c117ea6e78d739fe98bbaf7a1a27bb1235fb3b6024ef1ea42a3d6842b201740f2cf7244bba75db81c3d') # BEGIN boilerplate nextcloud app version clamping, see also other packages in group # 1. Call respective function helpers in check() and package() *after* cd'ing to the source directory View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/nextcloud-app-notes/-/commit/47b7e3fcc770edf04726b0240a3d28b9b247bf38 -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/nextcloud-app-notes/-/commit/47b7e3fcc770edf04726b0240a3d28b9b247bf38 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/nextcloud-app-mail] Pushed new tag 3.6.0-1
David Runge pushed new tag 3.6.0-1 at Arch Linux / Packaging / Packages / nextcloud-app-mail -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/nextcloud-app-mail/-/tree/3.6.0-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/nextcloud-app-mail][main] upgpkg: 3.6.0-1
David Runge pushed to branch main at Arch Linux / Packaging / Packages / nextcloud-app-mail Commits: 7814aeef by David Runge at 2024-04-27T19:00:13+02:00 upgpkg: 3.6.0-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,6 +1,6 @@ pkgbase = nextcloud-app-mail pkgdesc = An email app for NextCloud - pkgver = 3.5.8 + pkgver = 3.6.0 pkgrel = 1 url = https://github.com/nextcloud/mail arch = any @@ -10,8 +10,8 @@ pkgbase = nextcloud-app-mail makedepends = yq optdepends = kitinerary: for kitinerary-extractor options = !strip - source = https://github.com/nextcloud-releases/mail/releases/download/v3.5.8/mail-v3.5.8.tar.gz - sha512sums = a64a73c442818efe389bf1d67b974bf1e59e599315bc20d8ac5781fabf2530c47f9fcf84f23820fee17784dc3667c8417ce5ddf051b19d018dc355815eb16920 - b2sums = 881f3cc09f3f54a6b9473c2bb220e7e8aad09a20e6ddfb3390055545c5c7e99f09a08ba306dd095d5b2e54124327be6ff28a45988410545efa569e3538b88521 + source = https://github.com/nextcloud-releases/mail/releases/download/v3.6.0/mail-v3.6.0.tar.gz + sha512sums = cb4cf1dd27e077afe98316bc60419cbefa9ba3fb47e7744c78c3f9b7ee0a2d6a57a3a18fb74d0267feb0c61a0b1bac78e831fa1ef635e42a0c61e77e27ec667b + b2sums = 5a8fd40a33b3e3e86dd1bb4d2005363f22844d6888580bda6b84ec8859591194a56d952c61e25e73754b13ec7df9fd6af207ea75b33a5df82e2128da01daae39 pkgname = nextcloud-app-mail = PKGBUILD = @@ -3,7 +3,7 @@ pkgname=nextcloud-app-mail _name=mail -pkgver=3.5.8 +pkgver=3.6.0 pkgrel=1 pkgdesc="An email app for NextCloud" arch=(any) @@ -17,8 +17,8 @@ optdepends=('kitinerary: for kitinerary-extractor') groups=(nextcloud-apps) options=(!strip) source=(https://github.com/nextcloud-releases/mail/releases/download/v$pkgver/$_name-v$pkgver.tar.gz) -sha512sums=('a64a73c442818efe389bf1d67b974bf1e59e599315bc20d8ac5781fabf2530c47f9fcf84f23820fee17784dc3667c8417ce5ddf051b19d018dc355815eb16920') -b2sums=('881f3cc09f3f54a6b9473c2bb220e7e8aad09a20e6ddfb3390055545c5c7e99f09a08ba306dd095d5b2e54124327be6ff28a45988410545efa569e3538b88521') +sha512sums=('cb4cf1dd27e077afe98316bc60419cbefa9ba3fb47e7744c78c3f9b7ee0a2d6a57a3a18fb74d0267feb0c61a0b1bac78e831fa1ef635e42a0c61e77e27ec667b') +b2sums=('5a8fd40a33b3e3e86dd1bb4d2005363f22844d6888580bda6b84ec8859591194a56d952c61e25e73754b13ec7df9fd6af207ea75b33a5df82e2128da01daae39') # BEGIN boilerplate nextcloud app version clamping, see also other packages in group # 1. Call respective function helpers in check() and package() *after* cd'ing to the source directory @@ -64,7 +64,7 @@ package() { install -vdm 755 "$pkgdir/usr/share/webapps/nextcloud/apps/" cp -av $_name "$pkgdir/usr/share/webapps/nextcloud/apps/" # replace vendored version of kitinerary-extractor: https://github.com/nextcloud/mail/issues/8867 - ln -fsv /usr/lib/kf5/kitinerary-extractor "$pkgdir/usr/share/webapps/nextcloud/apps/mail/vendor/christophwurst/kitinerary-bin/bin/kitinerary-extractor" + ln -fsv /usr/lib/kf5/kitinerary-extractor "$pkgdir/usr/share/webapps/nextcloud/apps/mail/vendor/nextcloud/kitinerary-bin/bin/kitinerary-extractor" cd $_name _nextcloud_app_package } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/nextcloud-app-mail/-/commit/7814aeef9ca3acd200e2a6dfc5b68ab7f7680605 -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/nextcloud-app-mail/-/commit/7814aeef9ca3acd200e2a6dfc5b68ab7f7680605 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/nextcloud-app-deck][main] upgpkg: 1:1.13.0-1
David Runge pushed to branch main at Arch Linux / Packaging / Packages / nextcloud-app-deck Commits: f20ba31a by David Runge at 2024-04-27T18:57:15+02:00 upgpkg: 1:1.13.0-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,6 +1,6 @@ pkgbase = nextcloud-app-deck pkgdesc = Kanban style organization tool aimed at personal planning and project organization - pkgver = 1.12.2 + pkgver = 1.13.0 pkgrel = 1 epoch = 1 url = https://github.com/nextcloud/deck @@ -9,8 +9,8 @@ pkgbase = nextcloud-app-deck license = AGPL-3.0-or-later checkdepends = yq makedepends = nextcloud - source = https://github.com/nextcloud-releases/deck/releases/download/v1.12.2/deck-v1.12.2.tar.gz - sha512sums = 7d3fccc787e9c5b9569ca408df6593693c0ca143ec8ca48e3225e55dd1bc12f212f87fb304083c6c6306df0f282a6218056b5a1c3d8d21882b401ff5423bb6d9 - b2sums = a8d06e5c2ad2c88652f8c203771d19d9821fe57299a0431285dbfe739ab0d1a5b56ffba6a118a6dc8ce551e3765ee1c4821c1436b60c3a5012db70ba8673e86d + source = https://github.com/nextcloud-releases/deck/releases/download/v1.13.0/deck-v1.13.0.tar.gz + sha512sums = 856bcf3de3f09c1167d8ec538de643c6cc417c03a80ad1b0e6867a812791cafadc405c3f4847a5d86b59d356ad0b1df638aa07081a3c5d76c06403ffcd4e8ceb + b2sums = fdfcce0a3032f43c78867d6af459bdc6f43296475bf43f50db35d620b68bb183d60d3dc66a13852f13a0bf14e0a1687137a58b1bb8070aee05166ad3f228ce17 pkgname = nextcloud-app-deck = PKGBUILD = @@ -3,7 +3,7 @@ _name=deck pkgname=nextcloud-app-deck -pkgver=1.12.2 +pkgver=1.13.0 pkgrel=1 epoch=1 pkgdesc="Kanban style organization tool aimed at personal planning and project organization" @@ -14,8 +14,8 @@ groups=(nextcloud-apps) makedepends=(nextcloud) checkdepends=(yq) source=(https://github.com/nextcloud-releases/$_name/releases/download/v$pkgver/$_name-v$pkgver.tar.gz) -sha512sums=('7d3fccc787e9c5b9569ca408df6593693c0ca143ec8ca48e3225e55dd1bc12f212f87fb304083c6c6306df0f282a6218056b5a1c3d8d21882b401ff5423bb6d9') -b2sums=('a8d06e5c2ad2c88652f8c203771d19d9821fe57299a0431285dbfe739ab0d1a5b56ffba6a118a6dc8ce551e3765ee1c4821c1436b60c3a5012db70ba8673e86d') +sha512sums=('856bcf3de3f09c1167d8ec538de643c6cc417c03a80ad1b0e6867a812791cafadc405c3f4847a5d86b59d356ad0b1df638aa07081a3c5d76c06403ffcd4e8ceb') +b2sums=('fdfcce0a3032f43c78867d6af459bdc6f43296475bf43f50db35d620b68bb183d60d3dc66a13852f13a0bf14e0a1687137a58b1bb8070aee05166ad3f228ce17') # BEGIN boilerplate nextcloud app version clamping, see also other packages in group # 1. Call respective function helpers in check() and package() *after* cd'ing to the source directory View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/nextcloud-app-deck/-/commit/f20ba31ab7a8fe9b8316a8105515f434c8d66c65 -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/nextcloud-app-deck/-/commit/f20ba31ab7a8fe9b8316a8105515f434c8d66c65 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/nextcloud-app-deck] Pushed new tag 1-1.13.0-1
David Runge pushed new tag 1-1.13.0-1 at Arch Linux / Packaging / Packages / nextcloud-app-deck -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/nextcloud-app-deck/-/tree/1-1.13.0-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/swtpm][main] upgpkg: 0.8.2-1: Update to 0.8.2
Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / swtpm Commits: 6f77660b by Antonio Rojas at 2024-04-27T18:56:25+02:00 upgpkg: 0.8.2-1: Update to 0.8.2 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -0,0 +1,27 @@ +pkgbase = swtpm + pkgdesc = Libtpms-based TPM emulator with socket, character device, and Linux CUSE interface + pkgver = 0.8.2 + pkgrel = 1 + url = https://github.com/stefanberger/swtpm + arch = x86_64 + license = BSD + checkdepends = softhsm + makedepends = git + makedepends = expect + makedepends = iproute2 + makedepends = libtasn1 + makedepends = python + makedepends = socat + depends = fuse2 + depends = glib2 + depends = gnutls + depends = json-glib + depends = libseccomp + depends = libtpms + depends = openssl + depends = libseccomp.so + source = git+https://github.com/stefanberger/swtpm.git?signed#tag=v0.8.2 + validpgpkeys = B818B9CADF9089C2D5CEC66B75AD65802A0B4211 + sha512sums = 6a55a3495638e73d9f61fbc6766b125328fab9aa8f71e45b810e92789f7db71c2370914f6fb313673db380a0faff058602d79d66f34128b55c69ed945ed88404 + +pkgname = swtpm = PKGBUILD = @@ -1,7 +1,6 @@ # Maintainer: Jonas Witschel pkgname=swtpm -pkgver=0.8.1 -_tag=66e70d3c677f0bd8dd3279d4dbf73042ca8e3429 # git rev-parse "v$pkgver" +pkgver=0.8.2 pkgrel=1 pkgdesc='Libtpms-based TPM emulator with socket, character device, and Linux CUSE interface' arch=('x86_64') @@ -10,15 +9,10 @@ license=('BSD') depends=('fuse2' 'glib2' 'gnutls' 'json-glib' 'libseccomp' 'libtpms' 'openssl' 'libseccomp.so') makedepends=('git' 'expect' 'iproute2' 'libtasn1' 'python' 'socat') checkdepends=('softhsm') -source=("git+$url.git?signed#tag=$_tag") -sha512sums=('SKIP') +source=("git+$url.git?signed#tag=v$pkgver") +sha512sums=('6a55a3495638e73d9f61fbc6766b125328fab9aa8f71e45b810e92789f7db71c2370914f6fb313673db380a0faff058602d79d66f34128b55c69ed945ed88404') validpgpkeys=('B818B9CADF9089C2D5CEC66B75AD65802A0B4211') # Stefan Berger -pkgver() { - cd "$pkgname" - git describe | sed 's/^v//;s/\([^-]*-\)g/r\1/;s/-/./g' -} - prepare() { cd "$pkgname" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/swtpm/-/commit/6f77660bf2afc51b404a8c13440a940887bd77d3 -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/swtpm/-/commit/6f77660bf2afc51b404a8c13440a940887bd77d3 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/swtpm] Pushed new tag 0.8.2-1
Antonio Rojas pushed new tag 0.8.2-1 at Arch Linux / Packaging / Packages / swtpm -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/swtpm/-/tree/0.8.2-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/nextcloud-app-contacts] Pushed new tag 6.0.0-1
David Runge pushed new tag 6.0.0-1 at Arch Linux / Packaging / Packages / nextcloud-app-contacts -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/nextcloud-app-contacts/-/tree/6.0.0-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/nextcloud-app-contacts][main] upgpkg: 6.0.0-1
David Runge pushed to branch main at Arch Linux / Packaging / Packages / nextcloud-app-contacts Commits: 2579f37e by David Runge at 2024-04-27T18:55:30+02:00 upgpkg: 6.0.0-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,6 +1,6 @@ pkgbase = nextcloud-app-contacts pkgdesc = Contacts app for nextcloud - pkgver = 5.5.3 + pkgver = 6.0.0 pkgrel = 1 url = https://github.com/nextcloud/contacts/ arch = any @@ -9,8 +9,8 @@ pkgbase = nextcloud-app-contacts makedepends = nextcloud makedepends = yq options = !strip - source = nextcloud-app-contacts-5.5.3.tar.gz::https://github.com/nextcloud-releases/contacts/releases/download/v5.5.3/contacts-v5.5.3.tar.gz - sha256sums = cf19a03228b3cd719f45e452f5727e7dbead2512c7fd9e4dbee2e9b296004452 - b2sums = bda57a76d1e58fb8a3cdc40c6d5ad2099f382588baeefdd4f4e219d094367c446294dbbe147285f4ba74ebbece2a671c223276c3434c3c1b4a2750e76c8b2451 + source = nextcloud-app-contacts-6.0.0.tar.gz::https://github.com/nextcloud-releases/contacts/releases/download/v6.0.0/contacts-v6.0.0.tar.gz + sha256sums = e3c11127d0d0f70ef57a7713d9756f715695f846ed86013142588a3b5b10fb50 + b2sums = 53b71d9caae411b8d966be310e1ed12e9e1361bb37cd15e6f8e63e171421901180dc5bde70f8877be25fbafb30a50be3970eb8efe87959c01259fbc0e42067de pkgname = nextcloud-app-contacts = PKGBUILD = @@ -2,7 +2,7 @@ _name=contacts pkgname=nextcloud-app-contacts -pkgver=5.5.3 +pkgver=6.0.0 pkgrel=1 pkgdesc="Contacts app for nextcloud" arch=(any) @@ -12,8 +12,8 @@ makedepends=(nextcloud yq) groups=(nextcloud-apps) options=(!strip) source=($pkgname-$pkgver.tar.gz::https://github.com/nextcloud-releases/contacts/releases/download/v$pkgver/contacts-v$pkgver.tar.gz) -sha256sums=('cf19a03228b3cd719f45e452f5727e7dbead2512c7fd9e4dbee2e9b296004452') -b2sums=('bda57a76d1e58fb8a3cdc40c6d5ad2099f382588baeefdd4f4e219d094367c446294dbbe147285f4ba74ebbece2a671c223276c3434c3c1b4a2750e76c8b2451') +sha256sums=('e3c11127d0d0f70ef57a7713d9756f715695f846ed86013142588a3b5b10fb50') +b2sums=('53b71d9caae411b8d966be310e1ed12e9e1361bb37cd15e6f8e63e171421901180dc5bde70f8877be25fbafb30a50be3970eb8efe87959c01259fbc0e42067de') # BEGIN boilerplate nextcloud app version clamping, see also other packages in group # 1. Call respective function helpers in check() and package() *after* cd'ing to the source directory View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/nextcloud-app-contacts/-/commit/2579f37ebb326506d4977df82d8c311e4252197e -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/nextcloud-app-contacts/-/commit/2579f37ebb326506d4977df82d8c311e4252197e You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/archlinux-keyring][main] upgpkg: 20240427-1: new upstream release
Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages / archlinux-keyring Commits: 76675582 by Christian Hesse at 2024-04-27T18:55:02+02:00 upgpkg: 20240427-1: new upstream release - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,6 +1,6 @@ pkgbase = archlinux-keyring pkgdesc = Arch Linux PGP keyring - pkgver = 20240313 + pkgver = 20240427 pkgrel = 1 url = https://gitlab.archlinux.org/archlinux/archlinux-keyring/ install = archlinux-keyring.install @@ -14,7 +14,7 @@ pkgbase = archlinux-keyring makedepends = pkgconf makedepends = systemd depends = pacman - source = archlinux-keyring::git+https://gitlab.archlinux.org/archlinux/archlinux-keyring.git#tag=20240313?signed + source = archlinux-keyring::git+https://gitlab.archlinux.org/archlinux/archlinux-keyring.git#tag=20240427?signed validpgpkeys = 02FD1C7A934E614545849F19A6234074498E9CEE validpgpkeys = C7E7849466FE2358343588377258734B41C31549 validpgpkeys = 4AA4767BBC9C4B1D18AE28B77F2D434B9741E8AC @@ -22,6 +22,6 @@ pkgbase = archlinux-keyring validpgpkeys = ECCAC84C1BA08A6CC8E63FBBF22FB1D78A77AEAB validpgpkeys = E240B57E2C4630BA768E2F26FC1B547C8D8172C8 validpgpkeys = C100346676634E80C940FB9E9C02FF419FECBE16 - sha256sums = 83f4fcd0018f88e3f69054c3625c0f5c69d65d4ee1c94a195acb18e7b146ad31 + sha256sums = 0ac2713e76c3f0fd344560ebb5871af2bd3e0b78eea88b9cdd87cb2910786785 pkgname = archlinux-keyring = PKGBUILD = @@ -2,7 +2,7 @@ # Maintainer: Bartłomiej Piotrowski pkgname=archlinux-keyring -pkgver=20240313 +pkgver=20240427 pkgrel=1 pkgdesc='Arch Linux PGP keyring' arch=('any') @@ -13,7 +13,7 @@ depends=('pacman') makedepends=('git' 'python' 'sequoia-sq' 'pkgconf' 'systemd') checkdepends=('python-coverage' 'python-pytest') source=("archlinux-keyring::git+https://gitlab.archlinux.org/archlinux/archlinux-keyring.git#tag=${pkgver}?signed";) -sha256sums=('83f4fcd0018f88e3f69054c3625c0f5c69d65d4ee1c94a195acb18e7b146ad31') +sha256sums=('0ac2713e76c3f0fd344560ebb5871af2bd3e0b78eea88b9cdd87cb2910786785') validpgpkeys=('02FD1C7A934E614545849F19A6234074498E9CEE' # Christian Hesse 'C7E7849466FE2358343588377258734B41C31549' # David Runge '4AA4767BBC9C4B1D18AE28B77F2D434B9741E8AC' # Pierre Schmitz View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/archlinux-keyring/-/commit/76675582eeceb0a3a3e4b521162357bc0cddbe06 -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/archlinux-keyring/-/commit/76675582eeceb0a3a3e4b521162357bc0cddbe06 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/archlinux-keyring] Pushed new tag 20240427-1
Christian Hesse pushed new tag 20240427-1 at Arch Linux / Packaging / Packages / archlinux-keyring -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/archlinux-keyring/-/tree/20240427-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/nextcloud-app-calendar] Pushed new tag 1-4.7.1-1
David Runge pushed new tag 1-4.7.1-1 at Arch Linux / Packaging / Packages / nextcloud-app-calendar -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/nextcloud-app-calendar/-/tree/1-4.7.1-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/nextcloud-app-calendar][main] upgpkg: 1:4.7.1-1
David Runge pushed to branch main at Arch Linux / Packaging / Packages / nextcloud-app-calendar Commits: c8c522d5 by David Runge at 2024-04-27T18:54:31+02:00 upgpkg: 1:4.7.1-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,6 +1,6 @@ pkgbase = nextcloud-app-calendar pkgdesc = Calendar app for nextcloud - pkgver = 4.6.7 + pkgver = 4.7.1 pkgrel = 1 epoch = 1 url = https://github.com/nextcloud/calendar/ @@ -10,8 +10,8 @@ pkgbase = nextcloud-app-calendar makedepends = nextcloud makedepends = yq options = !strip - source = https://github.com/nextcloud-releases/calendar/releases/download/v4.6.7/calendar-v4.6.7.tar.gz - sha256sums = 3078c780c31627ccda418529ba875f91819531c7b13b13a7d20339f7d740 - b2sums = 2400705a3e5bafc4f6a11242b36b4e6146a327caee1a3f22084861857e79bbd41c229303fad5dc99b97d1b0bc131aac95691d2605ae1694c023315547e0b8ae6 + source = https://github.com/nextcloud-releases/calendar/releases/download/v4.7.1/calendar-v4.7.1.tar.gz + sha256sums = 3a543892bac38bc229ad2d820704ad3c54d71bc3ac2ff27b6e22985fdc795cf2 + b2sums = efa0a020b50c45434e4ddc67ba4d53895d9c0cb5224cd0d6a52ea9c1be991d28040713ee143cfbd9aa3e88d1aa15af873c7c19d0f5d5da7f34405cf49ee58047 pkgname = nextcloud-app-calendar = PKGBUILD = @@ -3,7 +3,7 @@ pkgname=nextcloud-app-calendar _name=calendar epoch=1 -pkgver=4.6.7 +pkgver=4.7.1 pkgrel=1 pkgdesc="Calendar app for nextcloud" arch=(any) @@ -13,8 +13,8 @@ makedepends=(nextcloud yq) groups=(nextcloud-apps) options=(!strip) source=(https://github.com/nextcloud-releases/calendar/releases/download/v$pkgver/$_name-v$pkgver.tar.gz) -sha256sums=('3078c780c31627ccda418529ba875f91819531c7b13b13a7d20339f7d740') -b2sums=('2400705a3e5bafc4f6a11242b36b4e6146a327caee1a3f22084861857e79bbd41c229303fad5dc99b97d1b0bc131aac95691d2605ae1694c023315547e0b8ae6') +sha256sums=('3a543892bac38bc229ad2d820704ad3c54d71bc3ac2ff27b6e22985fdc795cf2') +b2sums=('efa0a020b50c45434e4ddc67ba4d53895d9c0cb5224cd0d6a52ea9c1be991d28040713ee143cfbd9aa3e88d1aa15af873c7c19d0f5d5da7f34405cf49ee58047') # BEGIN boilerplate nextcloud app version clamping, see also other packages in group # 1. Call respective function helpers in check() and package() *after* cd'ing to the source directory View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/nextcloud-app-calendar/-/commit/c8c522d5423a4632753489b4dfb6070fc57b0023 -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/nextcloud-app-calendar/-/commit/c8c522d5423a4632753489b4dfb6070fc57b0023 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/python-pytest-repeat][main] upgpkg: 0.9.3-1: Update to 0.9.3
Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / python-pytest-repeat Commits: 9d47087a by Antonio Rojas at 2024-04-27T18:52:43+02:00 upgpkg: 0.9.3-1: Update to 0.9.3 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,14 +1,17 @@ pkgbase = python-pytest-repeat pkgdesc = pytest plugin for repeating test execution - pkgver = 0.9.1 - pkgrel = 6 + pkgver = 0.9.3 + pkgrel = 1 url = https://github.com/pytest-dev/pytest-repeat arch = any license = MPL makedepends = git - makedepends = python-setuptools-scm + makedepends = python-build + makedepends = python-installer + makedepends = python-hatchling + makedepends = python-hatch-vcs depends = python-pytest - source = git+https://github.com/pytest-dev/pytest-repeat.git#commit=e987effed02b37d30f6cbc1e8c7f51a4b3b9e62f - sha512sums = SKIP + source = git+https://github.com/pytest-dev/pytest-repeat.git#tag=v0.9.3 + sha512sums = 781f9d8775346294ae17cce9c4bd2490756ef108c71c9ff42ddaf8c74e5375768689dd4cf0c417d1a36df266732c930c811f539306138d9c0e8b4dad1f5712ad pkgname = python-pytest-repeat = PKGBUILD = @@ -1,21 +1,20 @@ # Maintainer: Felix Yan pkgname=python-pytest-repeat -pkgver=0.9.1 -_commit=e987effed02b37d30f6cbc1e8c7f51a4b3b9e62f -pkgrel=6 +pkgver=0.9.3 +pkgrel=1 pkgdesc='pytest plugin for repeating test execution' arch=('any') license=('MPL') url='https://github.com/pytest-dev/pytest-repeat' depends=('python-pytest') -makedepends=('git' 'python-setuptools-scm') -source=("git+https://github.com/pytest-dev/pytest-repeat.git#commit=$_commit";) -sha512sums=('SKIP') +makedepends=('git' 'python-build' 'python-installer' 'python-hatchling' 'python-hatch-vcs') +source=("git+https://github.com/pytest-dev/pytest-repeat.git#tag=v$pkgver";) +sha512sums=('781f9d8775346294ae17cce9c4bd2490756ef108c71c9ff42ddaf8c74e5375768689dd4cf0c417d1a36df266732c930c811f539306138d9c0e8b4dad1f5712ad') build() { cd pytest-repeat - python setup.py build + python -m build --wheel --no-isolation } check() { @@ -23,13 +22,13 @@ check() { cd pytest-repeat local site_packages=$(python -c "import site; print(site.getsitepackages()[0])") - python setup.py install --root="$PWD/tmp_install" --optimize=1 + python -m installer --destdir="$PWD/tmp_install" dist/*.whl PYTHONPATH="$PWD/tmp_install$site_packages:$PYTHONPATH" pytest } package() { cd pytest-repeat - python setup.py install --root="$pkgdir" --optimize=1 + python -m installer --destdir="$pkgdir" dist/*.whl } # vim:set ts=2 sw=2 et: View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-repeat/-/commit/9d47087aef0425a2ee163712d15fd7a625672986 -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-repeat/-/commit/9d47087aef0425a2ee163712d15fd7a625672986 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/python-pytest-repeat] Pushed new tag 0.9.3-1
Antonio Rojas pushed new tag 0.9.3-1 at Arch Linux / Packaging / Packages / python-pytest-repeat -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-repeat/-/tree/0.9.3-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/python-schema][main] Drop python-contextlib2 dependency
Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / python-schema Commits: c8e57646 by Jelle van der Waa at 2024-04-27T18:49:03+02:00 Drop python-contextlib2 dependency Merged upstream: https://github.com/keleshev/schema/pull/291 - - - - - 3 changed files: - .SRCINFO - PKGBUILD - + drop-contextlib2.patch Changes: = .SRCINFO = @@ -1,7 +1,7 @@ pkgbase = python-schema pkgdesc = Python module to validate and convert data structures. pkgver = 0.7.5 - pkgrel = 5 + pkgrel = 6 url = https://github.com/keleshev/schema arch = any license = MIT @@ -11,10 +11,11 @@ pkgbase = python-schema makedepends = python-setuptools makedepends = python-wheel depends = python - depends = python-contextlib2 source = schema-0.7.5.tar.gz::https://github.com/keleshev/schema/archive/refs/tags/v0.7.5.tar.gz source = python-schema-0.7.5-mock.patch + source = drop-contextlib2.patch sha256sums = 9af94571c6c2df01be002a8dcd5efda33a64b08ce2c7fba9646d2a8fe762c8e3 sha256sums = fa8c47083e9531f6865dfbe61e7f33eddd09b1e40d42cc55b99e3e69a4ce256d + sha256sums = 8d90f933d7372d268b329ee8d6ca8ec843fef5826f752e57acb5f9238b5f76e3 pkgname = python-schema = PKGBUILD = @@ -3,11 +3,11 @@ _name=schema pkgname="python-$_name" pkgver=0.7.5 -pkgrel=5 +pkgrel=6 pkgdesc='Python module to validate and convert data structures.' arch=(any) url="https://github.com/keleshev/$_name"; -depends=(python python-contextlib2) +depends=(python) makedepends=( python-build python-installer @@ -19,9 +19,11 @@ license=(MIT) source=( $_name-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz $pkgname-0.7.5-mock.patch + drop-contextlib2.patch ) sha256sums=('9af94571c6c2df01be002a8dcd5efda33a64b08ce2c7fba9646d2a8fe762c8e3' -'fa8c47083e9531f6865dfbe61e7f33eddd09b1e40d42cc55b99e3e69a4ce256d') +'fa8c47083e9531f6865dfbe61e7f33eddd09b1e40d42cc55b99e3e69a4ce256d' +'8d90f933d7372d268b329ee8d6ca8ec843fef5826f752e57acb5f9238b5f76e3') prepare() { cd "$srcdir/$_name-$pkgver" @@ -30,6 +32,9 @@ prepare() { # remove the use of python-mock patch -Np1 -i ../$pkgname-0.7.5-mock.patch + + # remove contextlib2 requirement provided by Python since 3.3 + patch -Np1 -i ../drop-contextlib2.patch } build() { = drop-contextlib2.patch = @@ -0,0 +1,17 @@ +From e446ee43919b0adfefd27ec04b2485a40bc77879 Mon Sep 17 00:00:00 2001 +From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= +Date: Sat, 4 Feb 2023 23:07:37 -0800 +Subject: [PATCH] only require contextlib2 on Python < 3.3 + +contextlib.ExitStack was added in Python 3.3 +--- + requirements.txt | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/requirements.txt b/requirements.txt +index 22f593a..4c1eafd 100644 +--- a/requirements.txt b/requirements.txt +@@ -1 +1 @@ +-contextlib2>=0.5.5 ++contextlib2>=0.5.5; python_version < "3.3" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-schema/-/commit/c8e576468d3065e58905691b3341c96f68e1764c -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-schema/-/commit/c8e576468d3065e58905691b3341c96f68e1764c You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/python-schema] Pushed new tag 0.7.5-6
Jelle van der Waa pushed new tag 0.7.5-6 at Arch Linux / Packaging / Packages / python-schema -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-schema/-/tree/0.7.5-6 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/python-zict][main] upgpkg: 3.0.0-1: Update to 3.0.0
Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / python-zict Commits: 19a9616c by Antonio Rojas at 2024-04-27T18:40:38+02:00 upgpkg: 3.0.0-1: Update to 3.0.0 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,17 +1,19 @@ pkgbase = python-zict pkgdesc = Useful Mutable Mappings - pkgver = 2.2.0 - pkgrel = 3 + pkgver = 3.0.0 + pkgrel = 1 url = https://github.com/dask/zict/ arch = any license = BSD - checkdepends = python-pytest + checkdepends = python-pytest-timeout + checkdepends = python-pytest-repeat + checkdepends = python-pytest-asyncio checkdepends = python-lmdb checkdepends = python-psutil makedepends = python-setuptools depends = python depends = python-heapdict - source = https://files.pythonhosted.org/packages/source/z/zict/zict-2.2.0.tar.gz - sha256sums = d7366c2e2293314112dcf2432108428a67b927b5619feefc310d12d833f3 + source = https://files.pythonhosted.org/packages/source/z/zict/zict-3.0.0.tar.gz + sha256sums = e321e263b6a97aafc0790c3cfb3c04656b7066e6738c37fffcca95d803c9fba5 pkgname = python-zict = PKGBUILD = @@ -2,18 +2,18 @@ _pkg=zict pkgname=python-${_pkg} -pkgver=2.2.0 -pkgrel=3 +pkgver=3.0.0 +pkgrel=1 pkgdesc="Useful Mutable Mappings" arch=(any) url="https://github.com/dask/zict/"; license=(BSD) makedepends=(python-setuptools) depends=(python python-heapdict) -checkdepends=(python-pytest python-lmdb python-psutil) +checkdepends=(python-pytest-timeout python-pytest-repeat python-pytest-asyncio python-lmdb python-psutil) source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz) #source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz) -sha256sums=('d7366c2e2293314112dcf2432108428a67b927b5619feefc310d12d833f3') +sha256sums=('e321e263b6a97aafc0790c3cfb3c04656b7066e6738c37fffcca95d803c9fba5') build() { cd ${_pkg}-${pkgver} View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-zict/-/commit/19a9616cdf05e282a57b3f5825146922de348340 -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-zict/-/commit/19a9616cdf05e282a57b3f5825146922de348340 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/python-zict] Pushed new tag 3.0.0-1
Antonio Rojas pushed new tag 3.0.0-1 at Arch Linux / Packaging / Packages / python-zict -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-zict/-/tree/3.0.0-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/nextcloud][main] upgpkg: 29.0.0-1
David Runge pushed to branch main at Arch Linux / Packaging / Packages / nextcloud Commits: 6a3da33b by David Runge at 2024-04-27T18:35:19+02:00 upgpkg: 29.0.0-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,6 +1,6 @@ pkgbase = nextcloud pkgdesc = A cloud server to store your files centrally on a hardware controlled by you - pkgver = 28.0.4 + pkgver = 29.0.0 pkgrel = 1 url = https://nextcloud.com install = nextcloud.install @@ -22,8 +22,8 @@ pkgbase = nextcloud backup = etc/webapps/nextcloud/config/config.php backup = etc/webapps/nextcloud/.htaccess backup = etc/uwsgi/nextcloud.ini - source = https://download.nextcloud.com/server/releases/nextcloud-28.0.4.tar.bz2 - source = https://download.nextcloud.com/server/releases/nextcloud-28.0.4.tar.bz2.asc + source = https://download.nextcloud.com/server/releases/nextcloud-29.0.0.tar.bz2 + source = https://download.nextcloud.com/server/releases/nextcloud-29.0.0.tar.bz2.asc source = apache.example.conf source = nextcloud.config.php source = nextcloud.hook @@ -34,7 +34,7 @@ pkgbase = nextcloud source = nextcloud-cron.service source = nextcloud-cron.timer validpgpkeys = 28806A878AE423A28372792ED75899B9A724937A - sha512sums = bb26831d9143ab5ea06ffdf9f2c98c5851c26c23002c6124c9443cd2636d7a102e5da053e0fbd0e7ed6da634d292deeaa0219038b6def4bf302e922b48135fb2 + sha512sums = 0a3a1601895b261b26efc8fe81ac8faec86ceff199f53b75422607509edba4c8dc4125de543f6ceee2277b7fd5456d23602c992aabc8fbf5df10fec835a22385 sha512sums = SKIP sha512sums = 5f9be223225e6ad2772989c440df8585a852ea0be697274384064ec73df47dab2f5d0847c275732fab26c419a713911d8f77ebc2b639bf6e8ede76272b752cde sha512sums = 92592f9a76ee534d0ae6d3aedf2257c147337debe7e2d6dbec1daff66a682e3abc74611e08662058de314bf3ea6ff1c85efd678674b782d71251c38786e446f9 @@ -45,7 +45,7 @@ pkgbase = nextcloud sha512sums = adff09fa5eb5932aa76f987ae92177fff799c0ca4233c418ba47796078fe1ced9d49e987a57a304a4779d43d8e64dffd8ba69443348810f09c5d5127eadd162f sha512sums = 3d3e22841bbae0b910c1d1dc9cccfff1182f5fd569c39ae76ca7f3828de31d5d91bf0d28524dd397171f027046bfb193845ecfc06bd0abbbc79899acb26306bb sha512sums = eb69785a5b0df0e2a11f53f9c2e2dbf75681d7c698e88cbcc5ceed713a558d528511cc576813cc083cbaa28a2c83d543a39436ad4805670348ef22634305b1c8 - b2sums = a4b3ba4c4dddba5097edd49bcd73083755eac253bb036f4ce2d674be254e1bf2536655e360f05cc9f70879d8b2436567b2ac0eea2252a454fe3de28fe62e3b94 + b2sums = 1da8b9bcf9dc1f9c389ed15ab2d644b8b57eb686930ce465b66f66e0c5a9a37e7d0f4d5061115095523a3cccbae645d18ba50a0f1e8a1a898f4d3b812bb1870f b2sums = SKIP b2sums = 7d40d120c28291f1a7537f3e1b5049fa83c9c0af949371345ea9ccdf3de4a0f3a3a06edbc52d9254dba483e4d11acf562cf679b9e379c5dfc2f61dfbfc2e4cef b2sums = 4ad061efbc20b4d0e9f8cfd01c5e8e612fa5af29bce754b77f90c1835b98ee445ef4de3d8c83da91461053622620af14d880eb9014b51f2383c75f1860d479f4 = PKGBUILD = @@ -4,7 +4,7 @@ pkgname=nextcloud # NOTE: always check first whether the version is supposed to be packaged: # https://github.com/nextcloud/server/wiki/Maintenance-and-Release-Schedule -pkgver=28.0.4 +pkgver=29.0.0 pkgrel=1 pkgdesc="A cloud server to store your files centrally on a hardware controlled by you" arch=(any) @@ -43,7 +43,7 @@ source=( $pkgname-cron.service $pkgname-cron.timer ) -sha512sums=('bb26831d9143ab5ea06ffdf9f2c98c5851c26c23002c6124c9443cd2636d7a102e5da053e0fbd0e7ed6da634d292deeaa0219038b6def4bf302e922b48135fb2' +sha512sums=('0a3a1601895b261b26efc8fe81ac8faec86ceff199f53b75422607509edba4c8dc4125de543f6ceee2277b7fd5456d23602c992aabc8fbf5df10fec835a22385' 'SKIP' '5f9be223225e6ad2772989c440df8585a852ea0be697274384064ec73df47dab2f5d0847c275732fab26c419a713911d8f77ebc2b639bf6e8ede76272b752cde' '92592f9a76ee534d0ae6d3aedf2257c147337debe7e2d6dbec1daff66a682e3abc74611e08662058de314bf3ea6ff1c85efd678674b782d71251c38786e446f9' @@ -54,7 +54,7 @@ sha512sums=('bb26831d9143ab5ea06ffdf9f2c98c5851c26c23002c6124c9443cd2636d7a102e5 'adff09fa5eb5932aa76f987ae92177fff799c0ca4233c418ba47796078fe1ced9d49e987a57a304a4779d43d8e64dffd8ba69443348810f09c5d5127eadd162f' '3d3e22841bbae0b910c1d1dc9cccfff1182f5fd569c39ae76ca7f3828de31d5d91bf0d28524dd397171f027046bfb193845ecfc06bd0abbbc79899acb26306bb' 'eb69785a5b0df0e2a11f53f9c2e2dbf75681d7c698e88cbcc5ceed713a558d528511cc576813cc083cbaa28a2c83d543a39436ad4805670348ef22634305b1c8') -b2sums=('a4b3ba4c4dddba5097edd49bcd73083755eac253bb036f4ce2d674be254e1bf2536655e360f05cc9f70879d8b2436567b2ac0eea2252a454fe3de28fe62e3b94' +b2sums=('1da8b9bcf9dc1f9c389ed15ab2d644b8b57eb686930ce465b66f66e0c5a9a
[Git][archlinux/packaging/packages/nextcloud] Pushed new tag 29.0.0-1
David Runge pushed new tag 29.0.0-1 at Arch Linux / Packaging / Packages / nextcloud -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/nextcloud/-/tree/29.0.0-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/python-fakeredis][main] Drop python-six dependency
Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / python-fakeredis Commits: 5b1c08ca by Jelle van der Waa at 2024-04-27T18:34:33+02:00 Drop python-six dependency https://github.com/cunla/fakeredis-py/commit/cc8c2e77ccb9117676cb22fee3bdff38a622d6a2 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,7 +1,7 @@ pkgbase = python-fakeredis pkgdesc = Fake implementation of redis API (redis-py) for testing purposes pkgver = 2.22.0 - pkgrel = 2 + pkgrel = 3 url = https://github.com/dsoftwareinc/fakeredis-py arch = any license = BSD @@ -17,7 +17,6 @@ pkgbase = python-fakeredis makedepends = python-lupa makedepends = python-poetry-core depends = python-redis - depends = python-six depends = python-sortedcontainers optdepends = python-packaging: for aioredis support optdepends = python-lupa: for lua scripting support = PKGBUILD = @@ -7,13 +7,12 @@ BUILDENV+=(!check) _pyname=fakeredis pkgname=python-fakeredis pkgver=2.22.0 -pkgrel=2 +pkgrel=3 pkgdesc='Fake implementation of redis API (redis-py) for testing purposes' arch=(any) url="https://github.com/dsoftwareinc/${_pyname}-py"; license=(BSD MIT) depends=(python-redis - python-six python-sortedcontainers) makedepends=(python-{build,installer,wheel} python-packaging View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-fakeredis/-/commit/5b1c08ca0503a2c12eee6245d1af7a61f3323793 -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-fakeredis/-/commit/5b1c08ca0503a2c12eee6245d1af7a61f3323793 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/python-fakeredis] Pushed new tag 2.22.0-3
Jelle van der Waa pushed new tag 2.22.0-3 at Arch Linux / Packaging / Packages / python-fakeredis -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-fakeredis/-/tree/2.22.0-3 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/python-ntlm-auth][main] Drop unused python-six dependency
Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / python-ntlm-auth Commits: 13994564 by Jelle van der Waa at 2024-04-27T18:31:20+02:00 Drop unused python-six dependency https://github.com/jborean93/ntlm-auth/commit/dc83682eea1b1cc2993c43ff09ff58ad9c3d7926 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,13 +1,12 @@ pkgbase = python-ntlm-auth pkgdesc = Creates NTLM authentication structures pkgver = 1.5.0 - pkgrel = 8 + pkgrel = 9 url = https://github.com/jborean93/ntlm-auth arch = any license = MIT makedepends = python-setuptools depends = python - depends = python-six depends = python-cryptography source = python-ntlm-auth-1.5.0.tar.gz::https://github.com/jborean93/ntlm-auth/archive/v1.5.0.tar.gz sha512sums = cf08b23e49d45c528404b70b6be88f6c3edee9fd0d4584f3962931a08a0982cdad4089963a95aea911b6eb4db32a932536cf6d9c02c292cd447e0a9c6b3b802b = PKGBUILD = @@ -4,10 +4,10 @@ pkgname=python-ntlm-auth _module='ntlm-auth' pkgver=1.5.0 -pkgrel=8 +pkgrel=9 pkgdesc="Creates NTLM authentication structures" url="https://github.com/jborean93/ntlm-auth"; -depends=('python' 'python-six' 'python-cryptography') +depends=('python' 'python-cryptography') makedepends=('python-setuptools') license=('MIT') arch=('any') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-ntlm-auth/-/commit/139945643a5ae0d72504f69782afd0856ae73aa7 -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-ntlm-auth/-/commit/139945643a5ae0d72504f69782afd0856ae73aa7 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/python-ntlm-auth] Pushed new tag 1.5.0-9
Jelle van der Waa pushed new tag 1.5.0-9 at Arch Linux / Packaging / Packages / python-ntlm-auth -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-ntlm-auth/-/tree/1.5.0-9 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/python-jose][main] Drop dependency on python-six
Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / python-jose Commits: bdd1b352 by Jelle van der Waa at 2024-04-27T18:28:31+02:00 Drop dependency on python-six https://github.com/mpdavis/python-jose/commit/e44cbc8a4eaec10230bee8acd83b9ea8fcff890f - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,7 +1,7 @@ pkgbase = python-jose pkgdesc = A JOSE implementation in Python pkgver = 3.3.0 - pkgrel = 6 + pkgrel = 7 url = https://github.com/mpdavis/python-jose arch = any license = MIT @@ -14,7 +14,6 @@ pkgbase = python-jose makedepends = python-installer makedepends = python-wheel depends = python-rsa - depends = python-six depends = python-ecdsa depends = python-future optdepends = python-cryptography: one option for better performance = PKGBUILD = @@ -2,12 +2,12 @@ pkgname=python-jose pkgver=3.3.0 -pkgrel=6 +pkgrel=7 pkgdesc="A JOSE implementation in Python" arch=('any') license=('MIT') url="https://github.com/mpdavis/python-jose"; -depends=('python-rsa' 'python-six' 'python-ecdsa' 'python-future') +depends=('python-rsa' 'python-ecdsa' 'python-future') optdepends=('python-cryptography: one option for better performance' 'python-pycryptodome: one option for better performance') makedepends=('python-setuptools' 'python-build' 'python-installer' 'python-wheel') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-jose/-/commit/bdd1b3529a3b0aaf17b1b0b7ecb21c8870a79943 -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-jose/-/commit/bdd1b3529a3b0aaf17b1b0b7ecb21c8870a79943 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/python-jose] Pushed new tag 3.3.0-7
Jelle van der Waa pushed new tag 3.3.0-7 at Arch Linux / Packaging / Packages / python-jose -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-jose/-/tree/3.3.0-7 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/python-django-allauth][main] upgpkg: 0.62.1-1
David Runge pushed to branch main at Arch Linux / Packaging / Packages / python-django-allauth Commits: 6e575796 by David Runge at 2024-04-27T18:27:52+02:00 upgpkg: 0.62.1-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,7 +1,7 @@ pkgbase = python-django-allauth pkgdesc = Authentication, registration, account management and 3rd party account authentication - pkgver = 0.62.0 - pkgrel = 2 + pkgver = 0.62.1 + pkgrel = 1 url = https://github.com/pennersr/django-allauth arch = any license = MIT @@ -24,8 +24,8 @@ pkgbase = python-django-allauth depends = python-pyjwt optdepends = python-qrcode: for MFA support optdepends = python-saml: for SAML support - source = django-allauth-0.62.0.tar.gz::https://github.com/pennersr/django-allauth/archive/0.62.0.tar.gz - sha512sums = ee020f4e223a89eb5804b98e7cc4882e7325abe707be466d83ff6adbd6156e0300d911fd1020ca6af57ceb4d4b870bea126de5137b4f4cf332aac2db40347b26 - b2sums = 4737539ce8d996c3b1b4edc9bfb9a11c5361be3fabd48a379d49bd481a715e69a4851a6051767e1d4879604928a8c314dce67b167dd572822ad41f49ce4b0dd0 + source = django-allauth-0.62.1.tar.gz::https://github.com/pennersr/django-allauth/archive/0.62.1.tar.gz + sha512sums = b9723a67babb070a159bf9ff5fef91ba91ab970ea6ca0b1e5f2a4cf75ba57460d7d7d3d376cae4e521c9980013a034aba8f745aa2a1cec7603a236712ef3dff8 + b2sums = 1818279892c1e220f9039248ba70e6d312f950bcae8689fd2418ae0d5e3e98e110b0bdf7e0f868c47277f6b6ac5d6e41bb95d5f5baf82d72656f1b4769cc44f0 pkgname = python-django-allauth = PKGBUILD = @@ -2,8 +2,8 @@ _name=django-allauth pkgname=python-django-allauth -pkgver=0.62.0 -pkgrel=2 +pkgver=0.62.1 +pkgrel=1 pkgdesc="Authentication, registration, account management and 3rd party account authentication" arch=(any) url="https://github.com/pennersr/django-allauth"; @@ -36,8 +36,8 @@ optdepends=( 'python-saml: for SAML support' ) source=($_name-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz) -sha512sums=('ee020f4e223a89eb5804b98e7cc4882e7325abe707be466d83ff6adbd6156e0300d911fd1020ca6af57ceb4d4b870bea126de5137b4f4cf332aac2db40347b26') -b2sums=('4737539ce8d996c3b1b4edc9bfb9a11c5361be3fabd48a379d49bd481a715e69a4851a6051767e1d4879604928a8c314dce67b167dd572822ad41f49ce4b0dd0') +sha512sums=('b9723a67babb070a159bf9ff5fef91ba91ab970ea6ca0b1e5f2a4cf75ba57460d7d7d3d376cae4e521c9980013a034aba8f745aa2a1cec7603a236712ef3dff8') +b2sums=('1818279892c1e220f9039248ba70e6d312f950bcae8689fd2418ae0d5e3e98e110b0bdf7e0f868c47277f6b6ac5d6e41bb95d5f5baf82d72656f1b4769cc44f0') build() { cd $_name-$pkgver @@ -54,7 +54,4 @@ package() { python -m installer --destdir="$pkgdir" dist/*.whl install -vDm 644 README.rst -t "$pkgdir/usr/share/doc/$pkgname" install -vDm 644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname" - # remove tests dir: https://github.com/pennersr/django-allauth/issues/3752 - local site_packages=$(python -c "import site; print(site.getsitepackages()[0])") - rm -frv "$pkgdir/$site_packages/tests" } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-django-allauth/-/commit/6e5757964956e6f9f1f472742c94e898fb46b304 -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-django-allauth/-/commit/6e5757964956e6f9f1f472742c94e898fb46b304 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/python-django-allauth] Pushed new tag 0.62.1-1
David Runge pushed new tag 0.62.1-1 at Arch Linux / Packaging / Packages / python-django-allauth -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-django-allauth/-/tree/0.62.1-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/python-protego] Pushed new tag 0.3.1-2
Jelle van der Waa pushed new tag 0.3.1-2 at Arch Linux / Packaging / Packages / python-protego -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-protego/-/tree/0.3.1-2 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/python-protego][main] Drop python-six dependency
Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / python-protego Commits: 476f74f5 by Jelle van der Waa at 2024-04-27T18:25:40+02:00 Drop python-six dependency No longer needed since 0.3.1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,7 +1,7 @@ pkgbase = python-protego pkgdesc = A pure-Python robots.txt parser with support for modern conventions pkgver = 0.3.1 - pkgrel = 1 + pkgrel = 2 url = https://github.com/scrapy/protego arch = any license = BSD-3-Clause @@ -10,7 +10,7 @@ pkgbase = python-protego makedepends = python-build makedepends = python-installer makedepends = python-wheel - depends = python-six + depends = python source = python-protego-0.3.1.tar.gz::https://github.com/scrapy/protego/archive/0.3.1.tar.gz sha512sums = 0f6d2915c189c8c04da30b31bee40773a9cec77f8d1025b498d8ec29aea8a5fe918341b0bae9515b83cb276ed5c9218dcb4b075406ee8d57a503ab761a275338 = PKGBUILD = @@ -2,12 +2,12 @@ pkgname=python-protego pkgver=0.3.1 -pkgrel=1 +pkgrel=2 pkgdesc="A pure-Python robots.txt parser with support for modern conventions" url="https://github.com/scrapy/protego"; license=('BSD-3-Clause') arch=('any') -depends=('python-six') +depends=('python') makedepends=('python-setuptools' 'python-build' 'python-installer' 'python-wheel') checkdepends=('python-pytest') source=("$pkgname-$pkgver.tar.gz::https://github.com/scrapy/protego/archive/$pkgver.tar.gz";) View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-protego/-/commit/476f74f589d9dd6a044c35bd2454445482e753ff -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-protego/-/commit/476f74f589d9dd6a044c35bd2454445482e753ff You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/qpwgraph] Pushed new tag 0.7.1-1
David Runge pushed new tag 0.7.1-1 at Arch Linux / Packaging / Packages / qpwgraph -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/qpwgraph/-/tree/0.7.1-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/qpwgraph][main] upgpkg: 0.7.1-1
David Runge pushed to branch main at Arch Linux / Packaging / Packages / qpwgraph Commits: c9dace7b by David Runge at 2024-04-27T18:24:08+02:00 upgpkg: 0.7.1-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,6 +1,6 @@ pkgbase = qpwgraph pkgdesc = PipeWire Graph Qt GUI Interface - pkgver = 0.7.0 + pkgver = 0.7.1 pkgrel = 1 url = https://gitlab.freedesktop.org/rncbc/qpwgraph arch = x86_64 @@ -14,9 +14,9 @@ pkgbase = qpwgraph depends = hicolor-icon-theme depends = qt6-base depends = qt6-svg - source = https://gitlab.freedesktop.org/rncbc/qpwgraph/-/archive/v0.7.0/qpwgraph-v0.7.0.tar.gz - sha512sums = a7eb00cffa5756b8ef5fb1609bef16ec9cb0bb602eb9d9021ba3aa83efde4559ff6473987a459b319f62dca7af1c035ebf0fb1fa0f31bf8cb890d0415f79f7cd - b2sums = 13c1d05837397f1eb08fde3f493b325ddabcd424aeeb5de37bc70293cbaef95e461435a74aaf421200ea979d730b3fad5fac60e1970fb1849e78f7c70aabcc0d + source = https://gitlab.freedesktop.org/rncbc/qpwgraph/-/archive/v0.7.1/qpwgraph-v0.7.1.tar.gz + sha512sums = e8ccb19bbc0e4c70d379bc3d1c9bfc7cd167189cbcd86d4dd9d3a09225e684de3a8d6c236050178ba5c5e0143b3bebd3b444e4e1d2ff0dab09e14480f5f329d1 + b2sums = 78b3b0c52b60e69d22cf0e37a99fcbc07b70abd7f7e085bcea1bac58daf09ce5599d67d5db80578222096dd00a48cc80bbcd78a9473696aa73104caba8e34527 pkgname = qpwgraph depends = gcc-libs = PKGBUILD = @@ -2,7 +2,7 @@ # Contributor: Jonas Witschel pkgname=qpwgraph -pkgver=0.7.0 +pkgver=0.7.1 pkgrel=1 pkgdesc='PipeWire Graph Qt GUI Interface' arch=(x86_64) @@ -22,8 +22,8 @@ makedepends=( pipewire ) source=($url/-/archive/v$pkgver/$pkgname-v$pkgver.tar.gz) -sha512sums=('a7eb00cffa5756b8ef5fb1609bef16ec9cb0bb602eb9d9021ba3aa83efde4559ff6473987a459b319f62dca7af1c035ebf0fb1fa0f31bf8cb890d0415f79f7cd') -b2sums=('13c1d05837397f1eb08fde3f493b325ddabcd424aeeb5de37bc70293cbaef95e461435a74aaf421200ea979d730b3fad5fac60e1970fb1849e78f7c70aabcc0d') +sha512sums=('e8ccb19bbc0e4c70d379bc3d1c9bfc7cd167189cbcd86d4dd9d3a09225e684de3a8d6c236050178ba5c5e0143b3bebd3b444e4e1d2ff0dab09e14480f5f329d1') +b2sums=('78b3b0c52b60e69d22cf0e37a99fcbc07b70abd7f7e085bcea1bac58daf09ce5599d67d5db80578222096dd00a48cc80bbcd78a9473696aa73104caba8e34527') build() { local cmake_options=( View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/qpwgraph/-/commit/c9dace7bb3faff878769800336bc356019e769f7 -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/qpwgraph/-/commit/c9dace7bb3faff878769800336bc356019e769f7 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/python-ulid][main] upgpkg: 2.5.0-1
David Runge pushed to branch main at Arch Linux / Packaging / Packages / python-ulid Commits: d0855830 by David Runge at 2024-04-27T18:22:19+02:00 upgpkg: 2.5.0-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,7 +1,7 @@ pkgbase = python-ulid pkgdesc = ULID implementation for Python - pkgver = 2.4.0.post0 - pkgrel = 2 + pkgver = 2.5.0 + pkgrel = 1 url = https://github.com/mdomke/python-ulid arch = any license = MIT @@ -16,8 +16,8 @@ pkgbase = python-ulid makedepends = python-wheel depends = python optdepends = python-pydantic: for pydantic integration - source = python-ulid-2.4.0.post0.tar.gz::https://github.com/mdomke/python-ulid/archive/refs/tags/2.4.0.post0.tar.gz - sha512sums = b936d775cdde7b17bcdc2e1b2565132e9a025083ea0e13f595860054ac6bb05d6066756e6b500c1a60c2842f9147b2c812a1487e22463d8f249578a0a6e8e6c1 - b2sums = 27bf9b6b871c4a268854dc5e3918b355fe05ae45a24aaaebe74e33b5f051f3cd377b8289e188e49885c295be058912e89d57f8b2bcc67aa89c563b3b0d34c8c9 + source = python-ulid-2.5.0.tar.gz::https://github.com/mdomke/python-ulid/archive/refs/tags/2.5.0.tar.gz + sha512sums = 9101c43e0ea95278a7d6af01d5a5cf5784a7ac697e633a7c56bd75fce3b214f1fc24ab2e9e70e2779abebd3c2a21e3167a4c70d385205fbd67eb3e1d213e5a41 + b2sums = d009934f2e66419f42066e2c8a8fdb4ca8229a31a57968013a2c70324a371a14a7f6df5385bf77c877eb31f0888cc89af484c887c1303ae31f30b268e25af422 pkgname = python-ulid = PKGBUILD = @@ -1,8 +1,8 @@ # Maintainer: David Runge pkgname=python-ulid -pkgver=2.4.0.post0 -pkgrel=2 +pkgver=2.5.0 +pkgrel=1 pkgdesc="ULID implementation for Python" arch=(any) url="https://github.com/mdomke/python-ulid"; @@ -23,8 +23,8 @@ checkdepends=( ) optdepends=('python-pydantic: for pydantic integration') source=($pkgname-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz) -sha512sums=('b936d775cdde7b17bcdc2e1b2565132e9a025083ea0e13f595860054ac6bb05d6066756e6b500c1a60c2842f9147b2c812a1487e22463d8f249578a0a6e8e6c1') -b2sums=('27bf9b6b871c4a268854dc5e3918b355fe05ae45a24aaaebe74e33b5f051f3cd377b8289e188e49885c295be058912e89d57f8b2bcc67aa89c563b3b0d34c8c9') +sha512sums=('9101c43e0ea95278a7d6af01d5a5cf5784a7ac697e633a7c56bd75fce3b214f1fc24ab2e9e70e2779abebd3c2a21e3167a4c70d385205fbd67eb3e1d213e5a41') +b2sums=('d009934f2e66419f42066e2c8a8fdb4ca8229a31a57968013a2c70324a371a14a7f6df5385bf77c877eb31f0888cc89af484c887c1303ae31f30b268e25af422') build() { cd $pkgname-$pkgver View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-ulid/-/commit/d0855830415cc7a0ca22cc4a91afd7573b9d7b45 -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-ulid/-/commit/d0855830415cc7a0ca22cc4a91afd7573b9d7b45 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/python-ulid] Pushed new tag 2.5.0-1
David Runge pushed new tag 2.5.0-1 at Arch Linux / Packaging / Packages / python-ulid -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-ulid/-/tree/2.5.0-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/pypiserver][main] upgpkg: 2.1.1-1
David Runge pushed to branch main at Arch Linux / Packaging / Packages / pypiserver Commits: f9977f9e by David Runge at 2024-04-27T18:19:59+02:00 upgpkg: 2.1.1-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,7 +1,7 @@ pkgbase = pypiserver pkgdesc = Minimal PyPI server for uploading and downloading packages with pip/easy_install - pkgver = 2.0.1 - pkgrel = 2 + pkgver = 2.1.1 + pkgrel = 1 url = https://github.com/pypiserver/pypiserver arch = any license = MIT @@ -23,9 +23,9 @@ pkgbase = pypiserver optdepends = python-setuptools: for new - still inactive - config module optdepends = python-waitress: for waitress support optdepends = python-watchdog: for cache - source = pypiserver-2.0.1.tar.gz::https://github.com/pypiserver/pypiserver/archive/refs/tags/v2.0.1.tar.gz + source = pypiserver-2.1.1.tar.gz::https://github.com/pypiserver/pypiserver/archive/refs/tags/v2.1.1.tar.gz validpgpkeys = 0BFB950A1851C0E7EE46D9BCAF5C892A5573ABED - sha512sums = 962b34ea2bbca680fcf7ee8153ecea09c2f0c1bcebaaacee4666c93deab9d2508e08a22d82635a64d8aaec7cab3b5485e3752f1439006ed01b58539035f3b711 - b2sums = b37700ffe0c7361289a3825dafd86041fab9ddf574d7792c7cd155f7e869a1bdd2de4e2a658c808afc7fe5ee8989876fcb7e85a8da74202c2c4c4344fbaf1df4 + sha512sums = d85afb0d2c85c76a62e393d7d7824e91ff052a04e985278db48010b6f71d12c7749139245e69932b78aefbf3152ba8a8b463bfcd21d1772d047d64f0b164681a + b2sums = e80c73b2422dc87bba09d8c9c2e1ffc72017ec58c5530d3debb95560b50a776e1603cb5641c7e4af1ed87d64750843ae025a6a47ab4cc28ce0de1051dd5b214f pkgname = pypiserver = PKGBUILD = @@ -1,8 +1,8 @@ # Maintainer: David Runge pkgname=pypiserver -pkgver=2.0.1 -pkgrel=2 +pkgver=2.1.1 +pkgrel=1 pkgdesc="Minimal PyPI server for uploading and downloading packages with pip/easy_install" arch=(any) url="https://github.com/pypiserver/pypiserver"; @@ -36,8 +36,8 @@ optdepends=( 'python-watchdog: for cache' ) source=($pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz) -sha512sums=('962b34ea2bbca680fcf7ee8153ecea09c2f0c1bcebaaacee4666c93deab9d2508e08a22d82635a64d8aaec7cab3b5485e3752f1439006ed01b58539035f3b711') -b2sums=('b37700ffe0c7361289a3825dafd86041fab9ddf574d7792c7cd155f7e869a1bdd2de4e2a658c808afc7fe5ee8989876fcb7e85a8da74202c2c4c4344fbaf1df4') +sha512sums=('d85afb0d2c85c76a62e393d7d7824e91ff052a04e985278db48010b6f71d12c7749139245e69932b78aefbf3152ba8a8b463bfcd21d1772d047d64f0b164681a') +b2sums=('e80c73b2422dc87bba09d8c9c2e1ffc72017ec58c5530d3debb95560b50a776e1603cb5641c7e4af1ed87d64750843ae025a6a47ab4cc28ce0de1051dd5b214f') validpgpkeys=('0BFB950A1851C0E7EE46D9BCAF5C892A5573ABED') # Matthew Planchard (2020-06-22-mininix) build() { @@ -46,11 +46,11 @@ build() { } check() { - local _site_packages=$(python -c "import site; print(site.getsitepackages()[0])") + local site_packages=$(python -c "import site; print(site.getsitepackages()[0])") cd $pkgname-$pkgver python -m installer --destdir=test_dir dist/*.whl - export PYTHONPATH="test_dir/$_site_packages:$PYTHONPATH" + export PYTHONPATH="$PWD/test_dir/$site_packages:$PYTHONPATH" pytest -vv --ignore docker/test_docker.py -k "not test_twine" } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/pypiserver/-/commit/f9977f9eccb4a9e639e8c081380881285380292f -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/pypiserver/-/commit/f9977f9eccb4a9e639e8c081380881285380292f You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/pypiserver] Pushed new tag 2.1.1-1
David Runge pushed new tag 2.1.1-1 at Arch Linux / Packaging / Packages / pypiserver -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/pypiserver/-/tree/2.1.1-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/nltk-data] Pushed new tag 3.7-2
Jelle van der Waa pushed new tag 3.7-2 at Arch Linux / Packaging / Packages / nltk-data -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/nltk-data/-/tree/3.7-2 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/terraform] Pushed new tag 1.8.2-1
hashworks pushed new tag 1.8.2-1 at Arch Linux / Packaging / Packages / terraform -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/terraform/-/tree/1.8.2-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/terraform][main] upgpkg: 1.8.2-1
hashworks pushed to branch main at Arch Linux / Packaging / Packages / terraform Commits: de2c9959 by Justin Kromlinger at 2024-04-27T18:10:32+02:00 upgpkg: 1.8.2-1 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,6 +1,6 @@ pkgbase = terraform pkgdesc = HashiCorp tool for building and updating infrastructure as code idempotently - pkgver = 1.8.1 + pkgver = 1.8.2 pkgrel = 1 url = https://github.com/hashicorp/terraform arch = x86_64 @@ -9,13 +9,13 @@ pkgbase = terraform depends = glibc optdepends = diffutils: for running `terraform fmt -diff` options = !lto - source = terraform-1.8.1.tar.gz::https://github.com/hashicorp/terraform/archive/v1.8.1.tar.gz + source = terraform-1.8.2.tar.gz::https://github.com/hashicorp/terraform/archive/v1.8.2.tar.gz source = terraform.bash source = terraform.zsh - sha512sums = f2c9bf66eea92220ec6bf18170d4cc4eaa35c8d40a9bc145133f1e7e7720b4e5932f3f867e2d38bfb3f5fc38cc7a93184c6faa157fe7adc74b6859470f34 + sha512sums = 3985b7fda9dc6bcb7e467e6e5d61af25e3de278d11095c6a47efb01f75923ff1e251f540ba5575db2f78886fb706edd915af4112583cff9cc4a8d1a5bcb8b4d2 sha512sums = ea42bfc41288e5ad741fcddfbd5c1f8ba0088be0967b820db1e12e1dc13d1ba242b9cc1c247bf29c36ec59cdce76ff6703cf6b3f76cca5ec441a4927a01afe7d sha512sums = ad991daf40f68c11fa66256177a04d97bd38d6a89c554d6261489d4de703852628ffc37429d862237ca24e15f6a7c915cfa027731189ac89a27f7b20c72ab4c9 - b2sums = f4547c2ad3102ad510b85a6d2d2dc0f1201b44b7714480ac8b2204328b35d0ddcaf787d94429c0de0f3b8f9926c22477002ac908d43dfdf1814aa3704ba50a50 + b2sums = 50263b8ab03ad20595744feb22c6bec50660c4365febe1b2928f276b9fe87f5843cb8e1e29c23a199d84abff19b092aa6f4475a5a6238a33311c2252fd85e9a4 b2sums = d047735bbb006e9afbaa4b18af7a7f16a205ec528e91caa61a0b663dd6e24ec1df999216f0b7bd06e3b3c087b37f6ce3aa3cf3a20c892a9cc1962d33ce1b0bcc b2sums = d58712c8203e4a58ec68738f3d22457547a55d230018408400fd1ca433346171b72fa4a87f05efc93213c71f9757d3a8072149ca4e6894355e79f8cfae3bd55b = PKGBUILD = @@ -4,7 +4,7 @@ # Contributor: Jerome Leclanche pkgname=terraform -pkgver=1.8.1 +pkgver=1.8.2 pkgrel=1 pkgdesc="HashiCorp tool for building and updating infrastructure as code idempotently" url="https://github.com/hashicorp/terraform"; @@ -17,10 +17,10 @@ options=('!lto') source=("$pkgname-$pkgver.tar.gz::https://github.com/hashicorp/terraform/archive/v$pkgver.tar.gz"; "terraform.bash" "terraform.zsh") -sha512sums=('f2c9bf66eea92220ec6bf18170d4cc4eaa35c8d40a9bc145133f1e7e7720b4e5932f3f867e2d38bfb3f5fc38cc7a93184c6faa157fe7adc74b6859470f34' +sha512sums=('3985b7fda9dc6bcb7e467e6e5d61af25e3de278d11095c6a47efb01f75923ff1e251f540ba5575db2f78886fb706edd915af4112583cff9cc4a8d1a5bcb8b4d2' 'ea42bfc41288e5ad741fcddfbd5c1f8ba0088be0967b820db1e12e1dc13d1ba242b9cc1c247bf29c36ec59cdce76ff6703cf6b3f76cca5ec441a4927a01afe7d' 'ad991daf40f68c11fa66256177a04d97bd38d6a89c554d6261489d4de703852628ffc37429d862237ca24e15f6a7c915cfa027731189ac89a27f7b20c72ab4c9') -b2sums=('f4547c2ad3102ad510b85a6d2d2dc0f1201b44b7714480ac8b2204328b35d0ddcaf787d94429c0de0f3b8f9926c22477002ac908d43dfdf1814aa3704ba50a50' +b2sums=('50263b8ab03ad20595744feb22c6bec50660c4365febe1b2928f276b9fe87f5843cb8e1e29c23a199d84abff19b092aa6f4475a5a6238a33311c2252fd85e9a4' 'd047735bbb006e9afbaa4b18af7a7f16a205ec528e91caa61a0b663dd6e24ec1df999216f0b7bd06e3b3c087b37f6ce3aa3cf3a20c892a9cc1962d33ce1b0bcc' 'd58712c8203e4a58ec68738f3d22457547a55d230018408400fd1ca433346171b72fa4a87f05efc93213c71f9757d3a8072149ca4e6894355e79f8cfae3bd55b') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/terraform/-/commit/de2c9959091658c7bb3721891a747e45dcf2ce80 -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/terraform/-/commit/de2c9959091658c7bb3721891a747e45dcf2ce80 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/systray-x] Pushed new tag 0.9.9-1
Robin Candau pushed new tag 0.9.9-1 at Arch Linux / Packaging / Packages / systray-x -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/systray-x/-/tree/0.9.9-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/systray-x][main] upgpkg: 0.9.9-1: New upstream release
Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / systray-x Commits: ad571e7e by Robin Candau at 2024-04-27T17:58:46+02:00 upgpkg: 0.9.9-1: New upstream release - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,7 +1,7 @@ pkgbase = systray-x pkgdesc = A system tray extension for Thunderbird 68+ (for X) - pkgver = 0.9.8 - pkgrel = 2 + pkgver = 0.9.9 + pkgrel = 1 url = https://github.com/Ximi1970/systray-x arch = x86_64 license = MPL-2.0 @@ -13,9 +13,9 @@ pkgbase = systray-x depends = qt5-base depends = qt5-x11extras depends = thunderbird - source = systray-x-0.9.8.tar.gz::https://github.com/Ximi1970/systray-x/archive/0.9.8.tar.gz + source = systray-x-0.9.9.tar.gz::https://github.com/Ximi1970/systray-x/archive/0.9.9.tar.gz source = Makefile.patch - sha256sums = 8d133da725438f205f2285fa4b587fda4310bd7787d513aa6f75a2fa4b3e73f3 + sha256sums = 348916629f86053560c06630b4beb71b167c9d018733b44a54f7c27b559c55d2 sha256sums = dac5b7a4a1ad38ed9429d40636b59cb6932d6c7afd20e50609a73e2ff260316a pkgname = systray-x-common = PKGBUILD = @@ -3,8 +3,8 @@ pkgbase=systray-x _pkgbase=SysTray-X pkgname=('systray-x-common' 'systray-x-kde') -pkgver=0.9.8 -pkgrel=2 +pkgver=0.9.9 +pkgrel=1 pkgdesc="A system tray extension for Thunderbird 68+ (for X)" arch=('x86_64') url="https://github.com/Ximi1970/systray-x"; @@ -13,7 +13,7 @@ depends=('qt5-base' 'qt5-x11extras' 'thunderbird') makedepends=('git' 'zip' 'unzip' 'libx11' 'knotifications5') source=("${pkgbase}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz" "Makefile.patch") -sha256sums=('8d133da725438f205f2285fa4b587fda4310bd7787d513aa6f75a2fa4b3e73f3' +sha256sums=('348916629f86053560c06630b4beb71b167c9d018733b44a54f7c27b559c55d2' 'dac5b7a4a1ad38ed9429d40636b59cb6932d6c7afd20e50609a73e2ff260316a') prepare() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/systray-x/-/commit/ad571e7e5f013dc28a324218299ef9a7c3c6707d -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/systray-x/-/commit/ad571e7e5f013dc28a324218299ef9a7c3c6707d You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/python-ptrace][main] Drop python-six dependency
Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / python-ptrace Commits: c0e7a856 by Jelle van der Waa at 2024-04-27T17:50:54+02:00 Drop python-six dependency >From release notes: - Drop Python 2.7 support. six dependency is no longer needed. - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,7 +1,7 @@ pkgbase = python-ptrace pkgdesc = Python binding of ptrace library to trace processes and syscalls pkgver = 0.9.9 - pkgrel = 2 + pkgrel = 3 url = https://github.com/vstinner/python-ptrace arch = any license = GPL-2.0-only @@ -11,7 +11,6 @@ pkgbase = python-ptrace makedepends = python-sphinx makedepends = python-wheel depends = python - depends = python-six source = https://github.com/vstinner/python-ptrace/archive/0.9.9/python-ptrace-0.9.9.tar.gz sha512sums = 5f2291a4ca642ab99c49e853f12a3cd4ee911df45326fe077ef5df82b813b54a4351c3c23a195b65342af37aed8ecbc26968f65ce9b6a974863bee0ffd556039 b2sums = ff9b85e17fd8d767c3fd1db13f1c69ad0b4e7d47379d6ee9468d9424702d34d7a7a7489590987213707829ab62e5eb83df277d3b60de6d2ad05ac99b93586ca3 = PKGBUILD = @@ -4,14 +4,13 @@ pkgname=python-ptrace pkgver=0.9.9 -pkgrel=2 +pkgrel=3 pkgdesc='Python binding of ptrace library to trace processes and syscalls' url='https://github.com/vstinner/python-ptrace' arch=('any') license=('GPL-2.0-only') depends=( 'python' - 'python-six' ) makedepends=( 'python-build' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-ptrace/-/commit/c0e7a856ef38ceb4937538c14c011773d78cf159 -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-ptrace/-/commit/c0e7a856ef38ceb4937538c14c011773d78cf159 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/python-ptrace] Pushed new tag 0.9.9-3
Jelle van der Waa pushed new tag 0.9.9-3 at Arch Linux / Packaging / Packages / python-ptrace -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-ptrace/-/tree/0.9.9-3 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/python-wsgiproxy2] Pushed new tag 0.5.1-7
Jelle van der Waa pushed new tag 0.5.1-7 at Arch Linux / Packaging / Packages / python-wsgiproxy2 -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-wsgiproxy2/-/tree/0.5.1-7 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/python-wsgiproxy2][main] Drop dependency on python-six
Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / python-wsgiproxy2 Commits: ca9a2487 by Jelle van der Waa at 2024-04-27T17:46:28+02:00 Drop dependency on python-six https://github.com/gawel/WSGIProxy2/blob/1ff3742e954e9186e1cfce824132e25a98bc27f6/CHANGES.rst#L13 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,7 +1,7 @@ pkgbase = python-wsgiproxy2 pkgdesc = A WSGI Proxy with various http client backends pkgver = 0.5.1 - pkgrel = 6 + pkgrel = 7 url = https://github.com/gawel/WSGIProxy2/ arch = any license = MIT @@ -14,7 +14,6 @@ pkgbase = python-wsgiproxy2 makedepends = python-setuptools makedepends = python-wheel depends = python-webob - depends = python-six source = https://github.com/gawel/WSGIProxy2/archive/0.5.1/python-wsgiproxy2-0.5.1.tar.gz sha512sums = f72e151fedafae535fae3708220586b4baf137b66980b4b395be2895ae2c91e4a8c2a0473cb76a80de6ce057cdf9990620184f726235c1bb780bfb59d0cf54c0 = PKGBUILD = @@ -2,12 +2,12 @@ pkgname=python-wsgiproxy2 pkgver=0.5.1 -pkgrel=6 +pkgrel=7 pkgdesc="A WSGI Proxy with various http client backends" arch=('any') license=('MIT') url="https://github.com/gawel/WSGIProxy2/"; -depends=('python-webob' 'python-six') +depends=('python-webob') makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel') checkdepends=('python-pytest' 'python-requests' 'python-webtest' 'python-waitress') source=("https://github.com/gawel/WSGIProxy2/archive/$pkgver/$pkgname-$pkgver.tar.gz";) View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-wsgiproxy2/-/commit/ca9a2487304e81adf21b3faad300a3f871f23b1a -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-wsgiproxy2/-/commit/ca9a2487304e81adf21b3faad300a3f871f23b1a You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/xmldiff][main] Drop python-six dependency
Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / xmldiff Commits: 7b099cff by Jelle van der Waa at 2024-04-27T17:42:17+02:00 Drop python-six dependency https://github.com/Shoobx/xmldiff/commit/090faefb9bc2afcd142b997aba387e6a1d8c51f7 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,7 +1,7 @@ pkgbase = xmldiff pkgdesc = A python tool that figures out the differences between two similar XML files, in the same way the diff utility does it pkgver = 2.6.3 - pkgrel = 2 + pkgrel = 3 url = https://github.com/Shoobx/xmldiff arch = x86_64 license = GPL2 @@ -10,7 +10,6 @@ pkgbase = xmldiff depends = jade depends = python-setuptools depends = python-lxml - depends = python-six optdepends = docbook-xsl: render revision info source = xmldiff-2.6.3.tar.gz::https://github.com/Shoobx/xmldiff/archive/2.6.3.tar.gz sha512sums = 52d728310bc144894d8db178c89e5ae7bee22acaa9a4bfe5b8014420b854c385029ccf55f36bf831ac86e5d58ef497fb994f78172bcff7c980ed2f766609cc36 = PKGBUILD = @@ -4,12 +4,12 @@ pkgname=xmldiff pkgver=2.6.3 -pkgrel=2 +pkgrel=3 pkgdesc="A python tool that figures out the differences between two similar XML files, in the same way the diff utility does it" arch=('x86_64') url="https://github.com/Shoobx/xmldiff"; license=('GPL2') -depends=('python' 'libxslt' 'jade' 'python-setuptools' 'python-lxml' 'python-six') +depends=('python' 'libxslt' 'jade' 'python-setuptools' 'python-lxml') optdepends=('docbook-xsl: render revision info') source=("$pkgname-$pkgver.tar.gz::https://github.com/Shoobx/xmldiff/archive/$pkgver.tar.gz";) sha512sums=('52d728310bc144894d8db178c89e5ae7bee22acaa9a4bfe5b8014420b854c385029ccf55f36bf831ac86e5d58ef497fb994f78172bcff7c980ed2f766609cc36') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/xmldiff/-/commit/7b099cffd05460dd0f249a17dcbb5146808737ea -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/xmldiff/-/commit/7b099cffd05460dd0f249a17dcbb5146808737ea You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/xmldiff] Pushed new tag 2.6.3-3
Jelle van der Waa pushed new tag 2.6.3-3 at Arch Linux / Packaging / Packages / xmldiff -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/xmldiff/-/tree/2.6.3-3 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/python-formencode][main] Drop unneeded dependency on python-six
Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / python-formencode Commits: 4b52d68b by Jelle van der Waa at 2024-04-27T17:40:06+02:00 Drop unneeded dependency on python-six https://github.com/formencode/formencode/commit/98e9e97ea6e8a7574fb106d699c2b00e3a6bc5ae - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,7 +1,7 @@ pkgbase = python-formencode pkgdesc = A validation library for Python. pkgver = 2.1.0 - pkgrel = 2 + pkgrel = 3 url = http://www.formencode.org/en/latest/ arch = any license = MIT @@ -14,7 +14,6 @@ pkgbase = python-formencode makedepends = python-setuptools makedepends = python-setuptools-scm depends = python - depends = python-six source = https://files.pythonhosted.org/packages/source/f/formencode/FormEncode-2.1.0.tar.gz sha256sums = eb74d223078a28cf015fa88966c6e34f2d18d75127318d65c144bed9afc4263f = PKGBUILD = @@ -4,12 +4,12 @@ pkgname=python-formencode _pkgname=formencode _pypi=FormEncode pkgver=2.1.0 -pkgrel=2 +pkgrel=3 pkgdesc="A validation library for Python." arch=("any") url="http://www.formencode.org/en/latest/"; license=("MIT") -depends=("python" "python-six") +depends=("python") checkdepends=("python-pytest" "python-dnspython" "python-pycountry") makedepends=('python-build' 'python-installer' 'python-wheel' 'python-setuptools' 'python-setuptools-scm') source=("$pkgname-$pkgver.tar.gz::https://github.com/formencode/formencode/archive/$pkgver.tar.gz";) View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-formencode/-/commit/4b52d68b21b064555128163ee88700a77cd46d58 -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-formencode/-/commit/4b52d68b21b064555128163ee88700a77cd46d58 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/python-formencode] Pushed new tag 2.1.0-3
Jelle van der Waa pushed new tag 2.1.0-3 at Arch Linux / Packaging / Packages / python-formencode -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-formencode/-/tree/2.1.0-3 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/python-pyudev] Pushed new tag 0.24.1-4
Jelle van der Waa pushed new tag 0.24.1-4 at Arch Linux / Packaging / Packages / python-pyudev -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pyudev/-/tree/0.24.1-4 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/python-pyudev][main] Drop unrequired python-six depends
Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / python-pyudev Commits: 3fa33810 by Jelle van der Waa at 2024-04-27T17:37:48+02:00 Drop unrequired python-six depends https://github.com/pyudev/pyudev/commit/24ebdebee53e9edcdf6a904a477cdae6730217e4 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,7 +1,7 @@ pkgbase = python-pyudev pkgdesc = Python bindings to libudev pkgver = 0.24.1 - pkgrel = 3 + pkgrel = 4 url = https://github.com/pyudev/pyudev arch = any license = LGPL @@ -14,7 +14,6 @@ pkgbase = python-pyudev makedepends = python-setuptools makedepends = python-wheel makedepends = python-sphinx - depends = python-six depends = systemd optdepends = python-pyqt5: PyQt integration optdepends = python-wxpython: WX integration = PKGBUILD = @@ -7,12 +7,12 @@ _pkgname=pyudev pkgname=python-$_pkgname pkgver=0.24.1 -pkgrel=3 +pkgrel=4 arch=('any') url='https://github.com/pyudev/pyudev' license=('LGPL') pkgdesc='Python bindings to libudev' -depends=('python-six' 'systemd') +depends=('systemd') makedepends=('python-build' 'python-installer' 'python-setuptools' 'python-wheel' 'python-sphinx') checkdepends=('python-pytest' 'python-docutils' 'python-hypothesis' 'python-pip') optdepends=('python-pyqt5: PyQt integration' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pyudev/-/commit/3fa33810f72daa2340bbb4551be21242f0e50bf6 -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pyudev/-/commit/3fa33810f72daa2340bbb4551be21242f0e50bf6 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/python-rdflib] Pushed new tag 7.0.0-3
Jelle van der Waa pushed new tag 7.0.0-3 at Arch Linux / Packaging / Packages / python-rdflib -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-rdflib/-/tree/7.0.0-3 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/python-rdflib][main] 2 commits: Drop python-six checkdependency
Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / python-rdflib Commits: 0b44953d by Jelle van der Waa at 2024-04-27T17:35:54+02:00 Drop python-six checkdependency Removed upstream in: https://github.com/RDFLib/rdflib/pull/1051 - - - - - bbe71afc by Jelle van der Waa at 2024-04-27T17:37:20+02:00 upgpkg: 7.0.0-3 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,12 +1,11 @@ pkgbase = python-rdflib pkgdesc = A Python library for working with RDF, a simple yet powerful language for representing information pkgver = 7.0.0 - pkgrel = 2 + pkgrel = 3 url = https://github.com/RDFLib/rdflib arch = any license = BSD-3-Clause checkdepends = python-pytest-cov - checkdepends = python-six checkdepends = python-html5lib checkdepends = python-networkx checkdepends = python-doctest-ignore-unicode = PKGBUILD = @@ -4,7 +4,7 @@ pkgname=python-rdflib pkgver=7.0.0 -pkgrel=2 +pkgrel=3 pkgdesc="A Python library for working with RDF, a simple yet powerful language for representing information" arch=('any') url="https://github.com/RDFLib/rdflib"; @@ -12,7 +12,7 @@ license=('BSD-3-Clause') depends=('python-isodate' 'python-pyparsing' 'python-setuptools') makedepends=('python-build' 'python-installer' 'python-poetry-core') optdepends=('python-html5lib: for html support') -checkdepends=('python-pytest-cov' 'python-six' 'python-html5lib' 'python-networkx' +checkdepends=('python-pytest-cov' 'python-html5lib' 'python-networkx' 'python-doctest-ignore-unicode' 'python-pip') source=(https://github.com/RDFLib/rdflib/archive/$pkgver/$pkgname-$pkgver.tar.gz) sha512sums=('176192bd2ce8a400e661ced2e21e3dd35783fa1c6c8390f6dee4ac61ca63da5d3a50df3d287f47783631da12452ca3ec92ad06050417029396fe8b3ab0182041') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-rdflib/-/compare/8ff3ec0483fd3c94ad4fe3d58926bfc5d7c1b636...bbe71afc7042d6839d5cac1d2312291280e3f255 -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-rdflib/-/compare/8ff3ec0483fd3c94ad4fe3d58926bfc5d7c1b636...bbe71afc7042d6839d5cac1d2312291280e3f255 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/python-smbprotocol][main] upgpkg: 1.12.0-3: drop unrequired six dependency
Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / python-smbprotocol Commits: 9499b0b6 by Jelle van der Waa at 2024-04-27T17:35:24+02:00 upgpkg: 1.12.0-3: drop unrequired six dependency - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,7 +1,7 @@ pkgbase = python-smbprotocol pkgdesc = SMBv2 and v3 client pkgver = 1.12.0 - pkgrel = 2 + pkgrel = 3 url = https://github.com/jborean93/smbprotocol arch = any license = MIT @@ -12,7 +12,6 @@ pkgbase = python-smbprotocol makedepends = python-setuptools depends = python-cryptography depends = python-pyspnego - depends = python-six optdepends = python-gssapi: Kerberos support source = git+https://github.com/jborean93/smbprotocol.git#commit=190667f41c5c8856db741efc133c27a624a7a2bf validpgpkeys = A03A0E13C2EFFD384B1EC39A2AAC89085FBBDAB5 = PKGBUILD = @@ -3,12 +3,12 @@ _pkg=smbprotocol pkgname=python-${_pkg} pkgver=1.12.0 -pkgrel=2 +pkgrel=3 pkgdesc="SMBv2 and v3 client" arch=(any) url="https://github.com/jborean93/smbprotocol"; license=(MIT) -depends=(python-cryptography python-pyspnego python-six) +depends=(python-cryptography python-pyspnego) makedepends=(git python-setuptools) checkdepends=(python-pytest python-pytest-mock python-gssapi) optdepends=('python-gssapi: Kerberos support') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-smbprotocol/-/commit/9499b0b6dd832a55cbf39eca7564ff518060d62f -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-smbprotocol/-/commit/9499b0b6dd832a55cbf39eca7564ff518060d62f You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/python-smbprotocol] Pushed new tag 1.12.0-3
Jelle van der Waa pushed new tag 1.12.0-3 at Arch Linux / Packaging / Packages / python-smbprotocol -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-smbprotocol/-/tree/1.12.0-3 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/jupyterlab][main] upgpkg: 4.1.8-1: Update to 4.1.8
Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / jupyterlab Commits: e1ec815e by Antonio Rojas at 2024-04-27T17:29:12+02:00 upgpkg: 4.1.8-1: Update to 4.1.8 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,7 +1,7 @@ pkgbase = jupyterlab pkgdesc = JupyterLab computational environment - pkgver = 4.1.7 - pkgrel = 2 + pkgver = 4.1.8 + pkgrel = 1 url = https://github.com/jupyterlab/jupyterlab arch = any license = LicenseRef-JupyterLab @@ -28,7 +28,7 @@ pkgbase = jupyterlab optdepends = jupyter-collaboration: collaborative mode optdepends = jupyterlab-widgets: ipywidgets support optdepends = npm: to install extensions - source = git+https://github.com/jupyterlab/jupyterlab#tag=v4.1.7 - sha256sums = 81b28690037d4ab893b0e1115b0afd8c8565343ab04c2a542fec1631976a97fa + source = git+https://github.com/jupyterlab/jupyterlab#tag=v4.1.8 + sha256sums = 451b3afcfeed70f5706c7d18ad08f11f43b92992e9285979ca50af4463c839a9 pkgname = jupyterlab = PKGBUILD = @@ -2,8 +2,8 @@ pkgname=jupyterlab _pipname=jupyterlab -pkgver=4.1.7 -pkgrel=2 +pkgver=4.1.8 +pkgrel=1 pkgdesc='JupyterLab computational environment' arch=(any) url='https://github.com/jupyterlab/jupyterlab' @@ -32,7 +32,7 @@ checkdepends=(npm python-pytest-jupyter python-pytest-tornasync) source=(git+https://github.com/jupyterlab/jupyterlab#tag=v$pkgver) -sha256sums=('81b28690037d4ab893b0e1115b0afd8c8565343ab04c2a542fec1631976a97fa') +sha256sums=('451b3afcfeed70f5706c7d18ad08f11f43b92992e9285979ca50af4463c839a9') build() { cd $pkgname View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/jupyterlab/-/commit/e1ec815e14223359c8a361a292d08b258618fccc -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/jupyterlab/-/commit/e1ec815e14223359c8a361a292d08b258618fccc You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/jupyterlab] Pushed new tag 4.1.8-1
Antonio Rojas pushed new tag 4.1.8-1 at Arch Linux / Packaging / Packages / jupyterlab -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/jupyterlab/-/tree/4.1.8-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/python-cson] Pushed new tag 0.8-8
Jelle van der Waa pushed new tag 0.8-8 at Arch Linux / Packaging / Packages / python-cson -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-cson/-/tree/0.8-8 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/python-cson][main] upgpkg: 0.8-8: drop unrequired six and pytest-cov dep
Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / python-cson Commits: caccdc5d by Jelle van der Waa at 2024-04-27T17:27:32+02:00 upgpkg: 0.8-8: drop unrequired six and pytest-cov dep - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,17 +1,15 @@ pkgbase = python-cson pkgdesc = A Python parser for Coffeescript Object Notation (CSON) pkgver = 0.8 - pkgrel = 7 + pkgrel = 8 url = https://github.com/avakar/pycson arch = any license = MIT makedepends = git makedepends = python-setuptools makedepends = python-pytest - makedepends = python-pytest-cov makedepends = python-speg depends = python - depends = python-six depends = python-speg source = git+https://github.com/avakar/pycson.git#tag=d2ed07d980382e44726cf3c074957e752ef6441b sha256sums = SKIP = PKGBUILD = @@ -2,7 +2,7 @@ pkgname=python-cson pkgver=0.8 -pkgrel=7 +pkgrel=8 pkgdesc="A Python parser for Coffeescript Object Notation (CSON)" arch=('any') url="https://github.com/avakar/pycson"; @@ -10,16 +10,15 @@ license=('MIT') makedepends=('git' 'python-setuptools' 'python-pytest' - 'python-pytest-cov' 'python-speg') -depends=('python' 'python-six' 'python-speg') +depends=('python' 'python-speg') _commit=d2ed07d980382e44726cf3c074957e752ef6441b source=("git+https://github.com/avakar/pycson.git#tag=${_commit}";) sha256sums=(SKIP) check() { cd "$srcdir"/pycson - PYTHONPATH=. py.test --cov=cson --cov-report term-missing + PYTHONPATH=. py.test } package() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-cson/-/commit/caccdc5defaa6f1065c2fd426ea246e6f519edd3 -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-cson/-/commit/caccdc5defaa6f1065c2fd426ea246e6f519edd3 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/python-speg][main] upgpkg: 0.3-12: drop unrequired six dependency
Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / python-speg Commits: 3cb03a8e by Jelle van der Waa at 2024-04-27T17:24:29+02:00 upgpkg: 0.3-12: drop unrequired six dependency - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,13 +1,12 @@ pkgbase = python-speg pkgdesc = A PEG-based parser interpreter with memoization pkgver = 0.3 - pkgrel = 11 + pkgrel = 12 url = https://github.com/avakar/pyspeg arch = any license = MIT makedepends = python-setuptools depends = python - depends = python-six source = https://pypi.io/packages/source/s/speg/speg-0.3.zip source = LICENSE sha256sums = 10cbef47e168dfc62f14db575cf1c428037a2b881cee6c3cfceda0439c243e71 = PKGBUILD = @@ -2,12 +2,12 @@ pkgname=python-speg pkgver=0.3 -pkgrel=11 +pkgrel=12 pkgdesc="A PEG-based parser interpreter with memoization" arch=('any') url="https://github.com/avakar/pyspeg"; license=('MIT') -depends=('python' 'python-six') +depends=('python') makedepends=('python-setuptools') source=(https://pypi.io/packages/source/s/speg/speg-$pkgver.zip LICENSE) View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-speg/-/commit/3cb03a8e1a02b9aaa3de9d2fb8f0d1b806c85392 -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-speg/-/commit/3cb03a8e1a02b9aaa3de9d2fb8f0d1b806c85392 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/python-speg] Pushed new tag 0.3-12
Jelle van der Waa pushed new tag 0.3-12 at Arch Linux / Packaging / Packages / python-speg -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-speg/-/tree/0.3-12 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/reaper][main] Drop kservice5 makedepends
Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / reaper Commits: 3fb7b284 by Antonio Rojas at 2024-04-27T17:18:54+02:00 Drop kservice5 makedepends Running kbuildsycoca at install time is useless in a chroot - - - - - 1 changed file: - PKGBUILD Changes: = PKGBUILD = @@ -20,7 +20,6 @@ depends=( libxi ) makedepends=( - kservice5 xdg-utils ) optdepends=( View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/reaper/-/commit/3fb7b28465c478c1ff09ef8e3a195e96b1c8243a -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/reaper/-/commit/3fb7b28465c478c1ff09ef8e3a195e96b1c8243a You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/ropr][main] add nvchecker config
Levente Polyak pushed to branch main at Arch Linux / Packaging / Packages / ropr Commits: ec33b810 by Levente Polyak at 2024-04-27T17:04:42+02:00 add nvchecker config - - - - - 1 changed file: - + .nvchecker.toml Changes: = .nvchecker.toml = @@ -0,0 +1,3 @@ +[ropr] +source = "git" +git = "https://github.com/Ben-Lichtman/ropr.git"; View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ropr/-/commit/ec33b810bbfc3fb7ac8e0ceb3c5ad59b2b362ebd -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ropr/-/commit/ec33b810bbfc3fb7ac8e0ceb3c5ad59b2b362ebd You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/python-tldextract][main] upgpkg: 5.1.2-3: drop pytest-pylint
Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / python-tldextract Commits: 29bf51c5 by Jelle van der Waa at 2024-04-27T17:04:48+02:00 upgpkg: 5.1.2-3: drop pytest-pylint - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,13 +1,12 @@ pkgbase = python-tldextract pkgdesc = Accurately separate the TLD from the registered domain and subdomains of a URL, using the Public Suffix List pkgver = 5.1.2 - pkgrel = 2 + pkgrel = 3 url = https://github.com/john-kurkowski/tldextract arch = any license = BSD-3-Clause checkdepends = python-pytest checkdepends = python-pytest-mock - checkdepends = python-pytest-pylint checkdepends = python-responses checkdepends = python-isort checkdepends = python-syrupy = PKGBUILD = @@ -2,7 +2,7 @@ pkgname=python-tldextract pkgver=5.1.2 -pkgrel=2 +pkgrel=3 pkgdesc="Accurately separate the TLD from the registered domain and subdomains of a URL, using the Public Suffix List" arch=('any') url="https://github.com/john-kurkowski/tldextract"; @@ -10,7 +10,7 @@ license=('BSD-3-Clause') depends=('python-idna' 'python-requests' 'python-requests-file' 'python-filelock') makedepends=('git' 'python-build' 'python-installer' 'python-setuptools' 'python-setuptools-scm' 'python-wheel') -checkdepends=('python-pytest' 'python-pytest-mock' 'python-pytest-pylint' 'python-responses' +checkdepends=('python-pytest' 'python-pytest-mock' 'python-responses' 'python-isort' 'python-syrupy') source=("git+https://github.com/john-kurkowski/tldextract.git#tag=$pkgver";) sha512sums=('b44ca708da11f70c771ca10d5f901d3187dc2c5505f0e42a264c4614baa2b6328d8356d0353e0826f8a4245ebf95f8573673c8b1ef2cc5775756898a2dd6661b') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-tldextract/-/commit/29bf51c5750ef69d49b0d56d0e4cbe3dc37c2ace -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-tldextract/-/commit/29bf51c5750ef69d49b0d56d0e4cbe3dc37c2ace You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/python-tldextract] Pushed new tag 5.1.2-3
Jelle van der Waa pushed new tag 5.1.2-3 at Arch Linux / Packaging / Packages / python-tldextract -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-tldextract/-/tree/5.1.2-3 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/pcsclite][main] Use SPDX license identifiers
Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / pcsclite Commits: b53edb70 by Chih-Hsuan Yen at 2024-04-27T22:53:14+08:00 Use SPDX license identifiers - - - - - 1 changed file: - PKGBUILD Changes: = PKGBUILD = @@ -9,7 +9,13 @@ pkgrel=2 pkgdesc="PC/SC Architecture smartcard middleware library" arch=('x86_64') url='https://pcsclite.apdu.fr/' -license=('BSD') +# https://salsa.debian.org/rousseau/PCSC/-/blob/2.0.3/COPYING +license=( + 'BSD-3-Clause'# Most of it + 'GPL-3.0-or-later'# doc/example/pcsc_demo.c, src/spy/, UnitaryTests/ + 'BSD-2-Clause'# src/auth.c, src/auth.h + '0BSD'# src/simclist.c, src/simclist.h +) depends=('libsystemd.so' 'libudev.so' 'libpolkit-gobject-1.so') makedepends=('systemd' 'polkit') optdepends=( @@ -38,13 +44,19 @@ build() { --with-systemdsystemunitdir=/usr/lib/systemd/system make + + # namcap requires separate files for each "uncommon" license (ex: BSD* ones), so splitting the upstream COPYING file + awk '/David Corcoran/{flag=1} /GNU GPL v3/ {flag=0} flag' COPYING > LICENSE.BSD-3-Clause + awk '/GNU GPL v3/{flag=1} /auth.c/ {flag=0} flag' COPYING > LICENSE.GPL-3.0-or-later + awk '/auth.c/{flag=1} /simclist.c/ {flag=0} flag' COPYING > LICENSE.BSD-2-Clause + awk '/simclist.c/{flag=1} flag' COPYING > LICENSE.0BSD } package() { cd "pcsc-lite-$pkgver" make DESTDIR="$pkgdir" install - install -D -m0644 "$srcdir/pcsc-lite-$pkgver/COPYING" "$pkgdir/usr/share/licenses/$pkgname/LICENSE" + install -D -m0644 LICENSE.* -t "$pkgdir/usr/share/licenses/$pkgname" install -d "$pkgdir/usr/lib/pcsc/drivers" } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/pcsclite/-/commit/b53edb70b675437c31b875005047101200290f00 -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/pcsclite/-/commit/b53edb70b675437c31b875005047101200290f00 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/ropper][main] add nvchecker config
Levente Polyak pushed to branch main at Arch Linux / Packaging / Packages / ropper Commits: 5cdd6271 by Levente Polyak at 2024-04-27T16:56:35+02:00 add nvchecker config - - - - - 1 changed file: - + .nvchecker.toml Changes: = .nvchecker.toml = @@ -0,0 +1,4 @@ +[ropper] +source = "git" +git = "https://github.com/sashs/Ropper.git"; +prefix = "v" View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ropper/-/commit/5cdd6271d8eb558a8cb68d2a9789bf6ee16846f5 -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/ropper/-/commit/5cdd6271d8eb558a8cb68d2a9789bf6ee16846f5 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/python-noseofyeti] Pushed new tag 2.4.8-1
Jelle van der Waa pushed new tag 2.4.8-1 at Arch Linux / Packaging / Packages / python-noseofyeti -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-noseofyeti/-/tree/2.4.8-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/python-noseofyeti][main] 2 commits: Drop python-asynctest
Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / python-noseofyeti Commits: fcff3c3b by loqs at 2024-04-27T16:47:31+02:00 Drop python-asynctest - - - - - 3599f0f5 by Jelle van der Waa at 2024-04-27T16:56:39+02:00 upgpkg: 2.4.8-1: Drop asynctest - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,11 +1,10 @@ pkgbase = python-noseofyeti pkgdesc = A custom pyton codec that provides an RSpec style dsl for python - pkgver = 2.4.6 - pkgrel = 2 + pkgver = 2.4.8 + pkgrel = 1 url = https://github.com/delfick/nose-of-yeti arch = any license = MIT - checkdepends = python-asynctest checkdepends = python-pytest checkdepends = python-alt-pytest-asyncio checkdepends = python-pytest-helpers-namespace @@ -14,7 +13,7 @@ pkgbase = python-noseofyeti makedepends = python-installer makedepends = python-hatchling depends = python - source = git+https://github.com/delfick/nose-of-yeti.git#commit=08bc8320f60cd45d1d04be3a88e74cc9b8bdad9f + source = git+https://github.com/delfick/nose-of-yeti.git#commit=5bd8abafa5e8db32e7fff37105d2ac25d30605bf sha512sums = SKIP pkgname = python-noseofyeti = PKGBUILD = @@ -1,22 +1,24 @@ # Maintainer: Felix Yan pkgname=python-noseofyeti -pkgver=2.4.6 -_commit=08bc8320f60cd45d1d04be3a88e74cc9b8bdad9f -pkgrel=2 +pkgver=2.4.8 +_commit=5bd8abafa5e8db32e7fff37105d2ac25d30605bf +pkgrel=1 pkgdesc="A custom pyton codec that provides an RSpec style dsl for python" url="https://github.com/delfick/nose-of-yeti"; license=('MIT') arch=('any') depends=('python') makedepends=('git' 'python-build' 'python-installer' 'python-hatchling') -checkdepends=('python-asynctest' 'python-pytest' 'python-alt-pytest-asyncio' +checkdepends=('python-pytest' 'python-alt-pytest-asyncio' 'python-pytest-helpers-namespace') source=("git+https://github.com/delfick/nose-of-yeti.git#commit=$_commit";) sha512sums=('SKIP') build() { cd nose-of-yeti + # https://github.com/delfick/nose-of-yeti/issues/22 + sed -i '/asynctest/d' pyproject.toml python -m build -nw } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-noseofyeti/-/compare/2abba14f74a06f2f65af360ea0c81b491291b26a...3599f0f512d7face3071a018aa45c3d78008284a -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-noseofyeti/-/compare/2abba14f74a06f2f65af360ea0c81b491291b26a...3599f0f512d7face3071a018aa45c3d78008284a You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/python-pytest-socket][main] 2 commits: Drop python-asynctest
Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / python-pytest-socket Commits: 805c7dcf by loqs at 2024-04-27T16:45:20+02:00 Drop python-asynctest - Unused as test is deselected https://github.com/miketheman/pytest-socket/issues/161. - Will be removed in next upstream release https://github.com/miketheman/pytest-socket/commit/9ac7a6fe4f9cb9e3a6e6e03c1f1187966876b217. - - - - - e2de7ad8 by Jelle van der Waa at 2024-04-27T16:45:55+02:00 upgpkg: 0.7.0-4: Drop asynctest - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,11 +1,10 @@ pkgbase = python-pytest-socket pkgdesc = Pytest Plugin to disable socket calls during tests pkgver = 0.7.0 - pkgrel = 3 + pkgrel = 4 url = https://github.com/miketheman/pytest-socket arch = any license = MIT - checkdepends = python-asynctest checkdepends = python-httpx checkdepends = python-pytest-httpbin checkdepends = python-requests = PKGBUILD = @@ -4,7 +4,7 @@ _name=pytest-socket pkgname=python-pytest-socket pkgver=0.7.0 -pkgrel=3 +pkgrel=4 pkgdesc='Pytest Plugin to disable socket calls during tests' arch=(any) license=(MIT) @@ -20,7 +20,6 @@ makedepends=( python-wheel ) checkdepends=( - python-asynctest python-httpx python-pytest-httpbin python-requests View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-socket/-/compare/167eade5fe1e6f35165ad6c6b64794d9c9a783cd...e2de7ad83fec07ce8a7f39897e20b3af45dd0819 -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-socket/-/compare/167eade5fe1e6f35165ad6c6b64794d9c9a783cd...e2de7ad83fec07ce8a7f39897e20b3af45dd0819 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/python-pytest-socket] Pushed new tag 0.7.0-4
Jelle van der Waa pushed new tag 0.7.0-4 at Arch Linux / Packaging / Packages / python-pytest-socket -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-socket/-/tree/0.7.0-4 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/kde-applications-meta][main] upgpkg: 24.05-1: Update to 24.05
Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / kde-applications-meta Commits: ee8f486d by Antonio Rojas at 2024-04-27T16:44:43+02:00 upgpkg: 24.05-1: Update to 24.05 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,6 +1,6 @@ pkgbase = kde-applications-meta - pkgver = 24.02 - pkgrel = 2 + pkgver = 24.05 + pkgrel = 1 url = https://www.archlinux.org/ arch = any license = None @@ -22,6 +22,7 @@ pkgname = kde-applications-meta pkgname = kde-accessibility-meta pkgdesc = Meta package for KDE accessibility applications + depends = accessibility-inspector depends = kmag depends = kmousetool depends = kmouth @@ -95,6 +96,7 @@ pkgname = kde-games-meta depends = lskat depends = palapeli depends = picmi + depends = skladnik replaces = kdegames-meta pkgname = kde-graphics-meta @@ -118,6 +120,7 @@ pkgname = kde-graphics-meta pkgname = kde-multimedia-meta pkgdesc = Meta package for KDE multimedia applications + depends = audex depends = audiocd-kio depends = audiotube depends = dragon @@ -210,8 +213,10 @@ pkgname = kde-utilities-meta pkgdesc = Meta package for KDE utilities applications depends = ark depends = filelight + depends = francis depends = isoimagewriter depends = kalk + depends = kalm depends = kate depends = kbackup depends = kcalc = PKGBUILD = @@ -17,8 +17,8 @@ pkgname=(kde-applications-meta kde-system-meta kde-utilities-meta kdevelop-meta) -pkgver=24.02 -pkgrel=2 +pkgver=24.05 +pkgrel=1 arch=(any) license=(None) url='https://www.archlinux.org/' @@ -42,7 +42,8 @@ package_kde-applications-meta() { package_kde-accessibility-meta() { pkgdesc='Meta package for KDE accessibility applications' replaces=(kdeaccessibility-meta) - depends=(kmag + depends=(accessibility-inspector + kmag kmousetool kmouth kontrast) @@ -116,7 +117,8 @@ package_kde-games-meta() { kubrick lskat palapeli - picmi) + picmi + skladnik) } package_kde-graphics-meta() { @@ -141,7 +143,8 @@ package_kde-graphics-meta() { package_kde-multimedia-meta() { pkgdesc='Meta package for KDE multimedia applications' replaces=(kdemultimedia-meta) - depends=(audiocd-kio + depends=(audex + audiocd-kio audiotube dragon elisa @@ -238,8 +241,10 @@ package_kde-utilities-meta() { replaces=(kdeutils-meta) depends=(ark filelight + francis isoimagewriter kalk + kalm kate kbackup kcalc View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/kde-applications-meta/-/commit/ee8f486d7fd9d038f0df7f2dd027cf5bfa13d7d9 -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/kde-applications-meta/-/commit/ee8f486d7fd9d038f0df7f2dd027cf5bfa13d7d9 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/kde-applications-meta] Pushed new tag 24.05-1
Antonio Rojas pushed new tag 24.05-1 at Arch Linux / Packaging / Packages / kde-applications-meta -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/kde-applications-meta/-/tree/24.05-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/python-pytest-socket][main] 2 commits: Drop pytest-flake8 and pytest-cov as checkdepends
Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / python-pytest-socket Commits: 9e4f42c2 by Jelle van der Waa at 2024-04-27T16:41:41+02:00 Drop pytest-flake8 and pytest-cov as checkdepends We don't want to run linting/coverage tests for upstream. - - - - - 167eade5 by Jelle van der Waa at 2024-04-27T16:43:12+02:00 upgpkg: 0.7.0-3 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,14 +1,12 @@ pkgbase = python-pytest-socket pkgdesc = Pytest Plugin to disable socket calls during tests pkgver = 0.7.0 - pkgrel = 2 + pkgrel = 3 url = https://github.com/miketheman/pytest-socket arch = any license = MIT checkdepends = python-asynctest checkdepends = python-httpx - checkdepends = python-pytest-cov - checkdepends = python-pytest-flake8 checkdepends = python-pytest-httpbin checkdepends = python-requests checkdepends = python-starlette = PKGBUILD = @@ -4,7 +4,7 @@ _name=pytest-socket pkgname=python-pytest-socket pkgver=0.7.0 -pkgrel=2 +pkgrel=3 pkgdesc='Pytest Plugin to disable socket calls during tests' arch=(any) license=(MIT) View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-socket/-/compare/e003b140d5d275ad748b42821eaccdbd554e9285...167eade5fe1e6f35165ad6c6b64794d9c9a783cd -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-socket/-/compare/e003b140d5d275ad748b42821eaccdbd554e9285...167eade5fe1e6f35165ad6c6b64794d9c9a783cd You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/python-pytest-socket] Pushed new tag 0.7.0-3
Jelle van der Waa pushed new tag 0.7.0-3 at Arch Linux / Packaging / Packages / python-pytest-socket -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-socket/-/tree/0.7.0-3 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/python-fxa][main] upgpkg: 0.7.8-1
Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / python-fxa Commits: 1fd27538 by Jelle van der Waa at 2024-04-27T16:38:30+02:00 upgpkg: 0.7.8-1 - Drop cov and flake8 as checkdepends - Deselect failing tests instead of blindly ignoring - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: = .SRCINFO = @@ -1,14 +1,12 @@ pkgbase = python-fxa pkgdesc = Python library for interacting with the Firefox Accounts ecosystem - pkgver = 0.7.7 - pkgrel = 8 + pkgver = 0.7.8 + pkgrel = 1 url = https://github.com/mozilla/PyFxA arch = any license = MPL-2.0 checkdepends = python-grequests checkdepends = python-pyotp - checkdepends = python-pytest-cov - checkdepends = python-pytest-flake8 checkdepends = python-pytest checkdepends = python-responses makedepends = python-setuptools @@ -21,7 +19,7 @@ pkgbase = python-fxa depends = python-pyjwt depends = python-requests depends = python-six - source = https://github.com/mozilla/PyFxA/archive/v0.7.7/python-fxa-0.7.7.tar.gz - sha256sums = d5b5afdafb6b42344d49e4e4df0582758df54e00b8d0fa3cbc29433410aa9a6f + source = python-fxa-0.7.8.tar.gz::https://github.com/mozilla/PyFxA/archive/refs/tags/0.7.8.tar.gz + sha256sums = 458d46274c0c7992472a4309f186a28ad970c6240f2caf6a31d7c3655ff5d62e pkgname = python-fxa = PKGBUILD = @@ -3,17 +3,17 @@ _pkgname=PyFxA pkgname=python-fxa -pkgver=0.7.7 -pkgrel=8 +pkgver=0.7.8 +pkgrel=1 pkgdesc='Python library for interacting with the Firefox Accounts ecosystem' arch=('any') url='https://github.com/mozilla/PyFxA' license=('MPL-2.0') depends=('python-browserid' 'python-cryptography' 'python-hawkauthlib' 'python-pyjwt' 'python-requests' 'python-six') makedepends=('python-setuptools' 'python-build' 'python-installer' 'python-wheel') -checkdepends=('python-grequests' 'python-pyotp' 'python-pytest-cov' 'python-pytest-flake8' 'python-pytest' 'python-responses') -source=("https://github.com/mozilla/$_pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz";) -sha256sums=('d5b5afdafb6b42344d49e4e4df0582758df54e00b8d0fa3cbc29433410aa9a6f') +checkdepends=('python-grequests' 'python-pyotp' 'python-pytest' 'python-responses') +source=("${pkgname}-${pkgver}.tar.gz::https://github.com/mozilla/$_pkgname/archive/refs/tags/${pkgver}.tar.gz";) +sha256sums=('458d46274c0c7992472a4309f186a28ad970c6240f2caf6a31d7c3655ff5d62e') build() { cd $_pkgname-$pkgver @@ -22,7 +22,30 @@ build() { check() { cd $_pkgname-$pkgver - pytest || echo 'Some tests failed' + # https://github.com/mozilla/PyFxA/issues/102 + local pytest_skip=( +--deselect fxa/tests/test_core.py::TestCoreClient::test_account_creation +--deselect fxa/tests/test_core.py::TestCoreClient::test_account_creation_with_key_fetch +--deselect fxa/tests/test_core.py::TestCoreClient::test_account_login +--deselect fxa/tests/test_core.py::TestCoreClient::test_email_code_verification +--deselect fxa/tests/test_core.py::TestCoreClient::test_forgot_password_flow +--deselect fxa/tests/test_core.py::TestCoreClient::test_get_random_bytes +--deselect fxa/tests/test_core.py::TestCoreClient::test_resend_verify_code +--deselect fxa/tests/test_core.py::TestCoreClient::test_send_unblock_code +--deselect fxa/tests/test_core.py::TestCoreClientSession::test_change_password +--deselect fxa/tests/test_core.py::TestCoreClientSession::test_email_status +--deselect fxa/tests/test_core.py::TestCoreClientSession::test_get_identity_assertion +--deselect fxa/tests/test_core.py::TestCoreClientSession::test_get_identity_assertion_accepts_service +--deselect fxa/tests/test_core.py::TestCoreClientSession::test_get_identity_assertion_handles_duration +--deselect fxa/tests/test_core.py::TestCoreClientSession::test_get_random_bytes +--deselect fxa/tests/test_core.py::TestCoreClientSession::test_session_status +--deselect fxa/tests/test_core.py::TestCoreClientSession::test_sign_certificate +--deselect fxa/tests/test_core.py::TestCoreClientSession::test_sign_certificate_handles_duration +--deselect fxa/tests/test_core.py::TestCoreClientSession::test_totp + ) + + # override pytest options to skip pytest-cov/pytest-flake8 requirements + pytest -o addopts='' "${pytest_skip[@]}" } package() { View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-fxa/-/commit/1fd275380934a1c6f331fb60fd7230e5099adf70 -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-fxa/-/commit/1fd275380934a1c6f331fb60fd7230e5099adf70 You're receiving this email because of your account on gitlab.archli
[Git][archlinux/packaging/packages/python-fxa] Pushed new tag 0.7.8-1
Jelle van der Waa pushed new tag 0.7.8-1 at Arch Linux / Packaging / Packages / python-fxa -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/python-fxa/-/tree/0.7.8-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/kalm] Pushed new tag 24.04.80-1
Antonio Rojas pushed new tag 24.04.80-1 at Arch Linux / Packaging / Packages / kalm -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/kalm/-/tree/24.04.80-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/kalm] Pushed new branch main
Antonio Rojas pushed new branch main at Arch Linux / Packaging / Packages / kalm -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/kalm/-/tree/main You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/francis] Pushed new tag 24.04.80-1
Antonio Rojas pushed new tag 24.04.80-1 at Arch Linux / Packaging / Packages / francis -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/francis/-/tree/24.04.80-1 You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/francis] Pushed new branch main
Antonio Rojas pushed new branch main at Arch Linux / Packaging / Packages / francis -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/francis/-/tree/main You're receiving this email because of your account on gitlab.archlinux.org.
[Git][archlinux/packaging/packages/accessibility-inspector] Pushed new tag 24.04.80-1
Antonio Rojas pushed new tag 24.04.80-1 at Arch Linux / Packaging / Packages / accessibility-inspector -- This project does not include diff previews in email notifications. View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/accessibility-inspector/-/tree/24.04.80-1 You're receiving this email because of your account on gitlab.archlinux.org.