[Git][archlinux/packaging/packages/python-tensorflow-estimator][main] upgpkg: 2.15.0-2: Python 3.12 rebuild

2024-04-18 Thread Lukas Fleischer (@lfleischer)


Lukas Fleischer pushed to branch main at Arch Linux / Packaging / Packages / 
python-tensorflow-estimator


Commits:
47a83d39 by Lukas Fleischer at 2024-04-19T12:05:50+07:00
upgpkg: 2.15.0-2: Python 3.12 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-tensorflow-estimator
pkgdesc = A high-level TensorFlow API that greatly simplifies machine 
learning programming
pkgver = 2.15.0
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/tensorflow/estimator
arch = any
license = APACHE


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=python-tensorflow-estimator
 pkgver=2.15.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A high-level TensorFlow API that greatly simplifies machine learning 
programming"
 url="https://github.com/tensorflow/estimator;
 license=('APACHE')
@@ -16,7 +16,7 @@ 
sha512sums=('129fe36ee63932b324d8ee77f917d4ded99be2e645e0884bd920bebf703b63889ed
 build() {
   cd estimator-${pkgver}
 
-  bazel build //tensorflow_estimator/tools/pip_package:build_pip_package
+  bazel build --enable_bzlmod=no 
//tensorflow_estimator/tools/pip_package:build_pip_package
   bazel-bin/tensorflow_estimator/tools/pip_package/build_pip_package 
"${srcdir}/estimator_pip"
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-tensorflow-estimator/-/commit/47a83d3932951b79bd4c00dae47428258682f92e

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




[Git][archlinux/packaging/packages/python-tensorflow-estimator] Pushed new tag 2.15.0-2

2024-04-18 Thread Lukas Fleischer (@lfleischer)


Lukas Fleischer pushed new tag 2.15.0-2 at Arch Linux / Packaging / Packages / 
python-tensorflow-estimator

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




[Git][archlinux/packaging/packages/python-tensorflow-serving-api] Pushed new tag 2.16.1-2

2024-04-18 Thread Lukas Fleischer (@lfleischer)


Lukas Fleischer pushed new tag 2.16.1-2 at Arch Linux / Packaging / Packages / 
python-tensorflow-serving-api

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




[Git][archlinux/packaging/packages/python-tensorflow-serving-api][main] upgpkg: 2.16.1-2: Python 3.12 rebuild

2024-04-18 Thread Lukas Fleischer (@lfleischer)


Lukas Fleischer pushed to branch main at Arch Linux / Packaging / Packages / 
python-tensorflow-serving-api


Commits:
410b60b3 by Lukas Fleischer at 2024-04-19T12:05:42+07:00
upgpkg: 2.16.1-2: Python 3.12 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-tensorflow-serving-api
pkgdesc = Serving system for machine learning models, designed for 
production environments
pkgver = 2.16.1
-   pkgrel = 1
+   pkgrel = 2
url = https://www.tensorflow.org/serving/
arch = any
license = Apache
@@ -10,6 +10,7 @@ pkgbase = python-tensorflow-serving-api
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
+   makedepends = python-setuptools
depends = python
depends = python-grpcio
depends = python-tensorflow


=
PKGBUILD
=
@@ -4,13 +4,13 @@ pkgbase=python-tensorflow-serving-api
 pkgname=("${pkgbase}" "${pkgbase}"-gpu)
 _pkgname=tensorflow_serving_api
 pkgver=2.16.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Serving system for machine learning models, designed for production 
environments"
 arch=(any)
 url="https://www.tensorflow.org/serving/;
 license=('Apache')
 depends=('python' 'python-grpcio' 'python-tensorflow' 'python-protobuf')
-makedepends=('bazel' 'git' 'python-build' 'python-installer' 'python-wheel')
+makedepends=('bazel' 'git' 'python-build' 'python-installer' 'python-wheel' 
'python-setuptools')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/tensorflow/serving/archive/${pkgver}.tar.gz;)
 
b2sums=('704fdf4fa731a7ef8857199e37d7ee05dcb73367a4a93adedfeafb2e69ad2d4764d26c3d683d0474ac006ec5820e2c437c1d8f4fbde477d2049133581d2d')
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-tensorflow-serving-api/-/commit/410b60b3d169851e518884722fcd85ca4e51e036

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




[Git][archlinux/packaging/packages/python-tensorflow-serving-api][main] upgpkg: 2.16.1-1: update to 2.16.1

2024-04-18 Thread Lukas Fleischer (@lfleischer)


Lukas Fleischer pushed to branch main at Arch Linux / Packaging / Packages / 
python-tensorflow-serving-api


Commits:
18acf0ae by Lukas Fleischer at 2024-04-19T11:41:46+07:00
upgpkg: 2.16.1-1: update to 2.16.1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = python-tensorflow-serving-api
pkgdesc = Serving system for machine learning models, designed for 
production environments
-   pkgver = 2.14.0
+   pkgver = 2.16.1
pkgrel = 1
url = https://www.tensorflow.org/serving/
arch = any
@@ -14,8 +14,8 @@ pkgbase = python-tensorflow-serving-api
depends = python-grpcio
depends = python-tensorflow
depends = python-protobuf
-   source = 
python-tensorflow-serving-api-2.14.0.tar.gz::https://github.com/tensorflow/serving/archive/2.14.0.tar.gz
-   b2sums = 
a479b7f0ac3ebfb2a910bfc796884bdeb1d74499f11751e31fd293815289b28a9f0a93e1a9db64d7890398eb5e88716988f582bf1c9c03a7773ba3bff81f4ab9
+   source = 
python-tensorflow-serving-api-2.16.1.tar.gz::https://github.com/tensorflow/serving/archive/2.16.1.tar.gz
+   b2sums = 
704fdf4fa731a7ef8857199e37d7ee05dcb73367a4a93adedfeafb2e69ad2d4764d26c3d683d0474ac006ec5820e2c437c1d8f4fbde477d2049133581d2d
 
 pkgname = python-tensorflow-serving-api
 


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 pkgbase=python-tensorflow-serving-api
 pkgname=("${pkgbase}" "${pkgbase}"-gpu)
 _pkgname=tensorflow_serving_api
-pkgver=2.14.0
+pkgver=2.16.1
 pkgrel=1
 pkgdesc="Serving system for machine learning models, designed for production 
environments"
 arch=(any)
@@ -12,19 +12,22 @@ license=('Apache')
 depends=('python' 'python-grpcio' 'python-tensorflow' 'python-protobuf')
 makedepends=('bazel' 'git' 'python-build' 'python-installer' 'python-wheel')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/tensorflow/serving/archive/${pkgver}.tar.gz;)
-b2sums=('a479b7f0ac3ebfb2a910bfc796884bdeb1d74499f11751e31fd293815289b28a9f0a93e1a9db64d7890398eb5e88716988f582bf1c9c03a7773ba3bff81f4ab9')
+b2sums=('704fdf4fa731a7ef8857199e37d7ee05dcb73367a4a93adedfeafb2e69ad2d4764d26c3d683d0474ac006ec5820e2c437c1d8f4fbde477d2049133581d2d')
 
 build() {
-  cd serving-*
-  bazel build -c opt tensorflow_serving/tools/pip_package:build_pip_package
+  cd "${srcdir}/serving-${pkgver}"
+
+  bazel build --enable_bzlmod=no -c opt 
tensorflow_serving/tools/pip_package:build_pip_package
   sed -i "s|bazel-genfiles/|bazel-out/k8-opt/bin/|g" 
tensorflow_serving/tools/pip_package/build_pip_package.sh
+
   mkdir "${srcdir}/dist"
   bazel-bin/tensorflow_serving/tools/pip_package/build_pip_package 
"${srcdir}/dist"
   ls -lah "${srcdir}/dist"
 }
 
 package_python-tensorflow-serving-api() {
-  cd serving-*
+  cd "${srcdir}/serving-${pkgver}"
+
   python -m installer --destdir="${pkgdir}" "${srcdir}/dist/${_pkgname}"-*.whl
   install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/"${pkgname}"/LICENSE
 }
@@ -33,7 +36,8 @@ package_python-tensorflow-serving-api-gpu() {
   pkgdesc+=" (with GPU support)"
   provides=(python-tensorflow-serving-api)
   conflicts=(python-tensorflow-serving-api)
-  cd serving-*
+
+  cd "${srcdir}/serving-${pkgver}"
   python -m installer --destdir="${pkgdir}" 
"${srcdir}/dist/${_pkgname}"_gpu-*.whl
   install -Dm644 LICENSE "${pkgdir}"/usr/share/licenses/"${pkgname}"/LICENSE
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-tensorflow-serving-api/-/commit/18acf0aec1e888572f8aa8be7689b11375f40799

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




[Git][archlinux/packaging/packages/python-tensorflow-serving-api] Pushed new tag 2.16.1-1

2024-04-18 Thread Lukas Fleischer (@lfleischer)


Lukas Fleischer pushed new tag 2.16.1-1 at Arch Linux / Packaging / Packages / 
python-tensorflow-serving-api

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




[Git][archlinux/packaging/packages/nvidia-open][main] upgpkg: 550.76-1

2024-04-18 Thread Sven-Hendrik Haase (@svenstaro)


Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages / 
nvidia-open


Commits:
1b7ed9ee by Sven-Hendrik Haase at 2024-04-19T06:11:49+02:00
upgpkg: 550.76-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,27 +1,27 @@
 pkgbase = nvidia-open
pkgdesc = NVIDIA open kernel modules
-   pkgver = 550.67
-   pkgrel = 8
+   pkgver = 550.76
+   pkgrel = 1
url = https://github.com/NVIDIA/open-gpu-kernel-modules
arch = x86_64
license = GPL
makedepends = linux-headers
-   depends = nvidia-utils=550.67
+   depends = nvidia-utils=550.76
depends = libglvnd
-   source = 
nvidia-open-550.67.tar.gz::https://github.com/NVIDIA/open-gpu-kernel-modules/archive/refs/tags/550.67.tar.gz
+   source = 
nvidia-open-550.76.tar.gz::https://github.com/NVIDIA/open-gpu-kernel-modules/archive/refs/tags/550.76.tar.gz
source = nvidia-open-gcc-ibt-sls.patch
-   sha512sums = 
e522bf1509061f9e0d8d9b82ac04a5d3fb7db2e299dee6c69ee909ecc8ea1aebb23e025e7485dc29b649bdf873b434c636e2abedb46c618e9d0efdd8013ef992
+   sha512sums = 
5126d3b8e3f0635b5b044db4faf0d483e70bb43418bbd21325bb175aaca948e19bd81038fbef9118a95387da65ff0ff3d1592fc54c0d6815a2448b32024468ac
sha512sums = 
263c4c5e75ef8cb8ca2641c022dfaf8bd9222fadf68ed15120b0ae7dd9cc901a04ce2e55625d513a0995759c9d82dfbdc4c33d4751159124915d7404b1400e34
 
 pkgname = nvidia-open
-   depends = nvidia-utils=550.67
+   depends = nvidia-utils=550.76
depends = libglvnd
depends = linux
provides = NVIDIA-MODULE
conflicts = NVIDIA-MODULE
 
 pkgname = nvidia-open-dkms
-   depends = nvidia-utils=550.67
+   depends = nvidia-utils=550.76
depends = libglvnd
depends = dkms
provides = nvidia-open


=
PKGBUILD
=
@@ -1,8 +1,8 @@
 # Maintainer: Sven-Hendrik Haase 
 pkgbase=nvidia-open
 pkgname=(nvidia-open nvidia-open-dkms)
-pkgver=550.67
-pkgrel=8
+pkgver=550.76
+pkgrel=1
 pkgdesc="NVIDIA open kernel modules"
 arch=('x86_64')
 url="https://github.com/NVIDIA/open-gpu-kernel-modules;
@@ -11,7 +11,7 @@ makedepends=('linux-headers')
 license=('GPL')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/NVIDIA/open-gpu-kernel-modules/archive/refs/tags/${pkgver}.tar.gz;
 nvidia-open-gcc-ibt-sls.patch)
