[Git][archlinux/packaging/packages/zathura-ps][main] upgpkg: 0.2.7-7: Rebuild against zathura 0.5.6 + Switch sources to GitHub

2024-05-09 Thread Robin Candau (@antiz)


Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / 
zathura-ps


Commits:
495d631f by Robin Candau at 2024-05-09T21:18:59+02:00
upgpkg: 0.2.7-7: Rebuild against zathura 0.5.6 + Switch sources to GitHub

- - - - -


3 changed files:

- .SRCINFO
- .nvchecker.toml
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = zathura-ps
pkgdesc = Adds ps support to zathura by using the libspectre library
pkgver = 0.2.7
-   pkgrel = 6
+   pkgrel = 7
url = https://pwmt.org/projects/zathura-ps
arch = x86_64
license = Zlib
@@ -10,7 +10,7 @@ pkgbase = zathura-ps
depends = libspectre
depends = zathura
depends = desktop-file-utils
-   source = 
zathura-ps-0.2.7.tar.gz::https://git.pwmt.org/pwmt/zathura-ps/-/archive/0.2.7/zathura-ps-0.2.7.tar.gz
+   source = 
zathura-ps-0.2.7.tar.gz::https://github.com/pwmt/zathura-ps/archive/refs/tags/0.2.7.tar.gz
sha512sums = 
b7074d941180938cc5ab3756c587d2bb7e6a87a04707c04eb9707664966ef6fb2f2b8e7b60cb5be0a2548ebb8ab4d2759aa9727f02085946fe6c66a0c559639d
 
 pkgname = zathura-ps


=
.nvchecker.toml
=
@@ -1,7 +1,6 @@
 [zathura-ps]
-source = "gitlab"
-host = "git.pwmt.org"
-gitlab = "pwmt/zathura-ps"
+source = "github"
+github = "pwmt/zathura-ps"
 prefix = "v"
 use_max_tag = true
 exclude_regex = ".*(pre|a|alpha|b|beta|r|rc).*"


=
PKGBUILD
=
@@ -5,14 +5,14 @@
 
 pkgname=zathura-ps
 pkgver=0.2.7
-pkgrel=6
+pkgrel=7
 pkgdesc="Adds ps support to zathura by using the libspectre library"
 url="https://pwmt.org/projects/zathura-ps;
 arch=('x86_64')
 license=('Zlib')
 depends=('libspectre' 'zathura' 'desktop-file-utils')
 makedepends=('meson' 'ninja')
-source=("${pkgname}-${pkgver}.tar.gz::https://git.pwmt.org/pwmt/${pkgname}/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/pwmt/${pkgname}/archive/refs/tags/${pkgver}.tar.gz;)
 
sha512sums=('b7074d941180938cc5ab3756c587d2bb7e6a87a04707c04eb9707664966ef6fb2f2b8e7b60cb5be0a2548ebb8ab4d2759aa9727f02085946fe6c66a0c559639d')
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/zathura-ps/-/commit/495d631f8c3c1218bfbdbf95ae7b3ed28d74ca6b

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/zathura-ps/-/commit/495d631f8c3c1218bfbdbf95ae7b3ed28d74ca6b
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/zathura-ps] Pushed new tag 0.2.7-7

2024-05-09 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 0.2.7-7 at Arch Linux / Packaging / Packages / 
zathura-ps

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/zathura-ps/-/tree/0.2.7-7
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/zathura-pdf-poppler] Pushed new tag 0.3.2-5

2024-05-09 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 0.3.2-5 at Arch Linux / Packaging / Packages / 
zathura-pdf-poppler

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/zathura-pdf-poppler/-/tree/0.3.2-5
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/zathura-pdf-poppler][main] upgpkg: 0.3.2-5: Rebuild against zathura 0.5.6 + Switch sources to GitHub

2024-05-09 Thread Robin Candau (@antiz)


Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / 
zathura-pdf-poppler


Commits:
d03d1754 by Robin Candau at 2024-05-09T21:17:24+02:00
upgpkg: 0.3.2-5: Rebuild against zathura 0.5.6 + Switch sources to GitHub

- - - - -


3 changed files:

- .SRCINFO
- .nvchecker.toml
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = zathura-pdf-poppler
pkgdesc = Adds pdf support to zathura by using the poppler engine
pkgver = 0.3.2
-   pkgrel = 4
+   pkgrel = 5
url = https://pwmt.org/projects/zathura-pdf-poppler/
arch = x86_64
license = Zlib
@@ -10,7 +10,7 @@ pkgbase = zathura-pdf-poppler
depends = poppler-glib
depends = zathura
depends = desktop-file-utils
-   source = 
zathura-pdf-poppler-0.3.2.tar.gz::https://git.pwmt.org/pwmt/zathura-pdf-poppler/-/archive/0.3.2/zathura-pdf-poppler-0.3.2.tar.gz
+   source = 
zathura-pdf-poppler-0.3.2.tar.gz::https://github.com/pwmt/zathura-pdf-poppler/archive/refs/tags/0.3.2.tar.gz
sha512sums = 
5e6d748f9dfcc9e318ee7947d3a4d9acbbb30d6b45810a7c2fd2d0572d98872f5d594add8683b6579791fb82846a3d7854e84239ac5167c0541e700518a31043
 
 pkgname = zathura-pdf-poppler


=
.nvchecker.toml
=
@@ -1,7 +1,6 @@
 [zathura-pdf-poppler]
-source = "gitlab"
-host = "git.pwmt.org"
-gitlab = "pwmt/zathura-pdf-poppler"
+source = "github"
+github = "pwmt/zathura-pdf-poppler"
 prefix = "v"
 use_max_tag = true
 exclude_regex = ".*(pre|a|alpha|b|beta|r|rc).*"


=
PKGBUILD
=
@@ -6,14 +6,14 @@
 
 pkgname=zathura-pdf-poppler
 pkgver=0.3.2
-pkgrel=4
+pkgrel=5
 pkgdesc="Adds pdf support to zathura by using the poppler engine"
 url="https://pwmt.org/projects/zathura-pdf-poppler/;
 arch=('x86_64')
 license=('Zlib')
 depends=('poppler-glib' 'zathura' 'desktop-file-utils')
 makedepends=('meson' 'ninja')
-source=("${pkgname}-${pkgver}.tar.gz::https://git.pwmt.org/pwmt/${pkgname}/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/pwmt/${pkgname}/archive/refs/tags/${pkgver}.tar.gz;)
 
sha512sums=('5e6d748f9dfcc9e318ee7947d3a4d9acbbb30d6b45810a7c2fd2d0572d98872f5d594add8683b6579791fb82846a3d7854e84239ac5167c0541e700518a31043')
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/zathura-pdf-poppler/-/commit/d03d17549ffa1d7b200eca7c8c217127a117e28c

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/zathura-pdf-poppler/-/commit/d03d17549ffa1d7b200eca7c8c217127a117e28c
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/zathura-pdf-mupdf][main] upgpkg: 0.4.1-20: Rebuild against zathura 0.5.6 + Switch sources to GitHub

2024-05-09 Thread Robin Candau (@antiz)


Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / 
zathura-pdf-mupdf


Commits:
f399fd3c by Robin Candau at 2024-05-09T21:15:59+02:00
upgpkg: 0.4.1-20: Rebuild against zathura 0.5.6 + Switch sources to GitHub

- - - - -


3 changed files:

- .SRCINFO
- .nvchecker.toml
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = zathura-pdf-mupdf
pkgdesc = PDF support for Zathura (MuPDF backend) (Supports PDF, ePub, 
and OpenXPS)
pkgver = 0.4.1
-   pkgrel = 19
+   pkgrel = 20
url = https://pwmt.org/projects/zathura-pdf-mupdf/
arch = x86_64
license = Zlib


=
.nvchecker.toml
=
@@ -1,7 +1,6 @@
 [zathura-pdf-mupdf]
-source = "gitlab"
-host = "git.pwmt.org"
-gitlab = "pwmt/zathura-pdf-mupdf"
+source = "github"
+github = "pwmt/zathura-pdf-mupdf"
 prefix = "v"
 use_max_tag = true
 exclude_regex = ".*(pre|a|alpha|b|beta|r|rc).*"


=
PKGBUILD
=
@@ -6,7 +6,7 @@
 
 pkgname=zathura-pdf-mupdf
 pkgver=0.4.1
-pkgrel=19
+pkgrel=20
 pkgdesc="PDF support for Zathura (MuPDF backend) (Supports PDF, ePub, and 
OpenXPS)"
 url="https://pwmt.org/projects/zathura-pdf-mupdf/;
 arch=('x86_64')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/zathura-pdf-mupdf/-/commit/f399fd3ca11dc2c0b3154d01681d1b2e8a51a706

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/zathura-pdf-mupdf/-/commit/f399fd3ca11dc2c0b3154d01681d1b2e8a51a706
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/zathura-pdf-mupdf] Pushed new tag 0.4.1-20

2024-05-09 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 0.4.1-20 at Arch Linux / Packaging / Packages / 
zathura-pdf-mupdf

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/zathura-pdf-mupdf/-/tree/0.4.1-20
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/zathura-djvu] Pushed new tag 0.2.9-7

2024-05-09 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 0.2.9-7 at Arch Linux / Packaging / Packages / 
zathura-djvu

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/zathura-djvu/-/tree/0.2.9-7
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/zathura-djvu][main] upgpkg: 0.2.9-7: Rebuild against zathura 0.5.6 + Switch sources to GitHub

2024-05-09 Thread Robin Candau (@antiz)


Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / 
zathura-djvu


Commits:
ffc0d875 by Robin Candau at 2024-05-09T21:14:16+02:00
upgpkg: 0.2.9-7: Rebuild against zathura 0.5.6 + Switch sources to GitHub

- - - - -


3 changed files:

- .SRCINFO
- .nvchecker.toml
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = zathura-djvu
pkgdesc = DjVu support for Zathura
pkgver = 0.2.9
-   pkgrel = 6
+   pkgrel = 7
url = https://pwmt.org/projects/zathura-djvu/
arch = x86_64
license = Zlib
@@ -10,7 +10,7 @@ pkgbase = zathura-djvu
depends = djvulibre
depends = zathura
depends = desktop-file-utils
-   source = 
zathura-djvu-0.2.9.tar.gz::https://git.pwmt.org/pwmt/zathura-djvu/-/archive/0.2.9/zathura-djvu-0.2.9.tar.gz
+   source = 
zathura-djvu-0.2.9.tar.gz::https://github.com/pwmt/zathura-djvu/archive/refs/tags/0.2.9.tar.gz
sha512sums = 
54fca6bac30b73caf5ba882b2a52538845b9f2c5bcdc671071b2324ba6e1844510a400c87f17ea91ee5dbb768bc94a989df6657ee701041c924607fa846ba3f7
 
 pkgname = zathura-djvu


=
.nvchecker.toml
=
@@ -1,7 +1,6 @@
 [zathura-djvu]
-source = "gitlab"
-host = "git.pwmt.org"
-gitlab = "pwmt/zathura-djvu"
+source = "github"
+github = "pwmt/zathura-djvu"
 prefix = "v"
 use_max_tag = true
 exclude_regex = ".*(pre|a|alpha|b|beta|r|rc).*"


=
PKGBUILD
=
@@ -6,14 +6,14 @@
 
 pkgname=zathura-djvu
 pkgver=0.2.9
-pkgrel=6
+pkgrel=7
 pkgdesc="DjVu support for Zathura"
 url="https://pwmt.org/projects/zathura-djvu/;
 arch=('x86_64')
 license=('Zlib')
 depends=('djvulibre' 'zathura' 'desktop-file-utils')
 makedepends=('meson' 'ninja')
-source=("${pkgname}-${pkgver}.tar.gz::https://git.pwmt.org/pwmt/${pkgname}/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/pwmt/${pkgname}/archive/refs/tags/${pkgver}.tar.gz;)
 
sha512sums=('54fca6bac30b73caf5ba882b2a52538845b9f2c5bcdc671071b2324ba6e1844510a400c87f17ea91ee5dbb768bc94a989df6657ee701041c924607fa846ba3f7')
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/zathura-djvu/-/commit/ffc0d875365f97ae842669e33b47ebfeacc2ebdc

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/zathura-djvu/-/commit/ffc0d875365f97ae842669e33b47ebfeacc2ebdc
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/zathura-cb] Pushed new tag 0.1.10-7

2024-05-09 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 0.1.10-7 at Arch Linux / Packaging / Packages / 
zathura-cb

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/zathura-cb/-/tree/0.1.10-7
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/zathura-cb][main] upgpkg: 0.1.10-7: Rebuild against zathura 0.5.6 + Switch sources to GitHub

2024-05-09 Thread Robin Candau (@antiz)


Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / 
zathura-cb


Commits:
d0c35be3 by Robin Candau at 2024-05-09T21:12:37+02:00
upgpkg: 0.1.10-7: Rebuild against zathura 0.5.6 + Switch sources to GitHub

- - - - -


3 changed files:

- .SRCINFO
- .nvchecker.toml
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = zathura-cb
pkgdesc = Adds comic book support to zathura
pkgver = 0.1.10
-   pkgrel = 6
+   pkgrel = 7
url = https://pwmt.org/projects/zathura-cb/
arch = x86_64
license = Zlib
@@ -10,7 +10,7 @@ pkgbase = zathura-cb
depends = zathura
depends = libarchive
depends = desktop-file-utils
-   source = 
zathura-cb-0.1.10.tar.gz::https://git.pwmt.org/pwmt/zathura-cb/-/archive/0.1.10/zathura-cb-0.1.10.tar.gz
+   source = 
zathura-cb-0.1.10.tar.gz::https://github.com/pwmt/zathura-cb/archive/refs/tags/0.1.10.tar.gz
sha512sums = 
5f0de7b6991ca35996b9fc1d32527618b3d0df813d7803ceb7bfcd24762262ab780b01cc8f8aac5ffeb7ca42fac2ba65fd90f74000c9b1bc686d4c4af6ad2a69
 
 pkgname = zathura-cb


=
.nvchecker.toml
=
@@ -1,7 +1,6 @@
 [zathura-cb]
-source = "gitlab"
-host = "git.pwmt.org"
-gitlab = "pwmt/zathura-cb"
+source = "github"
+github = "pwmt/zathura-cb"
 prefix = "v"
 use_max_tag = true
 exclude_regex = ".*(pre|a|alpha|b|beta|r|rc).*"


=
PKGBUILD
=
@@ -4,14 +4,14 @@
 
 pkgname=zathura-cb
 pkgver=0.1.10
-pkgrel=6
+pkgrel=7
 pkgdesc="Adds comic book support to zathura"
 url="https://pwmt.org/projects/zathura-cb/;
 arch=('x86_64')
 license=('Zlib')
 depends=('zathura' 'libarchive' 'desktop-file-utils')
 makedepends=('meson' 'ninja')
-source=("${pkgname}-${pkgver}.tar.gz::https://git.pwmt.org/pwmt/${pkgname}/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/pwmt/${pkgname}/archive/refs/tags/${pkgver}.tar.gz;)
 
sha512sums=('5f0de7b6991ca35996b9fc1d32527618b3d0df813d7803ceb7bfcd24762262ab780b01cc8f8aac5ffeb7ca42fac2ba65fd90f74000c9b1bc686d4c4af6ad2a69')
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/zathura-cb/-/commit/d0c35be3f1984a6530161150f4a9eaa4e03ec240

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/zathura-cb/-/commit/d0c35be3f1984a6530161150f4a9eaa4e03ec240
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/zathura][main] upgpkg: 0.5.6-2: Rebuild against girara 0.4.4

2024-05-09 Thread Robin Candau (@antiz)


Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / 
zathura


Commits:
9ab1a590 by Robin Candau at 2024-05-09T21:02:27+02:00
upgpkg: 0.5.6-2: Rebuild against girara 0.4.4

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = zathura
pkgdesc = Minimalistic document viewer
pkgver = 0.5.6
-   pkgrel = 1
+   pkgrel = 2
url = https://pwmt.org/projects/zathura/
arch = x86_64
license = Zlib


=
PKGBUILD
=
@@ -6,7 +6,7 @@
 
 pkgname=zathura
 pkgver=0.5.6
-pkgrel=1
+pkgrel=2
 pkgdesc="Minimalistic document viewer"
 url="https://pwmt.org/projects/zathura/;
 arch=('x86_64')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/zathura/-/commit/9ab1a590b45f5b6f85099b10cb3abcbd727e7242

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/zathura/-/commit/9ab1a590b45f5b6f85099b10cb3abcbd727e7242
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/zathura] Pushed new tag 0.5.6-2

2024-05-09 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 0.5.6-2 at Arch Linux / Packaging / Packages / 
zathura

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/zathura/-/tree/0.5.6-2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/girara][main] upgpkg: 0.4.4-1: New upstream release + Switch sources to GitHub

2024-05-09 Thread Robin Candau (@antiz)


Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / girara


Commits:
bf2c91a5 by Robin Candau at 2024-05-09T20:55:59+02:00
upgpkg: 0.4.4-1: New upstream release + Switch sources to GitHub

- - - - -


3 changed files:

- .SRCINFO
- .nvchecker.toml
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = girara
pkgdesc = User interface library focused on simplicity and minimalism
-   pkgver = 0.4.3
-   pkgrel = 3
+   pkgver = 0.4.4
+   pkgrel = 1
url = https://pwmt.org/projects/girara
arch = x86_64
license = Zlib
@@ -21,7 +21,7 @@ pkgbase = girara
conflicts = girara-common
replaces = girara-gtk3
replaces = girara-common
-   source = 
girara-0.4.3.tar.gz::https://git.pwmt.org/pwmt/girara/-/archive/0.4.3/girara-0.4.3.tar.gz
-   sha512sums = 
0dcde66101f5779c879f5847e8cb9d5777c6fa803733b6fe9c05e17385b608cc02f2e119d456aa4810f623290057e9344bbcc6a64b4b36b4733b60b7e8d885b6
+   source = 
girara-0.4.4.tar.gz::https://github.com/pwmt/girara/archive/refs/tags/0.4.4.tar.gz
+   sha512sums = 
4c106c2156ff397caad2c173cbfb5f2dc8f4574a59c70e7d04e941fd5273948c7e2cc4662b91a489dc689e6537b72bdb1771849cf7775d6afa167f2616a3d4c7
 
 pkgname = girara


=
.nvchecker.toml
=
@@ -1,7 +1,6 @@
 [girara]
-source = "gitlab"
-host = "git.pwmt.org"
-gitlab = "pwmt/girara"
+source = "github"
+github = "pwmt/girara"
 prefix = "v"
 use_max_tag = true
 exclude_regex = ".*(pre|a|alpha|b|beta|r|rc).*"


=
PKGBUILD
=
@@ -5,8 +5,8 @@
 # Contributor: mlq 
 
 pkgname=girara
-pkgver=0.4.3
-pkgrel=3
+pkgver=0.4.4
+pkgrel=1
 pkgdesc="User interface library focused on simplicity and minimalism"
 url="https://pwmt.org/projects/girara;
 arch=('x86_64')
@@ -17,8 +17,8 @@ conflicts=('girara-gtk3' 'girara-common')
 depends=('gtk3' 'glib2' 'json-glib' 'pango' 'glibc')
 makedepends=('meson' 'ninja' 'doxygen' 'check')
 checkdepends=('xorg-server-xvfb')
-source=("${pkgname}-${pkgver}.tar.gz::https://git.pwmt.org/pwmt/${pkgname}/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('0dcde66101f5779c879f5847e8cb9d5777c6fa803733b6fe9c05e17385b608cc02f2e119d456aa4810f623290057e9344bbcc6a64b4b36b4733b60b7e8d885b6')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/pwmt/${pkgname}/archive/refs/tags/${pkgver}.tar.gz;)
+sha512sums=('4c106c2156ff397caad2c173cbfb5f2dc8f4574a59c70e7d04e941fd5273948c7e2cc4662b91a489dc689e6537b72bdb1771849cf7775d6afa167f2616a3d4c7')
 
 build() {
 cd "${pkgname}-${pkgver}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/girara/-/commit/bf2c91a5ffabe77db18fad6bffe2f198f2c61330

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/girara/-/commit/bf2c91a5ffabe77db18fad6bffe2f198f2c61330
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/girara] Pushed new tag 0.4.4-1

2024-05-09 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 0.4.4-1 at Arch Linux / Packaging / Packages / 
girara

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/girara/-/tree/0.4.4-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/zathura][main] upgpkg: 0.5.6-1: New upstream release + Switch sources to GitHub

