[Git][archlinux/packaging/packages/skladnik] Pushed new tag 24.04.80-1

2024-04-27 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 24.04.80-1 at Arch Linux / Packaging / Packages / 
skladnik

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




[Git][archlinux/packaging/packages/yazi][main] upgpkg: 0.2.5-2: add ya binary

2024-04-27 Thread @orhun


Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages / 
yazi


Commits:
bd3e2638 by Orhun Parmaksız at 2024-04-27T15:57:12+03:00
upgpkg: 0.2.5-2: add ya binary

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = yazi
pkgdesc = Blazing fast terminal file manager written in Rust, based on 
async I/O
pkgver = 0.2.5
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/sxyazi/yazi
arch = x86_64
license = MIT


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 
 pkgname=yazi
 pkgver=0.2.5
-pkgrel=1
+pkgrel=2
 pkgdesc="Blazing fast terminal file manager written in Rust, based on async 
I/O"
 url="https://github.com/sxyazi/yazi;
 arch=("x86_64")
@@ -34,6 +34,7 @@ prepare() {
 build() {
   cd "$pkgname-$pkgver"
   VERGEN_GIT_SHA="Arch Linux" YAZI_GEN_COMPLETIONS=true cargo build --release 
--frozen
+  YAZI_GEN_COMPLETIONS=true cargo build --release -p "$pkgname-cli"
 }
 
 check() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/yazi/-/commit/bd3e2638f677206a882152439a44829c167c9139

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




[Git][archlinux/packaging/packages/yazi] Pushed new tag 0.2.5-2

2024-04-27 Thread @orhun


Orhun Parmaksız pushed new tag 0.2.5-2 at Arch Linux / Packaging / Packages / 
yazi

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




[Git][archlinux/packaging/packages/nvmetcli][main] 5 commits: Switch to locked tag commit

2024-04-27 Thread David Runge (@dvzrv)


David Runge pushed to branch main at Arch Linux / Packaging / Packages / 
nvmetcli


Commits:
4880e942 by David Runge at 2024-04-27T14:51:17+02:00
Switch to locked tag commit

Signed-off-by: David Runge dv...@archlinux.org

- - - - -
ccff3b1d by David Runge at 2024-04-27T14:52:18+02:00
Add all direct dependencies

Signed-off-by: David Runge dv...@archlinux.org

- - - - -
e24866aa by David Runge at 2024-04-27T14:54:59+02:00
Switch to PEP517

Signed-off-by: David Runge dv...@archlinux.org

- - - - -
5d8258c4 by David Runge at 2024-04-27T14:56:04+02:00
Dont run ignored tests (requires kernel module)

Signed-off-by: David Runge dv...@archlinux.org

- - - - -
2889dc34 by David Runge at 2024-04-27T14:56:41+02:00
upgpkg: 0.8-3

Rebuild against Python 3.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,16 +1,19 @@
 pkgbase = nvmetcli
pkgdesc = Command line interface for the kernel NVMe target
pkgver = 0.8
-   pkgrel = 2
+   pkgrel = 3
url = http://git.infradead.org/users/hch/nvmetcli.git
arch = any
license = Apache-2.0
-   checkdepends = python-nose2
makedepends = git
+   makedepends = python-build
+   makedepends = python-installer
makedepends = python-setuptools
+   makedepends = python-wheel
+   depends = python
depends = python-configshell-fb
depends = python-six
-   source = 
git://git.infradead.org/users/hch/nvmetcli.git#commit=d323d5a3091af490502c5d025ec7361a3a2cfbd9
-   sha512sums = SKIP
+   source = git://git.infradead.org/users/hch/nvmetcli.git#tag=v0.8
+   sha512sums = 
39ce10f6604a6eb5fd42c952c556f1d4421de166fab9ef03c4afd8bf3661b026ed6dbfa29713a19212a8918ead7030df6a036940662264ced284db2473b15418
 
 pkgname = nvmetcli


=
PKGBUILD
=
@@ -2,17 +2,16 @@
 
 pkgname=nvmetcli
 pkgver=0.8
-_commit=d323d5a3091af490502c5d025ec7361a3a2cfbd9
-pkgrel=2
+pkgrel=3
 pkgdesc="Command line interface for the kernel NVMe target"
 arch=('any')
 url="http://git.infradead.org/users/hch/nvmetcli.git;
 license=('Apache-2.0')
-depends=('python-configshell-fb' 'python-six')  # kmod
-makedepends=('git' 'python-setuptools')
-checkdepends=('python-nose2')
-source=(git://git.infradead.org/users/hch/nvmetcli.git#commit=$_commit)
-sha512sums=('SKIP')
+depends=('python' 'python-configshell-fb' 'python-six')  # kmod
+makedepends=('git' 'python-build' 'python-installer' 'python-setuptools' 
'python-wheel')
+# NOTE: Tests need /sys/kernel/config/nvmet (present after modprobe nvmet)
+source=(git://git.infradead.org/users/hch/nvmetcli.git#tag=v$pkgver)
+sha512sums=('39ce10f6604a6eb5fd42c952c556f1d4421de166fab9ef03c4afd8bf3661b026ed6dbfa29713a19212a8918ead7030df6a036940662264ced284db2473b15418')
 
 prepare() {
   cd nvmetcli
@@ -21,18 +20,12 @@ prepare() {
 
 build() {
   cd nvmetcli
-  python setup.py build
-}
-
-check() {
-  cd nvmetcli
-  # Tests need /sys/kernel/config/nvmet (present after modprobe nvmet)
-  nose2 nvmet || echo "Tests failed"
+  python -m build --wheel --no-isolation
 }
 
 package() {
   cd nvmetcli
-  python setup.py install --root="$pkgdir" --optimize=1
+  python -m installer --destdir="$pkgdir" dist/*.whl
 
   install -Dm644 nvmet.service -t "$pkgdir"/usr/lib/systemd/system/
   install -Dm644 README *.json Documentation/nvmetcli.txt -t 
"$pkgdir"/usr/share/doc/nvmetcli/



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nvmetcli/-/compare/0d6c4c0e29cca5b52585a7f64c916fb29d4d6121...2889dc34144394a08b70469bdffd341a90fae449

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




[Git][archlinux/packaging/packages/nvmetcli] Pushed new tag 0.8-3

2024-04-27 Thread David Runge (@dvzrv)


David Runge pushed new tag 0.8-3 at Arch Linux / Packaging / Packages / nvmetcli

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




[Git][archlinux/packaging/packages/python-astropy-iers-data][main] upgpkg: 0.2024.03.18.00.29.47-3: rebuild for Python 3.12

2024-04-27 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
python-astropy-iers-data


Commits:
93ae963a by Jelle van der Waa at 2024-04-27T14:47:10+02:00
upgpkg: 0.2024.03.18.00.29.47-3: rebuild for Python 3.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-astropy-iers-data
pkgdesc = IERS Earth Rotation and Leap Second tables for the astropy 
core package
pkgver = 0.2024.03.18.00.29.47
-   pkgrel = 2
+   pkgrel = 3
url = https://github.com/astropy/astropy-iers-data
arch = any
license = BSD-3-Clause


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _pyname=astropy-iers-data
 pkgname=python-$_pyname
 pkgver=0.2024.03.18.00.29.47
-pkgrel=2
+pkgrel=3
 pkgdesc="IERS Earth Rotation and Leap Second tables for the astropy core 
package"
 arch=(any)
 url="https://github.com/astropy/astropy-iers-data;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-astropy-iers-data/-/commit/93ae963ab3afc12ed5d1e48b77a4f893de2a9074

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




[Git][archlinux/packaging/packages/python-astropy-iers-data] Pushed new tag 0.2024.03.18.00.29.47-3

2024-04-27 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed new tag 0.2024.03.18.00.29.47-3 at Arch Linux / 
Packaging / Packages / python-astropy-iers-data

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




[Git][archlinux/packaging/packages/python-pem] Pushed new tag 23.1.0-3

2024-04-27 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed new tag 23.1.0-3 at Arch Linux / Packaging / Packages 
/ python-pem

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




[Git][archlinux/packaging/packages/python-pem][main] upgpkg: 23.1.0-3: rebuild for Python 3.12

2024-04-27 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
python-pem


Commits:
8db8850f by Jelle van der Waa at 2024-04-27T14:46:17+02:00
upgpkg: 23.1.0-3: rebuild for Python 3.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-pem
pkgdesc = Parsing and splitting PEM files
pkgver = 23.1.0
-   pkgrel = 2
+   pkgrel = 3
url = https://github.com/hynek/pem
arch = any
license = MIT


=
PKGBUILD
=
@@ -6,7 +6,7 @@
 pkgname=python-pem
 _name=${pkgname#python-}
 pkgver=23.1.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Parsing and splitting PEM files'
 arch=(any)
 url="https://github.com/hynek/$_name;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pem/-/commit/8db8850ff3d536b4a4926fe362aea2f79bafa72f

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




[Git][archlinux/packaging/packages/python-pt] Pushed new tag r20231230.107.3efc26e-2

2024-04-27 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed new tag r20231230.107.3efc26e-2 at Arch Linux / 
Packaging / Packages / python-pt

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




[Git][archlinux/packaging/packages/python-pt][main] upgpkg: r20231230.107.3efc26e-2: rebuild for Python 3.12

2024-04-27 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
python-pt


Commits:
2dac0478 by Jelle van der Waa at 2024-04-27T14:45:05+02:00
upgpkg: r20231230.107.3efc26e-2: rebuild for Python 3.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-pt
pkgdesc = gdb script to examine the address space of a QEMU-based 
virtual machine
pkgver = r20231230.107.3efc26e
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/martinradev/gdb-pt-dump
arch = any
license = MIT


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 pkgname=python-pt
 _gitcommit=3efc26ef739ae78730ea60851c84d9c08ca8a63d
 pkgver=r20231230.107.3efc26e
-pkgrel=1
+pkgrel=2
 pkgdesc='gdb script to examine the address space of a QEMU-based virtual 
machine'
 url='https://github.com/martinradev/gdb-pt-dump'
 arch=('any')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pt/-/commit/2dac047842d01609a333e674aae0c65c157e7c78

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




[Git][archlinux/packaging/packages/cargo-show-asm] Pushed new tag 0.2.34-2

2024-04-27 Thread @orhun


Orhun Parmaksız pushed new tag 0.2.34-2 at Arch Linux / Packaging / Packages / 
cargo-show-asm

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




[Git][archlinux/packaging/packages/cargo-show-asm][main] upgpkg: 0.2.34-2: enable disasm feature

2024-04-27 Thread @orhun


Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages / 
cargo-show-asm


Commits:
56f45b34 by Orhun Parmaksız at 2024-04-27T15:41:10+03:00
upgpkg: 0.2.34-2: enable disasm feature

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = cargo-show-asm
pkgdesc = Cargo subcommand to display ASM, LLVM-IR and MIR for Rust 
source code
pkgver = 0.2.34
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/pacak/cargo-show-asm
arch = x86_64
license = Apache-2.0
@@ -10,6 +10,7 @@ pkgbase = cargo-show-asm
depends = rust-src
depends = gcc-libs
conflicts = cargo-asm
+   options = !lto
source = 
cargo-show-asm-0.2.34.tar.gz::https://github.com/pacak/cargo-show-asm/archive/0.2.34.tar.gz
sha256sums = 
691978d29eb14f387a9de7fed9948aa65726d55ee52b191194526fd832c70dd4
 


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 pkgname=cargo-show-asm
 _binname=cargo-asm
 pkgver=0.2.34
-pkgrel=1
+pkgrel=2
 pkgdesc='Cargo subcommand to display ASM, LLVM-IR and MIR for Rust source code'
 arch=('x86_64')
 url='https://github.com/pacak/cargo-show-asm'
@@ -13,6 +13,7 @@ depends=('cargo' 'rust-src' 'gcc-libs')
 conflicts=('cargo-asm')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
 sha256sums=('691978d29eb14f387a9de7fed9948aa65726d55ee52b191194526fd832c70dd4')
+options=('!lto')
 
 prepare() {
   cd "$pkgname-$pkgver"
@@ -21,12 +22,12 @@ prepare() {
 
 build() {
   cd "$pkgname-$pkgver"
-  cargo build --release --frozen
+  cargo build --features disasm --release --frozen
 }
 
 check() {
   cd "$pkgname-$pkgver"
-  cargo test --frozen --lib
+  cargo test --features disasm --frozen --lib
 }
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cargo-show-asm/-/commit/56f45b34d25c75e59ab02885859edb5fb2f44456

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




[Git][archlinux/packaging/packages/python-truststore][main] 2 commits: Add nvchecker integration

2024-04-27 Thread David Runge (@dvzrv)


David Runge pushed to branch main at Arch Linux / Packaging / Packages / 
python-truststore


Commits:
87c08a69 by David Runge at 2024-04-27T14:35:15+02:00
Add nvchecker integration

Signed-off-by: David Runge dv...@archlinux.org

- - - - -
25a6293c by David Runge at 2024-04-27T14:37:16+02:00
upgpkg: 0.8.0-3

- - - - -


3 changed files:

- .SRCINFO
- + .nvchecker.toml
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-truststore
pkgdesc = Verify certificates using OS trust stores
pkgver = 0.8.0
-   pkgrel = 2
+   pkgrel = 3
url = https://github.com/sethmlarson/truststore
arch = any
license = MIT


=
.nvchecker.toml
=
@@ -0,0 +1,3 @@
+[python-truststore]
+source = "pypi"
+pypi = "truststore"


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _name=truststore
 pkgname=python-truststore
 pkgver=0.8.0
-pkgrel=2
+pkgrel=3
 pkgdesc="Verify certificates using OS trust stores"
 arch=(any)
 url="https://github.com/sethmlarson/truststore;
@@ -49,7 +49,7 @@ check() {
 # -m 'not internet'
   )
   cd $_name-$pkgver
-  pytest -vv
+  PYTHONPATH=src pytest -vv
 }
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-truststore/-/compare/44f56b02b61d75769fdab6651971edbc012b151c...25a6293c1ea611ec59494c1831843ebb54477240

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-truststore/-/compare/44f56b02b61d75769fdab6651971edbc012b151c...25a6293c1ea611ec59494c1831843ebb54477240
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-truststore] Pushed new tag 0.8.0-3

2024-04-27 Thread David Runge (@dvzrv)


David Runge pushed new tag 0.8.0-3 at Arch Linux / Packaging / Packages / 
python-truststore

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




[Git][archlinux/packaging/packages/praat][main] upgpkg: 6.4.11-1

2024-04-27 Thread Caleb Maclennan (@alerque)


Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
praat


Commits:
4b79af88 by Caleb Maclennan at 2024-04-27T15:36:32+03:00
upgpkg: 6.4.11-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = praat
pkgdesc = A speech analysis tool used for doing phonetics by computer
-   pkgver = 6.4.10
+   pkgver = 6.4.11
pkgrel = 1
url = https://www.praat.org
arch = x86_64
@@ -15,12 +15,12 @@ pkgbase = praat
depends = ttf-doulos-sil
optdepends = ttf-sil-fonts
replaces = praat-bin
-   source = 
https://github.com/praat/praat/archive/v6.4.10/praat-6.4.10.tar.gz
+   source = 
https://github.com/praat/praat/archive/v6.4.11/praat-6.4.11.tar.gz
source = praat.1
source = praat.desktop
source = praat.svg
source = praat.xpm
-   sha256sums = 
09241f59572e680eae2884b64aca1f7b719e6f52b01470b02eb01b9ecb886310
+   sha256sums = 
b91c72f02ca53738ae93eb0cd81d01e5284805a836a72748cc771db4798eb4e9
sha256sums = 
21ee03cae45be634c57c167c2dfbdfd9d9b7feadb98e0124413d9426c199e81c
sha256sums = 
94720aedc8e9c9e9d53b3230d79ccaae551b5bc5e6986528664311d55f3cce5a
sha256sums = 
db6c7568f6e13b4ce7c37bd9fcf289832867f79ba7d7fc48c4f13f0045ad98f1


=
PKGBUILD
=
@@ -7,7 +7,7 @@
 # https://tracker.debian.org/pkg/praat
 
 pkgname=praat
-pkgver=6.4.10
+pkgver=6.4.11
 pkgrel=1
 pkgdesc='A speech analysis tool used for doing phonetics by computer'
 arch=(x86_64 i686 aarch64)
@@ -28,7 +28,7 @@ source=("$_url/archive/v$pkgver/$_archive.tar.gz"
 "$pkgname.desktop"
 "$pkgname.svg"
 "$pkgname.xpm")
-sha256sums=('09241f59572e680eae2884b64aca1f7b719e6f52b01470b02eb01b9ecb886310'
+sha256sums=('b91c72f02ca53738ae93eb0cd81d01e5284805a836a72748cc771db4798eb4e9'
 '21ee03cae45be634c57c167c2dfbdfd9d9b7feadb98e0124413d9426c199e81c'
 '94720aedc8e9c9e9d53b3230d79ccaae551b5bc5e6986528664311d55f3cce5a'
 'db6c7568f6e13b4ce7c37bd9fcf289832867f79ba7d7fc48c4f13f0045ad98f1'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/praat/-/commit/4b79af882b83c2370be3c5e86ae622e229956e38

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




[Git][archlinux/packaging/packages/praat] Pushed new tag 6.4.11-1

2024-04-27 Thread Caleb Maclennan (@alerque)


Caleb Maclennan pushed new tag 6.4.11-1 at Arch Linux / Packaging / Packages / 
praat

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




[Git][archlinux/packaging/packages/uutils-coreutils][main] upgpkg: 0.0.26-1: upstream release

2024-04-27 Thread @orhun


Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages / 
uutils-coreutils


Commits:
16ca2a57 by Orhun Parmaksız at 2024-04-27T15:35:29+03:00
upgpkg: 0.0.26-1: upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = uutils-coreutils
pkgdesc = Cross-platform Rust rewrite of the GNU coreutils
-   pkgver = 0.0.25
-   pkgrel = 2
+   pkgver = 0.0.26
+   pkgrel = 1
url = https://uutils.github.io/
arch = x86_64
license = MIT
@@ -12,7 +12,7 @@ pkgbase = uutils-coreutils
depends = gcc-libs
depends = oniguruma
options = !lto
-   source = 
uutils-coreutils-0.0.25.tar.gz::https://github.com/uutils/coreutils/archive/0.0.25.tar.gz
-   sha512sums = 
bdf523120aa72f41b1d3e8e3ab848f55de5ab5bef888ec0b7a5fa90680b461ea9b7012f39c399750fa35b41893d44d1bee7c31ac10b78946b1649198d0b93278
+   source = 
uutils-coreutils-0.0.26.tar.gz::https://github.com/uutils/coreutils/archive/0.0.26.tar.gz
+   sha512sums = 
ba3eb06b4a11ba1adbe28fd53282827a148a3dd616db06230f7d31810418fd80f024e55ecd29ff2556b307f146bd99b083bd337912a900e7190db1c32bdf5cb0
 
 pkgname = uutils-coreutils


=
PKGBUILD
=
@@ -4,8 +4,8 @@
 
 _pkgname=coreutils
 pkgname=uutils-$_pkgname
-pkgver=0.0.25
-pkgrel=2
+pkgver=0.0.26
+pkgrel=1
 pkgdesc='Cross-platform Rust rewrite of the GNU coreutils'
 arch=('x86_64')
 url='https://uutils.github.io/'
@@ -14,7 +14,7 @@ license=('MIT')
 depends=('glibc' 'gcc-libs' 'oniguruma')
 makedepends=('rust' 'cargo' 'python-sphinx')
 source=("$pkgname-$pkgver.tar.gz::$_url/archive/$pkgver.tar.gz")
-sha512sums=('bdf523120aa72f41b1d3e8e3ab848f55de5ab5bef888ec0b7a5fa90680b461ea9b7012f39c399750fa35b41893d44d1bee7c31ac10b78946b1649198d0b93278')
+sha512sums=('ba3eb06b4a11ba1adbe28fd53282827a148a3dd616db06230f7d31810418fd80f024e55ecd29ff2556b307f146bd99b083bd337912a900e7190db1c32bdf5cb0')
 options=('!lto')
 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/uutils-coreutils/-/commit/16ca2a57c759203671a1979646b5f4be7c732209

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




[Git][archlinux/packaging/packages/uutils-coreutils] Pushed new tag 0.0.26-1

2024-04-27 Thread @orhun


Orhun Parmaksız pushed new tag 0.0.26-1 at Arch Linux / Packaging / Packages / 
uutils-coreutils

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




[Git][archlinux/packaging/packages/python-keyring] Pushed new tag 25.0.0-4

2024-04-27 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed new tag 25.0.0-4 at Arch Linux / Packaging / Packages 
/ python-keyring

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




[Git][archlinux/packaging/packages/python-keyring][main] Drop unused checkdepend pytest plugins

2024-04-27 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
python-keyring


Commits:
7b29f638 by Jelle van der Waa at 2024-04-27T14:35:16+02:00
Drop unused checkdepend pytest plugins

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,16 +1,12 @@
 pkgbase = python-keyring
pkgdesc = Store and access your passwords safely
pkgver = 25.0.0
-   pkgrel = 3
+   pkgrel = 4
url = https://github.com/jaraco/keyring
arch = any
license = PSF-2.0
license = MIT
-   checkdepends = python-pytest-flake8
checkdepends = python-pytest
-   checkdepends = python-pytest-black
-   checkdepends = python-pytest-cov
-   checkdepends = python-pytest-mypy
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools-scm


=
PKGBUILD
=
@@ -8,7 +8,7 @@
 pkgname=python-keyring
 _name=keyring
 pkgver=25.0.0
-pkgrel=3
+pkgrel=4
 pkgdesc='Store and access your passwords safely'
 arch=('any')
 url='https://github.com/jaraco/keyring'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-keyring/-/commit/7b29f638380d3125918a8370cf71a3dfc01c5f7f

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




[Git][archlinux/packaging/packages/chezmoi] Pushed new tag 2.48.0-1

2024-04-27 Thread Caleb Maclennan (@alerque)


Caleb Maclennan pushed new tag 2.48.0-1 at Arch Linux / Packaging / Packages / 
chezmoi

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




[Git][archlinux/packaging/packages/chezmoi][main] upgpkg: 2.48.0-1

2024-04-27 Thread Caleb Maclennan (@alerque)


Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
chezmoi


Commits:
c543fa9a by Caleb Maclennan at 2024-04-27T15:32:21+03:00
upgpkg: 2.48.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = chezmoi
pkgdesc = Manage your dotfiles across multiple machines
-   pkgver = 2.47.4
+   pkgver = 2.48.0
pkgrel = 1
url = https://www.chezmoi.io/
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = chezmoi
makedepends = git
depends = glibc
options = !lto
-   source = 
chezmoi-2.47.4.tar.gz::https://github.com/twpayne/chezmoi/archive/v2.47.4.tar.gz
-   sha512sums = 
ce2768dd8b70b63aed0c0f30218cd7de2fa0a2497041d6e6e2fa5a26145f964f41979cd14170f8898bb99a9e92b8065affcd90301f3389409d9aaa25a26e0ff7
+   source = 
chezmoi-2.48.0.tar.gz::https://github.com/twpayne/chezmoi/archive/v2.48.0.tar.gz
+   sha512sums = 
9c8b4de4d66b92de5cfcb870c8c0675364c200e34e7259db367b9e7b4433cbedbe51decd796212d33e1594e9510a173e5e6f65c8a553bb0dd9b1ceafca1b52a8
 
 pkgname = chezmoi


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 # Contributor:  
 
 pkgname=chezmoi
-pkgver=2.47.4
+pkgver=2.48.0
 pkgrel=1
 pkgdesc="Manage your dotfiles across multiple machines"
 arch=('x86_64')
@@ -15,7 +15,7 @@ depends=('glibc')
 checkdepends=('zip')
 options=('!lto')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/twpayne/chezmoi/archive/v${pkgver}.tar.gz;)
-sha512sums=('ce2768dd8b70b63aed0c0f30218cd7de2fa0a2497041d6e6e2fa5a26145f964f41979cd14170f8898bb99a9e92b8065affcd90301f3389409d9aaa25a26e0ff7')
+sha512sums=('9c8b4de4d66b92de5cfcb870c8c0675364c200e34e7259db367b9e7b4433cbedbe51decd796212d33e1594e9510a173e5e6f65c8a553bb0dd9b1ceafca1b52a8')
 
 prepare() {
   cd "$pkgname-$pkgver"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/chezmoi/-/commit/c543fa9a97eae677802a4ed7250d92d0ad99c345

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




[Git][archlinux/packaging/packages/yazi][main] Add `ya` binary to PKGBUILD

2024-04-27 Thread @orhun


Orhun Parmaksız pushed to branch main at Arch Linux / Packaging / Packages / 
yazi


Commits:
fd9d58a8 by Lucas Reis at 2024-04-27T12:31:02+00:00
Add `ya` binary to PKGBUILD

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -44,6 +44,7 @@ check() {
 package() {
   cd "$pkgname-$pkgver"
   install -Dm755 "target/release/$pkgname" "$pkgdir/usr/bin/$pkgname"
+  install -Dm755 "target/release/ya" "$pkgdir/usr/bin/ya"
   install -Dm644 "LICENSE" "$pkgdir/usr/share/licenses/$pkgname/LICENCE"
   install -Dm644 "README.md" "$pkgdir/usr/share/doc/$pkgname/README.md"
   install -Dm644 "assets/yazi.desktop" 
"$pkgdir/usr/share/applications/yazi.desktop"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/yazi/-/commit/fd9d58a8a3ea66b23011776be0931188f17d7e94

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




[Git][archlinux/packaging/packages/python-keyring][main] Drop pytest lint/format checkdepends

2024-04-27 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
python-keyring


Commits:
013f8253 by Jelle van der Waa at 2024-04-27T14:26:16+02:00
Drop pytest lint/format checkdepends

The tests run fine without them and they should not run in packaging.

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -15,7 +15,7 @@ url='https://github.com/jaraco/keyring'
 license=('PSF-2.0' 'MIT')
 depends=('python-jaraco.classes' 'python-secretstorage' 
'python-jaraco.functools' 'python-jaraco.context')
 makedepends=('python-build' 'python-installer' 'python-setuptools-scm' 
'python-wheel')
-checkdepends=('python-pytest-flake8' 'python-pytest' 'python-pytest-black' 
'python-pytest-mypy')
+checkdepends=('python-pytest')
 optdepends=('python-keyrings-alt: Alternative backends'
 'python-dbus: kwallet backend')
 
source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-keyring/-/commit/013f825324dd2882b32d7558667d4b5d69aaa977

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




[Git][archlinux/packaging/packages/python-tempora][main] upgpkg: 5.5.0-1

2024-04-27 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
python-tempora


Commits:
46632080 by Jelle van der Waa at 2024-04-27T14:20:49+02:00
upgpkg: 5.5.0-1

- Drop unrequired pytest checkdependencies
- Move to PEP517
- Use tarball included LICENSE
- Drop python-attrs as makedepends, it was a missing dep of freezegun

- - - - -


3 changed files:

- .SRCINFO
- − LICENSE
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,26 +1,22 @@
 pkgbase = python-tempora
pkgdesc = Objects and routines pertaining to date and time (tempora).
-   pkgver = 5.2.2
-   pkgrel = 3
+   pkgver = 5.5.0
+   pkgrel = 1
url = https://github.com/jaraco/tempora
arch = any
license = MIT
checkdepends = python-pytest
-   checkdepends = python-pytest-flake8
-   checkdepends = python-pytest-cov
-   checkdepends = python-pytest-black
checkdepends = python-freezegun
checkdepends = python-pytest-freezegun
-   checkdepends = python-pytest-mypy
makedepends = python-setuptools
makedepends = python-setuptools-scm
-   makedepends = python-attrs
+   makedepends = python-build
+   makedepends = python-installer
+   makedepends = python-wheel
depends = python
depends = python-pytz
depends = python-jaraco.functools
-   source = 
python-tempora-5.2.2.tar.gz::https://github.com/jaraco/tempora/archive/v5.2.2.tar.gz
-   source = LICENSE
-   sha512sums = 
bef8fa0c7815cc18886f3c4ab7573912d6f5a840629a5f753cc53bb82c3111a4ca34424685fc32731e1e8cb2064031411414b0ce31235dca947b5051d65ec773
-   sha512sums = 
1106afed483b7258e4ae89c5d9459c3834412b31aac90169725ed62d2ab44f61f6f79e894d4c9e4d8bd99e14530ab778df2187784f0b25eaab86d312fad68944
+   source = 
python-tempora-5.5.0.tar.gz::https://github.com/jaraco/tempora/archive/v5.5.0.tar.gz
+   sha512sums = 
b3490d03a01f103dd1702a4b20504affeda6f31ba2badf3b2dc9e4fbf6a482c06c63d19603ecf21e6aaf36c5fbbfad23d8b608b1774afd82648dcfd833a9787c
 
 pkgname = python-tempora


=
LICENSE deleted
=
@@ -1,7 +0,0 @@
-Copyright Jason R. Coombs
-
-Permission is hereby granted, free of charge, to any person obtaining a copy 
of this software and associated documentation files (the "Software"), to deal 
in the Software without restriction, including without limitation the rights to 
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies 
of the Software, and to permit persons to whom the Software is furnished to do 
so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all 
copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 
SOFTWARE.


=
PKGBUILD
=
@@ -3,28 +3,24 @@
 
 pkgname='python-tempora'
 _pkgbase="${pkgname//python-/}"
-pkgver=5.2.2
-pkgrel=3
+pkgver=5.5.0
+pkgrel=1
 pkgdesc="Objects and routines pertaining to date and time (tempora)."
 arch=('any')
 url="https://github.com/jaraco/tempora;
 license=('MIT')
 depends=('python' 'python-pytz' 'python-jaraco.functools')
-makedepends=('python-setuptools' 'python-setuptools-scm' 'python-attrs')
-checkdepends=('python-pytest' 'python-pytest-flake8' 'python-pytest-cov'
-  'python-pytest-black' 'python-freezegun' 
'python-pytest-freezegun'
-  'python-pytest-mypy')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz"
-'LICENSE')
-sha512sums=('bef8fa0c7815cc18886f3c4ab7573912d6f5a840629a5f753cc53bb82c3111a4ca34424685fc32731e1e8cb2064031411414b0ce31235dca947b5051d65ec773'
-
'1106afed483b7258e4ae89c5d9459c3834412b31aac90169725ed62d2ab44f61f6f79e894d4c9e4d8bd99e14530ab778df2187784f0b25eaab86d312fad68944')
+makedepends=('python-setuptools' 'python-setuptools-scm' 'python-build' 
'python-installer' 'python-wheel')
+checkdepends=('python-pytest' 'python-freezegun' 'python-pytest-freezegun')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
+sha512sums=('b3490d03a01f103dd1702a4b20504affeda6f31ba2badf3b2dc9e4fbf6a482c06c63d19603ecf21e6aaf36c5fbbfad23d8b608b1774afd82648dcfd833a9787c')
 
 # setuptools won't find version from git tag
 export SETUPTOOLS_SCM_PRETEND_VERSION="${pkgver}"
 
 build() {
 cd "${srcdir}/${_pkgbase}-${pkgver}"
-python -c 'from setuptools import setup; setup()' 

[Git][archlinux/packaging/packages/python-tempora] Pushed new tag 5.5.0-1

2024-04-27 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed new tag 5.5.0-1 at Arch Linux / Packaging / Packages / 
python-tempora

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




[Git][archlinux/packaging/packages/i3lock][main] upgpkg: 2.15-1

2024-04-27 Thread kpcyrd (@kpcyrd)


kpcyrd pushed to branch main at Arch Linux / Packaging / Packages / i3lock


Commits:
d7dafb0e by kpcyrd at 2024-04-27T14:18:01+02:00
upgpkg: 2.15-1

- - - - -


3 changed files:

- + .SRCINFO
- + .nvchecker.toml
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,24 @@
+pkgbase = i3lock
+   pkgdesc = Improved screenlocker based upon XCB and PAM
+   pkgver = 2.15
+   pkgrel = 1
+   url = https://i3wm.org/i3lock/
+   arch = x86_64
+   groups = i3
+   license = MIT
+   makedepends = meson
+   depends = xcb-util-image
+   depends = xcb-util-xrm
+   depends = libev
+   depends = cairo
+   depends = libxkbcommon-x11
+   depends = pam
+   options = docs
+   backup = etc/pam.d/i3lock
+   source = https://i3wm.org/i3lock/i3lock-2.15.tar.xz
+   source = https://i3wm.org/i3lock/i3lock-2.15.tar.xz.asc
+   validpgpkeys = 424E14D703E7C6D43D9D6F364E7160ED4AC8EE1D
+   sha512sums = 
6079f5233c0820c6e38f3cd8f3732d585e95e7d670408e4fb18ab580a2e1face8f3d6ea13eaaeedc8671f74def917183667e736b35306bf7c630d40625b41ac2
+   sha512sums = SKIP
+
+pkgname = i3lock


=
.nvchecker.toml
=
@@ -0,0 +1,4 @@
+[i3lock]
+source = "github"
+github = "i3/i3lock"
+use_max_tag = true


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Thorsten Töpper 
 
 pkgname=i3lock
-pkgver=2.14.1
+pkgver=2.15
 pkgrel=1
 pkgdesc='Improved screenlocker based upon XCB and PAM'
 url='https://i3wm.org/i3lock/'
@@ -15,7 +15,7 @@ depends=('xcb-util-image' 'xcb-util-xrm' 'libev' 'cairo' 
'libxkbcommon-x11' 'pam
 options=('docs')
 backup=('etc/pam.d/i3lock')
 source=(https://i3wm.org/i3lock/$pkgname-$pkgver.tar.xz{,.asc})
-sha512sums=('63b6bd73f66654fe52639434f7d3da64006144ec2ed685ba8683186730d4cc2c10d5aa66174f965030030243f59afaf6def3ff732f710ae441410218f84d6deb'
+sha512sums=('6079f5233c0820c6e38f3cd8f3732d585e95e7d670408e4fb18ab580a2e1face8f3d6ea13eaaeedc8671f74def917183667e736b35306bf7c630d40625b41ac2'
 'SKIP')
 validpgpkeys=('424E14D703E7C6D43D9D6F364E7160ED4AC8EE1D') # Michael Stapelberg
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/i3lock/-/commit/d7dafb0e02bc6da4ac01f765153d08fa3dce240c

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




[Git][archlinux/packaging/packages/i3lock] Pushed new tag 2.15-1

2024-04-27 Thread kpcyrd (@kpcyrd)


kpcyrd pushed new tag 2.15-1 at Arch Linux / Packaging / Packages / i3lock

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




[Git][archlinux/packaging/packages/python-flask-restful][main] upgpkg: 0.3.10-1

2024-04-27 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
python-flask-restful


Commits:
91c20bf6 by Jelle van der Waa at 2024-04-27T14:11:45+02:00
upgpkg: 0.3.10-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-flask-restful
pkgdesc = Simple framework for creating REST APIs
-   pkgver = 0.3.9
-   pkgrel = 6
+   pkgver = 0.3.10
+   pkgrel = 1
url = https://github.com/flask-restful/flask-restful
arch = any
license = BSD
@@ -13,7 +13,7 @@ pkgbase = python-flask-restful
depends = python-flask
depends = python-aniso8601
depends = python-pytz
-   source = 
https://github.com/flask-restful/flask-restful/archive/v0.3.9/python-flask-restful-0.3.9.tar.gz
-   sha512sums = 
34bea8ed6e9de3ad1c2ca63e7af67ed2a175f84c433b08ff643f91d88feda0e3c1c3967deb2fe5ad308b05f373b10c08245edf65ed97a7c5a3683aa900e9edf2
+   source = 
https://github.com/flask-restful/flask-restful/archive/refs/tags/0.3.10.tar.gz
+   sha512sums = 
5f9daf9d7dd2ef603c591d0c4fc49e4880c57a5da48eb21a280ffbcc36807262039074754eaa0fde8f3b1019fcfc48753a99c25c4b0ed36815dcbdd6797fb509
 
 pkgname = python-flask-restful


=
PKGBUILD
=
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-flask-restful
-pkgver=0.3.9
-pkgrel=6
+pkgver=0.3.10
+pkgrel=1
 pkgdesc="Simple framework for creating REST APIs"
 url="https://github.com/flask-restful/flask-restful;
 license=('BSD')
@@ -10,8 +10,8 @@ arch=('any')
 depends=('python-six' 'python-flask' 'python-aniso8601' 'python-pytz')
 makedepends=('python-setuptools')
 checkdepends=('python-nose' 'python-blinker' 'python-pycryptodome')
-source=("https://github.com/flask-restful/flask-restful/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('34bea8ed6e9de3ad1c2ca63e7af67ed2a175f84c433b08ff643f91d88feda0e3c1c3967deb2fe5ad308b05f373b10c08245edf65ed97a7c5a3683aa900e9edf2')
+source=("https://github.com/flask-restful/flask-restful/archive/refs/tags/${pkgver}.tar.gz;)
+sha512sums=('5f9daf9d7dd2ef603c591d0c4fc49e4880c57a5da48eb21a280ffbcc36807262039074754eaa0fde8f3b1019fcfc48753a99c25c4b0ed36815dcbdd6797fb509')
 
 build() {
   cd flask-restful-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-flask-restful/-/commit/91c20bf637696f2be0883795ecd2689993c56449

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




[Git][archlinux/packaging/packages/python-flask-restful] Pushed new tag 0.3.10-1

2024-04-27 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed new tag 0.3.10-1 at Arch Linux / Packaging / Packages 
/ python-flask-restful

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




[Git][archlinux/packaging/packages/python-portend][main] upgpkg: 3.2.0-1

2024-04-27 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
python-portend


Commits:
a92435e0 by Jelle van der Waa at 2024-04-27T14:05:57+02:00
upgpkg: 3.2.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-portend
pkgdesc = Use portend to monitor TCP ports for bound or unbound states.
-   pkgver = 3.1.0
-   pkgrel = 5
+   pkgver = 3.2.0
+   pkgrel = 1
url = https://github.com/jaraco/portend
arch = any
license = MIT
@@ -13,9 +13,9 @@ pkgbase = python-portend
makedepends = python-wheel
depends = python
depends = python-tempora
-   source = 
https://files.pythonhosted.org/packages/source/p/portend/portend-3.1.0.tar.gz
+   source = 
https://files.pythonhosted.org/packages/source/p/portend/portend-3.2.0.tar.gz
source = LICENSE
-   sha512sums = 
017dff68ea85f48d19398f71fbd8189329ca9c27c05d8599dd5e53632eb5ddc6dea322e94c924a0653f25f042a3c8ee1cda5f8450b02f3406a72036d54cd1aaf
+   sha512sums = 
56790cdb6d1619e8873acc2498f9bee758a64ad8f8e47f31e48ae1ac7b6f038fc81af5d52cbc4bc4797dd6dc25d453d391d73d454c98559b1d6a8e9061837d7f
sha512sums = 
1106afed483b7258e4ae89c5d9459c3834412b31aac90169725ed62d2ab44f61f6f79e894d4c9e4d8bd99e14530ab778df2187784f0b25eaab86d312fad68944
 
 pkgname = python-portend


=
PKGBUILD
=
@@ -3,8 +3,8 @@
 
 pkgname='python-portend'
 _pkgbase="${pkgname//python-/}"
-pkgver=3.1.0
-pkgrel=5
+pkgver=3.2.0
+pkgrel=1
 pkgdesc="Use portend to monitor TCP ports for bound or unbound states."
 arch=('any')
 url="https://github.com/jaraco/portend;
@@ -15,7 +15,7 @@ makedepends=('python-setuptools' 'python-setuptools-scm'
 checkdepends=('python-pytest')
 
source=("https://files.pythonhosted.org/packages/source/${_pkgbase:0:1}/${_pkgbase}/${_pkgbase}-${pkgver}.tar.gz;
 'LICENSE')
-sha512sums=('017dff68ea85f48d19398f71fbd8189329ca9c27c05d8599dd5e53632eb5ddc6dea322e94c924a0653f25f042a3c8ee1cda5f8450b02f3406a72036d54cd1aaf'
+sha512sums=('56790cdb6d1619e8873acc2498f9bee758a64ad8f8e47f31e48ae1ac7b6f038fc81af5d52cbc4bc4797dd6dc25d453d391d73d454c98559b1d6a8e9061837d7f'
 
'1106afed483b7258e4ae89c5d9459c3834412b31aac90169725ed62d2ab44f61f6f79e894d4c9e4d8bd99e14530ab778df2187784f0b25eaab86d312fad68944')
 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-portend/-/commit/a92435e02b9e43b2cd235fd694aaa3a62b727b83

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




[Git][archlinux/packaging/packages/python-portend] Pushed new tag 3.2.0-1

2024-04-27 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed new tag 3.2.0-1 at Arch Linux / Packaging / Packages / 
python-portend

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




[Git][archlinux/packaging/packages/python-pecan][main] upgpkg: 1.5.1-1

2024-04-27 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
python-pecan


Commits:
b1122b89 by Jelle van der Waa at 2024-04-27T13:57:23+02:00
upgpkg: 1.5.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,16 +1,14 @@
 pkgbase = python-pecan
pkgdesc = A WSGI object-dispatching web framework, designed to be lean 
and fast with few dependencies.
-   pkgver = 1.4.2
-   pkgrel = 4
+   pkgver = 1.5.1
+   pkgrel = 1
url = https://github.com/pecan/pecan
arch = any
license = BSD
-   checkdepends = python-virtualenv
checkdepends = python-jinja
checkdepends = gunicorn
checkdepends = python-sqlalchemy
checkdepends = python-genshi
-   checkdepends = python-nine
checkdepends = uwsgi
checkdepends = python-pytest
checkdepends = python-kajiki
@@ -20,7 +18,6 @@ pkgbase = python-pecan
makedepends = python-webob
makedepends = python-mako
makedepends = python-webtest
-   makedepends = python-six
makedepends = python-logutils
makedepends = python-build
makedepends = python-installer
@@ -29,9 +26,8 @@ pkgbase = python-pecan
depends = python-webob
depends = python-mako
depends = python-webtest
-   depends = python-six
depends = python-logutils
-   source = 
python-pecan-1.4.2.tar.gz::https://github.com/pecan/pecan/archive/1.4.2.tar.gz
-   sha512sums = 
2080ba74fc75c458b927b28cbddbe1135da05fd0eff095942823cf43a6d7b03f438a12b46ba007cf45a128628078f3a404842ac2dced86c270b1a1e385feb83b
+   source = 
python-pecan-1.5.1.tar.gz::https://github.com/pecan/pecan/archive/1.5.1.tar.gz
+   sha512sums = 
47009084c134469d2e24a142288926a180f13fd1bb1b3546b0e1cc7e32f9c160d5580ecf86af7219accaf1118d6b73b2bafa755f0039a422317a429f6651a845
 
 pkgname = python-pecan


=
PKGBUILD
=
@@ -3,8 +3,8 @@
 pkgname="python-pecan"
 _pkgname="${pkgname#python-}"
 pkgdesc='A WSGI object-dispatching web framework, designed to be lean and fast 
with few dependencies.'
-pkgver=1.4.2
-pkgrel=4
+pkgver=1.5.1
+pkgrel=1
 arch=('any')
 url='https://github.com/pecan/pecan'
 license=('BSD')
@@ -17,7 +17,7 @@ checkdepends=('python-jinja' 'gunicorn'
   'python-sqlalchemy' 'python-genshi' 'uwsgi'
   'python-pytest' 'python-kajiki')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${_pkgname}/${_pkgname}/archive/${pkgver}.tar.gz;)
-sha512sums=('2080ba74fc75c458b927b28cbddbe1135da05fd0eff095942823cf43a6d7b03f438a12b46ba007cf45a128628078f3a404842ac2dced86c270b1a1e385feb83b')
+sha512sums=('47009084c134469d2e24a142288926a180f13fd1bb1b3546b0e1cc7e32f9c160d5580ecf86af7219accaf1118d6b73b2bafa755f0039a422317a429f6651a845')
 
 prepare(){
   cd "${srcdir}/${_pkgname}-${pkgver}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pecan/-/commit/b1122b8918ad3ca67322a1e3752dec2030fb4929

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




[Git][archlinux/packaging/packages/python-pecan] Pushed new tag 1.5.1-1

2024-04-27 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed new tag 1.5.1-1 at Arch Linux / Packaging / Packages / 
python-pecan

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




[Git][archlinux/packaging/packages/python-pecan][main] 3 commits: Drop python-nine requirement

2024-04-27 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
python-pecan


Commits:
af4bc18a by Jelle van der Waa at 2024-04-27T13:55:59+02:00
Drop python-nine requirement

This Py2/Py3 compatibility library is not used.

- - - - -
a47a817d by Jelle van der Waa at 2024-04-27T13:56:20+02:00
Drop python-six

Six is not used by this package.

- - - - -
e392cedb by Jelle van der Waa at 2024-04-27T13:56:38+02:00
Drop virtualenv as checkdepends

We dont want to run tests in a virtualenv but use our system packages.

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -8,13 +8,13 @@ pkgrel=4
 arch=('any')
 url='https://github.com/pecan/pecan'
 license=('BSD')
-depends=('python' 'python-webob' 'python-mako' 'python-webtest' 'python-six'
+depends=('python' 'python-webob' 'python-mako' 'python-webtest'
  'python-logutils')
 makedepends=('python' 'python-setuptools' 'python-sphinx' 'python-webob'
- 'python-mako' 'python-webtest' 'python-six' 'python-logutils'
+ 'python-mako' 'python-webtest' 'python-logutils'
  'python-build' 'python-installer' 'python-wheel')
-checkdepends=('python-virtualenv' 'python-jinja' 'gunicorn'
-  'python-sqlalchemy' 'python-genshi' 'python-nine' 'uwsgi'
+checkdepends=('python-jinja' 'gunicorn'
+  'python-sqlalchemy' 'python-genshi' 'uwsgi'
   'python-pytest' 'python-kajiki')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${_pkgname}/${_pkgname}/archive/${pkgver}.tar.gz;)
 
sha512sums=('2080ba74fc75c458b927b28cbddbe1135da05fd0eff095942823cf43a6d7b03f438a12b46ba007cf45a128628078f3a404842ac2dced86c270b1a1e385feb83b')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pecan/-/compare/6052cd01b012c1b92547c18dcd3a338cc0d5751b...e392cedbf93daf86d493d110cc7dbb3d403b5132

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pecan/-/compare/6052cd01b012c1b92547c18dcd3a338cc0d5751b...e392cedbf93daf86d493d110cc7dbb3d403b5132
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-pastedeploy][main] upgpkg: 3.1-1

2024-04-27 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
python-pastedeploy


Commits:
e6ca7e5c by Jelle van der Waa at 2024-04-27T13:41:56+02:00
upgpkg: 3.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,8 +1,8 @@
 pkgbase = python-pastedeploy
pkgdesc = Load, configure, and compose WSGI applications and servers
-   pkgver = 3.0.1
-   pkgrel = 4
-   url = http://pythonpaste.org/deploy/
+   pkgver = 3.1
+   pkgrel = 1
+   url = https://github.com/Pylons/pastedeploy
arch = any
license = MIT
checkdepends = python-pytest
@@ -11,7 +11,7 @@ pkgbase = python-pastedeploy
makedepends = python-installer
makedepends = python-wheel
depends = python
-   source = 
python-pastedeploy-3.0.1.tar.gz::https://github.com/Pylons/pastedeploy/archive/3.0.1.tar.gz
-   sha512sums = 
2b06351b9104da1e0d30c90492ee31113aacf5cde7a66a34482c4625af902b855eab2af80073db4eb18805a192f858dac360062dadf58a161cc3cfabf5b67a1a
+   source = 
python-pastedeploy-3.1.tar.gz::https://github.com/Pylons/pastedeploy/archive/3.1.tar.gz
+   sha512sums = 
da13c8181d1f003bf61f954655a1876f49253954c320c6a2db0ca2b92acf057e48dff97376da2f9dce6181e5349ffa2d8cddbf71d3360d6c0fa8d5dedbbb2ae3
 
 pkgname = python-pastedeploy


=
PKGBUILD
=
@@ -1,17 +1,17 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-pastedeploy
-pkgver=3.0.1
-pkgrel=4
+pkgver=3.1
+pkgrel=1
 pkgdesc="Load, configure, and compose WSGI applications and servers"
 arch=('any')
 license=('MIT')
-url="http://pythonpaste.org/deploy/;
+url="https://github.com/Pylons/pastedeploy;
 depends=('python')
 makedepends=('python-setuptools' 'python-build' 'python-installer' 
'python-wheel')
 checkdepends=('python-pytest')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/Pylons/pastedeploy/archive/$pkgver.tar.gz;)
-sha512sums=('2b06351b9104da1e0d30c90492ee31113aacf5cde7a66a34482c4625af902b855eab2af80073db4eb18805a192f858dac360062dadf58a161cc3cfabf5b67a1a')
+sha512sums=('da13c8181d1f003bf61f954655a1876f49253954c320c6a2db0ca2b92acf057e48dff97376da2f9dce6181e5349ffa2d8cddbf71d3360d6c0fa8d5dedbbb2ae3')
 
 prepare() {
   cd pastedeploy-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pastedeploy/-/commit/e6ca7e5c08a88b6fefcdf56bddac30c5eaceea56

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




[Git][archlinux/packaging/packages/python-pastedeploy] Pushed new tag 3.1-1

2024-04-27 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed new tag 3.1-1 at Arch Linux / Packaging / Packages / 
python-pastedeploy

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




[Git][archlinux/packaging/packages/python-pypugjs] Pushed new tag 5.9.12-5

2024-04-27 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed new tag 5.9.12-5 at Arch Linux / Packaging / Packages / 
python-pypugjs

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




[Git][archlinux/packaging/packages/qmlkonsole] Pushed new tag 24.04.80-1

2024-04-27 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 24.04.80-1 at Arch Linux / Packaging / Packages / 
qmlkonsole

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




[Git][archlinux/packaging/packages/calindori] Pushed new tag 24.04.80-1

2024-04-27 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 24.04.80-1 at Arch Linux / Packaging / Packages / 
calindori

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




[Git][archlinux/packaging/packages/kdevelop-python] Pushed new tag 24.04.80-1

2024-04-27 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 24.04.80-1 at Arch Linux / Packaging / Packages / 
kdevelop-python

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




[Git][archlinux/packaging/packages/yakuake] Pushed new tag 24.04.80-1

2024-04-27 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 24.04.80-1 at Arch Linux / Packaging / Packages / 
yakuake

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




[Git][archlinux/packaging/packages/telly-skout] Pushed new tag 24.04.80-1

2024-04-27 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 24.04.80-1 at Arch Linux / Packaging / Packages / 
telly-skout

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




[Git][archlinux/packaging/packages/sweeper] Pushed new tag 24.04.80-1

2024-04-27 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 24.04.80-1 at Arch Linux / Packaging / Packages / 
sweeper

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




[Git][archlinux/packaging/packages/skanpage] Pushed new tag 24.04.80-1

2024-04-27 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 24.04.80-1 at Arch Linux / Packaging / Packages / 
skanpage

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




[Git][archlinux/packaging/packages/markdownpart] Pushed new tag 24.04.80-1

2024-04-27 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 24.04.80-1 at Arch Linux / Packaging / Packages / 
markdownpart

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




[Git][archlinux/packaging/packages/kweather] Pushed new tag 24.04.80-1

2024-04-27 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 24.04.80-1 at Arch Linux / Packaging / Packages / 
kweather

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




[Git][archlinux/packaging/packages/kwalletmanager] Pushed new tag 24.04.80-1

2024-04-27 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 24.04.80-1 at Arch Linux / Packaging / Packages / 
kwalletmanager

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




[Git][archlinux/packaging/packages/ktrip] Pushed new tag 24.04.80-1

2024-04-27 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 24.04.80-1 at Arch Linux / Packaging / Packages / 
ktrip

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




[Git][archlinux/packaging/packages/ktimer] Pushed new tag 24.04.80-1

2024-04-27 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 24.04.80-1 at Arch Linux / Packaging / Packages / 
ktimer

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




[Git][archlinux/packaging/packages/kteatime] Pushed new tag 24.04.80-1

2024-04-27 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 24.04.80-1 at Arch Linux / Packaging / Packages / 
kteatime

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




[Git][archlinux/packaging/packages/krecorder] Pushed new tag 24.04.80-1

2024-04-27 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 24.04.80-1 at Arch Linux / Packaging / Packages / 
krecorder

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




[Git][archlinux/packaging/packages/konsole] Pushed new tag 24.04.80-1

2024-04-27 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 24.04.80-1 at Arch Linux / Packaging / Packages / 
konsole

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




[Git][archlinux/packaging/packages/kongress] Pushed new tag 24.04.80-1

2024-04-27 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 24.04.80-1 at Arch Linux / Packaging / Packages / 
kongress

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




[Git][archlinux/packaging/packages/kgpg] Pushed new tag 24.04.80-1

2024-04-27 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 24.04.80-1 at Arch Linux / Packaging / Packages / 
kgpg

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




[Git][archlinux/packaging/packages/kfind] Pushed new tag 24.04.80-1

2024-04-27 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 24.04.80-1 at Arch Linux / Packaging / Packages / 
kfind

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




[Git][archlinux/packaging/packages/keysmith] Pushed new tag 24.04.80-1

2024-04-27 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 24.04.80-1 at Arch Linux / Packaging / Packages / 
keysmith

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




[Git][archlinux/packaging/packages/keditbookmarks] Pushed new tag 24.04.80-1

2024-04-27 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 24.04.80-1 at Arch Linux / Packaging / Packages / 
keditbookmarks

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




[Git][archlinux/packaging/packages/kdialog] Pushed new tag 24.04.80-1

2024-04-27 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 24.04.80-1 at Arch Linux / Packaging / Packages / 
kdialog

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




[Git][archlinux/packaging/packages/kdf] Pushed new tag 24.04.80-1

2024-04-27 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 24.04.80-1 at Arch Linux / Packaging / Packages / 
kdf

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




[Git][archlinux/packaging/packages/kdebugsettings] Pushed new tag 24.04.80-1

2024-04-27 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 24.04.80-1 at Arch Linux / Packaging / Packages / 
kdebugsettings

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




[Git][archlinux/packaging/packages/kclock] Pushed new tag 24.04.80-1

2024-04-27 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 24.04.80-1 at Arch Linux / Packaging / Packages / 
kclock

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




[Git][archlinux/packaging/packages/kcharselect] Pushed new tag 24.04.80-1

2024-04-27 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 24.04.80-1 at Arch Linux / Packaging / Packages / 
kcharselect

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




[Git][archlinux/packaging/packages/kcalc] Pushed new tag 24.04.80-1

2024-04-27 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 24.04.80-1 at Arch Linux / Packaging / Packages / 
kcalc

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




[Git][archlinux/packaging/packages/kbackup] Pushed new tag 24.04.80-1

2024-04-27 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 24.04.80-1 at Arch Linux / Packaging / Packages / 
kbackup

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




[Git][archlinux/packaging/packages/kate] Pushed new tag 24.04.80-1

2024-04-27 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 24.04.80-1 at Arch Linux / Packaging / Packages / 
kate

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




[Git][archlinux/packaging/packages/kalk] Pushed new tag 24.04.80-1

2024-04-27 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 24.04.80-1 at Arch Linux / Packaging / Packages / 
kalk

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




[Git][archlinux/packaging/packages/isoimagewriter] Pushed new tag 24.04.80-1

2024-04-27 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 24.04.80-1 at Arch Linux / Packaging / Packages / 
isoimagewriter

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




[Git][archlinux/packaging/packages/filelight] Pushed new tag 24.04.80-1

2024-04-27 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 24.04.80-1 at Arch Linux / Packaging / Packages / 
filelight

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




[Git][archlinux/packaging/packages/ark] Pushed new tag 24.04.80-1

2024-04-27 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 24.04.80-1 at Arch Linux / Packaging / Packages / 
ark

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




[Git][archlinux/packaging/packages/partitionmanager] Pushed new tag 24.04.80-1

2024-04-27 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 24.04.80-1 at Arch Linux / Packaging / Packages / 
partitionmanager

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




[Git][archlinux/packaging/packages/ksystemlog] Pushed new tag 24.04.80-1

2024-04-27 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 24.04.80-1 at Arch Linux / Packaging / Packages / 
ksystemlog

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




[Git][archlinux/packaging/packages/kjournald] Pushed new tag 24.04.80-1

2024-04-27 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 24.04.80-1 at Arch Linux / Packaging / Packages / 
kjournald

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




[Git][archlinux/packaging/packages/kio-admin] Pushed new tag 24.04.80-1

2024-04-27 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 24.04.80-1 at Arch Linux / Packaging / Packages / 
kio-admin

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




[Git][archlinux/packaging/packages/khelpcenter] Pushed new tag 24.04.80-1

2024-04-27 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 24.04.80-1 at Arch Linux / Packaging / Packages / 
khelpcenter

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




[Git][archlinux/packaging/packages/kde-inotify-survey] Pushed new tag 24.04.80-1

2024-04-27 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 24.04.80-1 at Arch Linux / Packaging / Packages / 
kde-inotify-survey

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




[Git][archlinux/packaging/packages/kcron] Pushed new tag 24.04.80-1

2024-04-27 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 24.04.80-1 at Arch Linux / Packaging / Packages / 
kcron

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




[Git][archlinux/packaging/packages/umbrello] Pushed new tag 24.04.80-1

2024-04-27 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 24.04.80-1 at Arch Linux / Packaging / Packages / 
umbrello

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




[Git][archlinux/packaging/packages/kdesdk-thumbnailers] Pushed new tag 24.04.80-1

2024-04-27 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 24.04.80-1 at Arch Linux / Packaging / Packages / 
kdesdk-thumbnailers

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




[Git][archlinux/packaging/packages/poxml] Pushed new tag 24.04.80-1

2024-04-27 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 24.04.80-1 at Arch Linux / Packaging / Packages / 
poxml

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




[Git][archlinux/packaging/packages/lokalize] Pushed new tag 24.04.80-1

2024-04-27 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 24.04.80-1 at Arch Linux / Packaging / Packages / 
lokalize

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




[Git][archlinux/packaging/packages/kompare] Pushed new tag 24.04.80-1

2024-04-27 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 24.04.80-1 at Arch Linux / Packaging / Packages / 
kompare

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




[Git][archlinux/packaging/packages/kirigami-gallery] Pushed new tag 24.04.80-1

2024-04-27 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 24.04.80-1 at Arch Linux / Packaging / Packages / 
kirigami-gallery

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




[Git][archlinux/packaging/packages/kdesdk-kio] Pushed new tag 24.04.80-1

2024-04-27 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 24.04.80-1 at Arch Linux / Packaging / Packages / 
kdesdk-kio

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




[Git][archlinux/packaging/packages/kcachegrind] Pushed new tag 24.04.80-1

2024-04-27 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 24.04.80-1 at Arch Linux / Packaging / Packages / 
kcachegrind

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




[Git][archlinux/packaging/packages/kapptemplate] Pushed new tag 24.04.80-1

2024-04-27 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 24.04.80-1 at Arch Linux / Packaging / Packages / 
kapptemplate

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




[Git][archlinux/packaging/packages/dolphin-plugins] Pushed new tag 24.04.80-1

2024-04-27 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 24.04.80-1 at Arch Linux / Packaging / Packages / 
dolphin-plugins

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




[Git][archlinux/packaging/packages/kde-dev-utils] Pushed new tag 24.04.80-1

2024-04-27 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 24.04.80-1 at Arch Linux / Packaging / Packages / 
kde-dev-utils

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




[Git][archlinux/packaging/packages/kde-dev-scripts] Pushed new tag 24.04.80-1

2024-04-27 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 24.04.80-1 at Arch Linux / Packaging / Packages / 
kde-dev-scripts

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




[Git][archlinux/packaging/packages/cervisia] Pushed new tag 24.04.80-1

2024-04-27 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 24.04.80-1 at Arch Linux / Packaging / Packages / 
cervisia

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




[Git][archlinux/packaging/packages/zanshin] Pushed new tag 24.04.80-1

2024-04-27 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 24.04.80-1 at Arch Linux / Packaging / Packages / 
zanshin

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




[Git][archlinux/packaging/packages/pim-sieve-editor] Pushed new tag 24.04.80-1

2024-04-27 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 24.04.80-1 at Arch Linux / Packaging / Packages / 
pim-sieve-editor

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




[Git][archlinux/packaging/packages/pim-data-exporter] Pushed new tag 24.04.80-1

2024-04-27 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 24.04.80-1 at Arch Linux / Packaging / Packages / 
pim-data-exporter

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




[Git][archlinux/packaging/packages/merkuro] Pushed new tag 24.04.80-1

2024-04-27 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 24.04.80-1 at Arch Linux / Packaging / Packages / 
merkuro

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




[Git][archlinux/packaging/packages/mbox-importer] Pushed new tag 24.04.80-1

2024-04-27 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 24.04.80-1 at Arch Linux / Packaging / Packages / 
mbox-importer

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




[Git][archlinux/packaging/packages/korganizer] Pushed new tag 24.04.80-1

2024-04-27 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 24.04.80-1 at Arch Linux / Packaging / Packages / 
korganizer

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




[Git][archlinux/packaging/packages/kontact] Pushed new tag 24.04.80-1

2024-04-27 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 24.04.80-1 at Arch Linux / Packaging / Packages / 
kontact

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




[Git][archlinux/packaging/packages/knotes] Pushed new tag 24.04.80-1

2024-04-27 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 24.04.80-1 at Arch Linux / Packaging / Packages / 
knotes

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




[Git][archlinux/packaging/packages/kmail-account-wizard] Pushed new tag 24.04.80-1

2024-04-27 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 24.04.80-1 at Arch Linux / Packaging / Packages / 
kmail-account-wizard

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




<    1   2   3   4   5   >