-sha512sums=('e522bf1509061f9e0d8d9b82ac04a5d3fb7db2e299dee6c69ee909ecc8ea1aebb23e025e7485dc29b649bdf873b434c636e2abedb46c618e9d0efdd8013ef992'
+sha512sums=('5126d3b8e3f0635b5b044db4faf0d483e70bb43418bbd21325bb175aaca948e19bd81038fbef9118a95387da65ff0ff3d1592fc54c0d6815a2448b32024468ac'
 
'263c4c5e75ef8cb8ca2641c022dfaf8bd9222fadf68ed15120b0ae7dd9cc901a04ce2e55625d513a0995759c9d82dfbdc4c33d4751159124915d7404b1400e34')
 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nvidia-open/-/commit/1b7ed9ee73b981515aab3a126502df7a76e4121c

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




[Git][archlinux/packaging/packages/nvidia-open] Pushed new tag 550.76-1

2024-04-18 Thread Sven-Hendrik Haase (@svenstaro)


Sven-Hendrik Haase pushed new tag 550.76-1 at Arch Linux / Packaging / Packages 
/ nvidia-open

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




[Git][archlinux/packaging/packages/nvidia] Pushed new tag 550.76-1

2024-04-18 Thread Sven-Hendrik Haase (@svenstaro)


Sven-Hendrik Haase pushed new tag 550.76-1 at Arch Linux / Packaging / Packages 
/ nvidia

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




[Git][archlinux/packaging/packages/nvidia][main] upgpkg: 550.76-1

2024-04-18 Thread Sven-Hendrik Haase (@svenstaro)


Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages / 
nvidia


Commits:
38fbea3d by Sven-Hendrik Haase at 2024-04-19T06:09:57+02:00
upgpkg: 550.76-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,16 +1,16 @@
 pkgbase = nvidia
pkgdesc = NVIDIA drivers for linux
-   pkgver = 550.67
-   pkgrel = 8
+   pkgver = 550.76
+   pkgrel = 1
url = https://www.nvidia.com/
arch = x86_64
license = custom
makedepends = linux-headers
-   makedepends = nvidia-dkms=550.67
+   makedepends = nvidia-dkms=550.76
provides = NVIDIA-MODULE
options = !strip
 
 pkgname = nvidia
depends = linux
-   depends = nvidia-utils=550.67
+   depends = nvidia-utils=550.76
depends = libglvnd


=
PKGBUILD
=
@@ -3,8 +3,8 @@
 # Contributor: Thomas Baechler 
 
 pkgname=nvidia
-pkgver=550.67
-pkgrel=8
+pkgver=550.76
+pkgrel=1
 pkgdesc="NVIDIA drivers for linux"
 arch=('x86_64')
 url="https://www.nvidia.com/;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nvidia/-/commit/38fbea3d719cab04300660e070d76b187e59e213

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




[Git][archlinux/packaging/packages/nvidia-lts] Pushed new tag 1-550.76-1

2024-04-18 Thread Sven-Hendrik Haase (@svenstaro)


Sven-Hendrik Haase pushed new tag 1-550.76-1 at Arch Linux / Packaging / 
Packages / nvidia-lts

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




[Git][archlinux/packaging/packages/nvidia-lts][main] upgpkg: 1:550.76-1

2024-04-18 Thread Sven-Hendrik Haase (@svenstaro)


Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages / 
nvidia-lts


Commits:
1a7c467a by Sven-Hendrik Haase at 2024-04-19T06:09:23+02:00
upgpkg: 1:550.76-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,17 +1,17 @@
 pkgbase = nvidia-lts
pkgdesc = NVIDIA drivers for linux-lts
-   pkgver = 550.67
-   pkgrel = 7
+   pkgver = 550.76
+   pkgrel = 1
epoch = 1
url = https://www.nvidia.com/
arch = x86_64
license = custom
makedepends = linux-lts-headers
-   makedepends = nvidia-dkms=550.67
+   makedepends = nvidia-dkms=550.76
provides = NVIDIA-MODULE
options = !strip
 
 pkgname = nvidia-lts
depends = linux-lts
-   depends = nvidia-utils=550.67
+   depends = nvidia-utils=550.76
depends = libglvnd


=
PKGBUILD
=
@@ -1,8 +1,8 @@
 # Maintainer: Sven-Hendrik Haase 
 # Contributor: Eric Bélanger 
 pkgname=nvidia-lts
-pkgver=550.67
-pkgrel=7
+pkgver=550.76
+pkgrel=1
 epoch=1
 pkgdesc="NVIDIA drivers for linux-lts"
 arch=('x86_64')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nvidia-lts/-/commit/1a7c467a61dbe0edf2374893f40a47b0b59c4aec

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




[Git][archlinux/packaging/packages/nvidia-utils][main] upgpkg: 550.76-1

2024-04-18 Thread Sven-Hendrik Haase (@svenstaro)


Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages / 
nvidia-utils


Commits:
2ccdc1cd by Sven-Hendrik Haase at 2024-04-19T06:03:26+02:00
upgpkg: 550.76-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,5 +1,5 @@
 pkgbase = nvidia-utils
-   pkgver = 550.67
+   pkgver = 550.76
pkgrel = 1
url = http://www.nvidia.com/
arch = x86_64
@@ -9,11 +9,11 @@ pkgbase = nvidia-utils
source = nvidia-drm-outputclass.conf
source = nvidia-utils.sysusers
source = nvidia.rules
-   source = 
https://us.download.nvidia.com/XFree86/Linux-x86_64/550.67/NVIDIA-Linux-x86_64-550.67.run
+   source = 
https://us.download.nvidia.com/XFree86/Linux-x86_64/550.76/NVIDIA-Linux-x86_64-550.76.run
sha512sums = 
de7116c09f282a27920a1382df84aa86f559e537664bb30689605177ce37dc5067748acf9afd66a3269a6e323461356592fdfc624c86523bf105ff8fe47d3770
sha512sums = 
4b3ad73f5076ba90fe0b3a2e712ac9cde76f469cd8070280f960c3ce7dc502d1927f525ae18d008075c8f08ea432f7be0a6c3a7a6b49c361126dcf42f97ec499
sha512sums = 
d0f98ac887b170e2f8bdc450bc1b78cbbcb637ff0db6a8afb63cafdf4306d40b6c03d2bf80394036620be2a3e5b5fc2c1be16919d0aa84217f0b722c505f40da
-   sha512sums = 
7d6a6215756678b656b748b1ed63ba957bd5e408adde9d554b0f873e9b8f024d2e08a9d8caf45e0bd6a9b7a6be81dea96aa42a8fcca1a6519ed1b56a0136d65f
+   sha512sums = 
a3804501b220d4acbda9633b92c4515bb14d0b5233f3ffd5e173290d310efdb1ed9a9602f727c117c1d0746d596c1125c51cc3e1fde65c79905e60e1d35f50ec
 
 pkgname = nvidia-utils
pkgdesc = NVIDIA drivers utilities
@@ -39,7 +39,7 @@ pkgname = opencl-nvidia
 pkgname = nvidia-dkms
pkgdesc = NVIDIA drivers - module sources
depends = dkms
-   depends = nvidia-utils=550.67
+   depends = nvidia-utils=550.76
depends = libglvnd
provides = NVIDIA-MODULE
provides = nvidia


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 
 pkgbase=nvidia-utils
 pkgname=('nvidia-utils' 'opencl-nvidia' 'nvidia-dkms')
-pkgver=550.67
+pkgver=550.76
 pkgrel=1
 arch=('x86_64')
 url="http://www.nvidia.com/;
@@ -20,7 +20,7 @@ source=('nvidia-drm-outputclass.conf'
 
sha512sums=('de7116c09f282a27920a1382df84aa86f559e537664bb30689605177ce37dc5067748acf9afd66a3269a6e323461356592fdfc624c86523bf105ff8fe47d3770'
 
'4b3ad73f5076ba90fe0b3a2e712ac9cde76f469cd8070280f960c3ce7dc502d1927f525ae18d008075c8f08ea432f7be0a6c3a7a6b49c361126dcf42f97ec499'
 
'd0f98ac887b170e2f8bdc450bc1b78cbbcb637ff0db6a8afb63cafdf4306d40b6c03d2bf80394036620be2a3e5b5fc2c1be16919d0aa84217f0b722c505f40da'
-
'7d6a6215756678b656b748b1ed63ba957bd5e408adde9d554b0f873e9b8f024d2e08a9d8caf45e0bd6a9b7a6be81dea96aa42a8fcca1a6519ed1b56a0136d65f')
+
'a3804501b220d4acbda9633b92c4515bb14d0b5233f3ffd5e173290d310efdb1ed9a9602f727c117c1d0746d596c1125c51cc3e1fde65c79905e60e1d35f50ec')
 
 
 create_links() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nvidia-utils/-/commit/2ccdc1cd1afc12764a9009a3aee7295260369a36

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




[Git][archlinux/packaging/packages/nvidia-utils] Pushed new tag 550.76-1

2024-04-18 Thread Sven-Hendrik Haase (@svenstaro)


Sven-Hendrik Haase pushed new tag 550.76-1 at Arch Linux / Packaging / Packages 
/ nvidia-utils

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




[Git][archlinux/packaging/packages/lib32-nvidia-utils] Pushed new tag 550.76-1

2024-04-18 Thread Sven-Hendrik Haase (@svenstaro)


Sven-Hendrik Haase pushed new tag 550.76-1 at Arch Linux / Packaging / Packages 
/ lib32-nvidia-utils

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




[Git][archlinux/packaging/packages/lib32-nvidia-utils][main] upgpkg: 550.76-1

2024-04-18 Thread Sven-Hendrik Haase (@svenstaro)


Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages / 
lib32-nvidia-utils


Commits:
a3e0edb6 by Sven-Hendrik Haase at 2024-04-19T06:02:53+02:00
upgpkg: 550.76-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,19 +1,19 @@
 pkgbase = lib32-nvidia-utils
-   pkgver = 550.67
+   pkgver = 550.76
pkgrel = 1
url = http://www.nvidia.com/
arch = x86_64
license = custom
options = !strip
-   source = 
https://us.download.nvidia.com/XFree86/Linux-x86_64/550.67/NVIDIA-Linux-x86_64-550.67.run
-   sha512sums = 
7d6a6215756678b656b748b1ed63ba957bd5e408adde9d554b0f873e9b8f024d2e08a9d8caf45e0bd6a9b7a6be81dea96aa42a8fcca1a6519ed1b56a0136d65f
+   source = 
https://us.download.nvidia.com/XFree86/Linux-x86_64/550.76/NVIDIA-Linux-x86_64-550.76.run
+   sha512sums = 
a3804501b220d4acbda9633b92c4515bb14d0b5233f3ffd5e173290d310efdb1ed9a9602f727c117c1d0746d596c1125c51cc3e1fde65c79905e60e1d35f50ec
 
 pkgname = lib32-nvidia-utils
pkgdesc = NVIDIA drivers utilities (32-bit)
depends = lib32-zlib
depends = lib32-gcc-libs
depends = lib32-libglvnd
-   depends = nvidia-utils=550.67
+   depends = nvidia-utils=550.76
optdepends = lib32-opencl-nvidia
provides = lib32-vulkan-driver
provides = lib32-opengl-driver


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 _pkgbasename=nvidia-utils
 pkgbase=lib32-$_pkgbasename
 pkgname=('lib32-nvidia-utils' 'lib32-opencl-nvidia')
-pkgver=550.67
+pkgver=550.76
 pkgrel=1
 arch=('x86_64')
 url="http://www.nvidia.com/;
@@ -14,7 +14,7 @@ license=('custom')
 options=('!strip')
 _pkg="NVIDIA-Linux-x86_64-${pkgver}"
 
source=("https://us.download.nvidia.com/XFree86/Linux-x86_64/${pkgver}/${_pkg}.run;)
-sha512sums=('7d6a6215756678b656b748b1ed63ba957bd5e408adde9d554b0f873e9b8f024d2e08a9d8caf45e0bd6a9b7a6be81dea96aa42a8fcca1a6519ed1b56a0136d65f')
+sha512sums=('a3804501b220d4acbda9633b92c4515bb14d0b5233f3ffd5e173290d310efdb1ed9a9602f727c117c1d0746d596c1125c51cc3e1fde65c79905e60e1d35f50ec')
 
 create_links() {
 # create soname links



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lib32-nvidia-utils/-/commit/a3e0edb6dbed74c6183cb3ddc1f8e25be8eee233

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




[Git][archlinux/packaging/packages/openxr][main] upgpkg: 1.1.36-1

2024-04-18 Thread Sven-Hendrik Haase (@svenstaro)


Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages / 
openxr


Commits:
2caa9f17 by Sven-Hendrik Haase at 2024-04-19T06:01:03+02:00
upgpkg: 1.1.36-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = openxr
pkgdesc = An open standard for virtual reality and augmented reality 
platforms and devices
-   pkgver = 1.0.33
+   pkgver = 1.1.36
pkgrel = 1
url = https://www.khronos.org/openxr/
arch = x86_64
@@ -17,10 +17,10 @@ pkgbase = openxr
depends = libglvnd
depends = libxrandr
depends = libxxf86vm
-   source = 
https://github.com/KhronosGroup/OpenXR-SDK-Source/releases/download/release-1.0.33/OpenXR-SDK-Source-release-1.0.33.tar.gz
-   source = 
https://github.com/KhronosGroup/OpenXR-SDK-Source/releases/download/release-1.0.33/OpenXR-SDK-Source-release-1.0.33.tar.gz.asc
+   source = 
https://github.com/KhronosGroup/OpenXR-SDK-Source/releases/download/release-1.1.36/OpenXR-SDK-Source-release-1.1.36.tar.gz
+   source = 
https://github.com/KhronosGroup/OpenXR-SDK-Source/releases/download/release-1.1.36/OpenXR-SDK-Source-release-1.1.36.tar.gz.asc
validpgpkeys = 45207B2B1E53E1F2755FF63CC5A2D593A61DBC9D
-   sha512sums = 
3ed89e3561599c5f7de95580f2740e22746127722f74cf33fd1a13b37c4a5be78eba26ce7c0c793dc1e61bcc17c4528a8ca10af108de023be9b7fa17c8dc07a5
+   sha512sums = 
4f0eb1e7d1ebc4530160e22270a992c411b65cb3b933efff913cf9d8159fde50b60c78192def9d9ad73211a0faec725610a260e1ec7f189494dd28ba5db743e2
sha512sums = SKIP
 
 pkgname = openxr


=
PKGBUILD
=
@@ -1,6 +1,6 @@
 # Maintainer: Sven-Hendrik Haase 
 pkgname=openxr
-pkgver=1.0.33
+pkgver=1.1.36
 pkgrel=1
 pkgdesc='An open standard for virtual reality and augmented reality platforms 
and devices'
 arch=('x86_64')
@@ -10,7 +10,7 @@ makedepends=('cmake' 'vulkan-headers' 'python' 'ninja' 
'wayland' 'mesa')
 license=('APACHE')
 
source=("https://github.com/KhronosGroup/OpenXR-SDK-Source/releases/download/release-${pkgver}/OpenXR-SDK-Source-release-${pkgver}.tar.gz"{,.asc})
 validpgpkeys=(45207B2B1E53E1F2755FF63CC5A2D593A61DBC9D)
-sha512sums=('3ed89e3561599c5f7de95580f2740e22746127722f74cf33fd1a13b37c4a5be78eba26ce7c0c793dc1e61bcc17c4528a8ca10af108de023be9b7fa17c8dc07a5'
+sha512sums=('4f0eb1e7d1ebc4530160e22270a992c411b65cb3b933efff913cf9d8159fde50b60c78192def9d9ad73211a0faec725610a260e1ec7f189494dd28ba5db743e2'
 'SKIP')
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/openxr/-/commit/2caa9f176cc88bf158b55dd6f13a41e2945e2dee

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




[Git][archlinux/packaging/packages/openxr] Pushed new tag 1.1.36-1

2024-04-18 Thread Sven-Hendrik Haase (@svenstaro)


Sven-Hendrik Haase pushed new tag 1.1.36-1 at Arch Linux / Packaging / Packages 
/ openxr

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




[Git][archlinux/packaging/packages/libdatachannel][main] upgpkg: 0.20.3-1

2024-04-18 Thread Sven-Hendrik Haase (@svenstaro)


Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages / 
libdatachannel


Commits:
db28cc0a by Sven-Hendrik Haase at 2024-04-19T05:59:18+02:00
upgpkg: 0.20.3-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = libdatachannel
pkgdesc = C/C++ WebRTC network library featuring Data Channels, Media 
Transport, and WebSockets
-   pkgver = 0.20.2
+   pkgver = 0.20.3
pkgrel = 1
url = https://github.com/paullouisageneau/libdatachannel
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = libdatachannel
depends = openssl
depends = libjuice
depends = libsrtp
-   source = 
git+https://github.com/paullouisageneau/libdatachannel.git#tag=v0.20.2
-   sha512sums = SKIP
+   source = 
git+https://github.com/paullouisageneau/libdatachannel.git#tag=v0.20.3
+   sha512sums = 
40fe0fd1a15a666143e9e63baf0d9177e850bcbacd817f9bbe194a95bdf80af000faff7c4dc4269f1238ea0226c9c0de6cf453987afa4cdcfd183d87c96a3e00
 
 pkgname = libdatachannel


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Jay Schmidek 
 # Contributor: Paul-Louis Ageneau 
 pkgname=libdatachannel
-pkgver=0.20.2
+pkgver=0.20.3
 pkgrel=1
 pkgdesc="C/C++ WebRTC network library featuring Data Channels, Media 
Transport, and WebSockets"
 arch=('x86_64')
@@ -11,7 +11,7 @@ license=('MPL2')
 makedepends=('git' 'cmake')
 depends=('glibc' 'gcc-libs' 'openssl' 'libjuice' 'libsrtp')
 source=("git+https://github.com/paullouisageneau/$pkgname.git#tag=v$pkgver;)
-sha512sums=('SKIP')
+sha512sums=('40fe0fd1a15a666143e9e63baf0d9177e850bcbacd817f9bbe194a95bdf80af000faff7c4dc4269f1238ea0226c9c0de6cf453987afa4cdcfd183d87c96a3e00')
 
 prepare() {
   cd $pkgname



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libdatachannel/-/commit/db28cc0a4121958827da8c8c04d66f973ede1a59

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




[Git][archlinux/packaging/packages/libdatachannel] Pushed new tag 0.20.3-1

2024-04-18 Thread Sven-Hendrik Haase (@svenstaro)


Sven-Hendrik Haase pushed new tag 0.20.3-1 at Arch Linux / Packaging / Packages 
/ libdatachannel

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




[Git][archlinux/packaging/packages/libjuice][main] upgpkg: 1.4.0-1

2024-04-18 Thread Sven-Hendrik Haase (@svenstaro)


Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages / 
libjuice


Commits:
dfce45a9 by Sven-Hendrik Haase at 2024-04-19T05:58:31+02:00
upgpkg: 1.4.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,13 +1,13 @@
 pkgbase = libjuice
pkgdesc = UDP Interactive Connectivity Establishment (ICE) library
-   pkgver = 1.3.4
+   pkgver = 1.4.0
pkgrel = 1
url = https://github.com/paullouisageneau/libjuice
arch = x86_64
license = MPL2
makedepends = cmake
depends = glibc
-   source = 
libjuice-1.3.4.tar.gz::https://github.com/paullouisageneau/libjuice/archive/refs/tags/v1.3.4.tar.gz
-   sha512sums = 
0c690940fab9c29c52955ee96c254c086f4170c8e59a26b767b9ffc288db9ecc7195136f958b9773903201e2719279bca63c7f64b6bb89bf8a41b6dd1da4eb63
+   source = 
libjuice-1.4.0.tar.gz::https://github.com/paullouisageneau/libjuice/archive/refs/tags/v1.4.0.tar.gz
+   sha512sums = 
b5dc7c3bca3c36112e266516ea24662251fdaf40c994ae08ced3787a43d8868fbf81db9abcc7a88a1d5064c85b688625b9eac92c1e47567d5306b81537ba9e23
 
 pkgname = libjuice


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase 
 # Contributor: Paul-Louis Ageneau 
 pkgname=libjuice
-pkgver=1.3.4
+pkgver=1.4.0
 pkgrel=1
 pkgdesc="UDP Interactive Connectivity Establishment (ICE) library"
 arch=('x86_64')
@@ -10,7 +10,7 @@ license=('MPL2')
 makedepends=('cmake')
 depends=('glibc')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/paullouisageneau/libjuice/archive/refs/tags/v${pkgver}.tar.gz;)
-sha512sums=('0c690940fab9c29c52955ee96c254c086f4170c8e59a26b767b9ffc288db9ecc7195136f958b9773903201e2719279bca63c7f64b6bb89bf8a41b6dd1da4eb63')
+sha512sums=('b5dc7c3bca3c36112e266516ea24662251fdaf40c994ae08ced3787a43d8868fbf81db9abcc7a88a1d5064c85b688625b9eac92c1e47567d5306b81537ba9e23')
 
 build() {
   cmake -B build -S $pkgname-$pkgver \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libjuice/-/commit/dfce45a9aeb26ff6254ce25436656eca40dff86b

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




[Git][archlinux/packaging/packages/libjuice] Pushed new tag 1.4.0-1

2024-04-18 Thread Sven-Hendrik Haase (@svenstaro)


Sven-Hendrik Haase pushed new tag 1.4.0-1 at Arch Linux / Packaging / Packages 
/ libjuice

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




[Git][archlinux/packaging/packages/tensorflow] Pushed new tag 2.16.1-2

2024-04-18 Thread Lukas Fleischer (@lfleischer)


Lukas Fleischer pushed new tag 2.16.1-2 at Arch Linux / Packaging / Packages / 
tensorflow

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




[Git][archlinux/packaging/packages/tensorflow][main] upgpkg: 2.16.1-2: Python 3.12 rebuild

2024-04-18 Thread Lukas Fleischer (@lfleischer)


Lukas Fleischer pushed to branch main at Arch Linux / Packaging / Packages / 
tensorflow


Commits:
a4e42910 by Lukas Fleischer at 2024-04-19T10:17:45+07:00
upgpkg: 2.16.1-2: Python 3.12 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = tensorflow
pkgdesc = Library for computation using data flow graphs for scalable 
machine learning
pkgver = 2.16.1
-   pkgrel = 1
+   pkgrel = 2
url = https://www.tensorflow.org/
arch = x86_64
license = APACHE


=
PKGBUILD
=
@@ -7,7 +7,7 @@ pkgbase=tensorflow
 pkgname=(tensorflow tensorflow-opt tensorflow-cuda tensorflow-opt-cuda 
python-tensorflow python-tensorflow-opt python-tensorflow-cuda 
python-tensorflow-opt-cuda)
 pkgver=2.16.1
 _pkgver=2.16.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Library for computation using data flow graphs for scalable machine 
learning"
 url="https://www.tensorflow.org/;
 license=('APACHE')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/tensorflow/-/commit/a4e4291088e23959700be3b371bf451439de7894

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




[Git][archlinux/packaging/packages/nccl][main] upgpkg: 2.21.5-1

2024-04-18 Thread Sven-Hendrik Haase (@svenstaro)


Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages / 
nccl


Commits:
6cf39161 by Sven-Hendrik Haase at 2024-04-19T05:18:01+02:00
upgpkg: 2.21.5-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = nccl
pkgdesc = Library for NVIDIA multi-GPU and multi-node collective 
communication primitives
-   pkgver = 2.19.4
+   pkgver = 2.21.5
pkgrel = 1
url = https://developer.nvidia.com/nccl/
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = nccl
makedepends = cuda
depends = glibc
depends = gcc-libs
-   source = nccl::git+https://github.com/NVIDIA/nccl.git#tag=v2.19.4-1
-   sha256sums = SKIP
+   source = nccl::git+https://github.com/NVIDIA/nccl.git#tag=v2.21.5-1
+   sha256sums = 
f2e81c21916a858b4ada22422441c8831f935f1a6546b4c5b9a2f6959789738b
 
 pkgname = nccl


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Daniel Bermond < yahoo-com: danielbermond >
 
 pkgname=nccl
-pkgver=2.19.4
+pkgver=2.21.5
 _upstr_pkgrel=1
 pkgrel=1
 pkgdesc='Library for NVIDIA multi-GPU and multi-node collective communication 
primitives'
@@ -13,7 +13,7 @@ license=('BSD')
 depends=('glibc' 'gcc-libs')
 makedepends=('git' 'cuda')
 
source=("$pkgname"::"git+https://github.com/NVIDIA/nccl.git#tag=v${pkgver}-${_upstr_pkgrel};)
-sha256sums=('SKIP')
+sha256sums=('f2e81c21916a858b4ada22422441c8831f935f1a6546b4c5b9a2f6959789738b')
 
 prepare() {
   cd "$pkgname"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nccl/-/commit/6cf39161dd1b619be8dad68a09f781e9c7aee5d9

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




[Git][archlinux/packaging/packages/nccl] Pushed new tag 2.21.5-1

2024-04-18 Thread Sven-Hendrik Haase (@svenstaro)


Sven-Hendrik Haase pushed new tag 2.21.5-1 at Arch Linux / Packaging / Packages 
/ nccl

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




[Git][archlinux/packaging/packages/pyright][main] upgpkg: 1.1.359-1

2024-04-18 Thread Daniel M. Capella (@polyzen)


Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / 
pyright


Commits:
af483574 by Daniel M. Capella at 2024-04-18T22:12:04-04:00
upgpkg: 1.1.359-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = pyright
pkgdesc = Type checker for the Python language
-   pkgver = 1.1.358
+   pkgver = 1.1.359
pkgrel = 1
url = https://microsoft.github.io/pyright
arch = any
@@ -8,7 +8,7 @@ pkgbase = pyright
makedepends = git
makedepends = npm
depends = nodejs
-   source = git+https://github.com/microsoft/pyright.git#tag=1.1.358
-   b2sums = 
aa102a2517d146a750d35d3a7505e5379ed76bc0eddd9073cb17fba492291d8cb9747131a4e19524698e1f092f4bbcf5fd94254736d2b80f9b25682d6cd953cb
+   source = git+https://github.com/microsoft/pyright.git#tag=1.1.359
+   b2sums = 
3b3d4373a0bd9cbee44699b1f0ef92a1811d9e78a7da77faec2ebc055e793ea8f5ffc247b8eda67de0dc107a2565169dd2820f09018d810ae47c72237abdbb63
 
 pkgname = pyright


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Kaizhao Zhang 
 
 pkgname=pyright
-pkgver=1.1.358
+pkgver=1.1.359
 pkgrel=1
 pkgdesc='Type checker for the Python language'
 arch=('any')
@@ -11,7 +11,7 @@ license=('MIT')
 depends=('nodejs')
 makedepends=('git' 'npm')
 source=("git+https://github.com/microsoft/pyright.git#tag=$pkgver;)
-b2sums=('aa102a2517d146a750d35d3a7505e5379ed76bc0eddd9073cb17fba492291d8cb9747131a4e19524698e1f092f4bbcf5fd94254736d2b80f9b25682d6cd953cb')
+b2sums=('3b3d4373a0bd9cbee44699b1f0ef92a1811d9e78a7da77faec2ebc055e793ea8f5ffc247b8eda67de0dc107a2565169dd2820f09018d810ae47c72237abdbb63')
 
 prepare() {
   cd $pkgname



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pyright/-/commit/af483574b76de437ceb2e270566c49a2235f32d5

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




[Git][archlinux/packaging/packages/pyright] Pushed new tag 1.1.359-1

2024-04-18 Thread Daniel M. Capella (@polyzen)


Daniel M. Capella pushed new tag 1.1.359-1 at Arch Linux / Packaging / Packages 
/ pyright

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




[Git][archlinux/packaging/packages/python-requests] Pushed new tag 2.31.0-3

2024-04-18 Thread Daniel M. Capella (@polyzen)


Daniel M. Capella pushed new tag 2.31.0-3 at Arch Linux / Packaging / Packages 
/ python-requests

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




[Git][archlinux/packaging/packages/libdv][main] Add srcinfo and config for nvchecker

2024-04-18 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / libdv


Commits:
7ab21740 by Balló György at 2024-04-19T02:03:19+02:00
Add srcinfo and config for nvchecker

- - - - -


2 changed files:

- + .SRCINFO
- + .nvchecker.toml


Changes:

=
.SRCINFO
=
@@ -0,0 +1,13 @@
+pkgbase = libdv
+   pkgdesc = Decoder library for DV video
+   pkgver = 1.0.0
+   pkgrel = 11
+   url = https://libdv.sourceforge.net/
+   arch = x86_64
+   license = LGPL-2.1-or-later
+   depends = glibc
+   depends = popt
+   source = https://downloads.sourceforge.net/libdv/libdv-1.0.0.tar.gz
+   sha256sums = 
a305734033a9c25541a59e8dd1c254409953269ea7c710c39e540bd8853389ba
+
+pkgname = libdv


=
.nvchecker.toml
=
@@ -0,0 +1,4 @@
+[libdv]
+source = "regex"
+url = "https://sourceforge.net/projects/libdv/best_release.json;
+regex = "libdv-([^\"]*).tar.gz"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libdv/-/commit/7ab2174007f660cadfe8270d654a3696d8fdfefc

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




[Git][archlinux/packaging/packages/libdca][main] Add srcinfo and config for nvchecker

2024-04-18 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / libdca


Commits:
972204b6 by Balló György at 2024-04-19T01:50:01+02:00
Add srcinfo and config for nvchecker

- - - - -


2 changed files:

- + .SRCINFO
- + .nvchecker.toml


Changes:

=
.SRCINFO
=
@@ -0,0 +1,13 @@
+pkgbase = libdca
+   pkgdesc = Library for decoding DTS Coherent Acoustics streams
+   pkgver = 0.0.7
+   pkgrel = 2
+   url = https://www.videolan.org/developers/libdca.html
+   arch = x86_64
+   license = GPL-2.0-or-later
+   depends = bash
+   depends = glibc
+   source = 
https://download.videolan.org/pub/videolan/libdca/0.0.7/libdca-0.0.7.tar.bz2
+   sha256sums = 
3a0b13815f582c661d2388ffcabc2f1ea82f471783c400f765f2ec6c81065f6a
+
+pkgname = libdca


=
.nvchecker.toml
=
@@ -0,0 +1,3 @@
+[libdca]
+source = "git"
+git = "https://code.videolan.org/videolan/libdca.git;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libdca/-/commit/972204b686256668fb03830c50e023679a087cac

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




[Git][archlinux/packaging/packages/libdc1394][main] Add srcinfo and config for nvchecker

2024-04-18 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
libdc1394


Commits:
fc12d5b6 by Balló György at 2024-04-19T01:32:51+02:00
Add srcinfo and config for nvchecker

- - - - -


2 changed files:

- + .SRCINFO
- + .nvchecker.toml


Changes:

=
.SRCINFO
=
@@ -0,0 +1,15 @@
+pkgbase = libdc1394
+   pkgdesc = Library to control IEEE 1394 based cameras
+   pkgver = 2.2.7
+   pkgrel = 1
+   url = https://damien.douxchamps.net/ieee1394/libdc1394/
+   arch = x86_64
+   license = LGPL-2.1-or-later
+   makedepends = doxygen
+   depends = glibc
+   depends = libraw1394
+   depends = libusb
+   source = 
https://downloads.sourceforge.net/libdc1394/libdc1394-2.2.7.tar.gz
+   sha256sums = 
537ceb78dd3cef271a183f4a176191d1cecf85f025520e6bd3758b0e19e6609f
+
+pkgname = libdc1394


=
.nvchecker.toml
=
@@ -0,0 +1,4 @@
+[libdc1394]
+source = "regex"
+url = "https://sourceforge.net/projects/libdc1394/best_release.json;
+regex = ".*/libdc1394-([^\"]*).tar.gz"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libdc1394/-/commit/fc12d5b6746d9f1d1c061340dc7cd9f1fc4f2c69

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




[Git][archlinux/packaging/packages/libdatrie][main] Add srcinfo and config for nvchecker

2024-04-18 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
libdatrie


Commits:
56cdb9df by Balló György at 2024-04-19T01:18:35+02:00
Add srcinfo and config for nvchecker

- - - - -


2 changed files:

- + .SRCINFO
- + .nvchecker.toml


Changes:

=
.SRCINFO
=
@@ -0,0 +1,13 @@
+pkgbase = libdatrie
+   pkgdesc = Double-array trie library
+   pkgver = 0.2.13
+   pkgrel = 4
+   url = https://linux.thai.net/projects/datrie
+   arch = x86_64
+   license = LGPL-2.1-or-later
+   makedepends = doxygen
+   depends = glibc
+   source = 
https://linux.thai.net/pub/thailinux/software/libthai/libdatrie-0.2.13.tar.xz
+   sha256sums = 
12231bb2be2581a7f0fb9904092d24b0ed2a271a16835071ed97bed65267f4be
+
+pkgname = libdatrie


=
.nvchecker.toml
=
@@ -0,0 +1,4 @@
+[libdatrie]
+source = "git"
+git = "https://github.com/tlwg/libdatrie.git;
+prefix = "v"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libdatrie/-/commit/56cdb9dfd6c0096cf44b30e7005013b433dfdf5e

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




[Git][archlinux/packaging/packages/libcdio-paranoia][main] Run tests

2024-04-18 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
libcdio-paranoia


Commits:
2ac7cc8f by Balló György at 2024-04-19T01:11:53+02:00
Run tests

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -22,6 +22,11 @@ build() {
   make
 }
 
+check() {
+  cd $pkgname-$pkgver
+  make check
+}
+
 package() {
   cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libcdio-paranoia/-/commit/2ac7cc8fa903ecb7f2fdb1c8e776133812733855

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




[Git][archlinux/packaging/packages/libcdio-paranoia][main] Add srcinfo and config for nvchecker

2024-04-18 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
libcdio-paranoia


Commits:
925b1852 by Balló György at 2024-04-19T01:03:51+02:00
Add srcinfo and config for nvchecker

- - - - -


2 changed files:

- + .SRCINFO
- + .nvchecker.toml


Changes:

=
.SRCINFO
=
@@ -0,0 +1,16 @@
+pkgbase = libcdio-paranoia
+   pkgdesc = Compact Disc Digital Audio (CDDA) extraction tool using 
libcdio for CDROM access
+   pkgver = 10.2+2.0.1
+   pkgrel = 3
+   url = https://www.gnu.org/software/libcdio/
+   arch = x86_64
+   license = GPL-3.0-or-later
+   depends = glibc
+   depends = libcdio
+   source = 
https://ftp.gnu.org/gnu/libcdio/libcdio-paranoia-10.2+2.0.1.tar.gz
+   source = 
https://ftp.gnu.org/gnu/libcdio/libcdio-paranoia-10.2+2.0.1.tar.gz.sig
+   validpgpkeys = DAA63BC2582034A02B923D521A8DE5008275EC21
+   sha256sums = 
28d7d00e4a83d0221acda0fd2eb3e3240bf094db4c00a85998922201939fa952
+   sha256sums = SKIP
+
+pkgname = libcdio-paranoia


=
.nvchecker.toml
=
@@ -0,0 +1,4 @@
+[libcdio-paranoia]
+source = "git"
+git = "https://github.com/rocky/libcdio-paranoia.git;
+prefix = "release-"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libcdio-paranoia/-/commit/925b18524c292b927a715e7896ca1523c4c9f217

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




[Git][archlinux/packaging/packages/thunderbird] Pushed new tag 115.10.1-1

2024-04-18 Thread Leonidas Spyropoulos (@artafinde)


Leonidas Spyropoulos pushed new tag 115.10.1-1 at Arch Linux / Packaging / 
Packages / thunderbird

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




[Git][archlinux/packaging/packages/libcaca][main] upgpkg: 0.99.beta20-4: Apply a security fix

2024-04-18 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
libcaca


Commits:
b8243d9e by Balló György at 2024-04-19T00:49:56+02:00
upgpkg: 0.99.beta20-4: Apply a security fix

- - - - -


3 changed files:

- .SRCINFO
- PKGBUILD
- + libcaca-0.99.beta20-CVE-2022-0856.patch


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = libcaca
pkgdesc = Color ASCII art library
pkgver = 0.99.beta20
-   pkgrel = 3
+   pkgrel = 4
url = http://caca.zoy.org/wiki/libcaca
arch = x86_64
license = WTFPL
@@ -20,6 +20,8 @@ pkgbase = libcaca
depends = zlib
optdepends = python: Python bindings
source = 
https://github.com/cacalabs/libcaca/releases/download/v0.99.beta20/libcaca-0.99.beta20.tar.bz2
+   source = libcaca-0.99.beta20-CVE-2022-0856.patch
sha256sums = 
ff9aa641af180a59acedc7fc9e663543fb397ff758b5122093158fd628125ac1
+   sha256sums = 
242308d530e20f018c1a275a90c0697b107bf2bfd28e928610bbbe80707bdeef
 
 pkgname = libcaca


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=libcaca
 pkgver=0.99.beta20
-pkgrel=3
+pkgrel=4
 pkgdesc='Color ASCII art library'
 arch=('x86_64')
 url='http://caca.zoy.org/wiki/libcaca'
@@ -12,8 +12,17 @@ license=('WTFPL')
 depends=('freeglut' 'gcc-libs' 'glibc' 'glu' 'imlib2' 'libglvnd' 'libx11' 
'ncurses' 'slang' 'zlib')
 makedepends=('doxygen' 'pango' 'python')
 optdepends=('python: Python bindings')
-source=("https://github.com/cacalabs/libcaca/releases/download/v$pkgver/$pkgname-$pkgver.tar.bz2;)
-sha256sums=('ff9aa641af180a59acedc7fc9e663543fb397ff758b5122093158fd628125ac1')
+source=("https://github.com/cacalabs/libcaca/releases/download/v$pkgver/$pkgname-$pkgver.tar.bz2;
+'libcaca-0.99.beta20-CVE-2022-0856.patch')
+sha256sums=('ff9aa641af180a59acedc7fc9e663543fb397ff758b5122093158fd628125ac1'
+'242308d530e20f018c1a275a90c0697b107bf2bfd28e928610bbbe80707bdeef')
+
+prepare() {
+  cd $pkgname-$pkgver
+  # Prevent a divide-by-zero by checking for a zero width or height
+  # https://github.com/cacalabs/libcaca/pull/66
+  patch -Np1 -i ../libcaca-0.99.beta20-CVE-2022-0856.patch
+}
 
 build() {
   cd $pkgname-$pkgver


=
libcaca-0.99.beta20-CVE-2022-0856.patch
=
@@ -0,0 +1,38 @@
+From d33a9ca2b7e9f32483c1aee4c3944c56206d456b Mon Sep 17 00:00:00 2001
+From: Josef Moellers 
+Date: Fri, 18 Mar 2022 11:52:22 +0100
+Subject: [PATCH] Prevent a divide-by-zero by checking for a zero width or
+ height.
+
+---
+ src/img2txt.c | 10 --
+ 1 file changed, 8 insertions(+), 2 deletions(-)
+
+diff --git a/src/img2txt.c b/src/img2txt.c
+index b8a25899..b9d5ba24 100644
+--- a/src/img2txt.c
 b/src/img2txt.c
+@@ -177,7 +177,13 @@ int main(int argc, char **argv)
+ }
+ 
+ /* Assume a 6×10 font */
+-if(!cols && !lines)
++if(!i->w || !i->h)
++{
++fprintf(stderr, "%s: image size is 0\n", argv[0]);
++lines = 0;
++cols = 0;
++}
++else if(!cols && !lines)
+ {
+ cols = 60;
+ lines = cols * i->h * font_width / i->w / font_height;
+@@ -214,7 +220,7 @@ int main(int argc, char **argv)
+ export = caca_export_canvas_to_memory(cv, format?format:"ansi", );
+ if(!export)
+ {
+-fprintf(stderr, "%s: Can't export to format '%s'\n", argv[0], format);
++fprintf(stderr, "%s: Can't export to format '%s'\n", argv[0], 
format?format:"ansi");
+ }
+ else
+ {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libcaca/-/commit/b8243d9e4d17e7166b33259f050bd5b3b97bee39

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




[Git][archlinux/packaging/packages/libcaca] Pushed new tag 0.99.beta20-4

2024-04-18 Thread @bgyorgy


Balló György pushed new tag 0.99.beta20-4 at Arch Linux / Packaging / Packages 
/ libcaca

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




[Git][archlinux/packaging/packages/wrangler][main] upgpkg: 3.51.2-1

2024-04-18 Thread kpcyrd (@kpcyrd)


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


Commits:
15deff55 by kpcyrd at 2024-04-19T00:47:58+02:00
upgpkg: 3.51.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = wrangler
pkgdesc = The CLI for Cloudflare Workers
-   pkgver = 3.51.0
+   pkgver = 3.51.2
pkgrel = 1
url = https://github.com/cloudflare/workers-sdk
arch = x86_64
@@ -17,11 +17,11 @@ pkgbase = wrangler
depends = worker-build
depends = workerd
options = !lto
-   source = 
https://github.com/cloudflare/workers-sdk/archive/refs/tags/wrang...@3.51.0.tar.gz
+   source = 
https://github.com/cloudflare/workers-sdk/archive/refs/tags/wrang...@3.51.2.tar.gz
source = 
esbuild-0.17.19.tar.gz::https://github.com/evanw/esbuild/archive/v0.17.19.tar.gz
-   sha256sums = 
ec24ade17879046f25d865f3255c33cfd3daae8cdbf970ec5fd7562316d85fd9
+   sha256sums = 
c3890e8211ceffd7b8030528a98e2176c999cbf18d22f1669418e620e74b9ea7
sha256sums = 
481201f00848594f5850ac32ddf9d4d21047e5a4c306485fb7461dd4d14d6fa2
-   b2sums = 
5eba4da1e3ef1082fb13685de653d6b343c7f41499a30651136980253872dbfb577b42835a6a0085c9dc056385b2f4db5c0b4dbf2783385da3164236c6726d35
+   b2sums = 
8eb8585c82bed1dc4ecb6274abb412672c81f63e0803119695432ea384d31fc4672f7d04e307c65a9183ae90e88dbc5e8ab4ee92c8b3e5cc7fef380250341c0a
b2sums = 
4c26fdd7dd52706f98c6e9d60e6b3993168b2ffefd35b326e03be806d5083adcb50d9cb931f925f551e90aef5392647c99807b73af4075d6d5e2336c565c33ea
 
 pkgname = wrangler


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: kpcyrd 
 
 pkgname=wrangler
-pkgver=3.51.0
+pkgver=3.51.2
 pkgrel=1
 _esbuild_ver='0.17.19'
 pkgdesc="The CLI for Cloudflare Workers"
@@ -26,9 +26,9 @@ makedepends=(
 options=(!lto)
 
source=(https://github.com/cloudflare/workers-sdk/archive/refs/tags/wrangler@${pkgver}.tar.gz
 
"esbuild-${_esbuild_ver}.tar.gz::https://github.com/evanw/esbuild/archive/v${_esbuild_ver}.tar.gz;)
-sha256sums=('ec24ade17879046f25d865f3255c33cfd3daae8cdbf970ec5fd7562316d85fd9'
+sha256sums=('c3890e8211ceffd7b8030528a98e2176c999cbf18d22f1669418e620e74b9ea7'
 '481201f00848594f5850ac32ddf9d4d21047e5a4c306485fb7461dd4d14d6fa2')
-b2sums=('5eba4da1e3ef1082fb13685de653d6b343c7f41499a30651136980253872dbfb577b42835a6a0085c9dc056385b2f4db5c0b4dbf2783385da3164236c6726d35'
+b2sums=('8eb8585c82bed1dc4ecb6274abb412672c81f63e0803119695432ea384d31fc4672f7d04e307c65a9183ae90e88dbc5e8ab4ee92c8b3e5cc7fef380250341c0a'
 
'4c26fdd7dd52706f98c6e9d60e6b3993168b2ffefd35b326e03be806d5083adcb50d9cb931f925f551e90aef5392647c99807b73af4075d6d5e2336c565c33ea')
 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/wrangler/-/commit/15deff553b22dd09132b8f822d4c805b2e61ebb9

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




[Git][archlinux/packaging/packages/wrangler] Pushed new tag 3.51.2-1

2024-04-18 Thread kpcyrd (@kpcyrd)


kpcyrd pushed new tag 3.51.2-1 at Arch Linux / Packaging / Packages / wrangler

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




[Git][archlinux/packaging/packages/gnome-shell-extension-appindicator] Pushed new tag 1-58-1

2024-04-18 Thread kpcyrd (@kpcyrd)


kpcyrd pushed new tag 1-58-1 at Arch Linux / Packaging / Packages / 
gnome-shell-extension-appindicator

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




[Git][archlinux/packaging/packages/libcaca][main] Add config for nvchecker

2024-04-18 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
libcaca


Commits:
114d3d5c by Balló György at 2024-04-19T00:15:45+02:00
Add config for nvchecker

- - - - -


1 changed file:

- + .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -0,0 +1,4 @@
+[libcaca]
+source = "git"
+git = "https://github.com/cacalabs/libcaca.git;
+prefix = "v"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libcaca/-/commit/114d3d5cc566a28a58f7374eb89e80e00bd8fbbf

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




[Git][archlinux/packaging/packages/budgie-screensaver][main] 2 commits: Add .nvchecker.toml

2024-04-18 Thread Campbell Jones (@serebit)


Campbell Jones pushed to branch main at Arch Linux / Packaging / Packages / 
budgie-screensaver


Commits:
ae68dfa7 by Campbell Jones at 2024-04-18T17:49:38-04:00
Add .nvchecker.toml

- - - - -
2e76fb8f by Campbell Jones at 2024-04-18T18:10:00-04:00
Fix pkgbase in .nvchecker.toml

- - - - -


1 changed file:

- + .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -0,0 +1,4 @@
+[budgie-screensaver]
+source = "git"
+git = "https://github.com/BuddiesOfBudgie/budgie-screensaver;
+prefix = "v"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/budgie-screensaver/-/compare/0a2242b59295e0c65b318d9e5aa8556a348aa1e2...2e76fb8fb366edc12e947a8f6ba551b9cb8daf92

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/budgie-screensaver/-/compare/0a2242b59295e0c65b318d9e5aa8556a348aa1e2...2e76fb8fb366edc12e947a8f6ba551b9cb8daf92
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/signal-desktop][main] upgpkg: 7.5.1-1

2024-04-18 Thread kpcyrd (@kpcyrd)


kpcyrd pushed to branch main at Arch Linux / Packaging / Packages / 
signal-desktop


Commits:
10834d1c by kpcyrd at 2024-04-19T00:00:39+02:00
upgpkg: 7.5.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = signal-desktop
pkgdesc = Signal Private Messenger for Linux
-   pkgver = 7.5.0
+   pkgver = 7.5.1
pkgrel = 1
url = https://signal.org
arch = x86_64
@@ -38,14 +38,14 @@ pkgbase = signal-desktop
depends = nspr
depends = nss
optdepends = xdg-desktop-portal: Screensharing with Wayland
-   source = 
signal-desktop-7.5.0.tar.gz::https://github.com/signalapp/Signal-Desktop/archive/v7.5.0.tar.gz
-   source = 
dns-fallback-7.5.0.json::https://raw.githubusercontent.com/kpcyrd/signal-desktop-dns-fallback-extractor/7.5.0/dns-fallback.json
+   source = 
signal-desktop-7.5.1.tar.gz::https://github.com/signalapp/Signal-Desktop/archive/v7.5.1.tar.gz
+   source = 
dns-fallback-7.5.1.json::https://raw.githubusercontent.com/kpcyrd/signal-desktop-dns-fallback-extractor/7.5.1/dns-fallback.json
source = signal-desktop.desktop
-   sha256sums = 
0d3c2ece1542a48a26d5b061db85f4385e9cde356faa3294bd09210510cb0016
-   sha256sums = 
264c54359356073e7833a7773db0f58a5d4e07c5af52219e8dc9e479965a08f0
+   sha256sums = 
5b8e575075de160ccc32b1b1a86ab3348fa9befacd3ccc55ca2419b726eddc6e
+   sha256sums = 
55c1014d36b891b9cedf7f7bedad3208ff81e94976c84bf0aedb38d66aad
sha256sums = 
913de2dc32db1831c9319ce7b347f51894e6fff0bf196118093a675dac874b91
-   b2sums = 
278b9260df19cb5b2dfc037caf431c0ac49bea8562d5c432dfe4e01f4a110c3511d7532311ecdadda3176b017883f110d29fd802c570a4db82c3194d2ad600fb
-   b2sums = 
44745406a7d1080fc5181fcc311236a1218033134e01b64b7cb98cdf49fe3af40b874d35d5689748e2c5a3c457de5165a49a6a308f75de00c9b0814f46fb4ddb
+   b2sums = 
da0a36d1f48fd3efb7d53c46f20200e3ab126a43a23186399faf73bad56be8058e018bf2ade028bc452130ca1185a8c3ef986fae1fe301f7906de0ce723532d4
+   b2sums = 
ea4910c137d80e6db6406ea54bb70ed491f62389c1e72603a9807771bdf4f52e9cd7c8547cc50d5818403d4f487fe5753471fc10c59483c34f50804961fd50a6
b2sums = 
e157cd0536b1b340c79385e99fcc27b9d48bef3c338562caaa78fe24bc7b8f00f6a757f6d4a47ee6c9e8c1138a1615dce7f1414dd1e6a9d1d06b682a7baa9130
 
 pkgname = signal-desktop


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=signal-desktop
 _pkgname=Signal-Desktop
-pkgver=7.5.0
+pkgver=7.5.1
 pkgrel=1
 pkgdesc="Signal Private Messenger for Linux"
 license=('AGPL-3.0-only')
@@ -51,11 +51,11 @@ source=(
   
"dns-fallback-${pkgver}.json::https://raw.githubusercontent.com/kpcyrd/signal-desktop-dns-fallback-extractor/${pkgver}/dns-fallback.json;
   "${pkgname}.desktop"
 )
-sha256sums=('0d3c2ece1542a48a26d5b061db85f4385e9cde356faa3294bd09210510cb0016'
-'264c54359356073e7833a7773db0f58a5d4e07c5af52219e8dc9e479965a08f0'
+sha256sums=('5b8e575075de160ccc32b1b1a86ab3348fa9befacd3ccc55ca2419b726eddc6e'
+'55c1014d36b891b9cedf7f7bedad3208ff81e94976c84bf0aedb38d66aad'
 '913de2dc32db1831c9319ce7b347f51894e6fff0bf196118093a675dac874b91')
-b2sums=('278b9260df19cb5b2dfc037caf431c0ac49bea8562d5c432dfe4e01f4a110c3511d7532311ecdadda3176b017883f110d29fd802c570a4db82c3194d2ad600fb'
-
'44745406a7d1080fc5181fcc311236a1218033134e01b64b7cb98cdf49fe3af40b874d35d5689748e2c5a3c457de5165a49a6a308f75de00c9b0814f46fb4ddb'
+b2sums=('da0a36d1f48fd3efb7d53c46f20200e3ab126a43a23186399faf73bad56be8058e018bf2ade028bc452130ca1185a8c3ef986fae1fe301f7906de0ce723532d4'
+
'ea4910c137d80e6db6406ea54bb70ed491f62389c1e72603a9807771bdf4f52e9cd7c8547cc50d5818403d4f487fe5753471fc10c59483c34f50804961fd50a6'
 
'e157cd0536b1b340c79385e99fcc27b9d48bef3c338562caaa78fe24bc7b8f00f6a757f6d4a47ee6c9e8c1138a1615dce7f1414dd1e6a9d1d06b682a7baa9130')
 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/signal-desktop/-/commit/10834d1cf5bbfd9623ff903da0ad5c8375b33189

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




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

2024-04-18 Thread kpcyrd (@kpcyrd)


kpcyrd pushed new tag 7.5.1-1 at Arch Linux / Packaging / Packages / 
signal-desktop

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




[Git][archlinux/packaging/packages/libavc1394][main] Add srcinfo and config for nvchecker

2024-04-18 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
libavc1394


Commits:
e82ae5fb by Balló György at 2024-04-18T23:59:40+02:00
Add srcinfo and config for nvchecker

- - - - -


2 changed files:

- + .SRCINFO
- + .nvchecker.toml


Changes:

=
.SRCINFO
=
@@ -0,0 +1,13 @@
+pkgbase = libavc1394
+   pkgdesc = Library to control A/V devices using the 1394 TA AV/C commands
+   pkgver = 0.5.4
+   pkgrel = 6
+   url = https://sourceforge.net/projects/libavc1394/
+   arch = x86_64
+   license = GPL-2.0-or-later AND LGPL-2.1-or-later
+   depends = glibc
+   depends = libraw1394
+   source = 
https://downloads.sourceforge.net/libavc1394/libavc1394-0.5.4.tar.gz
+   sha256sums = 
7cb1ff09506ae911ca9860bef4af08c2403f3e131f6c913a2cbd6ddca4215b53
+
+pkgname = libavc1394


=
.nvchecker.toml
=
@@ -0,0 +1,4 @@
+[libavc1394]
+source = "regex"
+url = "https://sourceforge.net/projects/libavc1394/best_release.json;
+regex = "libavc1394-([^\"]*).tar.gz"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libavc1394/-/commit/e82ae5fb93a8d2591fac1dc076a83e9422ad1bfe

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




[Git][archlinux/packaging/packages/flatpak] Pushed new tag 1-1.15.8-1

2024-04-18 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed new tag 1-1.15.8-1 at Arch Linux / 
Packaging / Packages / flatpak

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




[Git][archlinux/packaging/packages/xdg-desktop-portal][main] 1.18.4-1

2024-04-18 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / xdg-desktop-portal


Commits:
99652395 by Jan Alexander Steffens (heftig) at 2024-04-18T23:56:02+02:00
1.18.4-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = xdg-desktop-portal
pkgdesc = Desktop integration portals for sandboxed apps
-   pkgver = 1.18.3
+   pkgver = 1.18.4
pkgrel = 1
url = https://flatpak.github.io/xdg-desktop-portal/
arch = x86_64
@@ -29,7 +29,7 @@ pkgbase = xdg-desktop-portal
depends = systemd
depends = systemd-libs
optdepends = xdg-desktop-portal-impl: Portal backends
-   source = git+https://github.com/flatpak/xdg-desktop-portal#tag=1.18.3
-   b2sums = 
a364e84b05f70c165a87d43c964438df4c70395c6d0364e5aaae2fed7b29a1cfd180b2d7339a20ad1220fc6bd9792bd347ff270f1c0f055caabda79be31dad7f
+   source = git+https://github.com/flatpak/xdg-desktop-portal#tag=1.18.4
+   b2sums = 
724330b7b5d71a606ce0204fd4b5403ceedc31638c81e2143ce917e8c2d8ff42217a675d3a7c310fe9a992fa3245dba511c35501a656ff4acbd67df7094174f2
 
 pkgname = xdg-desktop-portal


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Patrick Griffis 
 
 pkgname=xdg-desktop-portal
-pkgver=1.18.3
+pkgver=1.18.4
 pkgrel=1
 pkgdesc="Desktop integration portals for sandboxed apps"
 url="https://flatpak.github.io/xdg-desktop-portal/;
@@ -38,7 +38,7 @@ makedepends=(
 )
 optdepends=('xdg-desktop-portal-impl: Portal backends')
 source=("git+https://github.com/flatpak/xdg-desktop-portal#tag=$pkgver;)
-b2sums=('a364e84b05f70c165a87d43c964438df4c70395c6d0364e5aaae2fed7b29a1cfd180b2d7339a20ad1220fc6bd9792bd347ff270f1c0f055caabda79be31dad7f')
+b2sums=('724330b7b5d71a606ce0204fd4b5403ceedc31638c81e2143ce917e8c2d8ff42217a675d3a7c310fe9a992fa3245dba511c35501a656ff4acbd67df7094174f2')
 
 prepare() {
   cd $pkgname



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xdg-desktop-portal/-/commit/996523950c731ed503a94b720703ae97056d4ffc

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




[Git][archlinux/packaging/packages/xdg-desktop-portal] Pushed new tag 1.18.4-1

2024-04-18 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed new tag 1.18.4-1 at Arch Linux / 
Packaging / Packages / xdg-desktop-portal

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




[Git][archlinux/packaging/packages/atac][main] upgpkg: 0.13.0-1: upstream release

2024-04-18 Thread @orhun


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


Commits:
0f26978c by Orhun Parmaksız at 2024-04-19T00:45:49+03:00
upgpkg: 0.13.0-1: upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,14 +1,14 @@
 pkgbase = atac
pkgdesc = A simple API client (postman like) in your terminal
-   pkgver = 0.12.0
-   pkgrel = 2
+   pkgver = 0.13.0
+   pkgrel = 1
url = https://github.com/Julien-cpsn/ATAC
arch = x86_64
license = MIT
makedepends = cargo
depends = gcc-libs
options = !lto
-   source = 
atac-0.12.0.tar.gz::https://github.com/Julien-cpsn/ATAC/archive/v0.12.0.tar.gz
-   sha512sums = 
41e615ba171237ce08f688e299671a22e6930b3a0dbaa32df042ef3e1023515017a1dcaf4c7dd518adb8eaddbb5d3020d6780099720dd3de0217a63b197c96d4
+   source = 
atac-0.13.0.tar.gz::https://github.com/Julien-cpsn/ATAC/archive/v0.13.0.tar.gz
+   sha512sums = 
555718e21ec4b6032be0a480b1eda1d2e3fceaa267dd739a6608357f4469947167d017bcdcd0b4e1abef0fd302a17db5ea3bcb46ee5dec5851f42a9566cf7c7a
 
 pkgname = atac


=
PKGBUILD
=
@@ -1,8 +1,8 @@
 # Maintainer: Orhun Parmaksız 
 
 pkgname=atac
-pkgver=0.12.0
-pkgrel=2
+pkgver=0.13.0
+pkgrel=1
 pkgdesc="A simple API client (postman like) in your terminal"
 arch=('x86_64')
 url="https://github.com/Julien-cpsn/ATAC;
@@ -10,7 +10,7 @@ license=('MIT')
 depends=('gcc-libs')
 makedepends=('cargo')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha512sums=('41e615ba171237ce08f688e299671a22e6930b3a0dbaa32df042ef3e1023515017a1dcaf4c7dd518adb8eaddbb5d3020d6780099720dd3de0217a63b197c96d4')
+sha512sums=('555718e21ec4b6032be0a480b1eda1d2e3fceaa267dd739a6608357f4469947167d017bcdcd0b4e1abef0fd302a17db5ea3bcb46ee5dec5851f42a9566cf7c7a')
 options=('!lto')
 
 prepare() {



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

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




[Git][archlinux/packaging/packages/atac] Pushed new tag 0.13.0-1

2024-04-18 Thread @orhun


Orhun Parmaksız pushed new tag 0.13.0-1 at Arch Linux / Packaging / Packages / 
atac

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




[Git][archlinux/packaging/packages/slumber][main] upgpkg: 0.18.0-1: upstream release

2024-04-18 Thread @orhun


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


Commits:
06fdb613 by Orhun Parmaksız at 2024-04-19T00:43:40+03:00
upgpkg: 0.18.0-1: upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = slumber
pkgdesc = Terminal-based REST client
-   pkgver = 0.17.0
+   pkgver = 0.18.0
pkgrel = 1
url = https://github.com/LucasPickering/slumber
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = slumber
makedepends = cargo
depends = gcc-libs
options = !lto
-   source = 
slumber-0.17.0.tar.gz::https://github.com/LucasPickering/slumber/archive/v0.17.0.tar.gz
-   sha256sums = 
7566317d6e7c7a670f2794293a85611faf06f25a25d5776e77a90032bea535ef
+   source = 
slumber-0.18.0.tar.gz::https://github.com/LucasPickering/slumber/archive/v0.18.0.tar.gz
+   sha256sums = 
cf443b77daba4faba018ffa60db6c7a77b5ca9ba98f81235d72fb73ebbc33f1b
 
 pkgname = slumber


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Orhun Parmaksız 
 
 pkgname=slumber
-pkgver=0.17.0
+pkgver=0.18.0
 pkgrel=1
 pkgdesc="Terminal-based REST client"
 arch=('x86_64')
@@ -10,7 +10,7 @@ license=('MIT')
 depends=('gcc-libs')
 makedepends=('cargo')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('7566317d6e7c7a670f2794293a85611faf06f25a25d5776e77a90032bea535ef')
+sha256sums=('cf443b77daba4faba018ffa60db6c7a77b5ca9ba98f81235d72fb73ebbc33f1b')
 options=('!lto')
 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/slumber/-/commit/06fdb61353863419949f7a50141bbf2383f3f161

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




[Git][archlinux/packaging/packages/slumber] Pushed new tag 0.18.0-1

2024-04-18 Thread @orhun


Orhun Parmaksız pushed new tag 0.18.0-1 at Arch Linux / Packaging / Packages / 
slumber

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




[Git][archlinux/packaging/packages/libatasmart][main] Add scrinfo and config for nvchecker

2024-04-18 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
libatasmart


Commits:
504d913c by Balló György at 2024-04-18T23:43:12+02:00
Add scrinfo and config for nvchecker

- - - - -


2 changed files:

- + .SRCINFO
- + .nvchecker.toml


Changes:

=
.SRCINFO
=
@@ -0,0 +1,17 @@
+pkgbase = libatasmart
+   pkgdesc = ATA S.M.A.R.T. reader and parser library
+   pkgver = 0.19
+   pkgrel = 6
+   url = https://0pointer.de/blog/projects/being-smart.html
+   arch = x86_64
+   license = LGPL-2.1-or-later
+   depends = glibc
+   depends = systemd-libs
+   source = https://0pointer.de/public/libatasmart-0.19.tar.xz
+   source = 0001-Dont-test-undefined-bits.patch
+   source = 0002-Drop-our-own-many-bad-sectors-heuristic.patch
+   sha256sums = 
61f0ea345f63d28ab2ff0dc352c22271661b66bf09642db3a4049ac9dbdb0f8d
+   sha256sums = 
ab19d6985bb524774607280a2ee62c48de01785660ff5206d80f778b6404188c
+   sha256sums = 
9bb5ca3431f76c182c5b076e2db9378d696608c2ff1d53d01e55c530ba293ce1
+
+pkgname = libatasmart


=
.nvchecker.toml
=
@@ -0,0 +1,4 @@
+[libatasmart]
+source = "git"
+git = "https://git.0pointer.net/clone/libatasmart.git;
+prefix = "v"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libatasmart/-/commit/504d913c601a597af1b1c349f55f47fee1de0426

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




[Git][archlinux/packaging/packages/primecount] Pushed new tag 7.13-1

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


Antonio Rojas pushed new tag 7.13-1 at Arch Linux / Packaging / Packages / 
primecount

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




[Git][archlinux/packaging/packages/primecount][main] upgpkg: 7.13-1: Update to 7.13

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


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
primecount


Commits:
4e557709 by Antonio Rojas at 2024-04-18T23:37:23+02:00
upgpkg: 7.13-1: Update to 7.13

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,15 +1,16 @@
 pkgbase = primecount
pkgdesc = Fast C++ prime counting function implementation
-   pkgver = 7.12
+   pkgver = 7.13
pkgrel = 1
url = https://github.com/kimwalisch/primecount
arch = x86_64
license = BSD-2-Clause
makedepends = cmake
+   makedepends = git
depends = gcc-libs
depends = glibc
depends = primesieve
-   source = 
https://github.com/kimwalisch/primecount/archive/v7.12/primecount-7.12.tar.gz
-   sha256sums = 
b801aa95e434d1b7575e42cb9009286b5f94618a417888bb6bd3217ef2f1321c
+   source = git+https://github.com/kimwalisch/primecount#tag=v7.13
+   sha256sums = 
1b6deb06588cd4b307ccd66b836e37242e45af8c727c9dca20a9eb582fb3a6e5
 
 pkgname = primecount


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=primecount
-pkgver=7.12
+pkgver=7.13
 pkgrel=1
 pkgdesc='Fast C++ prime counting function implementation'
 arch=(x86_64)
@@ -10,17 +10,17 @@ license=(BSD-2-Clause)
 depends=(gcc-libs
  glibc
  primesieve)
-makedepends=(cmake)
-source=(https://github.com/kimwalisch/primecount/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('b801aa95e434d1b7575e42cb9009286b5f94618a417888bb6bd3217ef2f1321c')
+makedepends=(cmake
+ git)
+source=(git+https://github.com/kimwalisch/primecount#tag=v$pkgver)
+sha256sums=('1b6deb06588cd4b307ccd66b836e37242e45af8c727c9dca20a9eb582fb3a6e5')
 
 build() {
-  cmake -B build -S $pkgname-$pkgver \
+  cmake -B build -S $pkgname \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DBUILD_LIBPRIMESIEVE=OFF \
 -DBUILD_STATIC_LIBS=OFF \
 -DBUILD_SHARED_LIBS=ON \
--DWITH_POPCNT=OFF \
 -DWITH_FLOAT128=ON
   cmake --build build
 }
@@ -28,5 +28,5 @@ build() {
 package() {
   DESTDIR="$pkgdir" cmake --install build
 
-  install -Dm644 $pkgname-$pkgver/COPYING -t 
"$pkgdir"/usr/share/licenses/$pkgname/
+  install -Dm644 $pkgname/COPYING -t "$pkgdir"/usr/share/licenses/$pkgname/
 }



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

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




[Git][archlinux/packaging/packages/minio-client][main] upgpkg: 2024.04.18-1

2024-04-18 Thread Christian Heusel (@gromit)


Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages / 
minio-client


Commits:
6dab17ec by Christian Heusel at 2024-04-18T23:34:27+02:00
upgpkg: 2024.04.18-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = minio-client
pkgdesc = Replacement for ls, cp, mkdir, diff and rsync commands for 
filesystems and object storage
-   pkgver = 2024.03.30
+   pkgver = 2024.04.18
pkgrel = 1
url = https://minio.io/downloads/#minio-client
install = minio-client.install
@@ -10,7 +10,7 @@ pkgbase = minio-client
makedepends = git
depends = glibc
options = !lto
-   source = 
git+https://github.com/minio/mc.git#tag=RELEASE.2024-03-30T15-29-52Z
-   sha512sums = 
b48ce71f0815a82caa3a8a624793e8cb0a7c1825282d9803dfb806c1e51e28c8ecf22141b14efde17df23c962efb069c11701f05f1de109d9e82be469730c37a
+   source = 
git+https://github.com/minio/mc.git#tag=RELEASE.2024-04-18T16-45-29Z
+   sha512sums = 
dc4d204ce96d2e4b7d9957ba4ed1a11844a2f28df5e451b0a66ab7a2cda5d72660788422c0f30a03201e2789b16d719a1d5f863eb226b6516bce538064c29d36
 
 pkgname = minio-client


=
PKGBUILD
=
@@ -4,8 +4,8 @@
 # Contributor: Dhananjay Balan 
 
 pkgname=minio-client
-pkgver=2024.03.30
-_timever=T15-29-52Z
+pkgver=2024.04.18
+_timever=T16-45-29Z
 _pkgver="${pkgver//./-}${_timever//:/-}"
 pkgrel=1
 pkgdesc='Replacement for ls, cp, mkdir, diff and rsync commands for 
filesystems and object storage'
@@ -17,9 +17,11 @@ depends=('glibc')
 options=(!lto)
 install=minio-client.install
 source=(git+https://github.com/minio/mc.git#tag=RELEASE.${_pkgver})
-sha512sums=('b48ce71f0815a82caa3a8a624793e8cb0a7c1825282d9803dfb806c1e51e28c8ecf22141b14efde17df23c962efb069c11701f05f1de109d9e82be469730c37a')
+sha512sums=('dc4d204ce96d2e4b7d9957ba4ed1a11844a2f28df5e451b0a66ab7a2cda5d72660788422c0f30a03201e2789b16d719a1d5f863eb226b6516bce538064c29d36')
 
 build() {
+  cd mc
+
   export CGO_LDFLAGS="${LDFLAGS}"
   export CGO_CFLAGS="${CFLAGS}"
   export CGO_CPPFLAGS="${CPPFLAGS}"
@@ -27,13 +29,8 @@ build() {
   export GOFLAGS="-buildmode=pie -trimpath -mod=readonly -modcacherw"
   GO_LDFLAGS="\
   -linkmode=external \
-  -compressdwarf=false"
-
-  cd mc
-
-  sed -i "s/Version.*/Version = \"${pkgver//./-}${_timever}\"/g" 
cmd/build-constants.go
-  sed -i "s/ReleaseTag.*/ReleaseTag = \"RELEASE.${_pkgver}\"/g" 
cmd/build-constants.go
-  sed -i "s/CommitID.*/CommitID = \"$(git rev-parse HEAD)\"/g" 
cmd/build-constants.go
+  -compressdwarf=false \
+  $(go run buildscripts/gen-ldflags.go)"
 
   go build -ldflags "$GO_LDFLAGS" .
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/minio-client/-/commit/6dab17ec5753d4c43f0ffdb47f3ead41716f3b82

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




[Git][archlinux/packaging/packages/minio-client] Pushed new tag 2024.04.18-1

2024-04-18 Thread Christian Heusel (@gromit)


Christian Heusel pushed new tag 2024.04.18-1 at Arch Linux / Packaging / 
Packages / minio-client

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




[Git][archlinux/packaging/packages/primesieve][main] upgpkg: 12.3-1: Update to 12.3

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


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
primesieve


Commits:
976ff72e by Antonio Rojas at 2024-04-18T23:32:51+02:00
upgpkg: 12.3-1: Update to 12.3

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,14 +1,15 @@
 pkgbase = primesieve
pkgdesc = Fast prime number generator
-   pkgver = 12.1
+   pkgver = 12.3
pkgrel = 1
url = https://github.com/kimwalisch/primesieve
arch = x86_64
license = BSD-2-Clause
makedepends = cmake
+   makedepends = git
depends = gcc-libs
depends = glibc
-   source = 
https://github.com/kimwalisch/primesieve/archive/v12.1/primesieve-12.1.tar.gz
-   sha256sums = 
64e7f5d3ce680262b865c7aec1381ffb13d13f75dd985b964ce33806e1bbf386
+   source = git+https://github.com/kimwalisch/primesieve#tag=v12.3
+   sha256sums = 
5ab99abec84d3bb6e3e59ce8ca382b5a6df4849e37f4f535c965f16d2996dfea
 
 pkgname = primesieve


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=primesieve
-pkgver=12.1
+pkgver=12.3
 pkgrel=1
 pkgdesc='Fast prime number generator'
 arch=(x86_64)
@@ -9,19 +9,20 @@ url='https://github.com/kimwalisch/primesieve'
 license=(BSD-2-Clause)
 depends=(gcc-libs
  glibc)
-makedepends=(cmake)
-source=(https://github.com/kimwalisch/primesieve/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('64e7f5d3ce680262b865c7aec1381ffb13d13f75dd985b964ce33806e1bbf386')
+makedepends=(cmake
+ git)
+source=(git+https://github.com/kimwalisch/primesieve#tag=v$pkgver)
+sha256sums=('5ab99abec84d3bb6e3e59ce8ca382b5a6df4849e37f4f535c965f16d2996dfea')
 
 build() {
-  cmake -B build -S $pkgname-$pkgver \
+  cmake -B build -S $pkgname \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DBUILD_STATIC_LIBS=OFF
-  cmake --build build
+  cmake --build build --verbose
 }
 
 package() {
   DESTDIR="$pkgdir" cmake --install build
 
-  install -Dm644 $pkgname-$pkgver/COPYING -t 
"$pkgdir"/usr/share/licenses/$pkgname/
+  install -Dm644 $pkgname/COPYING -t "$pkgdir"/usr/share/licenses/$pkgname
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/primesieve/-/commit/976ff72e16dc646f0edd2c19916889f491ba2026

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




[Git][archlinux/packaging/packages/primesieve] Pushed new tag 12.3-1

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


Antonio Rojas pushed new tag 12.3-1 at Arch Linux / Packaging / Packages / 
primesieve

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




[Git][archlinux/packaging/packages/minio][main] upgpkg: 2024.04.18-1

2024-04-18 Thread Christian Heusel (@gromit)


Christian Heusel pushed to branch main at Arch Linux / Packaging / Packages / 
minio


Commits:
79e0e173 by Christian Heusel at 2024-04-18T23:27:52+02:00
upgpkg: 2024.04.18-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = minio
pkgdesc = Object storage server compatible with Amazon S3
-   pkgver = 2024.04.06
+   pkgver = 2024.04.18
pkgrel = 1
url = https://minio.io
arch = x86_64
@@ -10,11 +10,11 @@ pkgbase = minio
depends = glibc
options = !lto
backup = etc/minio/minio.conf
-   source = 
git+https://github.com/minio/minio.git#tag=RELEASE.2024-04-06T05-26-02Z
+   source = 
git+https://github.com/minio/minio.git#tag=RELEASE.2024-04-18T19-09-19Z
source = minio.conf
source = minio.service
source = minio.sysusers
-   sha512sums = 
9312c70084d594e94f2a3c3b0891c624d23e7e0b0bf10ce7a7ce8df63b713314a5a61281caf935099f557d3d34712dd237f6d81644089be1bd4bd7cb305ee918
+   sha512sums = 
6bcff000c2a57e12594ae8b795f0f016c7e5a03a9f6ec3c7982936b155b573a1baecc52e4270bb7276d949bd5e70b8e9664e59b96826776aeabee4e6634c8a52
sha512sums = 
9fb09d19af9d7a00e4680cd92d208ddd44ce52328f6efee68d7ee47f591cbe77ee88ce139a677bcf8836de0643de18c6c7c4005d50b0056f9b861c3d595e5233
sha512sums = 
f4df8e50618712b6e5f62e2674eca4430ef17ef003426bd83ea6b427da4e0fb519589cc14547b08db4b4a0de114488920071295a680b0c1cb5fd508d31576190
sha512sums = 
7e4617aed266cf48a2ff9b0e80e31641d998537c78d2c56ce97b828cfc77d96dbf64728d4235dac7382d6e5b201388bef6722959302de5e2298d93f4ec1e0e63


=
PKGBUILD
=
@@ -5,8 +5,8 @@
 # Contributor: Daniel Maslowski 
 
 pkgname=minio
-pkgver=2024.04.06
-_timever=T05-26-02Z
+pkgver=2024.04.18
+_timever=T19-09-19Z
 _pkgver="${pkgver//./-}${_timever//:/-}"
 pkgrel=1
 pkgdesc='Object storage server compatible with Amazon S3'
@@ -21,7 +21,7 @@ 
source=(git+https://github.com/minio/minio.git#tag=RELEASE.${_pkgver}
 minio.service
 minio.sysusers)
 backup=('etc/minio/minio.conf')
-sha512sums=('9312c70084d594e94f2a3c3b0891c624d23e7e0b0bf10ce7a7ce8df63b713314a5a61281caf935099f557d3d34712dd237f6d81644089be1bd4bd7cb305ee918'
+sha512sums=('6bcff000c2a57e12594ae8b795f0f016c7e5a03a9f6ec3c7982936b155b573a1baecc52e4270bb7276d949bd5e70b8e9664e59b96826776aeabee4e6634c8a52'
 
'9fb09d19af9d7a00e4680cd92d208ddd44ce52328f6efee68d7ee47f591cbe77ee88ce139a677bcf8836de0643de18c6c7c4005d50b0056f9b861c3d595e5233'
 
'f4df8e50618712b6e5f62e2674eca4430ef17ef003426bd83ea6b427da4e0fb519589cc14547b08db4b4a0de114488920071295a680b0c1cb5fd508d31576190'
 
'7e4617aed266cf48a2ff9b0e80e31641d998537c78d2c56ce97b828cfc77d96dbf64728d4235dac7382d6e5b201388bef6722959302de5e2298d93f4ec1e0e63')
@@ -37,11 +37,7 @@ build() {
   GO_LDFLAGS="\
   -linkmode=external \
   -compressdwarf=false \
-  -X github.com/minio/minio/cmd.Version=${pkgver//./-}${_timever} \
-  -X github.com/minio/minio/cmd.CopyrightYear=$(date +%Y) \
-  -X github.com/minio/minio/cmd.ReleaseTag=${pkgver//./-}${_timever} \
-  -X github.com/minio/minio/cmd.CommitID=$(git rev-parse 
RELEASE.${_pkgver}) \
-  -X github.com/minio/minio/cmd.ShortCommitID=$(git rev-parse --short 
RELEASE.${_pkgver})"
+  $(go run buildscripts/gen-ldflags.go)"
 
   go build -ldflags "$GO_LDFLAGS" .
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/minio/-/commit/79e0e173028022c0c17c5a4510aaa6bafcbe79be

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




[Git][archlinux/packaging/packages/minio] Pushed new tag 2024.04.18-1

2024-04-18 Thread Christian Heusel (@gromit)


Christian Heusel pushed new tag 2024.04.18-1 at Arch Linux / Packaging / 
Packages / minio

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




[Git][archlinux/packaging/packages/python-qdldl][main] upgpkg: 0.1.7.post2-2: Python 3.12 rebuild, switch to git sources

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


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
python-qdldl


Commits:
b407392c by Antonio Rojas at 2024-04-18T23:27:30+02:00
upgpkg: 0.1.7.post2-2: Python 3.12 rebuild, switch to git sources

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,19 +1,25 @@
 pkgbase = python-qdldl
pkgdesc = Python interface to the QDLDL free LDL factorization routine 
for quasi-definite linear systems
pkgver = 0.1.7.post2
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/oxfordcontrol/qdldl-python/
arch = x86_64
license = Apache-2.0
checkdepends = python-pytest
+   makedepends = cmake
+   makedepends = git
+   makedepends = pybind11
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
-   makedepends = pybind11
-   makedepends = cmake
+   depends = gcc-libs
+   depends = glibc
+   depends = python
depends = python-scipy
-   source = 
https://pypi.org/packages/source/q/qdldl/qdldl-0.1.7.post2.tar.gz
-   sha256sums = 
4b1539a5ec10cc757afd7156d7deb4006007cad86d774c9f0fdc3e34415557d3
+   source = git+https://github.com/osqp/qdldl-python#tag=v.0.1.7.post2
+   source = git+https://github.com/oxfordcontrol/qdldl
+   sha256sums = 
ae19247d07341d65a7f52fc48696f406cf44726cf839bd531367054fbcefcaca
+   sha256sums = SKIP
 
 pkgname = python-qdldl


=
PKGBUILD
=
@@ -1,33 +1,51 @@
 # Maintainer: Antonio Rojas 
 
-_pyname=qdldl
-pkgname=python-$_pyname
+_pyname=qdldl-python
+pkgname=python-qdldl
 pkgver=0.1.7.post2
-pkgrel=1
+pkgrel=2
 pkgdesc='Python interface to the QDLDL free LDL factorization routine for 
quasi-definite linear systems'
 url='https://github.com/oxfordcontrol/qdldl-python/'
 license=(Apache-2.0)
 arch=(x86_64)
-depends=(python-scipy)
-makedepends=(python-build python-installer python-setuptools python-wheel 
pybind11 cmake)
+depends=(gcc-libs
+ glibc
+ python
+ python-scipy)
+makedepends=(cmake
+ git
+ pybind11
+ python-build
+ python-installer
+ python-setuptools
+ python-wheel)
 checkdepends=(python-pytest)
-source=(https://pypi.org/packages/source/${_pyname:0:1}/$_pyname/$_pyname-$pkgver.tar.gz)
-sha256sums=('4b1539a5ec10cc757afd7156d7deb4006007cad86d774c9f0fdc3e34415557d3')
+source=(git+https://github.com/osqp/$_pyname#tag=v.$pkgver
+git+https://github.com/oxfordcontrol/qdldl)
+sha256sums=('ae19247d07341d65a7f52fc48696f406cf44726cf839bd531367054fbcefcaca'
+'SKIP')
+
+prepare() {
+  cd $_pyname
+  git submodule init
+  git submodule set-url c/qdldl "$srcdir"/qdldl
+  git -c protocol.file.allow=always submodule update
+}
 
 build() {
-  cd $_pyname-$pkgver
+  cd $_pyname
   python -m build --wheel --no-isolation --skip-dependency-check
 }
 
 check() {
-  cd $_pyname-$pkgver
+  cd $_pyname
   python -m venv --system-site-packages test-env
   test-env/bin/python -m installer dist/*.whl
   test-env/bin/python -m pytest -v
 }
 
 package() {
-  cd $_pyname-$pkgver
+  cd $_pyname
   python -m installer --destdir="$pkgdir" dist/*.whl
   install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname
 }



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

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




[Git][archlinux/packaging/packages/python-qdldl] Pushed new tag 0.1.7.post2-2

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


Antonio Rojas pushed new tag 0.1.7.post2-2 at Arch Linux / Packaging / Packages 
/ python-qdldl

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




[Git][archlinux/packaging/packages/python-qdldl][main] upgpkg: 0.1.7.post2-1: Update to 0.1.7.post2

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


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
python-qdldl


Commits:
f8675a35 by Antonio Rojas at 2024-04-18T23:09:06+02:00
upgpkg: 0.1.7.post2-1: Update to 0.1.7.post2

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,10 +1,10 @@
 pkgbase = python-qdldl
pkgdesc = Python interface to the QDLDL free LDL factorization routine 
for quasi-definite linear systems
-   pkgver = 0.1.7.post1
-   pkgrel = 2
+   pkgver = 0.1.7.post2
+   pkgrel = 1
url = https://github.com/oxfordcontrol/qdldl-python/
arch = x86_64
-   license = Apache
+   license = Apache-2.0
checkdepends = python-pytest
makedepends = python-build
makedepends = python-installer
@@ -13,7 +13,7 @@ pkgbase = python-qdldl
makedepends = pybind11
makedepends = cmake
depends = python-scipy
-   source = 
https://pypi.org/packages/source/q/qdldl/qdldl-0.1.7.post1.tar.gz
-   sha256sums = 
798d88c16e02536ae65c71f06b64e3fbf31b74d7e47bc10ff9816768632b3a64
+   source = 
https://pypi.org/packages/source/q/qdldl/qdldl-0.1.7.post2.tar.gz
+   sha256sums = 
4b1539a5ec10cc757afd7156d7deb4006007cad86d774c9f0fdc3e34415557d3
 
 pkgname = python-qdldl


=
PKGBUILD
=
@@ -2,8 +2,8 @@
 
 _pyname=qdldl
 pkgname=python-$_pyname
-pkgver=0.1.7.post1
-pkgrel=2
+pkgver=0.1.7.post2
+pkgrel=1
 pkgdesc='Python interface to the QDLDL free LDL factorization routine for 
quasi-definite linear systems'
 url='https://github.com/oxfordcontrol/qdldl-python/'
 license=(Apache-2.0)
@@ -12,7 +12,7 @@ depends=(python-scipy)
 makedepends=(python-build python-installer python-setuptools python-wheel 
pybind11 cmake)
 checkdepends=(python-pytest)
 
source=(https://pypi.org/packages/source/${_pyname:0:1}/$_pyname/$_pyname-$pkgver.tar.gz)
-sha256sums=('798d88c16e02536ae65c71f06b64e3fbf31b74d7e47bc10ff9816768632b3a64')
+sha256sums=('4b1539a5ec10cc757afd7156d7deb4006007cad86d774c9f0fdc3e34415557d3')
 
 build() {
   cd $_pyname-$pkgver



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

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




[Git][archlinux/packaging/packages/python-qdldl] Pushed new tag 0.1.7.post2-1

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


Antonio Rojas pushed new tag 0.1.7.post2-1 at Arch Linux / Packaging / Packages 
/ python-qdldl

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




[Git][archlinux/packaging/packages/jupyter-server-fileid][main] upgpkg: 0.9.2-2: Python 3.12 rebuild

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


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
jupyter-server-fileid


Commits:
249a80f7 by Antonio Rojas at 2024-04-18T23:04:31+02:00
upgpkg: 0.9.2-2: Python 3.12 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = jupyter-server-fileid
pkgdesc = A Jupyter Server extension providing an implementation of the 
File ID service
pkgver = 0.9.2
-   pkgrel = 1
+   pkgrel = 2
url = https://jupyter.org/
arch = any
license = BSD-3-Clause


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _pyname=jupyter_server_fileid
 pkgname=jupyter-server-fileid
 pkgver=0.9.2
-pkgrel=1
+pkgrel=2
 pkgdesc='A Jupyter Server extension providing an implementation of the File ID 
service'
 arch=(any)
 url='https://jupyter.org/'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/jupyter-server-fileid/-/commit/249a80f75ab620a803cdb760f46dddafb1c73629

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




[Git][archlinux/packaging/packages/jupyter-server-fileid] Pushed new tag 0.9.2-2

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


Antonio Rojas pushed new tag 0.9.2-2 at Arch Linux / Packaging / Packages / 
jupyter-server-fileid

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




[Git][archlinux/packaging/packages/jupyter-server-fileid] Pushed new tag 0.9.2-1

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


Antonio Rojas pushed new tag 0.9.2-1 at Arch Linux / Packaging / Packages / 
jupyter-server-fileid

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




[Git][archlinux/packaging/packages/jupyter-server-fileid][main] upgpkg: 0.9.2-1: Update to 0.9.2

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


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
jupyter-server-fileid


Commits:
35ccd4a7 by Antonio Rojas at 2024-04-18T23:02:08+02:00
upgpkg: 0.9.2-1: Update to 0.9.2

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,10 +1,10 @@
 pkgbase = jupyter-server-fileid
pkgdesc = A Jupyter Server extension providing an implementation of the 
File ID service
-   pkgver = 0.9.1
-   pkgrel = 2
+   pkgver = 0.9.2
+   pkgrel = 1
url = https://jupyter.org/
arch = any
-   license = BSD
+   license = BSD-3-Clause
checkdepends = python-pytest-jupyter
makedepends = python-build
makedepends = python-hatchling
@@ -16,7 +16,7 @@ pkgbase = jupyter-server-fileid
depends = python-jupyter-events
depends = python-tornado
depends = python-traitlets
-   source = 
https://github.com/jupyter-server/jupyter_server_fileid/releases/download/v0.9.1/jupyter_server_fileid-0.9.1.tar.gz
-   sha256sums = 
7486bca3acf9bbaab7ce5127f9f64d2df58f5d2de377609fb833291a7217a6a2
+   source = 
https://github.com/jupyter-server/jupyter_server_fileid/releases/download/v0.9.2/jupyter_server_fileid-0.9.2.tar.gz
+   sha256sums = 
ffb11460ca5f8567644f6120b25613fca8e3f3048b38d14c6e3fe1902f314a9b
 
 pkgname = jupyter-server-fileid


=
PKGBUILD
=
@@ -2,12 +2,12 @@
 
 _pyname=jupyter_server_fileid
 pkgname=jupyter-server-fileid
-pkgver=0.9.1
-pkgrel=2
+pkgver=0.9.2
+pkgrel=1
 pkgdesc='A Jupyter Server extension providing an implementation of the File ID 
service'
 arch=(any)
 url='https://jupyter.org/'
-license=(BSD)
+license=(BSD-3-Clause)
 depends=(jupyter-server
  python
  python-click
@@ -20,7 +20,7 @@ makedepends=(python-build
  python-installer)
 checkdepends=(python-pytest-jupyter)
 
source=(https://github.com/jupyter-server/$_pyname/releases/download/v$pkgver/$_pyname-$pkgver.tar.gz)
-sha256sums=('7486bca3acf9bbaab7ce5127f9f64d2df58f5d2de377609fb833291a7217a6a2')
+sha256sums=('ffb11460ca5f8567644f6120b25613fca8e3f3048b38d14c6e3fe1902f314a9b')
 
 build() {
   cd $_pyname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/jupyter-server-fileid/-/commit/35ccd4a703aa39e90eb621bfeee6aa555604e4ba

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




[Git][archlinux/packaging/packages/gsound][main] Add scrinfo and config for nvchecker

2024-04-18 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / gsound


Commits:
76ddc414 by Balló György at 2024-04-18T22:22:44+02:00
Add scrinfo and config for nvchecker

- - - - -


2 changed files:

- + .SRCINFO
- + .nvchecker.toml


Changes:

=
.SRCINFO
=
@@ -0,0 +1,17 @@
+pkgbase = gsound
+   pkgdesc = Small library for playing system sounds
+   pkgver = 1.0.3
+   pkgrel = 3
+   url = https://wiki.gnome.org/Projects/GSound
+   arch = x86_64
+   license = LGPL-2.1-or-later
+   makedepends = gobject-introspection
+   makedepends = meson
+   makedepends = vala
+   depends = glib2
+   depends = glibc
+   depends = libcanberra
+   source = 
https://download.gnome.org/sources/gsound/1.0/gsound-1.0.3.tar.xz
+   sha256sums = 
ca2d039e1ebd148647017a7f548862350bc9af01986d39f10cfdc8e95f07881a
+
+pkgname = gsound


=
.nvchecker.toml
=
@@ -0,0 +1,3 @@
+[gsound]
+source = "git"
+git = "https://gitlab.gnome.org/GNOME/gsound.git;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gsound/-/commit/76ddc414f91813344112d89259920be456796331

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




[Git][archlinux/packaging/packages/trurl][main] upgpkg: 0.12-1

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


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


Commits:
e45a43ba by Caleb Maclennan at 2024-04-18T23:20:58+03:00
upgpkg: 0.12-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = trurl
pkgdesc = Command line tool for URL parsing and manipulation
-   pkgver = 0.11
-   pkgrel = 2
+   pkgver = 0.12
+   pkgrel = 1
url = https://github.com/curl/trurl
arch = x86_64
license = custom
@@ -9,7 +9,7 @@ pkgbase = trurl
checkdepends = valgrind
depends = curl
depends = glibc
-   source = 
https://github.com/curl/trurl/archive/refs/tags/trurl-0.11.tar.gz
-   sha256sums = 
c82773e6d841a5ab8d1306daaf062ba8b953b1d58023089550c23d478a885863
+   source = 
https://github.com/curl/trurl/archive/refs/tags/trurl-0.12.tar.gz
+   sha256sums = 
67a1620ebb0392a9cdd8e46bc44a14e0a5d8c1a9112859fbbb525ec919d2fa9b
 
 pkgname = trurl


=
PKGBUILD
=
@@ -3,8 +3,8 @@
 # Contributor: Michael Lass 
 
 pkgname=trurl
-pkgver=0.11
-pkgrel=2
+pkgver=0.12
+pkgrel=1
 pkgdesc="Command line tool for URL parsing and manipulation"
 arch=(x86_64)
 url="https://github.com/curl/trurl;
@@ -12,7 +12,7 @@ license=(custom)
 depends=(curl glibc)
 checkdepends=(python valgrind)
 
source=("https://github.com/curl/$pkgname/archive/refs/tags/$pkgname-$pkgver.tar.gz;)
-sha256sums=('c82773e6d841a5ab8d1306daaf062ba8b953b1d58023089550c23d478a885863')
+sha256sums=('67a1620ebb0392a9cdd8e46bc44a14e0a5d8c1a9112859fbbb525ec919d2fa9b')
 
 build() {
cd "$pkgname-$pkgname-$pkgver"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/trurl/-/commit/e45a43ba24861b9134ee2f918cb740629b6d8d70

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




[Git][archlinux/packaging/packages/trurl] Pushed new tag 0.12-1

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


Caleb Maclennan pushed new tag 0.12-1 at Arch Linux / Packaging / Packages / 
trurl

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




[Git][archlinux/packaging/packages/borgmatic][main] Use --override-ini instead of -c for pytest

2024-04-18 Thread Daniel M. Capella (@polyzen)


Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / 
borgmatic


Commits:
c4b44866 by Daniel M. Capella at 2024-04-18T16:15:37-04:00
Use --override-ini instead of -c for pytest

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -50,8 +50,9 @@ build() {
 
 check() {
   cd $pkgname
-  PATH="$PWD/test-env/bin:$PATH" test-env/bin/python -m pytest -c /dev/null \
---ignore=tests/end-to-end
+  # Override addopts as they invoke coverage testing
+  PATH="$PWD/test-env/bin:$PATH" test-env/bin/python -m pytest \
+--override-ini="addopts=" --ignore=tests/end-to-end
 }
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/borgmatic/-/commit/c4b4486662cb6fe50e136316ad704451bfbba54d

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




[Git][archlinux/packaging/packages/python-aiostream][main] Use --override-ini instead of -c for pytest

2024-04-18 Thread Daniel M. Capella (@polyzen)


Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / 
python-aiostream


Commits:
a46e59c0 by Daniel M. Capella at 2024-04-18T16:12:50-04:00
Use --override-ini instead of -c for pytest

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -28,7 +28,8 @@ build() {
 
 check() {
   cd "$_name"
-  PYTHONPATH="$PWD/$_name:$PYTHONPATH" pytest tests --strict-markers -c 
/dev/null
+  # Override addopts as they invoke coverage testing
+  PYTHONPATH="$PWD/$_name:$PYTHONPATH" pytest --override-ini="addopts=" tests 
--strict-markers
 }
 
 package() {



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

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




[Git][archlinux/packaging/packages/ruff] Pushed new tag 0.4.0-2

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


Caleb Maclennan pushed new tag 0.4.0-2 at Arch Linux / Packaging / Packages / 
ruff

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




[Git][archlinux/packaging/packages/ruff][main] upgpkg: 0.4.0-2: Rebuild with Python 3.12

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


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


Commits:
f7bc986d by Caleb Maclennan at 2024-04-18T23:05:19+03:00
upgpkg: 0.4.0-2: Rebuild with Python 3.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = ruff
pkgdesc = An extremely fast Python linter, written in Rust
pkgver = 0.4.0
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/astral-sh/ruff
arch = x86_64
license = MIT


=
PKGBUILD
=
@@ -6,7 +6,7 @@
 pkgbase=ruff
 pkgname=($pkgbase python-$pkgbase)
 pkgver=0.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc='An extremely fast Python linter, written in Rust'
 arch=(x86_64)
 url="https://github.com/astral-sh/$pkgbase;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ruff/-/commit/f7bc986d77c5e4e7240dbf4da1257942ee4a57a5

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




[Git][archlinux/packaging/packages/python-charset-normalizer][main] Use --override-ini instead of -c for pytest

2024-04-18 Thread Daniel M. Capella (@polyzen)


Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / 
python-charset-normalizer


Commits:
7e84029a by Daniel M. Capella at 2024-04-18T16:04:49-04:00
Use --override-ini instead of -c for pytest

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -38,7 +38,8 @@ build() {
 
 check() {
   cd $_name
-  pytest -c /dev/null
+  # Override addopts as they invoke coverage testing
+  pytest --override-ini="addopts="
 }
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-charset-normalizer/-/commit/7e84029ac83d37b3c8bfe6e08a8d97b49c48820c

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




[Git][archlinux/packaging/packages/ruff] Pushed new tag 0.4.0-1

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


Caleb Maclennan pushed new tag 0.4.0-1 at Arch Linux / Packaging / Packages / 
ruff

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




[Git][archlinux/packaging/packages/ruff][main] upgpkg: 0.4.0-1

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


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


Commits:
e3cc082b by Caleb Maclennan at 2024-04-18T22:59:58+03:00
upgpkg: 0.4.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = ruff
pkgdesc = An extremely fast Python linter, written in Rust
-   pkgver = 0.3.7
-   pkgrel = 2
+   pkgver = 0.4.0
+   pkgrel = 1
url = https://github.com/astral-sh/ruff
arch = x86_64
license = MIT
@@ -11,9 +11,9 @@ pkgbase = ruff
depends = gcc-libs
depends = glibc
options = !lto
-   source = 
https://github.com/astral-sh/ruff/archive/refs/tags/v0.3.7/ruff-0.3.7.tar.gz
-   sha512sums = 
88c7b31b6598a470fa5810cae572a3a955077485aa5eea5fa81d23e1180af6f3e2d32d3293770e0b6a08fe23b06383eb393db5a4734dff418e7ac2722c130197
-   b2sums = 
ee6889278a163ee5af445bd6f676c8996fbc9cf30306cd00beaf759e0a5b5bb198b81b40dbc9b97007bc585e31e4fb5ee5fb9fb9d07333d6d5014049251b98d1
+   source = 
https://github.com/astral-sh/ruff/archive/refs/tags/v0.4.0/ruff-0.4.0.tar.gz
+   sha512sums = 
4f7b00d9ee091ca6b0fe4e73178663562c55682d168962a8e295d874f004f456f6f6b1680137891c8bab2705402a53d5dab542d23cb3546deb116d27daf25dec
+   b2sums = 
7db5144acfc740ef7472b03d159c281477c689aba46a25ad6691eeede6851e4b3f4a4e5781a9a7b7f808b77767e6ca76f40f22136c6f09ca8a6ec68bbfe620ff
 
 pkgname = ruff
 


=
PKGBUILD
=
@@ -5,8 +5,8 @@
 
 pkgbase=ruff
 pkgname=($pkgbase python-$pkgbase)
-pkgver=0.3.7
-pkgrel=2
+pkgver=0.4.0
+pkgrel=1
 pkgdesc='An extremely fast Python linter, written in Rust'
 arch=(x86_64)
 url="https://github.com/astral-sh/$pkgbase;
@@ -23,8 +23,8 @@ makedepends=(
 options=(!lto)
 _archive="$pkgbase-$pkgver"
 source=($url/archive/refs/tags/v$pkgver/$_archive.tar.gz)
-sha512sums=('88c7b31b6598a470fa5810cae572a3a955077485aa5eea5fa81d23e1180af6f3e2d32d3293770e0b6a08fe23b06383eb393db5a4734dff418e7ac2722c130197')
-b2sums=('ee6889278a163ee5af445bd6f676c8996fbc9cf30306cd00beaf759e0a5b5bb198b81b40dbc9b97007bc585e31e4fb5ee5fb9fb9d07333d6d5014049251b98d1')
+sha512sums=('4f7b00d9ee091ca6b0fe4e73178663562c55682d168962a8e295d874f004f456f6f6b1680137891c8bab2705402a53d5dab542d23cb3546deb116d27daf25dec')
+b2sums=('7db5144acfc740ef7472b03d159c281477c689aba46a25ad6691eeede6851e4b3f4a4e5781a9a7b7f808b77767e6ca76f40f22136c6f09ca8a6ec68bbfe620ff')
 
 prepare() {
   cd "$_archive"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ruff/-/commit/e3cc082b02cf569c9f8c8fb36366677e270fa47b

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




[Git][archlinux/packaging/packages/glab] Pushed new tag 1.39.0-1

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


Caleb Maclennan pushed new tag 1.39.0-1 at Arch Linux / Packaging / Packages / 
glab

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




[Git][archlinux/packaging/packages/glab][main] upgpkg: 1.39.0-1

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


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


Commits:
ffbb5258 by Caleb Maclennan at 2024-04-18T22:58:51+03:00
upgpkg: 1.39.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = glab
pkgdesc = Cli tool to help work seamlessly with GitLab from the command 
line
-   pkgver = 1.38.0
+   pkgver = 1.39.0
pkgrel = 1
url = https://gitlab.com/gitlab-org/cli
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = glab
depends = glibc
replaces = gitlab-glab
options = !lto
-   source = 
https://gitlab.com/gitlab-org/cli/-/archive/v1.38.0/cli-v1.38.0.tar.gz
-   sha256sums = 
e41f7c04d782936562f7eee6866ae973aa4f2807ade643372a918d5271f279c7
+   source = 
https://gitlab.com/gitlab-org/cli/-/archive/v1.39.0/cli-v1.39.0.tar.gz
+   sha256sums = 
1426c717b090248bef44c26bcc05f34cf8512201fc40eb261b7143b41052a2ad
 
 pkgname = glab


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Abdo Roig-Maranges 
 
 pkgname=glab
-pkgver=1.38.0
+pkgver=1.39.0
 pkgrel=1
 pkgdesc='Cli tool to help work seamlessly with GitLab from the command line'
 arch=(x86_64)
@@ -15,7 +15,7 @@ replaces=(gitlab-glab)
 options=(!lto)
 _archive="cli-v$pkgver"
 source=("$url/-/archive/v$pkgver/$_archive.tar.gz")
-sha256sums=('e41f7c04d782936562f7eee6866ae973aa4f2807ade643372a918d5271f279c7')
+sha256sums=('1426c717b090248bef44c26bcc05f34cf8512201fc40eb261b7143b41052a2ad')
 
 build() {
cd "$_archive"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/glab/-/commit/ffbb52580bfea2daf9bf1ace7e552fcdf9d56ba2

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




[Git][archlinux/packaging/packages/gunicorn][main] Add comment explaining override

2024-04-18 Thread Daniel M. Capella (@polyzen)


Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / 
gunicorn


Commits:
ad04c4e2 by Daniel M. Capella at 2024-04-18T15:48:47-04:00
Add comment explaining override

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -41,6 +41,7 @@ build() {
 
 check() {
   cd $pkgname
+  # Override addopts as they invoke coverage testing
   python -m pytest --override-ini="addopts="
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gunicorn/-/commit/ad04c4e2924b53e56ebfe617366af8eacb30ac45

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




[Git][archlinux/packaging/packages/python-docstring-to-markdown][main] Use --override-ini instead of -c for pytest

2024-04-18 Thread Daniel M. Capella (@polyzen)


Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / 
python-docstring-to-markdown


Commits:
e0ff3e7a by Daniel M. Capella at 2024-04-18T15:46:31-04:00
Use --override-ini instead of -c for pytest

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -28,7 +28,8 @@ build() {
 
 check() {
   cd "$_name"
-  PYTHONPATH="$PWD/$_name:$PYTHONPATH" pytest -c /dev/null --pyargs tests
+  # Override addopts as they invoke coverage testing
+  PYTHONPATH="$PWD/$_name:$PYTHONPATH" pytest --override-ini="addopts="
 }
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-docstring-to-markdown/-/commit/e0ff3e7a59bff8a3f0dbe56859116cf416a6cceb

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




[Git][archlinux/packaging/packages/zerotier-one][main] upgpkg: 1.14.0-1: new upstream release

2024-04-18 Thread Christian Hesse (@eworm)


Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages / 
zerotier-one


Commits:
843a470b by Christian Hesse at 2024-04-18T21:47:05+02:00
upgpkg: 1.14.0-1: new upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = zerotier-one
pkgdesc = Creates virtual Ethernet networks of almost unlimited size.
-   pkgver = 1.12.2
+   pkgver = 1.14.0
pkgrel = 1
url = https://www.zerotier.com/
arch = x86_64
@@ -10,9 +10,9 @@ pkgbase = zerotier-one
depends = libnatpmp
depends = miniupnpc
options = !lto
-   source = 
zerotier-one-1.12.2.tar.gz::https://github.com/zerotier/ZeroTierOne/archive/refs/tags/1.12.2.tar.gz
+   source = 
zerotier-one-1.14.0.tar.gz::https://github.com/zerotier/ZeroTierOne/archive/refs/tags/1.14.0.tar.gz
source = sysusers.conf
-   sha512sums = 
75a698dc3755f18a9a8909a231f6d9667edfeb3140e3e4925ebe2e01d2172bd1ac8d1498439e0e9959343a4258bc7f3862d8e6a6eb4f03ebc77e02ef7c074e73
+   sha512sums = 
f795d515ab82188cee3d11002db5366ddab9c89abca5111d114aa51f21dfb34b0800aff1f4f6c8ef84e43341dcc91d93dc64580a99df28eb2547b6d05d11331e
sha512sums = 
1fdcc2e2a888ac7a93985bb6c16ac818aa6b7a56ccdeedf3cbbd22158251f6119f841e41e79b5522f9d1c6b8a315525d178cc42197c5eef2c70498b7954541f0
 
 pkgname = zerotier-one


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Alex Jordan 
 
 pkgname=zerotier-one
-pkgver=1.12.2
+pkgver=1.14.0
 pkgrel=1
 pkgdesc='Creates virtual Ethernet networks of almost unlimited size.'
 arch=('x86_64')
@@ -14,7 +14,7 @@ makedepends=('rust')
 options=('!lto')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/zerotier/ZeroTierOne/archive/refs/tags/$pkgver.tar.gz;
 'sysusers.conf')
-sha512sums=('75a698dc3755f18a9a8909a231f6d9667edfeb3140e3e4925ebe2e01d2172bd1ac8d1498439e0e9959343a4258bc7f3862d8e6a6eb4f03ebc77e02ef7c074e73'
+sha512sums=('f795d515ab82188cee3d11002db5366ddab9c89abca5111d114aa51f21dfb34b0800aff1f4f6c8ef84e43341dcc91d93dc64580a99df28eb2547b6d05d11331e'
 
'1fdcc2e2a888ac7a93985bb6c16ac818aa6b7a56ccdeedf3cbbd22158251f6119f841e41e79b5522f9d1c6b8a315525d178cc42197c5eef2c70498b7954541f0')
 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/zerotier-one/-/commit/843a470b3012c7cd924d67869a65948975df9b48

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




[Git][archlinux/packaging/packages/zerotier-one] Pushed new tag 1.14.0-1

2024-04-18 Thread Christian Hesse (@eworm)


Christian Hesse pushed new tag 1.14.0-1 at Arch Linux / Packaging / Packages / 
zerotier-one

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




[Git][archlinux/packaging/packages/nodejs][main] upgpkg: 21.7.3-1

2024-04-18 Thread Felix Yan (@felixonmars)


Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / nodejs


Commits:
bcc7cc01 by Felix Yan at 2024-04-18T19:00:01+00:00
upgpkg: 21.7.3-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = nodejs
pkgdesc = Evented I/O for V8 javascript
-   pkgver = 21.7.2
+   pkgver = 21.7.3
pkgrel = 1
url = https://nodejs.org/
arch = x86_64
@@ -19,7 +19,7 @@ pkgbase = nodejs
depends = c-ares
optdepends = npm: nodejs package manager
options = !lto
-   source = 
git+https://github.com/nodejs/node.git#commit=d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2
-   sha512sums = 
488d9f320dc183d27bd6ec770d9070da39cebe135a2582cbb44c4577d68addea3ffe15548ce17e02004e0ecd54bd55c7e7e5b2fbc8b3dac61fbbdad29df30cef
+   source = 
git+https://github.com/nodejs/node.git#commit=97297e91febe3b49b50b22f0bea8ed21189a9e53
+   sha512sums = 
0ad01c39b5e04a00782ce4ae7540d1b72014b7dfab38b9a783bb5dcf58a715d62ea8d73b1a269323dc778d46cf4cee26af828d93e64c05adb88f5ad6ef3ef38e
 
 pkgname = nodejs


=
PKGBUILD
=
@@ -8,8 +8,8 @@
 # Contributor: TIanyi Cui 
 
 pkgname=nodejs
-pkgver=21.7.2
-_commit=d4a1d050c0b22f0455bb6eb53eca8f7e7da937d2
+pkgver=21.7.3
+_commit=97297e91febe3b49b50b22f0bea8ed21189a9e53
 pkgrel=1
 pkgdesc='Evented I/O for V8 javascript'
 arch=('x86_64')
@@ -20,7 +20,7 @@ depends=('icu' 'libuv' 'libnghttp2' 'libnghttp3' 'libngtcp2' 
'openssl' 'zlib' 'b
 makedepends=('git' 'python' 'procps-ng')
 optdepends=('npm: nodejs package manager')
 source=("git+https://github.com/nodejs/node.git#commit=$_commit;)
-sha512sums=('488d9f320dc183d27bd6ec770d9070da39cebe135a2582cbb44c4577d68addea3ffe15548ce17e02004e0ecd54bd55c7e7e5b2fbc8b3dac61fbbdad29df30cef')
+sha512sums=('0ad01c39b5e04a00782ce4ae7540d1b72014b7dfab38b9a783bb5dcf58a715d62ea8d73b1a269323dc778d46cf4cee26af828d93e64c05adb88f5ad6ef3ef38e')
 
 build() {
   cd node



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nodejs/-/commit/bcc7cc015cf42d14cdbff41982ce6ba874c5a1fd

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




[Git][archlinux/packaging/packages/nodejs] Pushed new tag 21.7.3-1

2024-04-18 Thread Felix Yan (@felixonmars)


Felix Yan pushed new tag 21.7.3-1 at Arch Linux / Packaging / Packages / nodejs

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




[Git][archlinux/packaging/packages/cargo-dist] Pushed new tag 0.13.2-1

2024-04-18 Thread @orhun


Orhun Parmaksız pushed new tag 0.13.2-1 at Arch Linux / Packaging / Packages / 
cargo-dist

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




[Git][archlinux/packaging/packages/cargo-dist][main] upgpkg: 0.13.2-1: upstream release

2024-04-18 Thread @orhun


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


Commits:
c8fdc154 by Orhun Parmaksız at 2024-04-18T21:52:55+03:00
upgpkg: 0.13.2-1: upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = cargo-dist
pkgdesc = Shippable application packaging for Rust
-   pkgver = 0.13.1
+   pkgver = 0.13.2
pkgrel = 1
url = https://github.com/axodotdev/cargo-dist
arch = x86_64
@@ -11,7 +11,7 @@ pkgbase = cargo-dist
depends = xz
depends = bzip2
options = !lto
-   source = 
cargo-dist-0.13.1.tar.gz::https://github.com/axodotdev/cargo-dist/archive/v0.13.1.tar.gz
-   sha256sums = 
21bbdfc40c9bf9da7ca6f9e995aca4a54fbb09439e4dbf9eec9c6392cbaabbdc
+   source = 
cargo-dist-0.13.2.tar.gz::https://github.com/axodotdev/cargo-dist/archive/v0.13.2.tar.gz
+   sha256sums = 
a5921c0dfd819079c7e5910ab82b369a24173709a201e25386ff6bfb238e2b58
 
 pkgname = cargo-dist


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Orhun Parmaksız 
 
 pkgname=cargo-dist
-pkgver=0.13.1
+pkgver=0.13.2
 pkgrel=1
 pkgdesc="Shippable application packaging for Rust"
 arch=('x86_64')
@@ -10,7 +10,7 @@ license=('Apache-2.0' 'MIT')
 depends=('cargo' 'xz' 'bzip2')
 checkdepends=('git')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('21bbdfc40c9bf9da7ca6f9e995aca4a54fbb09439e4dbf9eec9c6392cbaabbdc')
+sha256sums=('a5921c0dfd819079c7e5910ab82b369a24173709a201e25386ff6bfb238e2b58')
 options=('!lto')
 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cargo-dist/-/commit/c8fdc15437f89c8d8e8c3af394eb49271bf32541

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




[Git][archlinux/packaging/packages/gunicorn][main] upgpkg: 22.0.0-2: Python 3.12 rebuild

2024-04-18 Thread Daniel M. Capella (@polyzen)


Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / 
gunicorn


Commits:
2c7eb9cc by Daniel M. Capella at 2024-04-18T14:51:11-04:00
upgpkg: 22.0.0-2: Python 3.12 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = gunicorn
pkgdesc = WSGI HTTP Server for UNIX
pkgver = 22.0.0
-   pkgrel = 1
+   pkgrel = 2
url = https://gunicorn.org/
arch = any
license = MIT


=
PKGBUILD
=
@@ -6,7 +6,7 @@
 
 pkgname=gunicorn
 pkgver=22.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc='WSGI HTTP Server for UNIX'
 arch=('any')
 url='https://gunicorn.org/'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gunicorn/-/commit/2c7eb9cc1589e4a4556d0707c53dfd94cf50925b

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




[Git][archlinux/packaging/packages/gunicorn] Pushed new tag 22.0.0-2

2024-04-18 Thread Daniel M. Capella (@polyzen)


Daniel M. Capella pushed new tag 22.0.0-2 at Arch Linux / Packaging / Packages 
/ gunicorn

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




[Git][archlinux/packaging/packages/gunicorn][main] upgpkg: 22.0.0-1

2024-04-18 Thread Daniel M. Capella (@polyzen)


Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / 
gunicorn


Commits:
a7120cfc by Daniel M. Capella at 2024-04-18T14:50:19-04:00
upgpkg: 22.0.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,27 +1,25 @@
 pkgbase = gunicorn
pkgdesc = WSGI HTTP Server for UNIX
-   pkgver = 21.2.0
-   pkgrel = 3
+   pkgver = 22.0.0
+   pkgrel = 1
url = https://gunicorn.org/
arch = any
license = MIT
checkdepends = python-aiohttp
-   checkdepends = python-coverage
checkdepends = python-eventlet
checkdepends = python-gevent
checkdepends = python-pytest
-   checkdepends = python-pytest-cov
makedepends = git
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools
makedepends = python-wheel
-   depends = python
+   depends = python-packaging
optdepends = python-eventlet: for asynchronous request handling with 
eventlet
optdepends = python-gevent: for asynchronous request handling with 
gevent
optdepends = python-setproctitle: for process renaming
optdepends = python-tornado: for asynchronous request handling with 
tornado
-   source = git+https://github.com/benoitc/gunicorn.git#tag=21.2.0
-   b2sums = 
6d16b867e202b5291529e757675c88236bb2cb213489fe9610cc057235f00fcc3c065e36857e152fe79e736d6cb903f8f18911a0eca597cf7b0e65350b4b5bcd
+   source = git+https://github.com/benoitc/gunicorn.git#tag=22.0.0
+   b2sums = 
ceba81b2dc5914f6f0aba0c8971ed36af1e0db078df3bcbb1381e3928a34152e2c251b145476522764582b556e176c1cbb3762e1a0ea2a2d8219f63f0e4a8180
 
 pkgname = gunicorn


=
PKGBUILD
=
@@ -5,13 +5,13 @@
 # Contributor: Vsevolod Balashov 
 
 pkgname=gunicorn
-pkgver=21.2.0
-pkgrel=3
+pkgver=22.0.0
+pkgrel=1
 pkgdesc='WSGI HTTP Server for UNIX'
 arch=('any')
 url='https://gunicorn.org/'
 license=('MIT')
-depends=('python')
+depends=('python-packaging')
 makedepends=(
   'git'
   'python-build'
@@ -21,11 +21,9 @@ makedepends=(
 )
 checkdepends=(
   'python-aiohttp'
-  'python-coverage'
   'python-eventlet'
   'python-gevent'
   'python-pytest'
-  'python-pytest-cov'
 )
 optdepends=(
   'python-eventlet: for asynchronous request handling with eventlet'
@@ -34,7 +32,7 @@ optdepends=(
   'python-tornado: for asynchronous request handling with tornado'
 )
 source=("git+https://github.com/benoitc/$pkgname.git#tag=$pkgver;)
-b2sums=('6d16b867e202b5291529e757675c88236bb2cb213489fe9610cc057235f00fcc3c065e36857e152fe79e736d6cb903f8f18911a0eca597cf7b0e65350b4b5bcd')
+b2sums=('ceba81b2dc5914f6f0aba0c8971ed36af1e0db078df3bcbb1381e3928a34152e2c251b145476522764582b556e176c1cbb3762e1a0ea2a2d8219f63f0e4a8180')
 
 build() {
   cd $pkgname
@@ -43,7 +41,7 @@ build() {
 
 check() {
   cd $pkgname
-  python -m pytest
+  python -m pytest --override-ini="addopts="
 }
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gunicorn/-/commit/a7120cfc1c7ed9b0f9c2f09bdcd02533b6772a00

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




[Git][archlinux/packaging/packages/gunicorn] Pushed new tag 22.0.0-1

2024-04-18 Thread Daniel M. Capella (@polyzen)


Daniel M. Capella pushed new tag 22.0.0-1 at Arch Linux / Packaging / Packages 
/ gunicorn

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




[Git][archlinux/packaging/packages/python-unearth][main] upgpkg: 0.15.2-2: Rebuild against Python 3.12

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


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


Commits:
6bfc0a2d by David Runge at 2024-04-18T20:47:58+02:00
upgpkg: 0.15.2-2: Rebuild against Python 3.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-unearth
pkgdesc = A utility to fetch and download python packages
pkgver = 0.15.2
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/frostming/unearth
arch = any
license = MIT


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _name=unearth
 pkgname=python-unearth
 pkgver=0.15.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A utility to fetch and download python packages"
 arch=(any)
 url="https://github.com/frostming/unearth;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-unearth/-/commit/6bfc0a2d73e0a03321af95c63da2ab6d78344a4c

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




[Git][archlinux/packaging/packages/python-unearth] Pushed new tag 0.15.2-2

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


David Runge pushed new tag 0.15.2-2 at Arch Linux / Packaging / Packages / 
python-unearth

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




[Git][archlinux/packaging/packages/python-unearth][main] upgpkg: 0.15.2-1

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


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


Commits:
8a45e115 by David Runge at 2024-04-18T20:47:25+02:00
upgpkg: 0.15.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-unearth
pkgdesc = A utility to fetch and download python packages
-   pkgver = 0.15.1
-   pkgrel = 2
+   pkgver = 0.15.2
+   pkgrel = 1
url = https://github.com/frostming/unearth
arch = any
license = MIT
@@ -20,8 +20,8 @@ pkgbase = python-unearth
depends = python-httpx
optdepends = python-keyring: use keyring for authentication
optdepends = python-requests: use legacy facilities for download
-   source = 
python-unearth-0.15.1.tar.gz::https://github.com/frostming/unearth/archive/refs/tags/0.15.1.tar.gz
-   sha512sums = 
d4c4bd15c29ab7a172ded4db04dbc56187b5f3d5cf9c47433958240b5c475ee6708c16f7c606ae9998e0fe10e6570e02a57238d38a7cd83e6fc8e24b1aaa8180
-   b2sums = 
342fed4c89c157562b77078ca1e6ab0adf1785185ce5ba81c8e619724e8a2f36642c1f87a09b9b0967aca22ac3cd86708d141a7e9601c27f3ec7d912cc62f9aa
+   source = 
python-unearth-0.15.2.tar.gz::https://github.com/frostming/unearth/archive/refs/tags/0.15.2.tar.gz
+   sha512sums = 
46d0ecb7831a4d19e0efe182b3c9af3074a960ebb1f388106649b58c3f9fc8d65a64ee86f31d72dae0f37a7a2b667c00dce4a3fcae7e186c88e3b57b2ca7a7bc
+   b2sums = 
9921dba5e0e29a7881843c34b11044b9b964178b80738758c230fe37c0fbd15a2d28a0d1195edc7584917e4b119adbf5300df7ed23e7636f5659751e154ecb2f
 
 pkgname = python-unearth


=
PKGBUILD
=
@@ -2,8 +2,8 @@
 
 _name=unearth
 pkgname=python-unearth
-pkgver=0.15.1
-pkgrel=2
+pkgver=0.15.2
+pkgrel=1
 pkgdesc="A utility to fetch and download python packages"
 arch=(any)
 url="https://github.com/frostming/unearth;
@@ -34,8 +34,8 @@ optdepends=(
 source=(
   $pkgname-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz
 )
-sha512sums=('d4c4bd15c29ab7a172ded4db04dbc56187b5f3d5cf9c47433958240b5c475ee6708c16f7c606ae9998e0fe10e6570e02a57238d38a7cd83e6fc8e24b1aaa8180')
-b2sums=('342fed4c89c157562b77078ca1e6ab0adf1785185ce5ba81c8e619724e8a2f36642c1f87a09b9b0967aca22ac3cd86708d141a7e9601c27f3ec7d912cc62f9aa')
+sha512sums=('46d0ecb7831a4d19e0efe182b3c9af3074a960ebb1f388106649b58c3f9fc8d65a64ee86f31d72dae0f37a7a2b667c00dce4a3fcae7e186c88e3b57b2ca7a7bc')
+b2sums=('9921dba5e0e29a7881843c34b11044b9b964178b80738758c230fe37c0fbd15a2d28a0d1195edc7584917e4b119adbf5300df7ed23e7636f5659751e154ecb2f')
 
 build() {
   cd $_name-$pkgver



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

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




[Git][archlinux/packaging/packages/python-unearth] Pushed new tag 0.15.2-1

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


David Runge pushed new tag 0.15.2-1 at Arch Linux / Packaging / Packages / 
python-unearth

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




[Git][archlinux/packaging/packages/python-findpython] Pushed new tag 0.6.1-2

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


David Runge pushed new tag 0.6.1-2 at Arch Linux / Packaging / Packages / 
python-findpython

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




[Git][archlinux/packaging/packages/python-findpython][main] upgpkg: 0.6.1-2: Rebuild against Python 3.12

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


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


Commits:
7ccb2377 by David Runge at 2024-04-18T20:46:01+02:00
upgpkg: 0.6.1-2: Rebuild against Python 3.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-findpython
pkgdesc = A utility to find python versions on your system
pkgver = 0.6.1
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/frostming/findpython
arch = any
license = MIT


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _name=findpython
 pkgname=python-findpython
 pkgver=0.6.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A utility to find python versions on your system"
 arch=(any)
 url="https://github.com/frostming/findpython;



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

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




  1   2   >