2024-05-09 Thread Robin Candau (@antiz)


Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / 
zathura


Commits:
af333f10 by Robin Candau at 2024-05-09T15:41:22+02:00
upgpkg: 0.5.6-1: New upstream release + Switch sources to GitHub

- - - - -


3 changed files:

- .SRCINFO
- .nvchecker.toml
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = zathura
pkgdesc = Minimalistic document viewer
-   pkgver = 0.5.5
-   pkgrel = 2
+   pkgver = 0.5.6
+   pkgrel = 1
url = https://pwmt.org/projects/zathura/
arch = x86_64
license = Zlib
@@ -24,7 +24,7 @@ pkgbase = zathura
optdepends = zathura-pdf-mupdf: PDF support using MuPDF
optdepends = zathura-ps: PostScript support
optdepends = zathura-cb: Comic book support
-   source = 
zathura-0.5.5.tar.gz::https://git.pwmt.org/pwmt/zathura/-/archive/0.5.5/zathura-0.5.5.tar.gz
-   sha512sums = 
b26e5987c54361d15710c48c2ad54dd49d986c0629871d86fdfe91aae26662501ae8f620ebec5cad9078b25ee7bf46d3aa53764c16afee18c450b1142c429558
+   source = 
zathura-0.5.6.tar.gz::https://github.com/pwmt/zathura/archive/refs/tags/0.5.6.tar.gz
+   sha512sums = 
df518865bc559b97d7abebde2dae17cbd7bde6b9f8219338bd3a455a5d71b42f62299591b9c12c75a9a6f007b1179cb163722eaaf43ee86e6a6d9e2e25f63465
 
 pkgname = zathura


=
.nvchecker.toml
=
@@ -1,7 +1,6 @@
 [zathura]
-source = "gitlab"
-host = "git.pwmt.org"
-gitlab = "pwmt/zathura"
+source = "github"
+github = "pwmt/zathura"
 prefix = "v"
 use_max_tag = true
 exclude_regex = ".*(pre|a|alpha|b|beta|r|rc).*"


=
PKGBUILD
=
@@ -5,8 +5,8 @@
 # Contributor: ML 
 
 pkgname=zathura
-pkgver=0.5.5
-pkgrel=2
+pkgver=0.5.6
+pkgrel=1
 pkgdesc="Minimalistic document viewer"
 url="https://pwmt.org/projects/zathura/;
 arch=('x86_64')
@@ -19,8 +19,8 @@ optdepends=('zathura-djvu: DjVu support'
 'zathura-pdf-mupdf: PDF support using MuPDF'
 'zathura-ps: PostScript support'
 'zathura-cb: Comic book support')
-source=("${pkgname}-${pkgver}.tar.gz::https://git.pwmt.org/pwmt/${pkgname}/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha512sums=('b26e5987c54361d15710c48c2ad54dd49d986c0629871d86fdfe91aae26662501ae8f620ebec5cad9078b25ee7bf46d3aa53764c16afee18c450b1142c429558')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/pwmt/${pkgname}/archive/refs/tags/${pkgver}.tar.gz;)
+sha512sums=('df518865bc559b97d7abebde2dae17cbd7bde6b9f8219338bd3a455a5d71b42f62299591b9c12c75a9a6f007b1179cb163722eaaf43ee86e6a6d9e2e25f63465')
 
 build() {
 cd "${pkgname}-${pkgver}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/zathura/-/commit/af333f106d7faf85e80895057312d1a1882edd5f

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/zathura/-/commit/af333f106d7faf85e80895057312d1a1882edd5f
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/zathura] Pushed new tag 0.5.6-1

2024-05-09 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 0.5.6-1 at Arch Linux / Packaging / Packages / 
zathura

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/zathura/-/tree/0.5.6-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/lemurs][main] upgpkg: 0.3.2-3: Add the wayland and wms dirs in /etc/lemurs

2024-05-09 Thread Robin Candau (@antiz)


Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / lemurs


Commits:
e3a84d19 by Robin Candau at 2024-05-09T15:33:56+02:00
upgpkg: 0.3.2-3: Add the wayland and wms dirs in /etc/lemurs

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = lemurs
pkgdesc = A customizable TUI display/login manager written in Rust
pkgver = 0.3.2
-   pkgrel = 2
+   pkgrel = 3
url = https://github.com/coastalwhite/lemurs
arch = x86_64
license = Apache-2.0 OR MIT


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=lemurs
 pkgver=0.3.2
-pkgrel=2
+pkgrel=3
 pkgdesc="A customizable TUI display/login manager written in Rust"
 arch=('x86_64')
 url="https://github.com/coastalwhite/lemurs;
@@ -35,10 +35,15 @@ check() {
 package() {
cd "${pkgname}-${pkgver}"
install -Dm 755 "target/release/${pkgname}" 
"${pkgdir}/usr/bin/${pkgname}"
+
+   install -dm 755 "${pkgdir}/etc/lemurs/wms"
+   install -dm 755 "${pkgdir}/etc/lemurs/wayland"
install -Dm 644 extra/config.toml "${pkgdir}/etc/lemurs/config.toml"
install -Dm 755 extra/xsetup.sh "${pkgdir}/etc/lemurs/xsetup.sh"
+
install -Dm 644 extra/lemurs.pam "${pkgdir}/etc/pam.d/lemurs"
install -Dm 644 extra/lemurs.service 
"${pkgdir}/usr/lib/systemd/system/lemurs.service"
+
install -Dm 644 LICENSE-MIT 
"${pkgdir}/usr/share/licenses/${pkgname}/MIT"
install -Dm 644 README.md "${pkgdir}/usr/share/doc/${pkgname}/README.md"
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lemurs/-/commit/e3a84d19f0fd72793e1d7a2fbebbf5bb1f8a1a50

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lemurs/-/commit/e3a84d19f0fd72793e1d7a2fbebbf5bb1f8a1a50
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/lemurs] Pushed new tag 0.3.2-3

2024-05-09 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 0.3.2-3 at Arch Linux / Packaging / Packages / 
lemurs

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lemurs/-/tree/0.3.2-3
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/limine] Pushed new tag 7.5.1-1

2024-05-08 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 7.5.1-1 at Arch Linux / Packaging / Packages / 
limine

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/limine/-/tree/7.5.1-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/limine][main] upgpkg: 7.5.1-1: New upstream release

2024-05-08 Thread Robin Candau (@antiz)


Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / limine


Commits:
96137499 by Robin Candau at 2024-05-08T23:02:56+02:00
upgpkg: 7.5.1-1: New upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = limine
pkgdesc = An advanced, portable, multiprotocol bootloader
-   pkgver = 7.5.0
+   pkgver = 7.5.1
pkgrel = 1
url = https://limine-bootloader.org/
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = limine
makedepends = lld
makedepends = clang
depends = glibc
-   source = git+https://github.com/limine-bootloader/limine.git#tag=v7.5.0
-   sha256sums = 
dc9b113b4ba983ade28085a13a4aa621b5af56b1453409f9bdda9cec0477133b
+   source = git+https://github.com/limine-bootloader/limine.git#tag=v7.5.1
+   sha256sums = 
0cf82706d95d8cd3a950ced34d4106fd56d41092720278ce1ea6c17ab86adc0c
 
 pkgname = limine


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Mintsuki 
 
 pkgname=limine
-pkgver=7.5.0
+pkgver=7.5.1
 pkgrel=1
 pkgdesc="An advanced, portable, multiprotocol bootloader"
 arch=('x86_64')
@@ -11,7 +11,7 @@ license=('BSD-2-Clause')
 depends=('glibc')
 makedepends=('git' 'nasm' 'mtools' 'llvm' 'lld' 'clang')
 source=("git+https://github.com/limine-bootloader/limine.git#tag=v${pkgver};)
-sha256sums=('dc9b113b4ba983ade28085a13a4aa621b5af56b1453409f9bdda9cec0477133b')
+sha256sums=('0cf82706d95d8cd3a950ced34d4106fd56d41092720278ce1ea6c17ab86adc0c')
 
 prepare() {
cd "${pkgname}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/limine/-/commit/96137499a0c0e7fc0c555ff000fe5777a983b241

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/limine/-/commit/96137499a0c0e7fc0c555ff000fe5777a983b241
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/jenkins][main] upgpkg: 2.457-1: New upstream release

2024-05-08 Thread Robin Candau (@antiz)


Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / 
jenkins


Commits:
a074683e by Robin Candau at 2024-05-08T21:28:49+02:00
upgpkg: 2.457-1: New upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = jenkins
pkgdesc = Extendable continuous integration server (latest)
-   pkgver = 2.456
+   pkgver = 2.457
pkgrel = 1
url = https://jenkins.io
install = jenkins.install
@@ -16,13 +16,13 @@ pkgbase = jenkins
conflicts = jenkins-ci
replaces = jenkins-ci
backup = etc/conf.d/jenkins
-   source = 
https://github.com/jenkinsci/jenkins/archive/refs/tags/jenkins-2.456.tar.gz
+   source = 
https://github.com/jenkinsci/jenkins/archive/refs/tags/jenkins-2.457.tar.gz
source = jenkins.conf
source = jenkins.service
source = jenkins.tmpfiles
source = jenkins.sysusers
source = skip-failing-test.patch
-   sha512sums = 
cd0ca7f26b10c61553a4ab8df07cb7592626051c7cace312dbefd40abbc318a61fb58a221140812207e85ac1fcf56f5d63a29a2e805f7134744124457071d0f9
+   sha512sums = 
219f26f93ce8ef43280d3e33f03802a77ec19e127a1792aee933c7ff06b3070113f3c378142cd25ceb2b7c0608d781e85fb59f9f428343a8c3bb036fb65636d8
sha512sums = 
482b642988027b623995e0488cc00011be5bbe9890a6d40dd6979197fa50794889ff731f798891106b367962cf60cb59b0260caadfcee9685b358a966f759553
sha512sums = 
c1e9a542bfd3db54ea0ef57acdac47ad5180330f9ffab44296762b0e69e75ce595d85a77d46025586fb507aedce4f1a032379dcd16b7b886fe475a99849fa4b2
sha512sums = 
a845a7147be54affc586dfce9a188ec24c92e673e88dec0b62da386d2e597de6ecda103429008562abd897f179a52c37cf2188ebc65b8c636efd07d707e18f90


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 # Contributor: Illarion Kovalchuk 
 
 pkgname=jenkins
-pkgver=2.456
+pkgver=2.457
 pkgrel=1
 _java=17
 pkgdesc='Extendable continuous integration server (latest)'
@@ -25,7 +25,7 @@ 
source=("https://github.com/jenkinsci/jenkins/archive/refs/tags/jenkins-${pkgver
 'jenkins.tmpfiles'
 'jenkins.sysusers'
 'skip-failing-test.patch')
-sha512sums=('cd0ca7f26b10c61553a4ab8df07cb7592626051c7cace312dbefd40abbc318a61fb58a221140812207e85ac1fcf56f5d63a29a2e805f7134744124457071d0f9'
+sha512sums=('219f26f93ce8ef43280d3e33f03802a77ec19e127a1792aee933c7ff06b3070113f3c378142cd25ceb2b7c0608d781e85fb59f9f428343a8c3bb036fb65636d8'
 
'482b642988027b623995e0488cc00011be5bbe9890a6d40dd6979197fa50794889ff731f798891106b367962cf60cb59b0260caadfcee9685b358a966f759553'
 
'c1e9a542bfd3db54ea0ef57acdac47ad5180330f9ffab44296762b0e69e75ce595d85a77d46025586fb507aedce4f1a032379dcd16b7b886fe475a99849fa4b2'
 
'a845a7147be54affc586dfce9a188ec24c92e673e88dec0b62da386d2e597de6ecda103429008562abd897f179a52c37cf2188ebc65b8c636efd07d707e18f90'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/jenkins/-/commit/a074683eddb29c35ae6212fe67a6cfe611eab339

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/jenkins/-/commit/a074683eddb29c35ae6212fe67a6cfe611eab339
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/jenkins] Pushed new tag 2.457-1

2024-05-08 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 2.457-1 at Arch Linux / Packaging / Packages / 
jenkins

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/jenkins/-/tree/2.457-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/hugo][main] upgpkg: 0.125.7-1: New upstream release

2024-05-08 Thread Robin Candau (@antiz)


Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / hugo


Commits:
99f4e2d4 by Robin Candau at 2024-05-08T20:54:53+02:00
upgpkg: 0.125.7-1: New upstream release
https://github.com/gohugoio/hugo/releases/tag/v0.125.7

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = hugo
pkgdesc = Fast and Flexible Static Site Generator in Go
-   pkgver = 0.125.6
+   pkgver = 0.125.7
pkgrel = 1
url = https://gohugo.io/
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = hugo
depends = glibc
depends = gcc-libs
optdepends = python-docutils: reStructuredText support
-   source = 
hugo-0.125.6.tar.gz::https://github.com/gohugoio/hugo/archive/v0.125.6.tar.gz
-   sha512sums = 
c42719b559afdb27cf6e8a42a42858acfa69e69dd7a422a5eb2e909f333bf001038dcdfc739124ab8d64a72d3e419cfcac389a362c4df8c0e24eaa91135f5a8e
+   source = 
hugo-0.125.7.tar.gz::https://github.com/gohugoio/hugo/archive/v0.125.7.tar.gz
+   sha512sums = 
e6202026c7918f885abce338ade2e0a59d3a299030fc3b32af65eb434da31ef90647d14294ce1be5b3c66d2cd950b7a1f826094a2bf0e9538285e8cb2717cb91
 
 pkgname = hugo


=
PKGBUILD
=
@@ -6,7 +6,7 @@
 # Contributor: Brenton Horne
 
 pkgname=hugo
-pkgver=0.125.6
+pkgver=0.125.7
 pkgrel=1
 pkgdesc="Fast and Flexible Static Site Generator in Go"
 arch=('x86_64')
@@ -16,7 +16,7 @@ depends=('glibc' 'gcc-libs')
 makedepends=('go' 'git')
 optdepends=('python-docutils: reStructuredText support')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha512sums=('c42719b559afdb27cf6e8a42a42858acfa69e69dd7a422a5eb2e909f333bf001038dcdfc739124ab8d64a72d3e419cfcac389a362c4df8c0e24eaa91135f5a8e')
+sha512sums=('e6202026c7918f885abce338ade2e0a59d3a299030fc3b32af65eb434da31ef90647d14294ce1be5b3c66d2cd950b7a1f826094a2bf0e9538285e8cb2717cb91')
 
 build() {
   cd "${pkgname}-${pkgver}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hugo/-/commit/99f4e2d49b64f594d49bafb9f91079018340fce8

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hugo/-/commit/99f4e2d49b64f594d49bafb9f91079018340fce8
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/hugo] Pushed new tag 0.125.7-1

2024-05-08 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 0.125.7-1 at Arch Linux / Packaging / Packages / 
hugo

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hugo/-/tree/0.125.7-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/actionlint][main] upgpkg: 1.7.0-1: New upstream release

2024-05-08 Thread Robin Candau (@antiz)


Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / 
actionlint


Commits:
5c60f96b by Robin Candau at 2024-05-08T20:46:38+02:00
upgpkg: 1.7.0-1: New upstream release
https://github.com/rhysd/actionlint/releases/tag/v1.7.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = actionlint
pkgdesc = Static checker for GitHub Actions workflow files
-   pkgver = 1.6.27
+   pkgver = 1.7.0
pkgrel = 1
url = https://github.com/rhysd/actionlint
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = actionlint
makedepends = git
optdepends = python-pyflakes
optdepends = shellcheck
-   source = 
actionlint-1.6.27-1.tar.gz::https://github.com/rhysd/actionlint/archive/refs/tags/v1.6.27.tar.gz
-   sha256sums = 
211618132974a864e3451ecd5c81a6dc7a361456b5e7d97a23f212ad8f6abb2d
+   source = 
actionlint-1.7.0-1.tar.gz::https://github.com/rhysd/actionlint/archive/refs/tags/v1.7.0.tar.gz
+   sha256sums = 
3f4d8ac136476efafa207c1a8ecd115e7df533fd32aa7c3d2ffd943a3a165991
 
 pkgname = actionlint


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Amin Vakil 
 
 pkgname=actionlint
-pkgver=1.6.27
+pkgver=1.7.0
 pkgrel=1
 pkgdesc="Static checker for GitHub Actions workflow files"
 arch=('x86_64')
@@ -11,7 +11,7 @@ license=('MIT')
 makedepends=('go' 'git')
 optdepends=('python-pyflakes' 'shellcheck')
 
source=("${pkgname}-${pkgver}-${pkgrel}.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz")
-sha256sums=('211618132974a864e3451ecd5c81a6dc7a361456b5e7d97a23f212ad8f6abb2d')
+sha256sums=('3f4d8ac136476efafa207c1a8ecd115e7df533fd32aa7c3d2ffd943a3a165991')
 
 prepare(){
   cd "$pkgname-$pkgver"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/actionlint/-/commit/5c60f96b818894ee38ef3acc5f3b60c8901951f4

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/actionlint/-/commit/5c60f96b818894ee38ef3acc5f3b60c8901951f4
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/actionlint] Pushed new tag 1.7.0-1

2024-05-08 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 1.7.0-1 at Arch Linux / Packaging / Packages / 
actionlint

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/actionlint/-/tree/1.7.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/nebula] Pushed new tag 1.9.0-1

2024-05-08 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 1.9.0-1 at Arch Linux / Packaging / Packages / 
nebula

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nebula/-/tree/1.9.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




Re: Package Maintainer application - Bert Peters

2024-05-08 Thread Robin Candau

On 5/5/24 2:18 PM, Bert Peters wrote:

Hi all,


Hey!

My name is Bert Peters, or bertptrs on IRC and various other places,
and I'm applying to become a package maintainer for Arch Linux. My
application is sponsored by Christian Heusel (gromit) and Jakub
Klinkovský (lahwaacz).

Thanks for applying, good luck!


I started using Linux in 2011 as I started my degree in Computer
Science with OpenSuse as that happened to be installed on the computers
in the lab, but soon moved to Ubuntu and, after a few false starts in
2014, moved to Arch at the tail end of 2015 by spending most of 33C3
getting things to work just the way I like it and never looked at
anything else. Ever since, I've been using it as my daily driver,
though I'm also using other distros professionally, currently mainly
Ubuntu.

Professionally I work as a DevOps engineer, mostly writing yaml, bash,
and Python, occasionally wrangling Nix and Ubuntu, and doing packaging
for the latter two. I've also previously done RPM packaging for CentOS
when I managed my university's data science lab servers.

Nice journey, congrats!


Privately I'm a big fan of Rust, which I moderate the unofficial
channels (##rust, ##rust-offtopic) for on Libera, and I dabble in Ruby
because once upon a time I made the decision to write my website in
Jekyll. On that website, I try to write the kind tech blog articles
that I like to read, explaining a varying collection of things I
happened to find interesting at the time.

Yet another Rust fan, they are everywhere! /o\


As for existing Arch involvement, I have long been maintaining packages
in the AUR, and have been a tester for the last few years. All AUR
packages I currently maintain (and that have needed an upgrade
somewhere in the last three years) I keep in a Git repository [1] which
I manage with aurpublish. I very recently discovered pkgctl how useful
pkctl can be, so I started implementing nvchecker recently to automate
the maintenance further. My github profile is also a decent record I
have of OSS work I did.

The PKGBUILDs generally look good!
Apart from some really minor things (that are more about "styling" than 
anything), the only things I can raise at first glance is that some 
packages are still using `md5sums` or `sha1sums` (e.g. [1]) where we now 
usually prefer a stronger hash algorithm (but here again, that's a 
detail) and that the migrant PKGBUILD [2] is skipping checksums because 
it is using a git source while makepkg can now generate checksums for 
such sources :) (You might as well switch from `commit=commit_hash` to 
`tag=$pkgver`).


But once again, the PKGBUILDs generally look good!


In the time I spend away from keyboard, I do bouldering a lot and I
have been teaching windsurfing for the past 15 years.

If I were to be voted in as a Package Maintainer, I'd like to move the
following packages to \[extra\]:

- cargo-cache
- jekyll (and deps)
- python-plotly

In addition, I looked over what current orphans I have installed and I
feel confident I know enough about the following to adopt them, though
I'm open to more suggestions.

- java-commons-lang
- libvdpau
- lsb-release

I'd also like to help out as a co-maintainer on packages I previously
maintained in the AUR that have since been adopted into [extra]:

- cargo-geiger
- cargo-license
- nix
- nlohmann-json
- spotifyd
- rust (previously maintained rust-src which was merged into it)
- various ruby packages

and while I'm at it, I'd like to help out with the Ruby packaging in
general, to bring it up to date with Ruby 3.2 and figure out a
consistent way to handle Ruby's propensity for very tight version
bounds.

With that, I hope to have given you a good introduction of myself and
my work, where I intend to start packaging, and that there's a good
starting point for discussion. Thanks for reading!
Nice application! I had the chance to interact with Bert quite a few 
times on IRC and the interactions always were quite nice. Bert is active 
in the AUR and testing team as well as in the #archlinux-aur IRC 
channel, helping others with packaging matters.


I think Bert would be a great addition to the team!


Bert.

P.s. To get ahead of one question, no, the ptrs in my nickname are
unrelated to pointers; I got this nickname before I knew what those
were. It's just my name with vowels removed.

[1]: https://github.com/bertptrs/aur



[1] https://github.com/bertptrs/aur/blob/master/netctl2iwd/PKGBUILD#L13
[2] https://github.com/bertptrs/aur/blob/master/migrant/PKGBUILD#L15

--
Regards,
Robin Candau / Antiz



OpenPGP_0xFDC3040B92ACA748.asc
Description: OpenPGP public key


OpenPGP_signature.asc
Description: OpenPGP digital signature


[gentoo-commits] repo/gentoo:master commit in: www-apps/cgit/

2024-05-07 Thread Robin H. Johnson
commit: 328c2af92299ca33e642543ca64884402f8bcc56
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Wed May  8 03:11:46 2024 +
Commit:     Robin H. Johnson  gentoo  org>
CommitDate: Wed May  8 03:15:13 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=328c2af9

www-apps/cgit: re-add  series to support much newer Git

Upstream has not made an official release since 2020, but master is more
up to date, and trusted contributers have a branch with the latest Git
support.

This is important because Git v2.45.0 adds support for Bloom Filters in
commit graphs, providing 10x performance in web displays.

Reference: https://lore.kernel.org/git/robbat2-20240507T053331-859497691Z  
orbis-terrarum.net/T/#t
Signed-off-by: Robin H. Johnson  gentoo.org>

 www-apps/cgit/cgit-1.2.3-r203.ebuild   |  6 --
 ...{cgit-1.2.3-r203.ebuild => cgit--r1.ebuild} | 25 +++---
 .../{cgit-1.2.3-r203.ebuild => cgit-.ebuild}   | 22 ---
 3 files changed, 35 insertions(+), 18 deletions(-)

diff --git a/www-apps/cgit/cgit-1.2.3-r203.ebuild 
b/www-apps/cgit/cgit-1.2.3-r203.ebuild
index 8499426633d8..805171058e89 100644
--- a/www-apps/cgit/cgit-1.2.3-r203.ebuild
+++ b/www-apps/cgit/cgit-1.2.3-r203.ebuild
@@ -56,8 +56,10 @@ pkg_setup() {
 }
 
 src_configure() {
-   rmdir git || die
-   mv "${WORKDIR}"/git-"${GIT_V}" git || die
+   if ! [[ ${PV} =~ * ]]; then
+   rmdir git || die
+   mv "${WORKDIR}"/git-"${GIT_V}" git || die
+   fi
 
echo "prefix = ${EPREFIX}/usr" >> cgit.conf || die "echo prefix failed"
echo "libdir = ${EPREFIX}/usr/$(get_libdir)" >> cgit.conf || die "echo 
libdir failed"

diff --git a/www-apps/cgit/cgit-1.2.3-r203.ebuild 
b/www-apps/cgit/cgit--r1.ebuild
similarity index 85%
copy from www-apps/cgit/cgit-1.2.3-r203.ebuild
copy to www-apps/cgit/cgit--r1.ebuild
index 8499426633d8..8b6fded5c051 100644
--- a/www-apps/cgit/cgit-1.2.3-r203.ebuild
+++ b/www-apps/cgit/cgit--r1.ebuild
@@ -9,20 +9,28 @@ PYTHON_COMPAT=( python3_{10..12} )
 
 WEBAPP_MANUAL_SLOT="yes"
 
-inherit lua-single python-single-r1 tmpfiles toolchain-funcs webapp
+inherit lua-single python-single-r1 tmpfiles toolchain-funcs webapp git-r3
 
 [[ -z "${CGIT_CACHEDIR}" ]] && CGIT_CACHEDIR="/var/cache/${PN}/"
 
-GIT_V="2.25.1"
+GIT_V="2.45.0"
 
 DESCRIPTION="a fast web-interface for git repositories"
 HOMEPAGE="https://git.zx2c4.com/cgit/about;
-SRC_URI="https://www.kernel.org/pub/software/scm/git/git-${GIT_V}.tar.xz
-   https://git.zx2c4.com/cgit/snapshot/${P}.tar.xz;
+if [[ ${PV} =~ * ]]; then
+   SRC_URI=""
+   EGIT_REPO_URI="https://git.zx2c4.com/cgit;
+   # v2.45.0 updates in this branch series
+   EGIT_COMMIT=dbadd856ba0537110338cfe58256b152d01388c0
+   EGIT_BRANCH=ch/for-jason
+else
+   SRC_URI="https://www.kernel.org/pub/software/scm/git/git-${GIT_V}.tar.xz
+   https://git.zx2c4.com/cgit/snapshot/${P}.tar.xz;
+fi
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~riscv ~x86"
+KEYWORDS=""
 IUSE="doc +highlight +lua test"
 REQUIRED_USE="lua? ( ${LUA_REQUIRED_USE} ) ${PYTHON_REQUIRED_USE}"
 RESTRICT="!test? ( test )"
@@ -56,9 +64,10 @@ pkg_setup() {
 }
 
 src_configure() {
-   rmdir git || die
-   mv "${WORKDIR}"/git-"${GIT_V}" git || die
-
+   if ! [[ ${PV} =~ * ]]; then
+   rmdir git || die
+   mv "${WORKDIR}"/git-"${GIT_V}" git || die
+   fi
echo "prefix = ${EPREFIX}/usr" >> cgit.conf || die "echo prefix failed"
echo "libdir = ${EPREFIX}/usr/$(get_libdir)" >> cgit.conf || die "echo 
libdir failed"
echo "CGIT_SCRIPT_PATH = ${MY_CGIBINDIR}" >> cgit.conf || die "echo 
CGIT_SCRIPT_PATH failed"

diff --git a/www-apps/cgit/cgit-1.2.3-r203.ebuild 
b/www-apps/cgit/cgit-.ebuild
similarity index 88%
copy from www-apps/cgit/cgit-1.2.3-r203.ebuild
copy to www-apps/cgit/cgit-.ebuild
index 8499426633d8..1fab1a1e34a9 100644
--- a/www-apps/cgit/cgit-1.2.3-r203.ebuild
+++ b/www-apps/cgit/cgit-.ebuild
@@ -9,20 +9,25 @@ PYTHON_COMPAT=( python3_{10..12} )
 
 WEBAPP_MANUAL_SLOT="yes"
 
-inherit lua-single python-single-r1 tmpfiles toolchain-funcs webapp
+inherit lua-single python-single-r1 tmpfiles toolchain-funcs webapp git-r3
 
 [[ -z "${CGIT_CACHEDIR}" ]] && CGIT_CACHEDIR="/var/cache/${PN}/"
 
-GIT_V="2.25.1"
+GIT_V="2.39.0"
 
 DESCRIPTION="a fast web-interface for git repositories"
 HOMEPAGE="https://git.zx2c4.com/cgit/about;
-SRC_

[Git][archlinux/packaging/packages/yubico-piv-tool][main] upgpkg: 2.5.2-1: New upstream release

2024-05-07 Thread Robin Candau (@antiz)


Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / 
yubico-piv-tool


Commits:
4d910d5d by Robin Candau at 2024-05-07T21:15:08+02:00
upgpkg: 2.5.2-1: New upstream release

- - - - -


3 changed files:

- .SRCINFO
- + .nvchecker.toml
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = yubico-piv-tool
pkgdesc = Command line tool for the YubiKey PIV application
-   pkgver = 2.5.1
+   pkgver = 2.5.2
pkgrel = 1
url = https://developers.yubico.com/yubico-piv-tool
arch = x86_64
@@ -13,10 +13,10 @@ pkgbase = yubico-piv-tool
depends = glibc
depends = pcsclite
depends = openssl
-   source = 
https://developers.yubico.com/yubico-piv-tool/Releases/yubico-piv-tool-2.5.1.tar.gz
-   source = 
https://developers.yubico.com/yubico-piv-tool/Releases/yubico-piv-tool-2.5.1.tar.gz.sig
+   source = 
https://developers.yubico.com/yubico-piv-tool/Releases/yubico-piv-tool-2.5.2.tar.gz
+   source = 
https://developers.yubico.com/yubico-piv-tool/Releases/yubico-piv-tool-2.5.2.tar.gz.sig
validpgpkeys = 1D7308B0055F5AEF36944A8F27A9C24D9588EA0F
-   sha256sums = 
4262df01eec5c5ef942be9694db5bceac79f457e94879298a4934f6b5e44ff5f
+   sha256sums = 
918e76bad99463dc0a858a4771ec674a579fad284d99d90c57fb9cf44fb059b8
sha256sums = SKIP
 
 pkgname = yubico-piv-tool


=
.nvchecker.toml
=
@@ -0,0 +1,6 @@
+[yubico-piv-tool]
+source = "github"
+github = "Yubico/yubico-piv-tool"
+prefix = "yubico-piv-tool-"
+use_latest_tag = true
+exclude_regex = ".*(pre|a|alpha|b|beta|r|rc).*"


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: travisghansen 
 
 pkgname=yubico-piv-tool
-pkgver=2.5.1
+pkgver=2.5.2
 pkgrel=1
 pkgdesc="Command line tool for the YubiKey PIV application"
 arch=('x86_64')
@@ -11,7 +11,7 @@ license=('BSD-2-Clause')
 depends=('zlib' 'glibc' 'pcsclite' 'openssl')
 makedepends=('check' 'cmake' 'gengetopt' 'help2man')
 
source=(https://developers.yubico.com/yubico-piv-tool/Releases/"${pkgname}-${pkgver}".tar.gz{,.sig})
-sha256sums=('4262df01eec5c5ef942be9694db5bceac79f457e94879298a4934f6b5e44ff5f'
+sha256sums=('918e76bad99463dc0a858a4771ec674a579fad284d99d90c57fb9cf44fb059b8'
 'SKIP')
 validpgpkeys=('1D7308B0055F5AEF36944A8F27A9C24D9588EA0F') # Aveen Ismail 

 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/yubico-piv-tool/-/commit/4d910d5dc84836ef89231dcdd56f1f1536d73d63

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/yubico-piv-tool/-/commit/4d910d5dc84836ef89231dcdd56f1f1536d73d63
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/yubico-piv-tool] Pushed new tag 2.5.2-1

2024-05-07 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 2.5.2-1 at Arch Linux / Packaging / Packages / 
yubico-piv-tool

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/yubico-piv-tool/-/tree/2.5.2-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/fastfetch][main] upgpkg: 2.11.5-1: New upstream release

2024-05-06 Thread Robin Candau (@antiz)


Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / 
fastfetch


Commits:
98066317 by Robin Candau at 2024-05-06T20:12:04+02:00
upgpkg: 2.11.5-1: New upstream release
https://github.com/fastfetch-cli/fastfetch/blob/2.11.5/CHANGELOG.md#2115

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = fastfetch
pkgdesc = Like Neofetch, but much faster because written in C
-   pkgver = 2.11.3
+   pkgver = 2.11.5
pkgrel = 1
url = https://github.com/fastfetch-cli/fastfetch
arch = x86_64
@@ -43,7 +43,7 @@ pkgbase = fastfetch
optdepends = xfconf: Needed for XFWM theme and XFCE Terminal font
optdepends = zlib: Faster image output when using kitty graphics 
protocol
optdepends = libdrm: Displays detection
-   source = 
fastfetch-2.11.3.tar.gz::https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/2.11.3.tar.gz
-   sha256sums = 
7867b0cd424689dea76b0d502e07abe449939f929eb252fc21b3a27c197cb195
+   source = 
fastfetch-2.11.5.tar.gz::https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/2.11.5.tar.gz
+   sha256sums = 
83b7699d0aee3aa1683721fe4b82d667c88e97e257d48e9efe586b0e830f8a64
 
 pkgname = fastfetch


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Mark Wagie 
 
 pkgname=fastfetch
-pkgver=2.11.3
+pkgver=2.11.5
 pkgrel=1
 pkgdesc="Like Neofetch, but much faster because written in C"
 arch=('x86_64')
@@ -50,7 +50,7 @@ optdepends=(
   'libdrm: Displays detection'
 )
 
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/${pkgver}.tar.gz")
-sha256sums=('7867b0cd424689dea76b0d502e07abe449939f929eb252fc21b3a27c197cb195')
+sha256sums=('83b7699d0aee3aa1683721fe4b82d667c88e97e257d48e9efe586b0e830f8a64')
 
 build() {
cmake -B build -S "${pkgname}-${pkgver}" \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/fastfetch/-/commit/980663171b8a8277797f42c2c29b35178e191651

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/fastfetch/-/commit/980663171b8a8277797f42c2c29b35178e191651
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/fastfetch] Pushed new tag 2.11.5-1

2024-05-06 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 2.11.5-1 at Arch Linux / Packaging / Packages / 
fastfetch

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/fastfetch/-/tree/2.11.5-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-sentry_sdk][main] upgpkg: 2.1.1-1: New upstream release

2024-05-06 Thread Robin Candau (@antiz)


Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / 
python-sentry_sdk


Commits:
0a09ace2 by Robin Candau at 2024-05-06T20:09:30+02:00
upgpkg: 2.1.1-1: New upstream release
https://github.com/getsentry/sentry-python/releases/tag/2.1.1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = python-sentry_sdk
pkgdesc = The official Python SDK for Sentry.io
-   pkgver = 2.1.0
+   pkgver = 2.1.1
pkgrel = 1
url = https://sentry.io/for/python
arch = any
@@ -30,7 +30,7 @@ pkgbase = python-sentry_sdk
optdepends = python-tornado: adds support for the Tornado Web Framework
optdepends = python-pure-eval: for richer stacktraces & additional 
variables
optdepends = python-executing: for richer stacktraces & better function 
names
-   source = 
python-sentry_sdk-2.1.0.tar.gz::https://github.com/getsentry/sentry-python/archive/refs/tags/2.1.0.tar.gz
-   sha256sums = 
e8d8b633ad102dd4093bd126e9353e81c04043473fe844e63f7c09e1aa86ad40
+   source = 
python-sentry_sdk-2.1.1.tar.gz::https://github.com/getsentry/sentry-python/archive/refs/tags/2.1.1.tar.gz
+   sha256sums = 
d6052e3457808a1dbb9a87c3da2c62515ad98800a88a9abeb6f4aa6dc9377a98
 
 pkgname = python-sentry_sdk


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=python-sentry_sdk
 _pkgname=sentry-python
-pkgver=2.1.0
+pkgver=2.1.1
 pkgrel=1
 pkgdesc="The official Python SDK for Sentry.io"
 arch=('any')
@@ -31,7 +31,7 @@ optdepends=('python-aiohttp: adds support for the 
AIOHTTP-Server Web Framework'
 'python-pure-eval: for richer stacktraces & additional variables'
 'python-executing: for richer stacktraces & better function names')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/getsentry/sentry-python/archive/refs/tags/${pkgver}.tar.gz;)
-sha256sums=('e8d8b633ad102dd4093bd126e9353e81c04043473fe844e63f7c09e1aa86ad40')
+sha256sums=('d6052e3457808a1dbb9a87c3da2c62515ad98800a88a9abeb6f4aa6dc9377a98')
 
 build() {
cd "${_pkgname}-${pkgver}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-sentry_sdk/-/commit/0a09ace29b26761645cafe4f924bf4e42f420c94

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-sentry_sdk/-/commit/0a09ace29b26761645cafe4f924bf4e42f420c94
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-sentry_sdk] Pushed new tag 2.1.1-1

2024-05-06 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 2.1.1-1 at Arch Linux / Packaging / Packages / 
python-sentry_sdk

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-sentry_sdk/-/tree/2.1.1-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/wpaperd][main] Add nvchecker integration

2024-05-06 Thread Robin Candau (@antiz)


Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / 
wpaperd


Commits:
c9f45279 by Robin Candau at 2024-05-06T13:44:50+02:00
Add nvchecker integration

- - - - -


1 changed file:

- + .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -0,0 +1,6 @@
+[wpaperd]
+source = "github"
+github = "danyspin97/wpaperd"
+prefix = "v"
+use_max_tag = true
+exclude_regex = ".*(pre|a|alpha|b|beta|r|rc).*"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/wpaperd/-/commit/c9f45279b4b893e843f0da3f82dbc704462f4cec

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/wpaperd/-/commit/c9f45279b4b893e843f0da3f82dbc704462f4cec
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/wpaperd] Pushed new tag 1.0.1-2

2024-05-06 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 1.0.1-2 at Arch Linux / Packaging / Packages / 
wpaperd

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/wpaperd/-/tree/1.0.1-2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/wpaperd] Pushed new branch main

2024-05-06 Thread Robin Candau (@antiz)


Robin Candau pushed new branch main at Arch Linux / Packaging / Packages / 
wpaperd

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/wpaperd/-/tree/main
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-sentry_sdk][main] upgpkg: 2.1.0-1: New upstream release

2024-05-06 Thread Robin Candau (@antiz)


Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / 
python-sentry_sdk


Commits:
3c566b63 by Robin Candau at 2024-05-06T12:40:11+02:00
upgpkg: 2.1.0-1: New upstream release
https://github.com/getsentry/sentry-python/releases/tag/2.1.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = python-sentry_sdk
pkgdesc = The official Python SDK for Sentry.io
-   pkgver = 2.0.1
+   pkgver = 2.1.0
pkgrel = 1
url = https://sentry.io/for/python
arch = any
@@ -30,7 +30,7 @@ pkgbase = python-sentry_sdk
optdepends = python-tornado: adds support for the Tornado Web Framework
optdepends = python-pure-eval: for richer stacktraces & additional 
variables
optdepends = python-executing: for richer stacktraces & better function 
names
-   source = 
python-sentry_sdk-2.0.1.tar.gz::https://github.com/getsentry/sentry-python/archive/refs/tags/2.0.1.tar.gz
-   sha256sums = 
152b35aa250f1f8c652a0a12f0852ad170103fba504402b1e0fa2ef9af4ee361
+   source = 
python-sentry_sdk-2.1.0.tar.gz::https://github.com/getsentry/sentry-python/archive/refs/tags/2.1.0.tar.gz
+   sha256sums = 
e8d8b633ad102dd4093bd126e9353e81c04043473fe844e63f7c09e1aa86ad40
 
 pkgname = python-sentry_sdk


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=python-sentry_sdk
 _pkgname=sentry-python
-pkgver=2.0.1
+pkgver=2.1.0
 pkgrel=1
 pkgdesc="The official Python SDK for Sentry.io"
 arch=('any')
@@ -31,7 +31,7 @@ optdepends=('python-aiohttp: adds support for the 
AIOHTTP-Server Web Framework'
 'python-pure-eval: for richer stacktraces & additional variables'
 'python-executing: for richer stacktraces & better function names')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/getsentry/sentry-python/archive/refs/tags/${pkgver}.tar.gz;)
-sha256sums=('152b35aa250f1f8c652a0a12f0852ad170103fba504402b1e0fa2ef9af4ee361')
+sha256sums=('e8d8b633ad102dd4093bd126e9353e81c04043473fe844e63f7c09e1aa86ad40')
 
 build() {
cd "${_pkgname}-${pkgver}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-sentry_sdk/-/commit/3c566b63bab8778fbed3773666b8d22364ad714d

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-sentry_sdk/-/commit/3c566b63bab8778fbed3773666b8d22364ad714d
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-sentry_sdk] Pushed new tag 2.1.0-1

2024-05-06 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 2.1.0-1 at Arch Linux / Packaging / Packages / 
python-sentry_sdk

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-sentry_sdk/-/tree/2.1.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/distrobox] Pushed new tag 1.7.2.1-1

2024-05-06 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 1.7.2.1-1 at Arch Linux / Packaging / Packages / 
distrobox

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/distrobox/-/tree/1.7.2.1-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/distrobox][main] upgpkg: 1.7.2.1-1: New upstream release

2024-05-06 Thread Robin Candau (@antiz)


Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / 
distrobox


Commits:
b9077998 by Robin Candau at 2024-05-06T12:38:53+02:00
upgpkg: 1.7.2.1-1: New upstream release
https://github.com/89luca89/distrobox/releases/tag/1.7.2.1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = distrobox
pkgdesc = Use any linux distribution inside your terminal.
-   pkgver = 1.7.2.0
+   pkgver = 1.7.2.1
pkgrel = 1
url = https://distrobox.it
arch = any
@@ -9,7 +9,7 @@ pkgbase = distrobox
depends = hicolor-icon-theme
optdepends = docker: Docker support
optdepends = podman: Podman support
-   source = 
distrobox-1.7.2.0.tar.gz::https://github.com/89luca89/distrobox/archive/1.7.2.0.tar.gz
-   sha256sums = 
10d040863ada39f03173210f3f5ca26c405727088e0417ec311c0eca7db82596
+   source = 
distrobox-1.7.2.1.tar.gz::https://github.com/89luca89/distrobox/archive/1.7.2.1.tar.gz
+   sha256sums = 
ff2cca0c6334fff6ed577d23f68a6746ad4009f42d8a45eef5ca3850c895a4bb
 
 pkgname = distrobox


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: robertfoster
 
 pkgname=distrobox
-pkgver=1.7.2.0
+pkgver=1.7.2.1
 pkgrel=1
 pkgdesc="Use any linux distribution inside your terminal."
 arch=('any')
@@ -12,7 +12,7 @@ depends=('bash' 'hicolor-icon-theme')
 optdepends=('docker: Docker support'
'podman: Podman support')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/89luca89/distrobox/archive/${pkgver}.tar.gz;)
-sha256sums=('10d040863ada39f03173210f3f5ca26c405727088e0417ec311c0eca7db82596')
+sha256sums=('ff2cca0c6334fff6ed577d23f68a6746ad4009f42d8a45eef5ca3850c895a4bb')
 
 package() {
cd "${pkgname}-${pkgver}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/distrobox/-/commit/b9077998a90c814c2747d0910d76b81c3773e68a

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/distrobox/-/commit/b9077998a90c814c2747d0910d76b81c3773e68a
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/waybar] Pushed new tag 0.10.3-1

2024-05-06 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 0.10.3-1 at Arch Linux / Packaging / Packages / 
waybar

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/waybar/-/tree/0.10.3-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/waybar][main] upgpkg: 0.10.3-1: New upstream release + Add nvchecker integration

2024-05-06 Thread Robin Candau (@antiz)


Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / waybar


Commits:
c0c239d9 by Robin Candau at 2024-05-06T12:37:23+02:00
upgpkg: 0.10.3-1: New upstream release + Add nvchecker integration
https://github.com/Alexays/Waybar/releases/tag/0.10.3

- - - - -


3 changed files:

- .SRCINFO
- + .nvchecker.toml
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = waybar
pkgdesc = Highly customizable Wayland bar for Sway and Wlroots based 
compositors
-   pkgver = 0.10.2
-   pkgrel = 2
+   pkgver = 0.10.3
+   pkgrel = 1
url = https://github.com/Alexays/Waybar/
arch = x86_64
license = MIT
@@ -42,8 +42,8 @@ pkgbase = waybar
optdepends = otf-font-awesome: Icons in the default configuration
backup = etc/xdg/waybar/config.jsonc
backup = etc/xdg/waybar/style.css
-   source = 
waybar-0.10.2.tar.gz::https://github.com/Alexays/Waybar/archive/0.10.2.tar.gz
-   b2sums = 
9edcd52611999843efb22b58aafa705f089b6ed9bdb672daa41235ed477ce80d6dff8ac34ef679e333be30ecf4dc774bdc77d89e701b2a34913b4cedac6d742c
+   source = 
waybar-0.10.3.tar.gz::https://github.com/Alexays/Waybar/archive/0.10.3.tar.gz
+   b2sums = 
0ef1cf82cc9f374c756724c389a045d2d9e26a5403eeb527ab0885d89d6030bea74aa5c299f8f865c244524c485a90ad3fee071968d21ff728c1f46f75f637b4
 
 pkgname = waybar
depends = atkmm


=
.nvchecker.toml
=
@@ -0,0 +1,6 @@
+[waybar]
+source = "github"
+github = "Alexays/Waybar"
+prefix = "v"
+use_max_tag = true
+exclude_regex = ".*(pre|a|alpha|b|beta|r|rc).*"


=
PKGBUILD
=
@@ -4,8 +4,8 @@
 # Contributor: Parmjot Singh 
 
 pkgname=waybar
-pkgver=0.10.2
-pkgrel=2
+pkgver=0.10.3
+pkgrel=1
 pkgdesc='Highly customizable Wayland bar for Sway and Wlroots based 
compositors'
 arch=('x86_64')
 url="https://github.com/Alexays/Waybar/;
@@ -58,7 +58,7 @@ optdepends=(
 source=(
 
"$pkgname-$pkgver.tar.gz::https://github.com/Alexays/Waybar/archive/$pkgver.tar.gz;
 )
-b2sums=('9edcd52611999843efb22b58aafa705f089b6ed9bdb672daa41235ed477ce80d6dff8ac34ef679e333be30ecf4dc774bdc77d89e701b2a34913b4cedac6d742c')
+b2sums=('0ef1cf82cc9f374c756724c389a045d2d9e26a5403eeb527ab0885d89d6030bea74aa5c299f8f865c244524c485a90ad3fee071968d21ff728c1f46f75f637b4')
 
 build() {
 cd "Waybar-$pkgver"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/waybar/-/commit/c0c239d990e82242d758094b2bd801b25466b214

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/waybar/-/commit/c0c239d990e82242d758094b2bd801b25466b214
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/oculante] Pushed new tag 0.8.19-3

2024-05-06 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 0.8.19-3 at Arch Linux / Packaging / Packages / 
oculante

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/oculante/-/tree/0.8.19-3
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/oculante][main] upgpkg: 0.8.19-3: Add checks and nvchecker integration

2024-05-06 Thread Robin Candau (@antiz)


Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / 
oculante


Commits:
8da6cec8 by Robin Candau at 2024-05-06T12:19:36+02:00
upgpkg: 0.8.19-3: Add checks and nvchecker integration

- - - - -


3 changed files:

- .SRCINFO
- + .nvchecker.toml
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = oculante
pkgdesc = A minimalistic image viewer with analysis and editing tools
pkgver = 0.8.19
-   pkgrel = 2
+   pkgrel = 3
url = https://github.com/woelper/oculante
arch = x86_64
license = MIT


=
.nvchecker.toml
=
@@ -0,0 +1,6 @@
+[oculante]
+source = "github"
+github = "woelper/oculante"
+prefix = "v"
+use_max_tag = true
+exclude_regex = ".*(pre|a|alpha|b|beta|r|rc).*"


=
PKGBUILD
=
@@ -1,9 +1,10 @@
 # Maintainer: Frederik Schwan 
+# Maintainer: Robin Candau 
 # Contributor: Johann Woelper 
 
 pkgname=oculante
 pkgver=0.8.19
-pkgrel=2
+pkgrel=3
 pkgdesc="A minimalistic image viewer with analysis and editing tools"
 arch=('x86_64')
 url="https://github.com/woelper/oculante;
@@ -29,7 +30,7 @@ 
b2sums=('35fe09963418d532cb067c6f88f018b4381b2a92b8d9c8b19e7428a32d760037756ead6
 
 
 prepare() {
-  cd ${pkgname}
+  cd $pkgname
   export RUSTUP_TOOLCHAIN=stable
   cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')"
 }
@@ -41,6 +42,12 @@ build() {
   cargo build --release --locked --features 'heif'
 }
 
+check() {
+  cd $pkgname
+  export RUSTUP_TOOLCHAIN=stable
+  cargo test --frozen -- --skip=tests::net --skip=bench
+}
+
 package() {
   cd $pkgname
   install -Dm755 target/release/oculante "${pkgdir}/usr/bin/${pkgname}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/oculante/-/commit/8da6cec869c800f59c947f95443f602bd5b21ea0

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/oculante/-/commit/8da6cec869c800f59c947f95443f602bd5b21ea0
You're receiving this email because of your account on gitlab.archlinux.org.




[gentoo-announce] Gentoo Foundation 2024 Election: Recording Date, Nomination & Voting schedule

2024-05-05 Thread Robin H. Johnson
(Send replies to gentoo-...@lists.gentoo.org, please ensure you are
subscribed before replying)

This email serves as the legally required notice of the Gentoo
Foundation 2024 election.

The Gentoo Foundation board of trustees has five members.
dilfridge, prometheanfire, and soap will retire by rotation this year.
robbat2 and ulm remain seated until 2025.

The trustees have determined that the recording date for the 2024
Trustee election will be 2024-06-01 00:00 UTC (June 1st).

The 2024 Trustee election will tentatively use the following schedule,
with 14 day periods for each of nominations and voting.
Nominations open:  2024-06-01 00:00:00 UTC
Nominations close: 2024-06-14 23:59:59 UTC
(48 hour gap for election setup)
Voting opens:  2024-06-17 00:00:00 UTC
Voting closes: 2024-06-30 23:59:59 UTC

Trustees are selected by a ballot of Gentoo Foundation members. Only
Gentoo Foundation members that are also active Gentoo Developers may
stand for election [1]

Gentoo Foundation Membership is open to anyone supporting Gentoo. See
Bylaws [2] "Section 4.3. Admission of Members" for further information.

To vote in this election, and take an active role in the affairs of the
Gentoo Foundation in the next year, you need to apply for membership
before 2024-06-01.

All members are encouraged to review their listing on the membership
list [3]. This is especially important those who were previously a
member but did not vote in either of the last two elections (2021-08,
2023-06): they must reapply for membership.

Gentoo developers who have retired are also encouraged to review their
membership for email addresses to ensure their ballot is received.

Please submit applications for membership to trust...@gentoo.org.

[1] https://wiki.gentoo.org/wiki/Foundation:Bylaws#Section_5.2._Qualification
[2] 
https://wiki.gentoo.org/wiki/Foundation:Bylaws#Section_4.3._Admission_of_Members
[3] https://wiki.gentoo.org/wiki/Foundation:Member_List

-- 
Robin Hugh Johnson
Gentoo Linux: Dev, Infra Lead, Foundation President & Treasurer
E-Mail   : robb...@gentoo.org
GnuPG FP : 11ACBA4F 4778E3F6 E4EDF38E B27B944E 34884E85
GnuPG FP : 7D0B3CEB E9B85B1F 825BCECF EE05E6F6 A48F6136


signature.asc
Description: PGP signature


Re: [cas-user] CAS 7.0.3: missing LDAP principal attributes when using DUO MFA

2024-05-05 Thread Robin Joseph
I have the same issue with 7.0.3 and Duo MFA, I am also hoping for a fix
with 7.1, Thank you Ray and Mike.

On Wed, Apr 17, 2024 at 9:53 AM Mike S  wrote:

> You're right! Removing support-surrogate-webflow allows merging to proceed
> properly. Think this will be addressed in 7.1, or is this working as
> intended and we have to do something else to enable proper attribute
> merging?
>
> On Tuesday, April 16, 2024 at 8:55:32 p.m. UTC-2:30 Ray Bon wrote:
>
>> I have been able to confirm that the presence of the surrogate log in
>> feature can create the observed problem.
>>
>> implementation "org.apereo.cas:cas-server-support-surrogate-webflow"
>>
>> The non merging of attributes happens even though no surrogate login
>> takes place.
>>
>> Ray
>>
>> On Mon, 2024-04-15 at 12:30 -0700, Mike S wrote:
>>
>> Notice: This message was sent from outside the University of Victoria
>> email system. Please be cautious with links and sensitive information.
>>
>> FYI, downgrading to 6.6.13 works. DUO universal prompt functions properly
>> and the principal attributes are from LDAP only. I'm suspicious that
>> something about DUO and/or MFA is broken in CAS 7.0.3.
>>
>> On Monday, April 15, 2024 at 2:10:54 p.m. UTC-2:30 Mike S wrote:
>>
>> Hi Ray,
>>
>> it was in /etc/cas/config/lob4j2.xml, setting the log level to debug:
>>
>> 
>> 
>> /var/log/cas
>> *debug*
>>
>> On Saturday, April 13, 2024 at 1:48:06 a.m. UTC-2:30 Ray Bon wrote:
>>
>> Mike,
>>
>> What logger did you enable to see this?
>>
>> Ray
>>
>> On Fri, 2024-04-12 at 11:36 -0700, Mike S wrote:
>>
>> Notice: This message was sent from outside the University of Victoria
>> email system. Please be cautious with links and sensitive information.
>>
>> Thanks for your response Ray. I've been banging my head against this for
>> a while and I thought it was something I was missing. I've verified the
>> conflict resolver option doesn't work.
>>
>> The log debug log output  shows the LDAP and DUO attributes at one point
>> are merged, but the result is discarded.
>>
>> Is there a suggested workaround?
>>
>> On Friday, April 12, 2024 at 12:24:47 p.m. UTC-2:30 Ray Bon wrote:
>>
>> Mike,
>>
>> I can confirm this behaviour.
>> DefaultPrincipalElectionStrategy was changed between 6.5 and 7.0. The
>> change was in 5bcef20 about 5 months ago.
>>
>> The old behaviour was to select the first principle in a list; new
>> behaviour defaults to last.
>> Even setting this property,
>>
>> cas.person-directory.principal-resolution-conflict-strategy=first
>>
>> does not work.
>>
>> Printing the list of principals immediately before
>> PrincipalElectionStrategyConflictResolver is invoked:
>>
>> 2024-04-11 23:40:23,144 ERROR [
>> org.aper.cas.auth.prin.DefaultPrincipalElectionStrategy] - > SimplePrincipal(id=rbon, attributes={cn=[Ray Bon],
>> description=[ROLE_ADMIN], domain=[uvic.ca], ...
>> 2024-04-11 23:40:23,144 ERROR [
>> org.aper.cas.auth.prin.DefaultPrincipalElectionStrategy] - > SimplePrincipal(id=rbon, attributes={duoAud=[...],
>> duoAuthCtxAccessDeviceIp=[...], ...
>>
>> The principal id's are the same (so merging attributes should work).
>>
>> Our setup fetches attributes after authentication (instead of at the time
>> of authentication) but before duo flow.
>>
>> I will investigate if there is an effect of when ldap attributes are
>> retrieved; as well as look into other possible config settings that might
>> affect attribute merging.
>>
>> Ray
>>
>>
>> On Wed, 2024-04-10 at 12:47 -0700, Mike S wrote:
>>
>> Notice: This message was sent from outside the University of Victoria
>> email system. Please be cautious with links and sensitive information.
>>
>>
>> (Apologies for the repost. The CAS version has been added in the subject
>> line as well as the cas.properties file)
>>
>> We are testing a CAS 7.0.3 POC system using universal prompt DUO MFA. The
>> system is configured to use OpenLDAP for authentication. However, once DUO
>> MFA is enabled via the Fawnoos blog entry, the attributes returned for the
>> principal are from DUO.
>>
>> How do we tell CAS to only use the LDAP attribute repository?
>>
>> Thanks,
>> Mike
>>
>> *cas.properties*
>>
>> cas.server.name=https://cas-poc.xxx.yyy
>> cas.server.prefix=${cas.server.name}/cas
>> cas.server.scope=xxx.yyy
>> cas.host.name=xxx.yyy
>>
>> logging.config: file:/etc/cas/config/log4j2.xml
>> logging.level.org.apereoi.cas=debug
>>
>> server.port=8443
>> server.ssl.enabled=true
>> server.ssl.protocol=TLS
>> server.ssl.key-store=file:/etc/cas/config/keystore.jks
>> server.ssl.key-store-password=XXX
>> server.ssl.key-password=Y
>> server.ssl.key-store-type=JKS
>> server.ssl.key-alias=default
>>
>> server.servlet.context-path=/cas
>> server.servlet.application-display-name=cas
>>
>> cas.server.tomcat.http[0].enabled=false
>> cas.server.tomcat.http-proxy.enabled=true
>> cas.server.tomcat.http-proxy.secure=false
>> cas.server.tomcat.http-proxy.scheme=https
>> 

[gentoo-commits] repo/gentoo:master commit in: net-misc/openvswitch/

2024-05-05 Thread Robin H. Johnson
commit: f2a6be91995797d43c877b3e10cac14e839668eb
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Sun May  5 23:26:34 2024 +
Commit:     Robin H. Johnson  gentoo  org>
CommitDate: Sun May  5 23:28:55 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2a6be91

net-misc/openvswitch: py312 support, fix dev-python/ovs dep, fix accidental 
direct to stable

Signed-off-by: Robin H. Johnson  gentoo.org>

 .../{openvswitch-2.17.9.ebuild => openvswitch-2.17.9-r1.ebuild} | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-misc/openvswitch/openvswitch-2.17.9.ebuild 
b/net-misc/openvswitch/openvswitch-2.17.9-r1.ebuild
similarity index 97%
rename from net-misc/openvswitch/openvswitch-2.17.9.ebuild
rename to net-misc/openvswitch/openvswitch-2.17.9-r1.ebuild
index 5443b1d05e16..1053a8bdd80b 100644
--- a/net-misc/openvswitch/openvswitch-2.17.9.ebuild
+++ b/net-misc/openvswitch/openvswitch-2.17.9-r1.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 MODULES_OPTIONAL_USE="modules"
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
 
 inherit autotools linux-mod-r1 python-single-r1 systemd tmpfiles
 
@@ -14,14 +14,14 @@ SRC_URI="https://www.openvswitch.org/releases/${P}.tar.gz;
 
 LICENSE="Apache-2.0 GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc64 x86"
+KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
 IUSE="debug modules monitor +ssl unwind valgrind"
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
 # Check python/ovs/version.py in tarball for dev-python/ovs dep
 RDEPEND="${PYTHON_DEPS}
$(python_gen_cond_dep '
-   ~dev-python/ovs-2.17.1_p1[${PYTHON_USEDEP}]
+   ~dev-python/ovs-2.17.9[${PYTHON_USEDEP}]
dev-python/twisted[${PYTHON_USEDEP}]
dev-python/zope-interface[${PYTHON_USEDEP}]
')



[gentoo-commits] repo/gentoo:master commit in: net-misc/openvswitch/

2024-05-05 Thread Robin H. Johnson
commit: 3836faf8cc556b42ed987cc8e4b44cfb638a540d
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Sun May  5 23:27:52 2024 +
Commit:     Robin H. Johnson  gentoo  org>
CommitDate: Sun May  5 23:28:55 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3836faf8

net-misc/openvswitch: cleanup v2.17.6

Signed-off-by: Robin H. Johnson  gentoo.org>

 net-misc/openvswitch/Manifest  |   1 -
 net-misc/openvswitch/openvswitch-2.17.6.ebuild | 174 -
 2 files changed, 175 deletions(-)

diff --git a/net-misc/openvswitch/Manifest b/net-misc/openvswitch/Manifest
index ac6553668f58..19823fb47223 100644
--- a/net-misc/openvswitch/Manifest
+++ b/net-misc/openvswitch/Manifest
@@ -1,3 +1,2 @@
-DIST openvswitch-2.17.6.tar.gz 8092331 BLAKE2B 
0564a332e8c876552a9a3a068f4e54d3f5d56428e277e32f188aba9626035818c900be45171964ddcb782166a5e5b3b8f3a2fb80d5ed9723b94c9e1ed7410544
 SHA512 
ff9d19a9101c9a18117a859150d391eecbd6a331e35da3f20a62acaac1febbfbad716874734f9bd0d304d635212884f9f617b944e79bb7e554ddd9e5c53645c8
 DIST openvswitch-2.17.8.tar.gz 8097747 BLAKE2B 
d37ae60481255476d41aa94086f6a597107b23176f7ff47eeff9d85a5904da3685886663451317e0b9e512fb049b4024e291f320752aa90fe798ff08f49772c5
 SHA512 
c94685b67f9f25c81a590696d36c431fadf09c2504b06565011c2945ef242c5039508b312992597822f8ee274ce615ca58bc6bb2aa0a9cf1346bc2dcada70fa1
 DIST openvswitch-2.17.9.tar.gz 8136490 BLAKE2B 
cdb5ec81fb9ac04786fc1230d60c6c9bbf7ec2929cf5ab40bb1e0e7442480383d0ad8f24f14df4901cab8f39a6532445cf1810c9b9e3a779d7d15bfe35101a37
 SHA512 
b91212f9c10a208bca9d15cd5a219ae24b7e9bf8b5c8fdebc21cd9fa8229bc655f9f3591d79dd30c1a8212daed15d5a26bf9532b3496e3660bc8b62012f45636

diff --git a/net-misc/openvswitch/openvswitch-2.17.6.ebuild 
b/net-misc/openvswitch/openvswitch-2.17.6.ebuild
deleted file mode 100644
index ff783ad71bfb..
--- a/net-misc/openvswitch/openvswitch-2.17.6.ebuild
+++ /dev/null
@@ -1,174 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MODULES_OPTIONAL_USE="modules"
-PYTHON_COMPAT=( python3_{10..11} )
-
-inherit autotools linux-mod python-single-r1 systemd tmpfiles
-
-DESCRIPTION="Production quality, multilayer virtual switch"
-HOMEPAGE="https://www.openvswitch.org;
-SRC_URI="https://www.openvswitch.org/releases/${P}.tar.gz;
-
-LICENSE="Apache-2.0 GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc64 x86"
-IUSE="debug modules monitor +ssl unwind valgrind"
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-# Check python/ovs/version.py in tarball for dev-python/ovs dep
-RDEPEND="${PYTHON_DEPS}
-   $(python_gen_cond_dep '
-   ~dev-python/ovs-2.17.1_p1[${PYTHON_USEDEP}]
-   dev-python/twisted[${PYTHON_USEDEP}]
-   dev-python/zope-interface[${PYTHON_USEDEP}]
-   ')
-   debug? ( dev-lang/perl )
-   unwind? ( sys-libs/libunwind:= )
-   ssl? ( dev-libs/openssl:= )"
-DEPEND="${RDEPEND}
-   sys-apps/util-linux[caps]
-   valgrind? ( dev-debug/valgrind )"
-BDEPEND="virtual/pkgconfig
-   ${PYTHON_DEPS}
-   $(python_gen_cond_dep '
-   dev-python/sphinx[${PYTHON_USEDEP}]
-   ')"
-
-PATCHES=(
-   "${FILESDIR}/xcp-interface-reconfigure-2.3.2.patch"
-   "${FILESDIR}/openvswitch-2.17.6-groff-1.23.0.patch"
-)
-
-CONFIG_CHECK="~NET_CLS_ACT ~NET_CLS_U32 ~NET_SCH_INGRESS ~NET_ACT_POLICE ~IPV6 
~TUN"
-MODULE_NAMES="openvswitch(net:${S}/datapath/linux)"
-BUILD_TARGETS="all"
-
-pkg_setup() {
-   if use modules ; then
-   CONFIG_CHECK+=" ~!OPENVSWITCH"
-   kernel_is ge 3 10 0 || die "Linux >= 3.10.0 and <= 5.8 required 
for userspace modules"
-   kernel_is le 5 8 999 || die "Linux >= 3.10.0 and <= 5.8 
required for userspace modules"
-   linux-mod_pkg_setup
-   else
-   CONFIG_CHECK+=" ~OPENVSWITCH"
-   linux-info_pkg_setup
-   fi
-}
-
-src_prepare() {
-   default
-
-   # Never build kernelmodules, doing this manually
-   sed -i \
-   -e '/^SUBDIRS/d' \
-   datapath/Makefile.in || die "sed failed"
-
-   eautoreconf
-}
-
-src_configure() {
-   set_arch_to_kernel
-   python_setup
-
-   # monitor is statically enabled for bug #596206
-   # use monitor || export ovs_cv_python="no"
-   # pyside is staticly disabled
-   export ovs_cv_pyuic4="no"
-
-   # flake8 is primarily a style guide tool, running it as part of the 
tests
-   # in Gentoo does not make much sense, only breaks them: bug #607280
-   export ovs_cv_flake8="no"
-
-   # Only adds a diagram to the man page, just skip it as we don't
-   # want

[gentoo-commits] proj/elections:master commit in: completed/trustees-202306/

2024-05-05 Thread Robin H. Johnson
commit: cf701655e2f563af48f896a7eaf3f6f2c82fb756
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Sun May  5 18:27:29 2024 +
Commit:     Robin H. Johnson  gentoo  org>
CommitDate: Sun May  5 18:27:29 2024 +
URL:https://gitweb.gentoo.org/proj/elections.git/commit/?id=cf701655

trustees-202306: capture casting-voters-trustees-202306

Signed-off-by: Robin H. Johnson  gentoo.org>

 .../trustees-202306/casting-voters-trustees-202306 | 32 ++
 1 file changed, 32 insertions(+)

diff --git a/completed/trustees-202306/casting-voters-trustees-202306 
b/completed/trustees-202306/casting-voters-trustees-202306
new file mode 100644
index 000..ca23b13
--- /dev/null
+++ b/completed/trustees-202306/casting-voters-trustees-202306
@@ -0,0 +1,32 @@
+ajak
+amynka
+andrewammerlaan
+arthurzam
+bircoph
+dabbott
+dilfridge
+eras
+graaff
+grobian
+hattya
+jmbsvicetto
+klondike
+kumba
+lu_zero
+marecki
+mattst88
+mgorny
+mpagano
+neddyseagoon
+perfinion
+pinkbyte
+rich0
+robbat2
+sam
+soap
+swift
+tamiko
+tomjbe
+tupone
+ulm
+voyageur



[gentoo-commits] proj/elections:master commit in: council-202306/, completed/trustees-202306/, completed/council-202306/, ...

2024-05-05 Thread Robin H. Johnson
commit: 04b69f95e1ec217ce1a98451e61c9850d88a82ea
Author: Robin H. Johnson  gentoo  org>
AuthorDate: Sun Aug 27 22:16:09 2023 +
Commit:     Robin H. Johnson  gentoo  org>
CommitDate: Sun Aug 27 22:16:09 2023 +
URL:https://gitweb.gentoo.org/proj/elections.git/commit/?id=04b69f95

archive council-202306 & trustees-202306

Signed-off-by: Robin H. Johnson  gentoo.org>

 {council-202306 => completed/council-202306}/Votify.pm   | 0
 {council-202306 => completed/council-202306}/ballot-council-202306   | 0
 {council-202306 => completed/council-202306}/election-details| 0
 {council-202306 => completed/council-202306}/officials-council-202306| 0
 {council-202306 => completed/council-202306}/start-council-202306| 0
 {council-202306 => completed/council-202306}/stop-council-202306 | 0
 {council-202306 => completed/council-202306}/voters-council-202306   | 0
 {trustees-202306 => completed/trustees-202306}/Votify.pm | 0
 {trustees-202306 => completed/trustees-202306}/ballot-trustees-202306| 0
 {trustees-202306 => completed/trustees-202306}/election-details  | 0
 {trustees-202306 => completed/trustees-202306}/officials-trustees-202306 | 0
 {trustees-202306 => completed/trustees-202306}/start-trustees-202306 | 0
 {trustees-202306 => completed/trustees-202306}/stop-trustees-202306  | 0
 {trustees-202306 => completed/trustees-202306}/voters-trustees-202306| 0
 14 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/council-202306/Votify.pm b/completed/council-202306/Votify.pm
similarity index 100%
rename from council-202306/Votify.pm
rename to completed/council-202306/Votify.pm

diff --git a/council-202306/ballot-council-202306 
b/completed/council-202306/ballot-council-202306
similarity index 100%
rename from council-202306/ballot-council-202306
rename to completed/council-202306/ballot-council-202306

diff --git a/council-202306/election-details 
b/completed/council-202306/election-details
similarity index 100%
rename from council-202306/election-details
rename to completed/council-202306/election-details

diff --git a/council-202306/officials-council-202306 
b/completed/council-202306/officials-council-202306
similarity index 100%
rename from council-202306/officials-council-202306
rename to completed/council-202306/officials-council-202306

diff --git a/council-202306/start-council-202306 
b/completed/council-202306/start-council-202306
similarity index 100%
rename from council-202306/start-council-202306
rename to completed/council-202306/start-council-202306

diff --git a/council-202306/stop-council-202306 
b/completed/council-202306/stop-council-202306
similarity index 100%
rename from council-202306/stop-council-202306
rename to completed/council-202306/stop-council-202306

diff --git a/council-202306/voters-council-202306 
b/completed/council-202306/voters-council-202306
similarity index 100%
rename from council-202306/voters-council-202306
rename to completed/council-202306/voters-council-202306

diff --git a/trustees-202306/Votify.pm b/completed/trustees-202306/Votify.pm
similarity index 100%
rename from trustees-202306/Votify.pm
rename to completed/trustees-202306/Votify.pm

diff --git a/trustees-202306/ballot-trustees-202306 
b/completed/trustees-202306/ballot-trustees-202306
similarity index 100%
rename from trustees-202306/ballot-trustees-202306
rename to completed/trustees-202306/ballot-trustees-202306

diff --git a/trustees-202306/election-details 
b/completed/trustees-202306/election-details
similarity index 100%
rename from trustees-202306/election-details
rename to completed/trustees-202306/election-details

diff --git a/trustees-202306/officials-trustees-202306 
b/completed/trustees-202306/officials-trustees-202306
similarity index 100%
rename from trustees-202306/officials-trustees-202306
rename to completed/trustees-202306/officials-trustees-202306

diff --git a/trustees-202306/start-trustees-202306 
b/completed/trustees-202306/start-trustees-202306
similarity index 100%
rename from trustees-202306/start-trustees-202306
rename to completed/trustees-202306/start-trustees-202306

diff --git a/trustees-202306/stop-trustees-202306 
b/completed/trustees-202306/stop-trustees-202306
similarity index 100%
rename from trustees-202306/stop-trustees-202306
rename to completed/trustees-202306/stop-trustees-202306

diff --git a/trustees-202306/voters-trustees-202306 
b/completed/trustees-202306/voters-trustees-202306
similarity index 100%
rename from trustees-202306/voters-trustees-202306
rename to completed/trustees-202306/voters-trustees-202306



[Git][archlinux/packaging/packages/hugo] Pushed new tag 0.125.6-1

2024-05-05 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 0.125.6-1 at Arch Linux / Packaging / Packages / 
hugo

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hugo/-/tree/0.125.6-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/hugo][main] upgpkg: 0.125.6-1: New upstream release

2024-05-05 Thread Robin Candau (@antiz)


Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / hugo


Commits:
66263e4f by Robin Candau at 2024-05-05T17:15:55+02:00
upgpkg: 0.125.6-1: New upstream release
https://github.com/gohugoio/hugo/releases/tag/v0.125.6

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = hugo
pkgdesc = Fast and Flexible Static Site Generator in Go
-   pkgver = 0.125.5
+   pkgver = 0.125.6
pkgrel = 1
url = https://gohugo.io/
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = hugo
depends = glibc
depends = gcc-libs
optdepends = python-docutils: reStructuredText support
-   source = 
hugo-0.125.5.tar.gz::https://github.com/gohugoio/hugo/archive/v0.125.5.tar.gz
-   sha512sums = 
5b26552e590e943ec4883b54f6ada66c770d494bb6c65a831c6551a4990ddba38f38e703fb41f0ca2935d32ca10b1f2adb6f9b6c73b0932a299b6330685d8ab6
+   source = 
hugo-0.125.6.tar.gz::https://github.com/gohugoio/hugo/archive/v0.125.6.tar.gz
+   sha512sums = 
c42719b559afdb27cf6e8a42a42858acfa69e69dd7a422a5eb2e909f333bf001038dcdfc739124ab8d64a72d3e419cfcac389a362c4df8c0e24eaa91135f5a8e
 
 pkgname = hugo


=
PKGBUILD
=
@@ -6,7 +6,7 @@
 # Contributor: Brenton Horne
 
 pkgname=hugo
-pkgver=0.125.5
+pkgver=0.125.6
 pkgrel=1
 pkgdesc="Fast and Flexible Static Site Generator in Go"
 arch=('x86_64')
@@ -16,7 +16,7 @@ depends=('glibc' 'gcc-libs')
 makedepends=('go' 'git')
 optdepends=('python-docutils: reStructuredText support')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha512sums=('5b26552e590e943ec4883b54f6ada66c770d494bb6c65a831c6551a4990ddba38f38e703fb41f0ca2935d32ca10b1f2adb6f9b6c73b0932a299b6330685d8ab6')
+sha512sums=('c42719b559afdb27cf6e8a42a42858acfa69e69dd7a422a5eb2e909f333bf001038dcdfc739124ab8d64a72d3e419cfcac389a362c4df8c0e24eaa91135f5a8e')
 
 build() {
   cd "${pkgname}-${pkgver}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hugo/-/commit/66263e4fc6c299a7d1c5c4d2e6e6a31d47347595

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hugo/-/commit/66263e4fc6c299a7d1c5c4d2e6e6a31d47347595
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/fastfetch] Pushed new tag 2.11.3-1

2024-05-04 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 2.11.3-1 at Arch Linux / Packaging / Packages / 
fastfetch

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/fastfetch/-/tree/2.11.3-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/fastfetch][main] upgpkg: 2.11.3-1: New upstream release

2024-05-04 Thread Robin Candau (@antiz)


Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / 
fastfetch


Commits:
c3733626 by Robin Candau at 2024-05-04T18:48:19+02:00
upgpkg: 2.11.3-1: New upstream release
https://github.com/fastfetch-cli/fastfetch/releases/tag/2.11.3

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = fastfetch
pkgdesc = Like Neofetch, but much faster because written in C
-   pkgver = 2.11.2
+   pkgver = 2.11.3
pkgrel = 1
url = https://github.com/fastfetch-cli/fastfetch
arch = x86_64
@@ -43,7 +43,7 @@ pkgbase = fastfetch
optdepends = xfconf: Needed for XFWM theme and XFCE Terminal font
optdepends = zlib: Faster image output when using kitty graphics 
protocol
optdepends = libdrm: Displays detection
-   source = 
fastfetch-2.11.2.tar.gz::https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/2.11.2.tar.gz
-   sha256sums = 
de5dda91077d923780407e3c738e3afcf052025298d449d589b7b32fe4e8b9f2
+   source = 
fastfetch-2.11.3.tar.gz::https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/2.11.3.tar.gz
+   sha256sums = 
7867b0cd424689dea76b0d502e07abe449939f929eb252fc21b3a27c197cb195
 
 pkgname = fastfetch


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Mark Wagie 
 
 pkgname=fastfetch
-pkgver=2.11.2
+pkgver=2.11.3
 pkgrel=1
 pkgdesc="Like Neofetch, but much faster because written in C"
 arch=('x86_64')
@@ -50,7 +50,7 @@ optdepends=(
   'libdrm: Displays detection'
 )
 
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/${pkgver}.tar.gz")
-sha256sums=('de5dda91077d923780407e3c738e3afcf052025298d449d589b7b32fe4e8b9f2')
+sha256sums=('7867b0cd424689dea76b0d502e07abe449939f929eb252fc21b3a27c197cb195')
 
 build() {
cmake -B build -S "${pkgname}-${pkgver}" \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/fastfetch/-/commit/c37336266c2b36678f4de981f1b3577e746d09f0

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/fastfetch/-/commit/c37336266c2b36678f4de981f1b3577e746d09f0
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/limine] Pushed new tag 7.5.0-1

2024-05-03 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 7.5.0-1 at Arch Linux / Packaging / Packages / 
limine

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/limine/-/tree/7.5.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/limine][main] upgpkg: 7.5.0-1: New upstream release

2024-05-03 Thread Robin Candau (@antiz)


Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / limine


Commits:
60e813c5 by Robin Candau at 2024-05-03T21:01:38+02:00
upgpkg: 7.5.0-1: New upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = limine
pkgdesc = An advanced, portable, multiprotocol bootloader
-   pkgver = 7.4.1
+   pkgver = 7.5.0
pkgrel = 1
url = https://limine-bootloader.org/
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = limine
makedepends = lld
makedepends = clang
depends = glibc
-   source = git+https://github.com/limine-bootloader/limine.git#tag=v7.4.1
-   sha256sums = 
19ed352a7ec4ac62571c2e00c7122391843964e9d0daea6e79e8b2b662dfd9d8
+   source = git+https://github.com/limine-bootloader/limine.git#tag=v7.5.0
+   sha256sums = 
dc9b113b4ba983ade28085a13a4aa621b5af56b1453409f9bdda9cec0477133b
 
 pkgname = limine


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Mintsuki 
 
 pkgname=limine
-pkgver=7.4.1
+pkgver=7.5.0
 pkgrel=1
 pkgdesc="An advanced, portable, multiprotocol bootloader"
 arch=('x86_64')
@@ -11,7 +11,7 @@ license=('BSD-2-Clause')
 depends=('glibc')
 makedepends=('git' 'nasm' 'mtools' 'llvm' 'lld' 'clang')
 source=("git+https://github.com/limine-bootloader/limine.git#tag=v${pkgver};)
-sha256sums=('19ed352a7ec4ac62571c2e00c7122391843964e9d0daea6e79e8b2b662dfd9d8')
+sha256sums=('dc9b113b4ba983ade28085a13a4aa621b5af56b1453409f9bdda9cec0477133b')
 
 prepare() {
cd "${pkgname}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/limine/-/commit/60e813c5ec35384f7d166b1be3507298425f9956

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/limine/-/commit/60e813c5ec35384f7d166b1be3507298425f9956
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/nwg-panel][main] upgpkg: 0.9.31-1: New upstream release

2024-05-03 Thread Robin Candau (@antiz)


Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / 
nwg-panel


Commits:
c0fc002d by Robin Candau at 2024-05-03T18:49:01+02:00
upgpkg: 0.9.31-1: New upstream release
https://github.com/nwg-piotr/nwg-panel/releases/tag/v0.9.31

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = nwg-panel
pkgdesc = GTK3-based panel for sway and Hyprland Wayland compositors
-   pkgver = 0.9.30
+   pkgver = 0.9.31
pkgrel = 1
url = https://github.com/nwg-piotr/nwg-panel
arch = any
@@ -29,7 +29,7 @@ pkgbase = nwg-panel
optdepends = ddcutil: for external displays brightness control
optdepends = upower: for multiple batteries support
optdepends = nwg-icon-picker: for a graphical icon chooser
-   source = 
nwg-panel-0.9.30.tar.gz::https://github.com/nwg-piotr/nwg-panel/archive/v0.9.30.tar.gz
-   sha256sums = 
e0fdf9992df85e4fe08ebd2f8deb1717e97e06cc78939a137184e2db1eea93f3
+   source = 
nwg-panel-0.9.31.tar.gz::https://github.com/nwg-piotr/nwg-panel/archive/v0.9.31.tar.gz
+   sha256sums = 
709a301cd38339ab453a157fc3a3b63132bb988f90670a59a30841da0c2aa69a
 
 pkgname = nwg-panel


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Piotr Miller 
 
 pkgname=nwg-panel
-pkgver=0.9.30
+pkgver=0.9.31
 pkgrel=1
 pkgdesc="GTK3-based panel for sway and Hyprland Wayland compositors"
 url="https://github.com/nwg-piotr/nwg-panel;
@@ -16,7 +16,7 @@ optdepends=('wlr-randr: for non-sway Wayland WMs support'
 'upower: for multiple batteries support'
'nwg-icon-picker: for a graphical icon chooser')
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v"$pkgver".tar.gz")
-sha256sums=('e0fdf9992df85e4fe08ebd2f8deb1717e97e06cc78939a137184e2db1eea93f3')
+sha256sums=('709a301cd38339ab453a157fc3a3b63132bb988f90670a59a30841da0c2aa69a')
 
 build() {
 cd "${pkgname}-${pkgver}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nwg-panel/-/commit/c0fc002dce5d35757182e138c3ef44c88fd9f67f

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nwg-panel/-/commit/c0fc002dce5d35757182e138c3ef44c88fd9f67f
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/nwg-panel] Pushed new tag 0.9.31-1

2024-05-03 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 0.9.31-1 at Arch Linux / Packaging / Packages / 
nwg-panel

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nwg-panel/-/tree/0.9.31-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/fastfetch] Pushed new tag 2.11.2-1

2024-05-03 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 2.11.2-1 at Arch Linux / Packaging / Packages / 
fastfetch

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/fastfetch/-/tree/2.11.2-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/fastfetch][main] upgpkg: 2.11.2-1: New upstream release

2024-05-03 Thread Robin Candau (@antiz)


Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / 
fastfetch


Commits:
fd18b0e9 by Robin Candau at 2024-05-03T09:51:01+02:00
upgpkg: 2.11.2-1: New upstream release
https://github.com/fastfetch-cli/fastfetch/releases/tag/2.11.2

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = fastfetch
pkgdesc = Like Neofetch, but much faster because written in C
-   pkgver = 2.11.1
+   pkgver = 2.11.2
pkgrel = 1
url = https://github.com/fastfetch-cli/fastfetch
arch = x86_64
@@ -43,7 +43,7 @@ pkgbase = fastfetch
optdepends = xfconf: Needed for XFWM theme and XFCE Terminal font
optdepends = zlib: Faster image output when using kitty graphics 
protocol
optdepends = libdrm: Displays detection
-   source = 
fastfetch-2.11.1.tar.gz::https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/2.11.1.tar.gz
-   sha256sums = 
ea0d5e3652c78b7cebb7c370d2e6732edfed4d5dda6e8e06c02a1f0216cabe2e
+   source = 
fastfetch-2.11.2.tar.gz::https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/2.11.2.tar.gz
+   sha256sums = 
de5dda91077d923780407e3c738e3afcf052025298d449d589b7b32fe4e8b9f2
 
 pkgname = fastfetch


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Mark Wagie 
 
 pkgname=fastfetch
-pkgver=2.11.1
+pkgver=2.11.2
 pkgrel=1
 pkgdesc="Like Neofetch, but much faster because written in C"
 arch=('x86_64')
@@ -50,7 +50,7 @@ optdepends=(
   'libdrm: Displays detection'
 )
 
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/${pkgver}.tar.gz")
-sha256sums=('ea0d5e3652c78b7cebb7c370d2e6732edfed4d5dda6e8e06c02a1f0216cabe2e')
+sha256sums=('de5dda91077d923780407e3c738e3afcf052025298d449d589b7b32fe4e8b9f2')
 
 build() {
cmake -B build -S "${pkgname}-${pkgver}" \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/fastfetch/-/commit/fd18b0e95fbbed2ba0b4c1b3bbe26a407ac7fa39

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/fastfetch/-/commit/fd18b0e95fbbed2ba0b4c1b3bbe26a407ac7fa39
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-tqdm][main] upgpkg: 4.66.4-1: New upstream release + Fixes CVE-2024-34062

2024-05-03 Thread Robin Candau (@antiz)


Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / 
python-tqdm


Commits:
87cf1fe1 by Robin Candau at 2024-05-03T09:48:39+02:00
upgpkg: 4.66.4-1: New upstream release + Fixes CVE-2024-34062
https://github.com/tqdm/tqdm/releases/tag/v4.66.4
https://github.com/tqdm/tqdm/security/advisories/GHSA-g7vv-2v7x-gj9p

- - - - -


3 changed files:

- .SRCINFO
- + .nvchecker.toml
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-tqdm
pkgdesc = Fast, Extensible Progress Meter
-   pkgver = 4.66.2
-   pkgrel = 2
+   pkgver = 4.66.4
+   pkgrel = 1
url = https://github.com/tqdm/tqdm
arch = any
license = MIT
@@ -24,6 +24,6 @@ pkgbase = python-tqdm
depends = python
optdepends = python-requests: telegram
source = 
git+https://github.com/tqdm/tqdm.git#commit=cc372d09dcd5a5eabdc6ed4cf365bdb0be004d44
-   sha512sums = SKIP
+   sha512sums = 
092e2925f9fbca26080610f139308c29b79c446972fc08528853841e6a532404154c77698c8542aa6b7893ae345ed86f7d8b1e7d010f1a317b7358ac7819a11b
 
 pkgname = python-tqdm


=
.nvchecker.toml
=
@@ -0,0 +1,6 @@
+[python-tqdm]
+source = "github"
+github = "tqdm/tqdm"
+prefix = "v"
+use_max_tag = true
+exclude_regex = ".*(pre|a|alpha|b|beta|r|rc).*"


=
PKGBUILD
=====
@@ -2,9 +2,9 @@
 # Maintainer: Robin Candau 
 
 pkgname=python-tqdm
-pkgver=4.66.2
+pkgver=4.66.4
 _commit=cc372d09dcd5a5eabdc6ed4cf365bdb0be004d44
-pkgrel=2
+pkgrel=1
 pkgdesc='Fast, Extensible Progress Meter'
 arch=('any')
 license=('MIT' 'MPL-2.0')
@@ -14,7 +14,7 @@ optdepends=('python-requests: telegram')
 makedepends=('git' 'python-setuptools-scm' 'python-toml' 'python-build' 
'python-installer' 'python-wheel')
 checkdepends=('python-pytest' 'python-pytest-asyncio' 'python-pytest-timeout' 
'python-numpy' 'python-pandas' 'python-rich' 'python-dask' 'tk' 'python-keras')
 source=("git+https://github.com/tqdm/tqdm.git#commit=${_commit};)
-sha512sums=('SKIP')
+sha512sums=('092e2925f9fbca26080610f139308c29b79c446972fc08528853841e6a532404154c77698c8542aa6b7893ae345ed86f7d8b1e7d010f1a317b7358ac7819a11b')
 
 build() {
   cd tqdm



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-tqdm/-/commit/87cf1fe10443e1106ad10b31099c733016238952

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-tqdm/-/commit/87cf1fe10443e1106ad10b31099c733016238952
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-tqdm] Pushed new tag 4.66.4-1

2024-05-03 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 4.66.4-1 at Arch Linux / Packaging / Packages / 
python-tqdm

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-tqdm/-/tree/4.66.4-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-fastapi] Pushed new tag 0.111.0-1

2024-05-03 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 0.111.0-1 at Arch Linux / Packaging / Packages / 
python-fastapi

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-fastapi/-/tree/0.111.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-fastapi][main] upgpkg: 0.111.0-1: New upstream release

2024-05-03 Thread Robin Candau (@antiz)


Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / 
python-fastapi


Commits:
88fb2df8 by Robin Candau at 2024-05-03T09:43:53+02:00
upgpkg: 0.111.0-1: New upstream release
https://github.com/tiangolo/fastapi/releases/tag/0.111.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-fastapi
pkgdesc = FastAPI framework, high performance, easy to learn, fast to 
code, ready for production
-   pkgver = 0.110.3
-   pkgrel = 2
+   pkgver = 0.111.0
+   pkgrel = 1
url = https://github.com/tiangolo/fastapi
arch = any
license = MIT
@@ -49,8 +49,8 @@ pkgbase = python-fastapi
optdepends = python-httpx: for TestClient support
optdepends = python-ujson: for faster JSON parsing and UJSONResponse
optdepends = uvicorn: for Uvicorn as ASGI server
-   source = 
fastapi-0.110.3.tar.gz::https://github.com/tiangolo/fastapi/archive/0.110.3.tar.gz
-   sha512sums = 
1b00c54f349e299fd0eec279c6edfaadf1581fdeee3d96749e814e7da305926b9fb179d003d619afe1aaa36b461c843a10b6acea9f7830512d7474ead6ac0e01
-   b2sums = 
d6724ad6fcf54fbcd703fc10736a8d9561c1d7c45a41daa4e78d3688f996e8e2a8bae575b37794c29fa9efdbccd0543e8ee4fb57c20161865d31591ffbdc7c5a
+   source = 
fastapi-0.111.0.tar.gz::https://github.com/tiangolo/fastapi/archive/0.111.0.tar.gz
+   sha512sums = 
3b613e4b2e7253fa08c09f961e69d384d2f44d07dc7f045b669c3e78f21a161715f3e9a0cb813a1c6e793f4a322160ec3eeb4eef90ba59db64bde9baaa539c13
+   b2sums = 
39bd63a5db723e5a79c45e0f4e969c3dc0ba65b43540a2e12be0cb30bd629fa6c293da6645fe29599527f3773544df9f93c18a08d51d6003fb7f501139d3c26d
 
 pkgname = python-fastapi


=
PKGBUILD
=
@@ -4,8 +4,8 @@
 
 _name=fastapi
 pkgname=python-$_name
-pkgver=0.110.3
-pkgrel=2
+pkgver=0.111.0
+pkgrel=1
 pkgdesc='FastAPI framework, high performance, easy to learn, fast to code, 
ready for production'
 arch=(any)
 url="https://github.com/tiangolo/fastapi;
@@ -68,8 +68,8 @@ optdepends=(
   'uvicorn: for Uvicorn as ASGI server'
 )
 source=($_name-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-sha512sums=('1b00c54f349e299fd0eec279c6edfaadf1581fdeee3d96749e814e7da305926b9fb179d003d619afe1aaa36b461c843a10b6acea9f7830512d7474ead6ac0e01')
-b2sums=('d6724ad6fcf54fbcd703fc10736a8d9561c1d7c45a41daa4e78d3688f996e8e2a8bae575b37794c29fa9efdbccd0543e8ee4fb57c20161865d31591ffbdc7c5a')
+sha512sums=('3b613e4b2e7253fa08c09f961e69d384d2f44d07dc7f045b669c3e78f21a161715f3e9a0cb813a1c6e793f4a322160ec3eeb4eef90ba59db64bde9baaa539c13')
+b2sums=('39bd63a5db723e5a79c45e0f4e969c3dc0ba65b43540a2e12be0cb30bd629fa6c293da6645fe29599527f3773544df9f93c18a08d51d6003fb7f501139d3c26d')
 
 prepare() {
   cd $_name-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-fastapi/-/commit/88fb2df8782b54ded57bb70bb0ee3975feda5e3f

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-fastapi/-/commit/88fb2df8782b54ded57bb70bb0ee3975feda5e3f
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/nwg-panel][main] upgpkg: 0.9.30-1: New upstream release

2024-05-03 Thread Robin Candau (@antiz)


Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / 
nwg-panel


Commits:
707d9444 by Robin Candau at 2024-05-03T09:41:02+02:00
upgpkg: 0.9.30-1: New upstream release
https://github.com/nwg-piotr/nwg-panel/releases/tag/v0.9.30

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = nwg-panel
pkgdesc = GTK3-based panel for sway and Hyprland Wayland compositors
-   pkgver = 0.9.29
+   pkgver = 0.9.30
pkgrel = 1
url = https://github.com/nwg-piotr/nwg-panel
arch = any
@@ -29,7 +29,7 @@ pkgbase = nwg-panel
optdepends = ddcutil: for external displays brightness control
optdepends = upower: for multiple batteries support
optdepends = nwg-icon-picker: for a graphical icon chooser
-   source = 
nwg-panel-0.9.29.tar.gz::https://github.com/nwg-piotr/nwg-panel/archive/v0.9.29.tar.gz
-   sha256sums = 
d32b43f0e51af0a905ab609b6d14ce5be18ce01575fb88bc23f88261bfca7513
+   source = 
nwg-panel-0.9.30.tar.gz::https://github.com/nwg-piotr/nwg-panel/archive/v0.9.30.tar.gz
+   sha256sums = 
e0fdf9992df85e4fe08ebd2f8deb1717e97e06cc78939a137184e2db1eea93f3
 
 pkgname = nwg-panel


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Piotr Miller 
 
 pkgname=nwg-panel
-pkgver=0.9.29
+pkgver=0.9.30
 pkgrel=1
 pkgdesc="GTK3-based panel for sway and Hyprland Wayland compositors"
 url="https://github.com/nwg-piotr/nwg-panel;
@@ -16,7 +16,7 @@ optdepends=('wlr-randr: for non-sway Wayland WMs support'
 'upower: for multiple batteries support'
'nwg-icon-picker: for a graphical icon chooser')
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v"$pkgver".tar.gz")
-sha256sums=('d32b43f0e51af0a905ab609b6d14ce5be18ce01575fb88bc23f88261bfca7513')
+sha256sums=('e0fdf9992df85e4fe08ebd2f8deb1717e97e06cc78939a137184e2db1eea93f3')
 
 build() {
 cd "${pkgname}-${pkgver}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nwg-panel/-/commit/707d94442609c00fc8e3645e3f46002dbdea8ff1

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nwg-panel/-/commit/707d94442609c00fc8e3645e3f46002dbdea8ff1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/nwg-panel] Pushed new tag 0.9.30-1

2024-05-03 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 0.9.30-1 at Arch Linux / Packaging / Packages / 
nwg-panel

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nwg-panel/-/tree/0.9.30-1
You're receiving this email because of your account on gitlab.archlinux.org.




Re: [Collab] Collab Digest, Vol 28, Issue 1

2024-05-02 Thread Robin Asbell via Collab
I apologize for mixing up lignans and lectins, It's lectins that Dr Gundry
has made into the new food phobia.
It's hard to keep up.

On Thu, May 2, 2024 at 7:02 AM 
wrote:

> Send Collab mailing list submissions to
> collab@lists.millets2023.space
>
> To subscribe or unsubscribe via the World Wide Web, visit
> https://lists.millets2023.space/mailman/listinfo/collab
> or, via email, send a message with subject or body 'help' to
> collab-request@lists.millets2023.space
>
> You can reach the person managing the list at
> collab-owner@lists.millets2023.space
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Collab digest..."
>
>
> Today's Topics:
>
>1. Lignans & health; lignans in millets (Re: Collab Digest, Vol
>   27, Issue 23) (Don Osborn)
>
>
> --
>
> Message: 1
> Date: Wed, 1 May 2024 12:54:16 -0400
> From: Don Osborn 
> To: Robin Asbell 
> Cc: collab@lists.millets2023.space
> Subject: [Collab] Lignans & health; lignans in millets (Re: Collab
> Digest, Vol 27, Issue 23)
> Message-ID:
>  d...@mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> Thank you Robin. This is the first I recall hearing about lignans.
>
> A quick search online gave me three impressions: (1) lignans are not the
> same as lignins; (2) defining lignans quickly gets into organic chemistry;
> and (3) lignans in the human diet (they come from plants) are often
> referred to in positive terms,
>
> In fact, I had a hard time finding negative takes on lignans, and those
> related to very high consumption of flax (one of the foods particularly
> high in these compounds; all grain, including millets and sorghum, have
> lignans, but at more moderate levels). Can you give us more info, Robin?
>
> Here's a definition of lignans that I found helpful (many, including the
> one in WIkipedia,/1 are more technical):
> "The lignans are bioactive, non-nutrient, non-caloric phenolic plant
> compounds that are found in highest concentration in flax and sesame seeds
> and in lower concentrations in grains, other seeds, fruits and vegetables.
> The enterolignans (sometimes referred to as mammalian lignans) are
> metabolites of food lignans produced by human intestinal bacteria. They
> have been identified in human urine and plasma. Their weak estrogenic and
> other biochemical properties suggest potential for nutritional significance
> in the prevention of cardiovascular and other chronic diseases."/2
>
> Regarding millets a different article states:
> "Millets are rich in lignans, upon digestion they can be converted into
> animal lignans by gut microbiota, and those animal lignans have been shown
> to protect against certain chronic diseases, like cancer and heart
> disease."/3
>
> Sorghum apparently does contain lignans./4
>
> In general, "Lignan-rich foods are part of a healthy diet"/5 Various
> research articles explore specific positive effects of lignans, including
> for cardiovascular health,/2 stress perception,/6 and possibly
> pot-menopausal symptoms./7 I see some suggestions of anti-cancer effects./3
> /7 Lignans have an important role in gut microbiota, apparently with
> implications for health in various ways./8
>
> The above is neither comprehensive, nor necessarily representative with
> regard to the thinking about lignans, but as a non-specialist in this
> field, this is what I came up with. It's important to note that lignans are
> a class of compounds, and not one single thing, so perhaps there are
> differences in the effects of various lignins? Interested to learn more.
>
> Don
>
> DO, EL, MI, US
> NAMA
>
> Notes:
> 1. https://en.wikipedia.org/wiki/Lignan
> 2. Peterson, Julia et al. ?Dietary lignans: physiology and potential for
> cardiovascular disease risk reduction.? Nutrition reviews vol. 68,10
> (2010): 571-603. https://doi.org/10./j.1753-4887.2010.00319.x
> 3. Babele, Piyoosh K et al. ?Mainstreaming orphan millets for advancing
> climate smart agriculture to secure nutrition and health.? Frontiers in
> plant science vol. 13 902536. 12 Aug. 2022,
> https://doi.org/10.3389/fpls.2022.902536
> 4. https://www.glnc.org.au/resource/sorghum/
> 5. https://lpi.oregonstate.edu/mic/dietary-factors/phytochemicals/lignans
> 6. Micek, Agnieszka et al. ?Negative Association of Lignan and Phytosterol
> Intake with Stress Perception during the COVID-19 Pandemic-A Polish Study
> on Young Adults.? *Nutrients* vol. 16,3 445. 2 Feb. 2024,
> https://doi.org/10.3390/nu16030445
> 7. Jang, Won Young et al. ?Antioxidant, 

[Git][archlinux/packaging/packages/fastfetch] Pushed new tag 2.11.1-1

2024-05-02 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 2.11.1-1 at Arch Linux / Packaging / Packages / 
fastfetch

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/fastfetch/-/tree/2.11.1-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/fastfetch][main] upgpkg: 2.11.1-1: New upstream release

2024-05-02 Thread Robin Candau (@antiz)


Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / 
fastfetch


Commits:
28c1a3fe by Robin Candau at 2024-05-02T15:00:42+02:00
upgpkg: 2.11.1-1: New upstream release
https://github.com/fastfetch-cli/fastfetch/releases/tag/2.11.1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = fastfetch
pkgdesc = Like Neofetch, but much faster because written in C
-   pkgver = 2.11.0
+   pkgver = 2.11.1
pkgrel = 1
url = https://github.com/fastfetch-cli/fastfetch
arch = x86_64
@@ -43,7 +43,7 @@ pkgbase = fastfetch
optdepends = xfconf: Needed for XFWM theme and XFCE Terminal font
optdepends = zlib: Faster image output when using kitty graphics 
protocol
optdepends = libdrm: Displays detection
-   source = 
fastfetch-2.11.0.tar.gz::https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/2.11.0.tar.gz
-   sha256sums = 
bf7e42db6a219a73bace5ff977414bd79a7ce1b7085872e0c8012ee9a56b2822
+   source = 
fastfetch-2.11.1.tar.gz::https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/2.11.1.tar.gz
+   sha256sums = 
ea0d5e3652c78b7cebb7c370d2e6732edfed4d5dda6e8e06c02a1f0216cabe2e
 
 pkgname = fastfetch


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Mark Wagie 
 
 pkgname=fastfetch
-pkgver=2.11.0
+pkgver=2.11.1
 pkgrel=1
 pkgdesc="Like Neofetch, but much faster because written in C"
 arch=('x86_64')
@@ -50,7 +50,7 @@ optdepends=(
   'libdrm: Displays detection'
 )
 
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/${pkgver}.tar.gz")
-sha256sums=('bf7e42db6a219a73bace5ff977414bd79a7ce1b7085872e0c8012ee9a56b2822')
+sha256sums=('ea0d5e3652c78b7cebb7c370d2e6732edfed4d5dda6e8e06c02a1f0216cabe2e')
 
 build() {
cmake -B build -S "${pkgname}-${pkgver}" \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/fastfetch/-/commit/28c1a3fe0c2911908b74dabce22de4b897614cc0

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/fastfetch/-/commit/28c1a3fe0c2911908b74dabce22de4b897614cc0
You're receiving this email because of your account on gitlab.archlinux.org.




[Desktop-packages] [Bug 2064559] Re: Screen clicks not working when app page maximised

2024-05-02 Thread Robin Williams
*** This bug is a duplicate of bug 1181666 ***
https://bugs.launchpad.net/bugs/1181666

** This bug has been marked a duplicate of bug 1181666
   gnome-shell randomly blocks mouse clicks from working in app windows

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-shell in Ubuntu.
https://bugs.launchpad.net/bugs/2064559

Title:
  Screen clicks not working when app page maximised

Status in gnome-shell package in Ubuntu:
  New

Bug description:
  Recently completed a fresh installation of Ubuntu 24.4

  When apps are maximised to use full screen, clicks on buttons do not
  work and instead go through to whatever is behind the app.  Restoring
  the app to a window rather than full screen clicks work normally.

  This happens for a number of apps but not all.

  I am using 2 monitors (join) and using monitor 2 as my primary
  display.

  Happy to provide more info, but not sure what will be helpful.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/2064559/+subscriptions


-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp


[Bug 2064559] Re: Screen clicks not working when app page maximised

2024-05-02 Thread Robin Williams
*** This bug is a duplicate of bug 1181666 ***
https://bugs.launchpad.net/bugs/1181666

** This bug has been marked a duplicate of bug 1181666
   gnome-shell randomly blocks mouse clicks from working in app windows

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2064559

Title:
  Screen clicks not working when app page maximised

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/2064559/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 2064559] Re: Screen clicks not working when app page maximised

2024-05-02 Thread Robin Williams
*** This bug is a duplicate of bug 1181666 ***
https://bugs.launchpad.net/bugs/1181666

** This bug has been marked a duplicate of bug 1181666
   gnome-shell randomly blocks mouse clicks from working in app windows

-- 
You received this bug notification because you are a member of Ubuntu
Desktop Bugs, which is subscribed to gnome-shell in Ubuntu.
https://bugs.launchpad.net/bugs/2064559

Title:
  Screen clicks not working when app page maximised

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-shell/+bug/2064559/+subscriptions


-- 
desktop-bugs mailing list
desktop-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/desktop-bugs

[Git][archlinux/packaging/packages/distrobox][main] upgpkg: 1.7.2.0-1: New upstream release

2024-05-02 Thread Robin Candau (@antiz)


Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / 
distrobox


Commits:
a881fa23 by Robin Candau at 2024-05-02T13:24:31+02:00
upgpkg: 1.7.2.0-1: New upstream release
https://github.com/89luca89/distrobox/releases/tag/1.7.2.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = distrobox
pkgdesc = Use any linux distribution inside your terminal.
-   pkgver = 1.7.1.0
-   pkgrel = 2
+   pkgver = 1.7.2.0
+   pkgrel = 1
url = https://distrobox.it
arch = any
license = GPL-3.0-only
@@ -9,7 +9,7 @@ pkgbase = distrobox
depends = hicolor-icon-theme
optdepends = docker: Docker support
optdepends = podman: Podman support
-   source = 
distrobox-1.7.1.0.tar.gz::https://github.com/89luca89/distrobox/archive/1.7.1.0.tar.gz
-   sha256sums = 
71af97c7033cdd3f2679e922b52e5b6c801d697af63bbe3f9d771948c6575e90
+   source = 
distrobox-1.7.2.0.tar.gz::https://github.com/89luca89/distrobox/archive/1.7.2.0.tar.gz
+   sha256sums = 
10d040863ada39f03173210f3f5ca26c405727088e0417ec311c0eca7db82596
 
 pkgname = distrobox


=
PKGBUILD
=
@@ -2,8 +2,8 @@
 # Contributor: robertfoster
 
 pkgname=distrobox
-pkgver=1.7.1.0
-pkgrel=2
+pkgver=1.7.2.0
+pkgrel=1
 pkgdesc="Use any linux distribution inside your terminal."
 arch=('any')
 url="https://distrobox.it;
@@ -12,7 +12,7 @@ depends=('bash' 'hicolor-icon-theme')
 optdepends=('docker: Docker support'
'podman: Podman support')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/89luca89/distrobox/archive/${pkgver}.tar.gz;)
-sha256sums=('71af97c7033cdd3f2679e922b52e5b6c801d697af63bbe3f9d771948c6575e90')
+sha256sums=('10d040863ada39f03173210f3f5ca26c405727088e0417ec311c0eca7db82596')
 
 package() {
cd "${pkgname}-${pkgver}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/distrobox/-/commit/a881fa23e77fa9db4ff64d2dd9073fd3faa6a14f

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/distrobox/-/commit/a881fa23e77fa9db4ff64d2dd9073fd3faa6a14f
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/distrobox] Pushed new tag 1.7.2.0-1

2024-05-02 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 1.7.2.0-1 at Arch Linux / Packaging / Packages / 
distrobox

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/distrobox/-/tree/1.7.2.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/hugo][main] upgpkg: 0.125.5-1: New upstream release

2024-05-02 Thread Robin Candau (@antiz)


Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / hugo


Commits:
e06a4cab by Robin Candau at 2024-05-02T12:27:13+02:00
upgpkg: 0.125.5-1: New upstream release
https://github.com/gohugoio/hugo/releases/tag/v0.125.5

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = hugo
pkgdesc = Fast and Flexible Static Site Generator in Go
-   pkgver = 0.125.4
+   pkgver = 0.125.5
pkgrel = 1
url = https://gohugo.io/
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = hugo
depends = glibc
depends = gcc-libs
optdepends = python-docutils: reStructuredText support
-   source = 
hugo-0.125.4.tar.gz::https://github.com/gohugoio/hugo/archive/v0.125.4.tar.gz
-   sha512sums = 
f76b85e0cb119fa35b8c253ddb05c9f8156aba004b1ec37e0b04d89afa6dec3771417c843594d076c81b1663d0a7677912f9b37ab3ef89ae13824973e6496097
+   source = 
hugo-0.125.5.tar.gz::https://github.com/gohugoio/hugo/archive/v0.125.5.tar.gz
+   sha512sums = 
5b26552e590e943ec4883b54f6ada66c770d494bb6c65a831c6551a4990ddba38f38e703fb41f0ca2935d32ca10b1f2adb6f9b6c73b0932a299b6330685d8ab6
 
 pkgname = hugo


=
PKGBUILD
=
@@ -6,7 +6,7 @@
 # Contributor: Brenton Horne
 
 pkgname=hugo
-pkgver=0.125.4
+pkgver=0.125.5
 pkgrel=1
 pkgdesc="Fast and Flexible Static Site Generator in Go"
 arch=('x86_64')
@@ -16,7 +16,7 @@ depends=('glibc' 'gcc-libs')
 makedepends=('go' 'git')
 optdepends=('python-docutils: reStructuredText support')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/gohugoio/${pkgname}/archive/v${pkgver}.tar.gz;)
-sha512sums=('f76b85e0cb119fa35b8c253ddb05c9f8156aba004b1ec37e0b04d89afa6dec3771417c843594d076c81b1663d0a7677912f9b37ab3ef89ae13824973e6496097')
+sha512sums=('5b26552e590e943ec4883b54f6ada66c770d494bb6c65a831c6551a4990ddba38f38e703fb41f0ca2935d32ca10b1f2adb6f9b6c73b0932a299b6330685d8ab6')
 
 build() {
   cd "${pkgname}-${pkgver}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hugo/-/commit/e06a4cab33c8c0ca1e4ee8e4ded311ba8b91f61e

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hugo/-/commit/e06a4cab33c8c0ca1e4ee8e4ded311ba8b91f61e
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/hugo] Pushed new tag 0.125.5-1

2024-05-02 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 0.125.5-1 at Arch Linux / Packaging / Packages / 
hugo

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/hugo/-/tree/0.125.5-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/nwg-panel][main] upgpkg: 0.9.29-1: New upstream release

2024-05-02 Thread Robin Candau (@antiz)


Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / 
nwg-panel


Commits:
372e6e9d by Robin Candau at 2024-05-02T12:21:49+02:00
upgpkg: 0.9.29-1: New upstream release
https://github.com/nwg-piotr/nwg-panel/releases/tag/v0.9.29

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = nwg-panel
pkgdesc = GTK3-based panel for sway and Hyprland Wayland compositors
-   pkgver = 0.9.28
+   pkgver = 0.9.29
pkgrel = 1
url = https://github.com/nwg-piotr/nwg-panel
arch = any
@@ -29,7 +29,7 @@ pkgbase = nwg-panel
optdepends = ddcutil: for external displays brightness control
optdepends = upower: for multiple batteries support
optdepends = nwg-icon-picker: for a graphical icon chooser
-   source = 
nwg-panel-0.9.28.tar.gz::https://github.com/nwg-piotr/nwg-panel/archive/v0.9.28.tar.gz
-   sha256sums = 
f155935d2dcc2740fe8fc415c688871a579f3703f4105df6b4b9d884328090c2
+   source = 
nwg-panel-0.9.29.tar.gz::https://github.com/nwg-piotr/nwg-panel/archive/v0.9.29.tar.gz
+   sha256sums = 
d32b43f0e51af0a905ab609b6d14ce5be18ce01575fb88bc23f88261bfca7513
 
 pkgname = nwg-panel


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Piotr Miller 
 
 pkgname=nwg-panel
-pkgver=0.9.28
+pkgver=0.9.29
 pkgrel=1
 pkgdesc="GTK3-based panel for sway and Hyprland Wayland compositors"
 url="https://github.com/nwg-piotr/nwg-panel;
@@ -16,7 +16,7 @@ optdepends=('wlr-randr: for non-sway Wayland WMs support'
 'upower: for multiple batteries support'
'nwg-icon-picker: for a graphical icon chooser')
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v"$pkgver".tar.gz")
-sha256sums=('f155935d2dcc2740fe8fc415c688871a579f3703f4105df6b4b9d884328090c2')
+sha256sums=('d32b43f0e51af0a905ab609b6d14ce5be18ce01575fb88bc23f88261bfca7513')
 
 build() {
 cd "${pkgname}-${pkgver}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nwg-panel/-/commit/372e6e9d15ba8ff237e1a27c9050f28ef798440c

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nwg-panel/-/commit/372e6e9d15ba8ff237e1a27c9050f28ef798440c
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/nwg-panel] Pushed new tag 0.9.29-1

2024-05-02 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 0.9.29-1 at Arch Linux / Packaging / Packages / 
nwg-panel

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nwg-panel/-/tree/0.9.29-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/ocaml-zarith][main] upgpkg: 1.13-3: GCC rebuild

2024-05-01 Thread Robin Candau (@antiz)


Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / 
ocaml-zarith


Commits:
df464fc6 by Robin Candau at 2024-05-01T17:26:07+02:00
upgpkg: 1.13-3: GCC rebuild
https://archlinux.org/todo/rebuild-packages-against-gcc-131-to-circumvent-issues-with-lto/

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = ocaml-zarith
pkgdesc = Implements arithmetic and logical operations over 
arbitrary-precision integers and rational numbers
pkgver = 1.13
-   pkgrel = 2
+   pkgrel = 3
url = https://github.com/ocaml/Zarith
arch = x86_64
license = GPL2


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 pkgname=ocaml-zarith
 provides=('zarith')
 pkgver=1.13
-pkgrel=2
+pkgrel=3
 pkgdesc='Implements arithmetic and logical operations over arbitrary-precision 
integers and rational numbers'
 url='https://github.com/ocaml/Zarith'
 arch=('x86_64')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ocaml-zarith/-/commit/df464fc65ea0110958dc725b0f36eaff3c4c0448

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ocaml-zarith/-/commit/df464fc65ea0110958dc725b0f36eaff3c4c0448
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/ocaml-zarith] Pushed new tag 1.13-3

2024-05-01 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 1.13-3 at Arch Linux / Packaging / Packages / 
ocaml-zarith

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ocaml-zarith/-/tree/1.13-3
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/lutris][main] upgpkg: 0.5.17-4: Drop coverage for unit tests

2024-05-01 Thread Robin Candau (@antiz)


Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / lutris


Commits:
f72af317 by Robin Candau at 2024-05-01T13:52:02+02:00
upgpkg: 0.5.17-4: Drop coverage for unit tests

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = lutris
pkgdesc = Open Gaming Platform
pkgver = 0.5.17
-   pkgrel = 3
+   pkgrel = 4
url = https://lutris.net
arch = any
license = GPL-3.0-only


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 
 pkgname=lutris
 pkgver=0.5.17
-pkgrel=3
+pkgrel=4
 pkgdesc='Open Gaming Platform'
 arch=(any)
 url=https://lutris.net
@@ -79,7 +79,7 @@ build() {
 
 check() {
   cd lutris
-  xvfb-run nosetests --cover-erase --with-xunit --xunit-file=nosetests.xml 
--with-coverage --cover-package=lutris --cover-xml-file=coverage.xml
+  xvfb-run nosetests
 }
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lutris/-/commit/f72af317f8e8f277c43af5150ce76d45da01f2e1

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lutris/-/commit/f72af317f8e8f277c43af5150ce76d45da01f2e1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/lutris] Pushed new tag 0.5.17-4

2024-05-01 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 0.5.17-4 at Arch Linux / Packaging / Packages / 
lutris

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lutris/-/tree/0.5.17-4
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/lutris][main] upgpkg: 0.5.17-3: Drop python-nose-cover3 in favor of python-nose for tests

2024-05-01 Thread Robin Candau (@antiz)


Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / lutris


Commits:
0c2b2077 by Robin Candau at 2024-05-01T13:35:45+02:00
upgpkg: 0.5.17-3: Drop python-nose-cover3 in favor of python-nose for tests

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,11 +1,11 @@
 pkgbase = lutris
pkgdesc = Open Gaming Platform
pkgver = 0.5.17
-   pkgrel = 2
+   pkgrel = 3
url = https://lutris.net
arch = any
license = GPL-3.0-only
-   checkdepends = python-nose-cover3
+   checkdepends = python-nose
checkdepends = xorg-server-xvfb
checkdepends = xterm
checkdepends = fluidsynth


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 
 pkgname=lutris
 pkgver=0.5.17
-pkgrel=2
+pkgrel=3
 pkgdesc='Open Gaming Platform'
 arch=(any)
 url=https://lutris.net
@@ -48,7 +48,7 @@ makedepends=(
   python-poetry-core
 )
 checkdepends=(
-  python-nose-cover3
+  python-nose
   xorg-server-xvfb
   xterm
   fluidsynth



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lutris/-/commit/0c2b2077dae628a5fbccf4970e0d4f2f97702685

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lutris/-/commit/0c2b2077dae628a5fbccf4970e0d4f2f97702685
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/lutris] Pushed new tag 0.5.17-3

2024-05-01 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 0.5.17-3 at Arch Linux / Packaging / Packages / 
lutris

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lutris/-/tree/0.5.17-3
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/pychess][main] upgpkg: 1.0.5-1: New upstream release

2024-05-01 Thread Robin Candau (@antiz)


Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / 
pychess


Commits:
92d52fff by Robin Candau at 2024-05-01T11:22:53+02:00
upgpkg: 1.0.5-1: New upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,10 +1,10 @@
 pkgbase = pychess
pkgdesc = Chess client
-   pkgver = 1.0.4
-   pkgrel = 4
-   url = https://pychess.github.io/
+   pkgver = 1.0.5
+   pkgrel = 1
+   url = https://pychess.github.io
arch = any
-   license = GPL3
+   license = GPL-3.0-only
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
@@ -19,7 +19,7 @@ pkgbase = pychess
depends = python-pexpect
depends = python-websockets
conflicts = spike
-   source = 
https://github.com/pychess/pychess/releases/download/1.0.4/pychess-1.0.4.tar.gz
-   sha256sums = 
f563a89404746b037f7b3145100a024b7cad83fe1383ad41f55b216c1d09bc5c
+   source = 
https://github.com/pychess/pychess/releases/download/1.0.5/pychess-1.0.5.tar.gz
+   sha256sums = 
2a5d90747d2d07e9a5a48b42c0e81e79677803f493c8bb8fc48388bd011da9b6
 
 pkgname = pychess


=
PKGBUILD
=
@@ -4,20 +4,20 @@
 # Contributor: Alexander Fehr 
 
 pkgname=pychess
-pkgver=1.0.4
-pkgrel=4
-pkgdesc='Chess client'
-arch=(any)
-url='https://pychess.github.io/'
-license=(GPL3)
-depends=(gst-plugins-base gtksourceview3 python-cairo python-gobject
- python-ptyprocess python-psutil python-sqlalchemy python-pexpect
- python-websockets)
+pkgver=1.0.5
+pkgrel=1
+pkgdesc="Chess client"
+arch=('any')
+url="https://pychess.github.io;
+license=('GPL-3.0-only')
+depends=('gst-plugins-base' 'gtksourceview3' 'python-cairo' 'python-gobject'
+ 'python-ptyprocess' 'python-psutil' 'python-sqlalchemy' 
'python-pexpect'
+ 'python-websockets')
 # /usr/bin/spike is mistaken for a chess engine
-conflicts=(spike)
-makedepends=(python-build python-installer python-setuptools python-wheel)
+conflicts=('spike')
+makedepends=('python-build' 'python-installer' 'python-setuptools' 
'python-wheel')
 
source=("https://github.com/pychess/pychess/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.gz;)
-sha256sums=('f563a89404746b037f7b3145100a024b7cad83fe1383ad41f55b216c1d09bc5c')
+sha256sums=('2a5d90747d2d07e9a5a48b42c0e81e79677803f493c8bb8fc48388bd011da9b6')
 
 build() {
cd "${pkgname}-${pkgver}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pychess/-/commit/92d52fffa56f1fd72143d1d06a5adc161dea5d8d

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pychess/-/commit/92d52fffa56f1fd72143d1d06a5adc161dea5d8d
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/pychess] Pushed new tag 1.0.5-1

2024-05-01 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 1.0.5-1 at Arch Linux / Packaging / Packages / 
pychess

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pychess/-/tree/1.0.5-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/nwg-panel][main] upgpkg: 0.9.28-1: New upstream release

2024-05-01 Thread Robin Candau (@antiz)


Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / 
nwg-panel


Commits:
72e4d1a5 by Robin Candau at 2024-05-01T10:43:27+02:00
upgpkg: 0.9.28-1: New upstream release
https://github.com/nwg-piotr/nwg-panel/releases/tag/v0.9.28

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = nwg-panel
pkgdesc = GTK3-based panel for sway and Hyprland Wayland compositors
-   pkgver = 0.9.27
-   pkgrel = 3
+   pkgver = 0.9.28
+   pkgrel = 1
url = https://github.com/nwg-piotr/nwg-panel
arch = any
license = MIT
@@ -29,7 +29,7 @@ pkgbase = nwg-panel
optdepends = ddcutil: for external displays brightness control
optdepends = upower: for multiple batteries support
optdepends = nwg-icon-picker: for a graphical icon chooser
-   source = 
nwg-panel-0.9.27.tar.gz::https://github.com/nwg-piotr/nwg-panel/archive/v0.9.27.tar.gz
-   sha256sums = 
7e800820df8602381755a4b3357d14dd5df21ba3dd8859ba2f4fbba440d014f0
+   source = 
nwg-panel-0.9.28.tar.gz::https://github.com/nwg-piotr/nwg-panel/archive/v0.9.28.tar.gz
+   sha256sums = 
f155935d2dcc2740fe8fc415c688871a579f3703f4105df6b4b9d884328090c2
 
 pkgname = nwg-panel


=
PKGBUILD
=
@@ -2,8 +2,8 @@
 # Contributor: Piotr Miller 
 
 pkgname=nwg-panel
-pkgver=0.9.27
-pkgrel=3
+pkgver=0.9.28
+pkgrel=1
 pkgdesc="GTK3-based panel for sway and Hyprland Wayland compositors"
 url="https://github.com/nwg-piotr/nwg-panel;
 arch=('any')
@@ -16,7 +16,7 @@ optdepends=('wlr-randr: for non-sway Wayland WMs support'
 'upower: for multiple batteries support'
'nwg-icon-picker: for a graphical icon chooser')
 source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v"$pkgver".tar.gz")
-sha256sums=('7e800820df8602381755a4b3357d14dd5df21ba3dd8859ba2f4fbba440d014f0')
+sha256sums=('f155935d2dcc2740fe8fc415c688871a579f3703f4105df6b4b9d884328090c2')
 
 build() {
 cd "${pkgname}-${pkgver}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nwg-panel/-/commit/72e4d1a58a15265a7c54c95e2e433dc23a92bfa6

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nwg-panel/-/commit/72e4d1a58a15265a7c54c95e2e433dc23a92bfa6
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/nwg-panel] Pushed new tag 0.9.28-1

2024-05-01 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 0.9.28-1 at Arch Linux / Packaging / Packages / 
nwg-panel

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nwg-panel/-/tree/0.9.28-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-fastapi] Pushed new tag 0.110.3-2

2024-04-30 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 0.110.3-2 at Arch Linux / Packaging / Packages / 
python-fastapi

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-fastapi/-/tree/0.110.3-2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-fastapi][main] upgpkg: 0.110.3-2: Rebuild with the proper pdm backend

2024-04-30 Thread Robin Candau (@antiz)


Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / 
python-fastapi


Commits:
1335af1b by Robin Candau at 2024-04-30T21:06:14+02:00
upgpkg: 0.110.3-2: Rebuild with the proper pdm backend

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-fastapi
pkgdesc = FastAPI framework, high performance, easy to learn, fast to 
code, ready for production
pkgver = 0.110.3
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/tiangolo/fastapi
arch = any
license = MIT
@@ -28,7 +28,7 @@ pkgbase = python-fastapi
checkdepends = python-passlib
makedepends = python-build
makedepends = python-installer
-   makedepends = python-pdm
+   makedepends = python-pdm-backend
makedepends = python-wheel
depends = python
depends = python-anyio


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 _name=fastapi
 pkgname=python-$_name
 pkgver=0.110.3
-pkgrel=1
+pkgrel=2
 pkgdesc='FastAPI framework, high performance, easy to learn, fast to code, 
ready for production'
 arch=(any)
 url="https://github.com/tiangolo/fastapi;
@@ -24,7 +24,7 @@ depends=(
 makedepends=(
   python-build
   python-installer
-  python-pdm
+  python-pdm-backend
   python-wheel
 )
 checkdepends=(
@@ -86,6 +86,13 @@ check() {
   local site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
   local pytest_options=(
 -vv
+# These tests are failing with "DeprecationWarning: The 'app' shortcut is 
now deprecated. Use the explicit style 'transport=ASGITransport(app=...)'"
+# It should have been addressed by upstream by then, but for some reason 
it is still failing
+# Will try to reselect them at next release
+--deselect 
tests/test_tutorial/test_async_tests/test_main.py::test_root[asyncio]
+--deselect 
tests/test_tutorial/test_async_tests/test_main.py::test_async_testing[asyncio]
+--deselect 
tests/test_tutorial/test_async_tests/test_main.py::test_root[trio]
+--deselect 
tests/test_tutorial/test_async_tests/test_main.py::test_async_testing[trio]
   )
 
   cd $_name-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-fastapi/-/commit/1335af1b15958147bb21bb52dfde8cf1a71fe01f

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-fastapi/-/commit/1335af1b15958147bb21bb52dfde8cf1a71fe01f
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/jenkins][main] upgpkg: 2.456-1: New upstream release

2024-04-30 Thread Robin Candau (@antiz)


Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / 
jenkins


Commits:
141baafe by Robin Candau at 2024-04-30T19:06:05+02:00
upgpkg: 2.456-1: New upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = jenkins
pkgdesc = Extendable continuous integration server (latest)
-   pkgver = 2.455
+   pkgver = 2.456
pkgrel = 1
url = https://jenkins.io
install = jenkins.install
@@ -16,13 +16,13 @@ pkgbase = jenkins
conflicts = jenkins-ci
replaces = jenkins-ci
backup = etc/conf.d/jenkins
-   source = 
https://github.com/jenkinsci/jenkins/archive/refs/tags/jenkins-2.455.tar.gz
+   source = 
https://github.com/jenkinsci/jenkins/archive/refs/tags/jenkins-2.456.tar.gz
source = jenkins.conf
source = jenkins.service
source = jenkins.tmpfiles
source = jenkins.sysusers
source = skip-failing-test.patch
-   sha512sums = 
6686df60351c7c26cef810e7d7c0a545cdb39614fa526ca18f1939f71e781f47619f059de16f65517379a68a4324e61283c2e2675c7cee054b6d78bcdde651ae
+   sha512sums = 
cd0ca7f26b10c61553a4ab8df07cb7592626051c7cace312dbefd40abbc318a61fb58a221140812207e85ac1fcf56f5d63a29a2e805f7134744124457071d0f9
sha512sums = 
482b642988027b623995e0488cc00011be5bbe9890a6d40dd6979197fa50794889ff731f798891106b367962cf60cb59b0260caadfcee9685b358a966f759553
sha512sums = 
c1e9a542bfd3db54ea0ef57acdac47ad5180330f9ffab44296762b0e69e75ce595d85a77d46025586fb507aedce4f1a032379dcd16b7b886fe475a99849fa4b2
sha512sums = 
a845a7147be54affc586dfce9a188ec24c92e673e88dec0b62da386d2e597de6ecda103429008562abd897f179a52c37cf2188ebc65b8c636efd07d707e18f90


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 # Contributor: Illarion Kovalchuk 
 
 pkgname=jenkins
-pkgver=2.455
+pkgver=2.456
 pkgrel=1
 _java=17
 pkgdesc='Extendable continuous integration server (latest)'
@@ -25,7 +25,7 @@ 
source=("https://github.com/jenkinsci/jenkins/archive/refs/tags/jenkins-${pkgver
 'jenkins.tmpfiles'
 'jenkins.sysusers'
 'skip-failing-test.patch')
-sha512sums=('6686df60351c7c26cef810e7d7c0a545cdb39614fa526ca18f1939f71e781f47619f059de16f65517379a68a4324e61283c2e2675c7cee054b6d78bcdde651ae'
+sha512sums=('cd0ca7f26b10c61553a4ab8df07cb7592626051c7cace312dbefd40abbc318a61fb58a221140812207e85ac1fcf56f5d63a29a2e805f7134744124457071d0f9'
 
'482b642988027b623995e0488cc00011be5bbe9890a6d40dd6979197fa50794889ff731f798891106b367962cf60cb59b0260caadfcee9685b358a966f759553'
 
'c1e9a542bfd3db54ea0ef57acdac47ad5180330f9ffab44296762b0e69e75ce595d85a77d46025586fb507aedce4f1a032379dcd16b7b886fe475a99849fa4b2'
 
'a845a7147be54affc586dfce9a188ec24c92e673e88dec0b62da386d2e597de6ecda103429008562abd897f179a52c37cf2188ebc65b8c636efd07d707e18f90'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/jenkins/-/commit/141baafee2e74de9aef44f90c01a22a09f3fcba4

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/jenkins/-/commit/141baafee2e74de9aef44f90c01a22a09f3fcba4
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/jenkins] Pushed new tag 2.456-1

2024-04-30 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 2.456-1 at Arch Linux / Packaging / Packages / 
jenkins

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/jenkins/-/tree/2.456-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/ansible-lint][main] upgpkg: 24.2.3-1: New upstream release

2024-04-30 Thread Robin Candau (@antiz)


Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / 
ansible-lint


Commits:
ad590d1a by Robin Candau at 2024-04-30T18:03:05+02:00
upgpkg: 24.2.3-1: New upstream release
https://github.com/ansible/ansible-lint/releases/tag/v24.2.3

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = ansible-lint
pkgdesc = Checks playbooks for practices and behaviour that could 
potentially be improved.
-   pkgver = 24.2.2
-   pkgrel = 2
+   pkgver = 24.2.3
+   pkgrel = 1
url = https://github.com/ansible/ansible-lint
arch = any
license = GPL-3.0-or-later
@@ -30,9 +30,9 @@ pkgbase = ansible-lint
depends = python-ruamel-yaml
depends = python-wcmatch
optdepends = ansible: check official ansible collections
-   source = git+https://github.com/ansible/ansible-lint.git#tag=v24.2.2
+   source = git+https://github.com/ansible/ansible-lint.git#tag=v24.2.3
source = disable_version_check.patch
-   b2sums = 
6a5cb672255b84269daf656a19e82c2a8de0d4340b59a4d67f908165f93c65c70183a0ab93cda1f6e9381e4866c61f05e8c6f8a922f27ae1532b787b633024e2
+   b2sums = 
76603d5154699a7fc545e455e7f0eb60ccaba8c1686bdfc9b8ed1b36438c6716b98a8154f06abe1183054db9c3b2dd7297acd443ef2e908815474de5d0f0fc60
b2sums = 
98294f267ca693c0bc3921f8e076d674a219a891502cd31a0af789bc0b1447b53834b9c85853a134f6bc1ac384f31cb174cba2d55fbcc1636cae9bd3c0bd8f84
 
 pkgname = ansible-lint


=
PKGBUILD
=
@@ -4,8 +4,8 @@
 # Contributor: Sander Boom 
 
 pkgname=ansible-lint
-pkgver=24.2.2
-pkgrel=2
+pkgver=24.2.3
+pkgrel=1
 pkgdesc="Checks playbooks for practices and behaviour that could potentially 
be improved."
 arch=('any')
 url="https://github.com/ansible/ansible-lint;
@@ -17,7 +17,7 @@ checkdepends=(mypy python-jmespath python-pylint 
python-pytest python-pytest-moc
 optdepends=('ansible: check official ansible collections')
 source=(git+https://github.com/ansible/ansible-lint.git#tag=v$pkgver
 disable_version_check.patch)
-b2sums=('6a5cb672255b84269daf656a19e82c2a8de0d4340b59a4d67f908165f93c65c70183a0ab93cda1f6e9381e4866c61f05e8c6f8a922f27ae1532b787b633024e2'
+b2sums=('76603d5154699a7fc545e455e7f0eb60ccaba8c1686bdfc9b8ed1b36438c6716b98a8154f06abe1183054db9c3b2dd7297acd443ef2e908815474de5d0f0fc60'
 
'98294f267ca693c0bc3921f8e076d674a219a891502cd31a0af789bc0b1447b53834b9c85853a134f6bc1ac384f31cb174cba2d55fbcc1636cae9bd3c0bd8f84')
 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ansible-lint/-/commit/ad590d1ad1d7fda2015b497420a2212e8d90efaf

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ansible-lint/-/commit/ad590d1ad1d7fda2015b497420a2212e8d90efaf
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/ansible-lint] Pushed new tag 24.2.3-1

2024-04-30 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 24.2.3-1 at Arch Linux / Packaging / Packages / 
ansible-lint

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ansible-lint/-/tree/24.2.3-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/fastfetch][main] upgpkg: 2.11.0-1: New upstream release

2024-04-30 Thread Robin Candau (@antiz)


Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / 
fastfetch


Commits:
0e8a91a2 by Robin Candau at 2024-04-30T17:58:28+02:00
upgpkg: 2.11.0-1: New upstream release
https://github.com/fastfetch-cli/fastfetch/releases/tag/2.11.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = fastfetch
pkgdesc = Like Neofetch, but much faster because written in C
-   pkgver = 2.10.2
+   pkgver = 2.11.0
pkgrel = 1
url = https://github.com/fastfetch-cli/fastfetch
arch = x86_64
@@ -43,7 +43,7 @@ pkgbase = fastfetch
optdepends = xfconf: Needed for XFWM theme and XFCE Terminal font
optdepends = zlib: Faster image output when using kitty graphics 
protocol
optdepends = libdrm: Displays detection
-   source = 
fastfetch-2.10.2.tar.gz::https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/2.10.2.tar.gz
-   sha256sums = 
2e52c6152b750fc13248dcb5d55259474ced25e4b09fdc965ea310565c1cdf78
+   source = 
fastfetch-2.11.0.tar.gz::https://github.com/fastfetch-cli/fastfetch/archive/refs/tags/2.11.0.tar.gz
+   sha256sums = 
bf7e42db6a219a73bace5ff977414bd79a7ce1b7085872e0c8012ee9a56b2822
 
 pkgname = fastfetch


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Mark Wagie 
 
 pkgname=fastfetch
-pkgver=2.10.2
+pkgver=2.11.0
 pkgrel=1
 pkgdesc="Like Neofetch, but much faster because written in C"
 arch=('x86_64')
@@ -50,7 +50,7 @@ optdepends=(
   'libdrm: Displays detection'
 )
 
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/${pkgver}.tar.gz")
-sha256sums=('2e52c6152b750fc13248dcb5d55259474ced25e4b09fdc965ea310565c1cdf78')
+sha256sums=('bf7e42db6a219a73bace5ff977414bd79a7ce1b7085872e0c8012ee9a56b2822')
 
 build() {
cmake -B build -S "${pkgname}-${pkgver}" \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/fastfetch/-/commit/0e8a91a2c3aa6ab6e9fb7ac720810f633f1d0afa

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/fastfetch/-/commit/0e8a91a2c3aa6ab6e9fb7ac720810f633f1d0afa
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/fastfetch] Pushed new tag 2.11.0-1

2024-04-30 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 2.11.0-1 at Arch Linux / Packaging / Packages / 
fastfetch

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/fastfetch/-/tree/2.11.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




default value for arrays

2024-04-30 Thread Robin Aerts (Moody's)
Hi,
At the moment when generating POCO classes with Avrogen it doesn't take default 
values for array type into account.
AVRO specs say it is allowed: 
https://avro.apache.org/docs/1.11.1/specification/#arrays
I added this to lang\csharp\src\apache\main\Schema\ArraySchema.cs
But since I don't have write access to the repository, I cannot create a pull 
request.

Add to ArraySchema class:
public JToken DefaultValue { get; set; }


Add to end of  internal static ArraySchema NewInstance(JToken jtok, PropertyMap 
props, SchemaNames names, string encspace)
var defaultValue = jtok["default"];
return new ArraySchema(schema, props, defaultValue);

Change constructor:
private ArraySchema(Schema items, PropertyMap customAttributes, JToken 
defaultValue = null)
: base(Type.Array, customAttributes)
{
ItemSchema = items ?? throw new 
ArgumentNullException(nameof(items));
DefaultValue = defaultValue;
}
Add to end of protected internal override void 
WriteJsonFields(Newtonsoft.Json.JsonTextWriter writer, SchemaNames names, 
string encspace)
if (null != this.DefaultValue)
{
writer.WritePropertyName("default");
this.DefaultValue.WriteTo(writer, null);
    }


Regards,
Robin

--
Moody's monitors email communications through its networks for regulatory 
compliance purposes and to protect its customers, employees and business and 
where allowed to do so by applicable law. The information contained in this 
e-mail message, and any attachment thereto, is confidential and may not be 
disclosed without our express permission. If you are not the intended recipient 
or an employee or agent responsible for delivering this message to the intended 
recipient, you are hereby notified that you have received this message in error 
and that any review, dissemination, distribution or copying of this message, or 
any attachment thereto, in whole or in part, is strictly prohibited. If you 
have received this message in error, please immediately notify us by telephone, 
fax or e-mail and delete the message and all of its attachments. Every effort 
is made to keep our network free from viruses. You should, however, review this 
e-mail message, as well as any attachment thereto, for viruses. We take no 
responsibility and have no liability for any computer virus which may be 
transferred via this e-mail message.


[Git][archlinux/packaging/packages/grafana-zabbix][main] 2 commits: upgpkg: 4.4.9-1: New upstream release

2024-04-30 Thread Robin Candau (@antiz)


Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / 
grafana-zabbix


Commits:
e24cecac by Robin Candau at 2024-04-30T10:11:25+02:00
upgpkg: 4.4.9-1: New upstream release
https://github.com/grafana/grafana-zabbix/releases/tag/v4.4.9

- - - - -
f1440719 by Robin Candau at 2024-04-30T10:11:58+02:00
upgpkg: 4.4.9-1: New upstream release
https://github.com/grafana/grafana-zabbix/releases/tag/v4.4.9

- - - - -


3 changed files:

- .SRCINFO
- + .nvchecker.toml
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,10 +1,10 @@
 pkgbase = grafana-zabbix
pkgdesc = Zabbix plugin for Grafana dashboard
-   pkgver = 4.4.5
+   pkgver = 4.4.9
pkgrel = 1
url = https://github.com/alexanderzobnin/grafana-zabbix
arch = any
-   license = APACHE
+   license = Apache-2.0
makedepends = yarn
makedepends = libfaketime
makedepends = go
@@ -12,7 +12,7 @@ pkgbase = grafana-zabbix
makedepends = nodejs-lts-iron
makedepends = mage
depends = grafana
-   source = 
grafana-zabbix-4.4.5-retagged-1.tar.gz::https://github.com/alexanderzobnin/grafana-zabbix/archive/v4.4.5.tar.gz
-   sha256sums = 
7b93f15767c0142ba04d36924e02b597d006d77c2a239d9d5fb644dd752836de
+   source = 
grafana-zabbix-4.4.9.tar.gz::https://github.com/alexanderzobnin/grafana-zabbix/archive/v4.4.9.tar.gz
+   sha256sums = 
c6ada4fca3d6e562d0e933f030a4ce5edcb53711723e6eef34b84f333e2fa392
 
 pkgname = grafana-zabbix


=
.nvchecker.toml
=
@@ -0,0 +1,6 @@
+[grafana-zabbix]
+source = "github"
+github = "grafana/grafana-zabbix"
+prefix = "v"
+use_max_tag = true
+exclude_regex = ".*(pre|a|alpha|b|beta|r|rc).*"


=
PKGBUILD
=====
@@ -2,26 +2,27 @@
 # Maintainer: Robin Candau 
 
 pkgname=grafana-zabbix
-pkgver=4.4.5
+pkgver=4.4.9
 pkgrel=1
 pkgdesc="Zabbix plugin for Grafana dashboard"
 arch=('any')
 url="https://github.com/alexanderzobnin/grafana-zabbix;
-license=('APACHE')
+license=('Apache-2.0')
 depends=('grafana')
-makedepends=(yarn libfaketime go git nodejs-lts-iron mage)
-source=("$pkgname-$pkgver-retagged-1.tar.gz::https://github.com/alexanderzobnin/grafana-zabbix/archive/v$pkgver.tar.gz;)
-sha256sums=('7b93f15767c0142ba04d36924e02b597d006d77c2a239d9d5fb644dd752836de')
+makedepends=('yarn' 'libfaketime' 'go' 'git' 'nodejs-lts-iron' 'mage')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
+sha256sums=('c6ada4fca3d6e562d0e933f030a4ce5edcb53711723e6eef34b84f333e2fa392')
 
 prepare() {
-   cd "$pkgname-$pkgver"
-
+   cd "${pkgname}-${pkgver}"
# Fix tests not working without git clone
sed -i 's#jest --watch --onlyChanged#jest#' package.json
+   # Remove lint related dependency (we don't care about linting tests at 
our level)
+   sed -i '/GO111MODULE=off go get -u golang.org\/x\/lint\/golint/d' 
Makefile
 }
 
 build() {
-   cd "$pkgname-$pkgver"
+   cd "${pkgname}-${pkgver}"
make install
make build
make dist-frontend
@@ -29,14 +30,14 @@ build() {
 }
 
 check() {
-   cd "$pkgname-$pkgver"
+   cd "${pkgname}-${pkgver}"
# Force UTC timezone so that tests pass, even after a DST change
-   PATH="$PATH:/build/go/bin" TZ=UTC make test lint
+   PATH="${PATH}:/build/go/bin" TZ=UTC make test
 }
 
 package() {
-   cd "$pkgname-$pkgver"
-   install -dm755 
"$pkgdir/var/lib/grafana/plugins/alexanderzobnin-zabbix-app"
-   cp -r dist/* 
"$pkgdir/var/lib/grafana/plugins/alexanderzobnin-zabbix-app"
-   rm -rf 
"$pkgdir/var/lib/grafana/plugins/alexanderzobnin-zabbix-app/node_modules"
+   cd "${pkgname}-${pkgver}"
+   install -dm 755 
"${pkgdir}/var/lib/grafana/plugins/alexanderzobnin-zabbix-app"
+   cp -rv dist/* 
"${pkgdir}/var/lib/grafana/plugins/alexanderzobnin-zabbix-app"
+   rm -rf 
"${pkgdir}/var/lib/grafana/plugins/alexanderzobnin-zabbix-app/node_modules"
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/grafana-zabbix/-/compare/b0fe614e9f19a46c81e9e45b1e04353d4566ad33...f14407190876fedd4b9358548bb716ee15b05e24

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/grafana-zabbix/-/compare/b0fe614e9f19a46c81e9e45b1e04353d4566ad33...f14407190876fedd4b9358548bb716ee15b05e24
You're receiving this email because of your account on gitlab.archlinux.org.




  1   2   3   4   5   6   7   8   9   10   >