[Git][archlinux/packaging/packages/python-aiobotocore][main] upgpkg: 2.13.0-1: bump

2024-05-16 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / 
python-aiobotocore


Commits:
0ccf4385 by Chih-Hsuan Yen at 2024-05-17T13:16:10+08:00
upgpkg: 2.13.0-1: bump

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = python-aiobotocore
pkgdesc = asyncio support for botocore library using aiohttp
-   pkgver = 2.12.3
+   pkgver = 2.13.0
pkgrel = 1
url = https://github.com/aio-libs/aiobotocore
arch = any
@@ -29,7 +29,9 @@ pkgbase = python-aiobotocore
depends = python-jmespath
depends = python-multidict
depends = python-urllib3
-   source = 
https://github.com/aio-libs/aiobotocore/archive/2.12.3/python-aiobotocore-2.12.3.tar.gz
-   sha256sums = 
fc714603137d8bac1458779523b87e7eddfde8b9effddd6f1dfaa2befe4fc471
+   source = 
https://github.com/aio-libs/aiobotocore/archive/2.13.0/python-aiobotocore-2.13.0.tar.gz
+   source = moto-5.x.diff
+   sha256sums = 
8d92698fadb8568e732ddd080456019429020a5e06af4e466b10eca40a828edb
+   sha256sums = 
2bfadc984a4ad3a6420b356d572c8085b82a46949fc0ecaea98ddce45980503b
 
 pkgname = python-aiobotocore


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 pkgname=python-aiobotocore
 _pkgname=aiobotocore
 # https://github.com/aio-libs/aiobotocore/releases
-pkgver=2.12.3
+pkgver=2.13.0
 pkgrel=1
 pkgdesc='asyncio support for botocore library using aiohttp'
 arch=(any)
@@ -19,7 +19,7 @@ checkdepends=(python-moto python-pytest python-pytest-asyncio 
python-dill python
   python-docker python-openapi-spec-validator python-yaml 
python-flask python-flask-cors)
 
source=("https://github.com/aio-libs/aiobotocore/archive/$pkgver/$pkgname-$pkgver.tar.gz;
 "moto-5.x.diff")
-sha256sums=('fc714603137d8bac1458779523b87e7eddfde8b9effddd6f1dfaa2befe4fc471'
+sha256sums=('8d92698fadb8568e732ddd080456019429020a5e06af4e466b10eca40a828edb'
 '2bfadc984a4ad3a6420b356d572c8085b82a46949fc0ecaea98ddce45980503b')
 
 prepare() {



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

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-aiobotocore/-/commit/0ccf43857d3123d15f9fdd06d486d62e5baa7754
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-botocore][main] upgpkg: 1.34.106-1: bump

2024-05-16 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / 
python-botocore


Commits:
746fe102 by Chih-Hsuan Yen at 2024-05-17T13:15:22+08:00
upgpkg: 1.34.106-1: bump

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = python-botocore
pkgdesc = A low-level interface to a growing number of Amazon Web 
Services
-   pkgver = 1.34.69
+   pkgver = 1.34.106
pkgrel = 1
url = https://github.com/boto/botocore
arch = any
@@ -20,9 +20,9 @@ pkgbase = python-botocore
depends = python-jmespath
depends = python-urllib3
optdepends = python-awscrt
-   source = 
python-botocore-1.34.69.tar.gz::https://github.com/boto/botocore/archive/1.34.69.tar.gz
+   source = 
python-botocore-1.34.106.tar.gz::https://github.com/boto/botocore/archive/1.34.106.tar.gz
source = tests-keep-env.diff
-   sha256sums = 
6249f1d993e26d86faeae87cfcb8e201c398eee6232114a579c7694c0718230f
+   sha256sums = 
9477296a23b135cee7ca432df39ef970d164994825e11985dcfa715426459129
sha256sums = 
15c588d3f4cfcc0ef26fc4ff367eb6dc12dc2f303e299cbe397288089ee52a11
 
 pkgname = python-botocore


=
PKGBUILD
=
@@ -6,7 +6,7 @@
 
 pkgname=python-botocore
 # https://raw.githubusercontent.com/boto/botocore/develop/CHANGELOG.rst
-pkgver=1.34.69
+pkgver=1.34.106
 pkgrel=1
 pkgdesc='A low-level interface to a growing number of Amazon Web Services'
 arch=('any')
@@ -21,7 +21,7 @@ optdepends=(
 )
 source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz
 tests-keep-env.diff)
-sha256sums=('6249f1d993e26d86faeae87cfcb8e201c398eee6232114a579c7694c0718230f'
+sha256sums=('9477296a23b135cee7ca432df39ef970d164994825e11985dcfa715426459129'
 '15c588d3f4cfcc0ef26fc4ff367eb6dc12dc2f303e299cbe397288089ee52a11')
 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-botocore/-/commit/746fe10251a7c0b87c1fac8294581a7b0f53d803

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-botocore/-/commit/746fe10251a7c0b87c1fac8294581a7b0f53d803
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-botocore] Pushed new tag 1.34.106-1

2024-05-16 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed new tag 1.34.106-1 at Arch Linux / Packaging / Packages / 
python-botocore

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-botocore/-/tree/1.34.106-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-aiobotocore] Pushed new tag 2.13.0-1

2024-05-16 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed new tag 2.13.0-1 at Arch Linux / Packaging / Packages / 
python-aiobotocore

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-aiobotocore/-/tree/2.13.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/aws-cli] Pushed new tag 1.32.106-1

2024-05-16 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed new tag 1.32.106-1 at Arch Linux / Packaging / Packages / 
aws-cli

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/aws-cli/-/tree/1.32.106-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/aws-cli][main] upgpkg: 1.32.106-1: bump

2024-05-16 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / 
aws-cli


Commits:
ab3ab405 by Chih-Hsuan Yen at 2024-05-17T13:15:59+08:00
upgpkg: 1.32.106-1: bump

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = aws-cli
pkgdesc = Universal Command Line Interface for Amazon Web Services
-   pkgver = 1.32.69
+   pkgver = 1.32.106
pkgrel = 1
url = https://github.com/aws/aws-cli
arch = any
@@ -22,8 +22,8 @@ pkgbase = aws-cli
depends = python-rsa
depends = python-s3transfer
depends = python-yaml
-   source = 
aws-cli-1.32.69.tar.gz::https://github.com/aws/aws-cli/archive/1.32.69.tar.gz
-   md5sums = 13adb4ec61cf4670e3e9dbe1a3aa33a4
-   sha256sums = 
3671b562e5166ee18038e6800a4750ce7dd802a0bddb13cab30f09ee5c407f1c
+   source = 
aws-cli-1.32.106.tar.gz::https://github.com/aws/aws-cli/archive/1.32.106.tar.gz
+   md5sums = 44da9a3e4c47c7e9b2e877b05028530a
+   sha256sums = 
a75b88fa7fb8e713b8fcfbfe765a28c9737e7dcaeb763e9f4575ae3c95cd6cf9
 
 pkgname = aws-cli


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 # Contributor: Alper KANAT 
 
 pkgname=aws-cli
-pkgver=1.32.69
+pkgver=1.32.106
 pkgrel=1
 pkgdesc='Universal Command Line Interface for Amazon Web Services'
 arch=('any')
@@ -17,8 +17,8 @@ depends=('python' 'python-botocore' 'python-dateutil' 
'python-jmespath'
 makedepends=('python-build' 'python-installer' 'python-setuptools' 
'python-wheel')
 checkdepends=('python-pytest' 'python-pytest-xdist' 'python-awscrt')
 source=($pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-md5sums=('13adb4ec61cf4670e3e9dbe1a3aa33a4')
-sha256sums=('3671b562e5166ee18038e6800a4750ce7dd802a0bddb13cab30f09ee5c407f1c')
+md5sums=('44da9a3e4c47c7e9b2e877b05028530a')
+sha256sums=('a75b88fa7fb8e713b8fcfbfe765a28c9737e7dcaeb763e9f4575ae3c95cd6cf9')
 
 build() {
   cd $pkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/aws-cli/-/commit/ab3ab405ed716fd29dd6846bea2705ca3f9bf7a5

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/aws-cli/-/commit/ab3ab405ed716fd29dd6846bea2705ca3f9bf7a5
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-boto3] Pushed new tag 1.34.106-1

2024-05-16 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed new tag 1.34.106-1 at Arch Linux / Packaging / Packages / 
python-boto3

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-boto3/-/tree/1.34.106-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-boto3][main] upgpkg: 1.34.106-1: bump

2024-05-16 Thread Chih-Hsuan Yen (@yan12125)


Chih-Hsuan Yen pushed to branch main at Arch Linux / Packaging / Packages / 
python-boto3


Commits:
2bb8e29f by Chih-Hsuan Yen at 2024-05-17T13:15:50+08:00
upgpkg: 1.34.106-1: bump

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = python-boto3
pkgdesc = The AWS SDK for Python
-   pkgver = 1.34.69
+   pkgver = 1.34.106
pkgrel = 1
url = https://github.com/boto/boto3
arch = any
@@ -17,7 +17,7 @@ pkgbase = python-boto3
depends = python-jmespath
depends = python-s3transfer
optdepends = python-awscrt: AWS CRT S3 transfers
-   source = 
python-boto3-1.34.69.tar.gz::https://github.com/boto/boto3/archive/1.34.69.tar.gz
-   sha512sums = 
ef765518de95468e66270cea6dc93ede48547fb37db3ed9429659d85fb25174162cd062814c6adefeb8385c14079e7927f52d66501ab45f8d251ccfc830465e4
+   source = 
python-boto3-1.34.106.tar.gz::https://github.com/boto/boto3/archive/1.34.106.tar.gz
+   sha512sums = 
6aea22407bb58d6c7a177402005b31d3a303a780b6379d3614e7ac508f582b11a6a726ce88f02ec57a0e1998ad8da1c6fceaa3f8b6ccfa5a1410a1e9b50b6fda
 
 pkgname = python-boto3


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Felix Yan 
 
 pkgname=python-boto3
-pkgver=1.34.69
+pkgver=1.34.106
 pkgrel=1
 pkgdesc='The AWS SDK for Python'
 arch=('any')
@@ -16,7 +16,7 @@ optdepends=(
   'python-awscrt: AWS CRT S3 transfers'
 )
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/boto/boto3/archive/$pkgver.tar.gz;)
-sha512sums=('ef765518de95468e66270cea6dc93ede48547fb37db3ed9429659d85fb25174162cd062814c6adefeb8385c14079e7927f52d66501ab45f8d251ccfc830465e4')
+sha512sums=('6aea22407bb58d6c7a177402005b31d3a303a780b6379d3614e7ac508f582b11a6a726ce88f02ec57a0e1998ad8da1c6fceaa3f8b6ccfa5a1410a1e9b50b6fda')
 
 build() {
   cd boto3-$pkgver



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

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-boto3/-/commit/2bb8e29fbc351a10adca059532a45202329eb92a
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/vulkan-icd-loader][main] upgpkg: 1.3.285-1: upstream update 1.3.285

2024-05-16 Thread Laurent Carlier (@lcarlier)


Laurent Carlier pushed to branch main at Arch Linux / Packaging / Packages / 
vulkan-icd-loader


Commits:
30e9eda4 by Laurent Carlier at 2024-05-17T05:34:36+02:00
upgpkg: 1.3.285-1: upstream update 1.3.285

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,10 +1,10 @@
 pkgbase = vulkan-icd-loader
pkgdesc = Vulkan Installable Client Driver (ICD) Loader
-   pkgver = 1.3.279
+   pkgver = 1.3.285
pkgrel = 1
url = https://www.khronos.org/vulkan/
arch = x86_64
-   license = custom
+   license = Apache-2.0
makedepends = cmake
makedepends = python-lxml
makedepends = libx11
@@ -14,7 +14,7 @@ pkgbase = vulkan-icd-loader
depends = glibc
optdepends = vulkan-driver: packaged vulkan driver
provides = libvulkan.so
-   source = 
vulkan-icd-loader-1.3.279.tar.gz::https://github.com/KhronosGroup/Vulkan-Loader/archive/v1.3.279.tar.gz
-   sha256sums = 
38a21ee83c6fd8938cac1c4a2473651fbd57940fd656bb49735b5d0b2726bdd1
+   source = 
vulkan-icd-loader-1.3.285.tar.gz::https://github.com/KhronosGroup/Vulkan-Loader/archive/v1.3.285.tar.gz
+   sha256sums = 
3622796919d1b06b27499670502f9888d62a4a2ce3fbf3552365cc8b4301db28
 
 pkgname = vulkan-icd-loader


=
PKGBUILD
=
@@ -1,18 +1,18 @@
 # Maintainer: Laurent Carlier 
 
 pkgname=vulkan-icd-loader
-pkgver=1.3.279
+pkgver=1.3.285
 pkgrel=1
 arch=(x86_64)
 pkgdesc="Vulkan Installable Client Driver (ICD) Loader"
 url="https://www.khronos.org/vulkan/;
-license=('custom')
+license=('Apache-2.0')
 makedepends=('cmake' 'python-lxml' 'libx11' 'libxrandr' 'wayland' 
'vulkan-headers')
 depends=(glibc)
 optdepends=('vulkan-driver: packaged vulkan driver') # vulkan-driver: 
vulkan-intel/vulkan-radeon/nvidia-utils/
 provides=('libvulkan.so')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/KhronosGroup/Vulkan-Loader/archive/v${pkgver}.tar.gz;)
-sha256sums=('38a21ee83c6fd8938cac1c4a2473651fbd57940fd656bb49735b5d0b2726bdd1')
+sha256sums=('3622796919d1b06b27499670502f9888d62a4a2ce3fbf3552365cc8b4301db28')
 
 build() {
   cd "${srcdir}"/Vulkan-Loader*



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/vulkan-icd-loader/-/commit/30e9eda40980dca70b1c5b35991d10441401e67b

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/vulkan-icd-loader/-/commit/30e9eda40980dca70b1c5b35991d10441401e67b
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/vulkan-icd-loader] Pushed new tag 1.3.285-1

2024-05-16 Thread Laurent Carlier (@lcarlier)


Laurent Carlier pushed new tag 1.3.285-1 at Arch Linux / Packaging / Packages / 
vulkan-icd-loader

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/vulkan-icd-loader/-/tree/1.3.285-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/vulkan-headers] Pushed new tag 1-1.3.285-1

2024-05-16 Thread Laurent Carlier (@lcarlier)


Laurent Carlier pushed new tag 1-1.3.285-1 at Arch Linux / Packaging / Packages 
/ vulkan-headers

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/vulkan-headers/-/tree/1-1.3.285-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/vulkan-headers][main] upgpkg: 1:1.3.285-1: upstream update 1.2.285

2024-05-16 Thread Laurent Carlier (@lcarlier)


Laurent Carlier pushed to branch main at Arch Linux / Packaging / Packages / 
vulkan-headers


Commits:
0911b146 by Laurent Carlier at 2024-05-17T05:29:52+02:00
upgpkg: 1:1.3.285-1: upstream update 1.2.285

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,16 +1,17 @@
 pkgbase = vulkan-headers
pkgdesc = Vulkan header files
-   pkgver = 1.3.279
+   pkgver = 1.3.285
pkgrel = 1
epoch = 1
url = https://www.khronos.org/vulkan/
arch = any
groups = vulkan-devel
-   license = APACHE
+   license = Apache-2.0
+   license = MIT
makedepends = cmake
makedepends = git
-   provides = vulkan-hpp=1.3.279
-   source = 
vulkan-headers-1.3.279.tar.gz::https://github.com/KhronosGroup/Vulkan-Headers/archive/v1.3.279.tar.gz
-   sha256sums = 
7844631d7765bcaebb8db5cce9837a4561285640a4d3e9ea144c6d27fdd50d61
+   provides = vulkan-hpp=1.3.285
+   source = 
vulkan-headers-1.3.285.tar.gz::https://github.com/KhronosGroup/Vulkan-Headers/archive/v1.3.285.tar.gz
+   sha256sums = 
212455eeab2cef5d93b1b991e548afe184f294428118f747989a97677e19ab2a
 
 pkgname = vulkan-headers


=
PKGBUILD
=
@@ -2,18 +2,18 @@
 
 pkgname=vulkan-headers
 _pkgname=Vulkan-Headers
-pkgver=1.3.279
+pkgver=1.3.285
 pkgrel=1
 epoch=1
 pkgdesc="Vulkan header files"
 arch=(any)
 url="https://www.khronos.org/vulkan/;
-license=('APACHE')
+license=('Apache-2.0' 'MIT')
 makedepends=(cmake git)
 provides=("vulkan-hpp=${pkgver}")
 groups=(vulkan-devel)
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/KhronosGroup/Vulkan-Headers/archive/v${pkgver}.tar.gz;)
-sha256sums=('7844631d7765bcaebb8db5cce9837a4561285640a4d3e9ea144c6d27fdd50d61')
+sha256sums=('212455eeab2cef5d93b1b991e548afe184f294428118f747989a97677e19ab2a')
 
 build() {
   cd Vulkan-Headers*
@@ -29,4 +29,5 @@ package() {
   cd Vulkan-Headers*/build
   
   make DESTDIR="${pkgdir}" install
+  install -Dm644 "${srcdir}"/Vulkan-Headers*/LICENSES/*.txt -t 
"$pkgdir/usr/share/licenses/$pkgname"
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/vulkan-headers/-/commit/0911b14621c2c376d547bc02cc5b10da47d2d655

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/vulkan-headers/-/commit/0911b14621c2c376d547bc02cc5b10da47d2d655
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/opencl-clhpp][main] upgpkg: 2024.05.08-1: upstream update 2024.05.08

2024-05-16 Thread Laurent Carlier (@lcarlier)


Laurent Carlier pushed to branch main at Arch Linux / Packaging / Packages / 
opencl-clhpp


Commits:
ae0d8d4f by Laurent Carlier at 2024-05-17T05:10:03+02:00
upgpkg: 2024.05.08-1: upstream update 2024.05.08

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,15 @@
+pkgbase = opencl-clhpp
+   pkgdesc = OpenCL C++ header files
+   pkgver = 2024.05.08
+   pkgrel = 1
+   url = https://github.com/KhronosGroup/OpenCL-CLHPP
+   arch = any
+   license = Apache-2.0
+   makedepends = cmake
+   makedepends = doxygen
+   makedepends = graphviz
+   depends = opencl-headers
+   source = 
opencl-clhpp-2024.05.08.tar.gz::https://github.com/KhronosGroup/OpenCL-CLHPP/archive/v2024.05.08.tar.gz
+   sha256sums = 
22921fd23ca72a21ac5592861d64e7ea53cd8a705fccd73905911f8489519a0b
+
+pkgname = opencl-clhpp


=
PKGBUILD
=
@@ -1,15 +1,15 @@
 # Maintainer: Laurent Carlier 
 
 pkgname=opencl-clhpp
-pkgver=2023.04.17
+pkgver=2024.05.08
 pkgrel=1
 pkgdesc='OpenCL C++ header files'
 arch=('any')
 url='https://github.com/KhronosGroup/OpenCL-CLHPP'
-license=('custom')
-makedepends=('cmake' 'doxygen' 'graphviz' 'opencl-headers')
+license=('Apache-2.0')
+makedepends=('cmake' 'doxygen' 'graphviz')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/KhronosGroup/OpenCL-CLHPP/archive/v${pkgver}.tar.gz;)
-sha256sums=('179243843c620ef6f78b529370a742c6ff415f9aaefe3c20225ee283b357')
+sha256sums=('22921fd23ca72a21ac5592861d64e7ea53cd8a705fccd73905911f8489519a0b')
 depends=('opencl-headers')
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/opencl-clhpp/-/commit/ae0d8d4f3d7e827dcf68c7c64d215564d38d1ec4

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/opencl-clhpp/-/commit/ae0d8d4f3d7e827dcf68c7c64d215564d38d1ec4
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/opencl-clhpp] Pushed new tag 2024.05.08-1

2024-05-16 Thread Laurent Carlier (@lcarlier)


Laurent Carlier pushed new tag 2024.05.08-1 at Arch Linux / Packaging / 
Packages / opencl-clhpp

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/opencl-clhpp/-/tree/2024.05.08-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/opencl-headers][main] upgpkg: 2:2024.05.08-1: upstream update 2024.05.08

2024-05-16 Thread Laurent Carlier (@lcarlier)


Laurent Carlier pushed to branch main at Arch Linux / Packaging / Packages / 
opencl-headers


Commits:
6773c085 by Laurent Carlier at 2024-05-17T05:05:48+02:00
upgpkg: 2:2024.05.08-1: upstream update 2024.05.08

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,15 @@
+pkgbase = opencl-headers
+   pkgdesc = OpenCL (Open Computing Language) header files
+   pkgver = 2024.05.08
+   pkgrel = 1
+   epoch = 2
+   url = https://www.khronos.org/registry/cl/
+   arch = any
+   license = Apache-2.0
+   makedepends = cmake
+   makedepends = python
+   optdepends = opencl-clhpp: C++ support
+   source = 
opencl-headers-2024.05.08.tar.gz::https://github.com/KhronosGroup/OpenCL-Headers/archive/v2024.05.08.tar.gz
+   sha256sums = 
3c3dd236d35f4960028f4f58ce8d963fb63f3d50251d1e9854b76f1caab9a309
+
+pkgname = opencl-headers


=
PKGBUILD
=
@@ -2,16 +2,16 @@
 # Contributor: Sylvain HENRY 
 
 pkgname=opencl-headers
-pkgver=2023.04.17
-pkgrel=2
+pkgver=2024.05.08
+pkgrel=1
 epoch=2
 pkgdesc='OpenCL (Open Computing Language) header files'
 arch=('any')
 url='https://www.khronos.org/registry/cl/'
-license=('custom')
+license=('Apache-2.0')
 makedepends=(cmake python)
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/KhronosGroup/OpenCL-Headers/archive/v${pkgver}.tar.gz;)
-sha256sums=('0ce992f4167f958f68a37918dec6325be18f848dee29a4521c633aae3304915d')
+sha256sums=('3c3dd236d35f4960028f4f58ce8d963fb63f3d50251d1e9854b76f1caab9a309')
 optdepends=('opencl-clhpp: C++ support')
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/opencl-headers/-/commit/6773c085598a9269a97077c1a2e484704c988a8a

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/opencl-headers/-/commit/6773c085598a9269a97077c1a2e484704c988a8a
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/opencl-headers] Pushed new tag 2-2024.05.08-1

2024-05-16 Thread Laurent Carlier (@lcarlier)


Laurent Carlier pushed new tag 2-2024.05.08-1 at Arch Linux / Packaging / 
Packages / opencl-headers

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/opencl-headers/-/tree/2-2024.05.08-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/strace][main] upgpkg: 6.9-1

2024-05-16 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed to branch main at Arch Linux / Packaging / Packages / 
strace


Commits:
8dc3f356 by Anatol Pomozov at 2024-05-16T17:16:09-07:00
upgpkg: 6.9-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,16 +1,16 @@
 pkgbase = strace
pkgdesc = A diagnostic, debugging and instructional userspace tracer
-   pkgver = 6.8
+   pkgver = 6.9
pkgrel = 1
url = https://strace.io/
arch = x86_64
license = LGPL-2.1-or-later
depends = perl
depends = libunwind
-   source = 
https://github.com/strace/strace/releases/download/v6.8/strace-6.8.tar.xz
-   source = 
https://github.com/strace/strace/releases/download/v6.8/strace-6.8.tar.xz.asc
+   source = 
https://github.com/strace/strace/releases/download/v6.9/strace-6.9.tar.xz
+   source = 
https://github.com/strace/strace/releases/download/v6.9/strace-6.9.tar.xz.asc
validpgpkeys = 296D6F29A020808E8717A8842DB5BD89A340AEB7
-   sha256sums = 
ba6950a96824cdf93a584fa04f0a733896d2a6bc5f0ad9ffe505d9b41e970149
+   sha256sums = 
da189e990a82e3ca3a5a4631012f7ecfd489dab459854d82d8caf6a865c1356a
sha256sums = SKIP
 
 pkgname = strace


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Tom Newsom 
 
 pkgname=strace
-pkgver=6.8
+pkgver=6.9
 pkgrel=1
 pkgdesc='A diagnostic, debugging and instructional userspace tracer'
 arch=(x86_64)
@@ -10,7 +10,7 @@ url='https://strace.io/'
 license=(LGPL-2.1-or-later)
 depends=(perl libunwind)
 
source=(https://github.com/strace/strace/releases/download/v$pkgver/strace-$pkgver.tar.xz{,.asc})
-sha256sums=('ba6950a96824cdf93a584fa04f0a733896d2a6bc5f0ad9ffe505d9b41e970149'
+sha256sums=('da189e990a82e3ca3a5a4631012f7ecfd489dab459854d82d8caf6a865c1356a'
 'SKIP')
 validpgpkeys=('296D6F29A020808E8717A8842DB5BD89A340AEB7') # Dmitry V. Levin 

 



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

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/strace/-/commit/8dc3f356847eca770b17e49a51605deb787702d9
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/strace] Pushed new tag 6.9-1

2024-05-16 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed new tag 6.9-1 at Arch Linux / Packaging / Packages / 
strace

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/strace/-/tree/6.9-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/networkmanager-l2tp][main] upgpkg: 1.20.16-1

2024-05-16 Thread @arodseth


Alexander Rødseth pushed to branch main at Arch Linux / Packaging / Packages / 
networkmanager-l2tp


Commits:
053bdb87 by Alexander F. Rødseth at 2024-05-17T00:42:22+02:00
upgpkg: 1.20.16-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = networkmanager-l2tp
pkgdesc = L2TP support for NetworkManager
-   pkgver = 1.20.14
+   pkgver = 1.20.16
pkgrel = 1
url = https://github.com/nm-l2tp/NetworkManager-l2tp
arch = x86_64
@@ -18,7 +18,7 @@ pkgbase = networkmanager-l2tp
conflicts = networkmanager-l2tp-gtk4
replaces = networkmanager-l2tp-gtk3
replaces = networkmanager-l2tp-gtk4
-   source = 
networkmanager-l2tp-1.20.14.tar.gz::https://github.com/nm-l2tp/NetworkManager-l2tp/archive/1.20.14.tar.gz
-   b2sums = 
6e63b5b960469ca148e436da6bb9b157b0baa11998e2451a8d892bd947543e3023b3c41c823bb17fd8207b18de8d9cc7c6a6839f6a84352e58f232226e9d20e8
+   source = 
networkmanager-l2tp-1.20.16.tar.gz::https://github.com/nm-l2tp/NetworkManager-l2tp/archive/1.20.16.tar.gz
+   b2sums = 
d7968b8413531af189b9c5bc7406df6cb0205e6a5b37129286dc4ed86fac9a478747fb164738a124091f12d7c85adf3f8a6ec0511468ee79c55dcc705b8f9fb6
 
 pkgname = networkmanager-l2tp


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 # Contributor: Moritz Lipp 
 
 pkgname=networkmanager-l2tp
-pkgver=1.20.14
+pkgver=1.20.16
 _pppver=2.5.0
 pkgrel=1
 pkgdesc='L2TP support for NetworkManager'
@@ -21,7 +21,7 @@ optdepends=(
   'libnma-gtk4: GUI support (GTK 4)'
   'strongswan: IPSec support')
 source=("$pkgname-$pkgver.tar.gz"::"$url/archive/$pkgver.tar.gz")
-b2sums=('6e63b5b960469ca148e436da6bb9b157b0baa11998e2451a8d892bd947543e3023b3c41c823bb17fd8207b18de8d9cc7c6a6839f6a84352e58f232226e9d20e8')
+b2sums=('d7968b8413531af189b9c5bc7406df6cb0205e6a5b37129286dc4ed86fac9a478747fb164738a124091f12d7c85adf3f8a6ec0511468ee79c55dcc705b8f9fb6')
 
 prepare() {
   ln -sf NetworkManager-l2tp-$pkgver $pkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/networkmanager-l2tp/-/commit/053bdb8723ea10f757500f11c198c60390f6c73a

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




[Git][archlinux/packaging/packages/networkmanager-l2tp] Pushed new tag 1.20.16-1

2024-05-16 Thread @arodseth


Alexander Rødseth pushed new tag 1.20.16-1 at Arch Linux / Packaging / Packages 
/ networkmanager-l2tp

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




[Git][archlinux/packaging/packages/ollama][main] upgpkg: 0.1.38-1

2024-05-16 Thread @arodseth


Alexander Rødseth pushed to branch main at Arch Linux / Packaging / Packages / 
ollama


Commits:
5263f5e5 by Alexander F. Rødseth at 2024-05-17T00:37:15+02:00
upgpkg: 0.1.38-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = ollama
pkgdesc = Create, run and share large language models (LLMs)
-   pkgver = 0.1.36
+   pkgver = 0.1.38
pkgrel = 1
url = https://github.com/ollama/ollama
arch = x86_64
@@ -12,12 +12,12 @@ pkgbase = ollama
makedepends = go
makedepends = rocm-hip-sdk
makedepends = rocm-opencl-sdk
-   source = 
git+https://github.com/ollama/ollama#commit=92ca2cca954e590abe5eecb0a87fa13cec83b0e1
+   source = 
git+https://github.com/ollama/ollama#commit=d1692fd3e0b4a80ff55ba052b430207134df4714
source = 
llama.cpp::git+https://github.com/ggerganov/llama.cpp#commit=952d03dbead16e4dbdd1d3458486340673cc2465
source = ollama.service
source = sysusers.conf
source = tmpfiles.d
-   b2sums = 
dc8227c0d391a34863996b843b9c9e28f8f840fc082d80e70869fc14e0e8d2c24f07501b5d6fb6ab69e4f6d1cb4aad484af5b9ff4add29c0f9be0306b9c73905
+   b2sums = 
79af3eb94a47998834a8a68ddc11fadedd87305780316b1ba85c8bc84313edc8118010995832d384cfdebfc5c8fcb0f09e7857fcc3ac1ae574624d41ca355883
b2sums = 
f2e7fdf5eaf21f725fa868b4dd18ab602a4ec3f6bdd703bc674bf6537e9b57c7c87be945a2b6b774b6a7abfb6a36b2d15cf40ea67ba0c7958ced7eea46880702
b2sums = 
2bf4c2076b7841de266ec40da2e2cbb675dcbfebfa8aed8d4ede65435854cb43d39ea32bc9210cfc28a042382dd0094a153e351edfa5586eb7c6a0783f3bc517
b2sums = 
3aabf135c4f18e1ad745ae8800db782b25b15305dfeaaa031b4501408ab7e7d01f66e8ebb5be59fc813cfbff6788d08d2e48dcf24ecc480a40ec9db8dbce9fec


=
PKGBUILD
=
@@ -4,15 +4,15 @@
 
 pkgbase=ollama
 pkgname=(ollama ollama-cuda ollama-rocm)
-pkgver=0.1.36
+pkgver=0.1.38
 pkgrel=1
 pkgdesc='Create, run and share large language models (LLMs)'
 arch=(x86_64)
 url='https://github.com/ollama/ollama'
 license=(MIT)
-_ollamacommit=92ca2cca954e590abe5eecb0a87fa13cec83b0e1 # tag: v0.1.36
+_ollamacommit=d1692fd3e0b4a80ff55ba052b430207134df4714 # tag: v0.1.38
 # The llama.cpp git submodule commit hash can be found here:
-# https://github.com/ollama/ollama/tree/v0.1.36/llm
+# https://github.com/ollama/ollama/tree/v0.1.38/llm
 _llama_cpp_commit=952d03dbead16e4dbdd1d3458486340673cc2465
 makedepends=(clblast cmake cuda git go rocm-hip-sdk rocm-opencl-sdk)
 source=(git+$url#commit=$_ollamacommit
@@ -20,7 +20,7 @@ source=(git+$url#commit=$_ollamacommit
 ollama.service
 sysusers.conf
 tmpfiles.d)
-b2sums=('dc8227c0d391a34863996b843b9c9e28f8f840fc082d80e70869fc14e0e8d2c24f07501b5d6fb6ab69e4f6d1cb4aad484af5b9ff4add29c0f9be0306b9c73905'
+b2sums=('79af3eb94a47998834a8a68ddc11fadedd87305780316b1ba85c8bc84313edc8118010995832d384cfdebfc5c8fcb0f09e7857fcc3ac1ae574624d41ca355883'
 
'f2e7fdf5eaf21f725fa868b4dd18ab602a4ec3f6bdd703bc674bf6537e9b57c7c87be945a2b6b774b6a7abfb6a36b2d15cf40ea67ba0c7958ced7eea46880702'
 
'2bf4c2076b7841de266ec40da2e2cbb675dcbfebfa8aed8d4ede65435854cb43d39ea32bc9210cfc28a042382dd0094a153e351edfa5586eb7c6a0783f3bc517'
 
'3aabf135c4f18e1ad745ae8800db782b25b15305dfeaaa031b4501408ab7e7d01f66e8ebb5be59fc813cfbff6788d08d2e48dcf24ecc480a40ec9db8dbce9fec'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ollama/-/commit/5263f5e58eb1e862ec1e858dcd583a912315a62c

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




[Git][archlinux/packaging/packages/ollama] Pushed new tag 0.1.38-1

2024-05-16 Thread @arodseth


Alexander Rødseth pushed new tag 0.1.38-1 at Arch Linux / Packaging / Packages 
/ ollama

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




[Git][archlinux/packaging/packages/wpa_supplicant][main] Add glibc dep

2024-05-16 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / wpa_supplicant


Commits:
defa1274 by Jan Alexander Steffens (heftig) at 2024-05-16T23:44:44+02:00
Add glibc dep

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -11,6 +11,7 @@ pkgbase = wpa_supplicant
makedepends = docbook-utils
makedepends = git
makedepends = perl-sgmls
+   depends = glibc
depends = libdbus
depends = libnl
depends = openssl


=
PKGBUILD
=
@@ -12,6 +12,7 @@ url='https://w1.fi/wpa_supplicant/'
 arch=(x86_64)
 license=(BSD-3-Clause)
 depends=(
+  glibc
   libdbus
   libnl
   openssl



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/wpa_supplicant/-/commit/defa127498ecb260c5d8ac44555409abe31e6639

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




[Git][archlinux/packaging/packages/kicad-library][main] upgpkg: 8.0.2-1: Update to 8.0.2

2024-05-16 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
kicad-library


Commits:
b76e1fa3 by Antonio Rojas at 2024-05-16T23:38:23+02:00
upgpkg: 8.0.2-1: Update to 8.0.2

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = kicad-library
pkgdesc = Assorted libraries for KiCad
-   pkgver = 8.0.1
+   pkgver = 8.0.2
pkgrel = 1
url = http://kicad.org/
arch = any
@@ -8,14 +8,14 @@ pkgbase = kicad-library
makedepends = git
makedepends = cmake
options = !strip
-   source = 
git+https://gitlab.com/kicad/libraries/kicad-packages3D.git#tag=8.0.1
-   source = 
git+https://gitlab.com/kicad/libraries/kicad-symbols.git#tag=8.0.1
-   source = 
git+https://gitlab.com/kicad/libraries/kicad-templates.git#tag=8.0.1
-   source = 
git+https://gitlab.com/kicad/libraries/kicad-footprints.git#tag=8.0.1
-   sha512sums = 
5035d352be3431b1a6fa8a6de32f65c4fe0dcab00072c47fc150ee771f04762e87f8cda3cfc9b9b485a4646f7faf6e7d3952a50b6a7fee5760ab3a695697c75a
-   sha512sums = 
60aea592646d6c8533f606cd1c0f6acd0f0dbb3a07159cf2657b2756ed147c8b80b17792032191cff60ef9881c67cf78fbecffbb3d90855cc72c952fe34b7966
-   sha512sums = 
cbb41f7f94038bc823b98fc6217ded09f0eda107a17a9769348cd034309b7a72541c14c6bf2efdc849b2ff6d9520fbdddbdce1c88ac59c0ddaa25d228ee74220
-   sha512sums = 
174752323315b48ccf394af491dee1512012bdaad928b535e4fbd2fe7f77d3e12b5c74da0f4cdac4a0ba656093769d1d6848517625006564e37f8377885f
+   source = 
git+https://gitlab.com/kicad/libraries/kicad-packages3D.git#tag=8.0.2
+   source = 
git+https://gitlab.com/kicad/libraries/kicad-symbols.git#tag=8.0.2
+   source = 
git+https://gitlab.com/kicad/libraries/kicad-templates.git#tag=8.0.2
+   source = 
git+https://gitlab.com/kicad/libraries/kicad-footprints.git#tag=8.0.2
+   sha512sums = 
68a954524fcb0efe9ec6beb6064201758db91406d13b1e27b23e4c75a54155cceab8d0a3394aa859922ca26b0d12712a3923cf9dadde08f7b4c43177597506f1
+   sha512sums = 
4a8966c5e338eeb3af39db61e7d294b31a19f07d21f8a4f8abb3f99830d83fc85d4129db45d20045ebcc92875c18e9544898541f708e1415d40a2a6fc6de391a
+   sha512sums = 
d4f7bd552033e365e2c0c77b4e74a947e34f63728d4dfd4c4d70c6766ed78235e682e750538851171c69b8ac2e0db72afc3b4d307b8b647cee78a816cacef005
+   sha512sums = 
81c9e5e4427ce7daec5cc451705e17c6f7ba852750cf40faf1d277544865716394e357d4586d513be657d9ff22feeb215de79ed1ed757c7f2e999f9c53805d00
 
 pkgname = kicad-library
pkgdesc = KiCad symbol, footprint and template libraries


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 
 pkgbase=kicad-library
 pkgname=($pkgbase{,-3d})
-pkgver=8.0.1
+pkgver=8.0.2
 pkgrel=1
 pkgdesc='Assorted libraries for KiCad'
 arch=('any')
@@ -19,10 +19,10 @@ source=(
   "git+https://gitlab.com/kicad/libraries/kicad-templates.git#tag=$pkgver;
   "git+https://gitlab.com/kicad/libraries/kicad-footprints.git#tag=$pkgver;
 )
-sha512sums=('5035d352be3431b1a6fa8a6de32f65c4fe0dcab00072c47fc150ee771f04762e87f8cda3cfc9b9b485a4646f7faf6e7d3952a50b6a7fee5760ab3a695697c75a'
-
'60aea592646d6c8533f606cd1c0f6acd0f0dbb3a07159cf2657b2756ed147c8b80b17792032191cff60ef9881c67cf78fbecffbb3d90855cc72c952fe34b7966'
-
'cbb41f7f94038bc823b98fc6217ded09f0eda107a17a9769348cd034309b7a72541c14c6bf2efdc849b2ff6d9520fbdddbdce1c88ac59c0ddaa25d228ee74220'
-
'174752323315b48ccf394af491dee1512012bdaad928b535e4fbd2fe7f77d3e12b5c74da0f4cdac4a0ba656093769d1d6848517625006564e37f8377885f')
+sha512sums=('68a954524fcb0efe9ec6beb6064201758db91406d13b1e27b23e4c75a54155cceab8d0a3394aa859922ca26b0d12712a3923cf9dadde08f7b4c43177597506f1'
+
'4a8966c5e338eeb3af39db61e7d294b31a19f07d21f8a4f8abb3f99830d83fc85d4129db45d20045ebcc92875c18e9544898541f708e1415d40a2a6fc6de391a'
+
'd4f7bd552033e365e2c0c77b4e74a947e34f63728d4dfd4c4d70c6766ed78235e682e750538851171c69b8ac2e0db72afc3b4d307b8b647cee78a816cacef005'
+
'81c9e5e4427ce7daec5cc451705e17c6f7ba852750cf40faf1d277544865716394e357d4586d513be657d9ff22feeb215de79ed1ed757c7f2e999f9c53805d00')
 
 build() {
   for package in symbols footprints packages3D templates; do



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kicad-library/-/commit/b76e1fa34f3de7edf4fd92512c24ed4a24171708

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




[Git][archlinux/packaging/packages/kicad-library] Pushed new tag 8.0.2-1

2024-05-16 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 8.0.2-1 at Arch Linux / Packaging / Packages / 
kicad-library

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




[Git][archlinux/packaging/packages/miniflux][main] upgpkg: 2.1.3-1: Update to 2.1.3

2024-05-16 Thread Antonio Rojas (@arojas)


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


Commits:
348dfe95 by Antonio Rojas at 2024-05-16T23:16:53+02:00
upgpkg: 2.1.3-1: Update to 2.1.3

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = miniflux
pkgdesc = Minimalist and opinionated feed reader
-   pkgver = 2.1.2
+   pkgver = 2.1.3
pkgrel = 1
url = https://miniflux.app
arch = x86_64
@@ -11,11 +11,11 @@ pkgbase = miniflux
optdepends = postgresql: for local PostgreSQL instance
options = !lto
backup = etc/miniflux.conf
-   source = 
miniflux::git+https://github.com/miniflux/v2.git#commit=0336774e8c70409e10e3ffcf1cebe152d252a57c
+   source = miniflux::git+https://github.com/miniflux/v2.git#tag=2.1.3
source = sysusers.conf
-   sha512sums = SKIP
+   sha512sums = 
1101789d9581d504acfcb09bda5940182953bb597b713924dc9a145bc5c9e8c3f7d0b85b083e8accc4f86af997e79bf17f39462102286cb9a686d17efcbf21c5
sha512sums = 
eb026d1eb085f0638161a6a75af5e870c7ba4755012bf7f895de5c1bdd9fbdcb44a8aacbb71c482ca101c214f12f65906ddbcbb7044fad051490f44276aba8e5
-   b2sums = SKIP
+   b2sums = 
c890c13194a84cf4636388aad34d72ea949a0447b593e52911b33adf54b1b7118dee0c2c2d4bc05289485f09ac5684dc25da3e56c3cacf6a51c37a667a919c44
b2sums = 
71a1cba0e015c6b33897e3492dd014efbfac240d3c6f007f86ff7bade830ce0f2809d4d0ad1d8ca1189627e2961dddc7ff6682cd445587f5145bee0eab8a7bf6
 
 pkgname = miniflux


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 # Contributor: somini 
 
 pkgname=miniflux
-pkgver=2.1.2
+pkgver=2.1.3
 pkgrel=1
 pkgdesc='Minimalist and opinionated feed reader'
 arch=('x86_64')
@@ -17,22 +17,15 @@ optdepends=(
 makedepends=('git' 'go')
 backup=('etc/miniflux.conf')
 options=('!lto')
-_commit='0336774e8c70409e10e3ffcf1cebe152d252a57c'
 source=(
-  "$pkgname::git+https://github.com/miniflux/v2.git#commit=$_commit;
+  "$pkgname::git+https://github.com/miniflux/v2.git#tag=$pkgver;
   'sysusers.conf'
 )
-sha512sums=('SKIP'
+sha512sums=('1101789d9581d504acfcb09bda5940182953bb597b713924dc9a145bc5c9e8c3f7d0b85b083e8accc4f86af997e79bf17f39462102286cb9a686d17efcbf21c5'
 
'eb026d1eb085f0638161a6a75af5e870c7ba4755012bf7f895de5c1bdd9fbdcb44a8aacbb71c482ca101c214f12f65906ddbcbb7044fad051490f44276aba8e5')
-b2sums=('SKIP'
+b2sums=('c890c13194a84cf4636388aad34d72ea949a0447b593e52911b33adf54b1b7118dee0c2c2d4bc05289485f09ac5684dc25da3e56c3cacf6a51c37a667a919c44'
 
'71a1cba0e015c6b33897e3492dd014efbfac240d3c6f007f86ff7bade830ce0f2809d4d0ad1d8ca1189627e2961dddc7ff6682cd445587f5145bee0eab8a7bf6')
 
-pkgver() {
-  cd "$pkgname"
-
-  git describe --tags | sed 's/^v//'
-}
-
 prepare() {
   cd "$pkgname"
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/miniflux/-/commit/348dfe95b6543c935ee2f69d5f7ff23a59080ec4

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




[Git][archlinux/packaging/packages/miniflux] Pushed new tag 2.1.3-1

2024-05-16 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 2.1.3-1 at Arch Linux / Packaging / Packages / 
miniflux

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




[Git][archlinux/packaging/packages/doomretro][main] upgpkg: 5.4-1: Update to 5.4

2024-05-16 Thread Antonio Rojas (@arojas)


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


Commits:
eed2c143 by Antonio Rojas at 2024-05-16T23:16:30+02:00
upgpkg: 5.4-1: Update to 5.4

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = doomretro
pkgdesc = The classic, refined DOOM source port
-   pkgver = 5.2.1
+   pkgver = 5.4
pkgrel = 1
url = http://doomretro.com
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = doomretro
depends = sdl2_image
depends = sdl2_mixer
optdepends = timidity++: for music playback
-   source = 
doomretro::git+https://github.com/bradharding/doomretro.git#commit=7c788ad3e1f42ce948f52ce55b3ef0c01a24e77a
-   b2sums = SKIP
+   source = 
doomretro::git+https://github.com/bradharding/doomretro.git#tag=v5.4
+   b2sums = 
7abeff1f7450c0990e25b4413954d35f027ea482efef08461173a4afaf76cd03086ac62ab6fd573bb449c6d6bf832fc928b0452bb7efae29df6bbe1a7b4f7597
 
 pkgname = doomretro


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Michael Straube 
 
 pkgname=doomretro
-pkgver=5.2.1
+pkgver=5.4
 pkgrel=1
 pkgdesc='The classic, refined DOOM source port'
 arch=('x86_64')
@@ -16,15 +16,8 @@ depends=(
 )
 makedepends=('git' 'cmake')
 optdepends=('timidity++: for music playback')
-_commit='7c788ad3e1f42ce948f52ce55b3ef0c01a24e77a'
-source=("$pkgname::git+https://github.com/bradharding/doomretro.git#commit=$_commit;)
-b2sums=('SKIP')
-
-pkgver() {
-  cd "$pkgname"
-
-  git describe --tags | sed 's/^v//'
-}
+source=("$pkgname::git+https://github.com/bradharding/doomretro.git#tag=v$pkgver;)
+b2sums=('7abeff1f7450c0990e25b4413954d35f027ea482efef08461173a4afaf76cd03086ac62ab6fd573bb449c6d6bf832fc928b0452bb7efae29df6bbe1a7b4f7597')
 
 build() {
   cmake \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/doomretro/-/commit/eed2c143b097bba9d1809c961bbe2a6038304629

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




[Git][archlinux/packaging/packages/doomretro] Pushed new tag 5.4-1

2024-05-16 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 5.4-1 at Arch Linux / Packaging / Packages / 
doomretro

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




[Git][archlinux/packaging/packages/lego][main] upgpkg: 4.16.1-1: Update to 4.16.1

2024-05-16 Thread Antonio Rojas (@arojas)


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


Commits:
14e414c0 by Antonio Rojas at 2024-05-16T23:13:31+02:00
upgpkg: 4.16.1-1: Update to 4.16.1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,15 @@
+pkgbase = lego
+   pkgdesc = Lets Encrypt client and ACME library
+   pkgver = 4.16.1
+   pkgrel = 1
+   url = https://go-acme.github.io/lego
+   arch = x86_64
+   license = MIT
+   makedepends = git
+   makedepends = go
+   depends = glibc
+   options = !lto
+   source = lego::git+https://github.com/go-acme/lego.git#tag=v4.16.1
+   b2sums = 
970655b3d904cc21f82374ba908533c5f3c936a6fdbd2a976959cabcfc6a502862464fef4904d70c86800752aa65528859240e0d8f902c18f8877818a1883e6a
+
+pkgname = lego


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Fernandez Ludovic 
 
 pkgname=lego
-pkgver=4.14.2
+pkgver=4.16.1
 pkgrel=1
 pkgdesc='Lets Encrypt client and ACME library'
 url='https://go-acme.github.io/lego'
@@ -11,15 +11,8 @@ license=('MIT')
 depends=('glibc')
 makedepends=('git' 'go')
 options=('!lto')
-_commit='a6ddcac65ac0036f4a82ccaf0ca0f0e03a0b186e'
-source=("$pkgname::git+https://github.com/go-acme/lego.git#commit=$_commit;)
-b2sums=('SKIP')
-
-pkgver() {
-  cd "$pkgname"
-
-  git describe --tags | sed 's/^v//'
-}
+source=("$pkgname::git+https://github.com/go-acme/lego.git#tag=v$pkgver;)
+b2sums=('970655b3d904cc21f82374ba908533c5f3c936a6fdbd2a976959cabcfc6a502862464fef4904d70c86800752aa65528859240e0d8f902c18f8877818a1883e6a')
 
 prepare() {
   cd "$pkgname"
@@ -47,7 +40,7 @@ build() {
 -modcacherw \
 -ldflags "-compressdwarf=false \
 -linkmode external \
--extldflags ${LDFLAGS} \
+-extldflags \"${LDFLAGS}\" \
 -X main.version=v$pkgver" \
 -o build \
 ./cmd/...



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lego/-/commit/14e414c0c91c42e00a6dbcce6cb3c8af41d16e90

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




[Git][archlinux/packaging/packages/lego] Pushed new tag 4.16.1-1

2024-05-16 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 4.16.1-1 at Arch Linux / Packaging / Packages / 
lego

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




[Git][archlinux/packaging/packages/conmon][main] upgpkg: 1:2.1.12-1

2024-05-16 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed to branch main at Arch Linux / Packaging / Packages / 
conmon


Commits:
e50ce4ca by Frederik Schwan at 2024-05-16T23:02:32+02:00
upgpkg: 1:2.1.12-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = conmon
pkgdesc = OCI container runtime monitor
-   pkgver = 2.1.11
+   pkgver = 2.1.12
pkgrel = 1
epoch = 1
url = https://github.com/containers/conmon
@@ -10,7 +10,7 @@ pkgbase = conmon
depends = glibc
depends = glib2
depends = systemd
-   source = git+https://github.com/containers/conmon#commit=v2.1.11
-   b2sums = 
deabbff37c0ffb12efae05a02cadf2a9dffd658cbf57e27a3d87cf27440e7bd4298b6059f411533f79bdf45f6f4651a135aaf356f401970bcb3e4633d8c2eabc
+   source = git+https://github.com/containers/conmon#commit=v2.1.12
+   b2sums = 
afcf85f41be1f9acee8875cec08443c7abc918d8dc5b133e15d70c19c405c981b88dfa2e98f78dd2a4150ee91e446ac5d7548de64d8ed5f44b7ca8e2c3a8e8c1
 
 pkgname = conmon


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Maintainer: Morten Linderud 
 
 pkgname=conmon
-pkgver=2.1.11
+pkgver=2.1.12
 pkgrel=1
 epoch=1
 pkgdesc='OCI container runtime monitor'
@@ -14,7 +14,7 @@ makedepends=(git)
 source=(
   "git+https://github.com/containers/conmon#commit=v${pkgver};
 )
-b2sums=('deabbff37c0ffb12efae05a02cadf2a9dffd658cbf57e27a3d87cf27440e7bd4298b6059f411533f79bdf45f6f4651a135aaf356f401970bcb3e4633d8c2eabc')
+b2sums=('afcf85f41be1f9acee8875cec08443c7abc918d8dc5b133e15d70c19c405c981b88dfa2e98f78dd2a4150ee91e446ac5d7548de64d8ed5f44b7ca8e2c3a8e8c1')
 
 build() {
   cd conmon



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/conmon/-/commit/e50ce4caae8fe99e2a554736adfd3a70cf00d845

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




[Git][archlinux/packaging/packages/conmon] Pushed new tag 1-2.1.12-1

2024-05-16 Thread Frederik Schwan (@freswa)


Frederik Schwan pushed new tag 1-2.1.12-1 at Arch Linux / Packaging / Packages 
/ conmon

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




[Git][archlinux/packaging/packages/qmmp] Pushed new tag 2.1.8-1

2024-05-16 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 2.1.8-1 at Arch Linux / Packaging / Packages / qmmp

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




[Git][archlinux/packaging/packages/qmmp][main] upgpkg: 2.1.8-1: Update to 2.1.8

2024-05-16 Thread Antonio Rojas (@arojas)


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


Commits:
d2044c9c by Antonio Rojas at 2024-05-16T22:55:56+02:00
upgpkg: 2.1.8-1: Update to 2.1.8

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = qmmp
pkgdesc = Qt based audio-player
-   pkgver = 2.1.7
+   pkgver = 2.1.8
pkgrel = 1
url = http://qmmp.ylsoftware.com/
changelog = qmmp.changelog
@@ -60,7 +60,7 @@ pkgbase = qmmp
optdepends = ffmpeg
optdepends = libsamplerate
optdepends = wavpack
-   source = http://qmmp.ylsoftware.com/files/qmmp/2.1/qmmp-2.1.7.tar.bz2
-   sha512sums = 
68ada9dc0c4147f3d328dbd70ee3fe657aa249c5ee6d9f766fa0c9afe5ac43d61f78d1693cd63f7278ce2a3bbeee69488c702ed12a92403682ac9531c6d57595
+   source = http://qmmp.ylsoftware.com/files/qmmp/2.1/qmmp-2.1.8.tar.bz2
+   sha512sums = 
b8f004d3038d6bef0ba597ea91411afb552fb51e9be8d454fcb20c61e8a19d8463beedae51785055dd338c9a4f4afbe340778ea0f95d4631000f2f7fee011efd
 
 pkgname = qmmp


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Jaroslav Lichtblau 
 
 pkgname=qmmp
-pkgver=2.1.7
+pkgver=2.1.8
 pkgrel=1
 pkgdesc="Qt based audio-player"
 arch=('x86_64')
@@ -32,7 +32,7 @@ optdepends=('mpg123: to play MP3 files'
 'ffmpeg' 'libsamplerate' 'wavpack')
 changelog=$pkgname.changelog
 source=(http://qmmp.ylsoftware.com/files/$pkgname/2.1/$pkgname-$pkgver.tar.bz2)
-sha512sums=('68ada9dc0c4147f3d328dbd70ee3fe657aa249c5ee6d9f766fa0c9afe5ac43d61f78d1693cd63f7278ce2a3bbeee69488c702ed12a92403682ac9531c6d57595')
+sha512sums=('b8f004d3038d6bef0ba597ea91411afb552fb51e9be8d454fcb20c61e8a19d8463beedae51785055dd338c9a4f4afbe340778ea0f95d4631000f2f7fee011efd')
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/qmmp/-/commit/d2044c9cc89fbb9dc47c435d022a8321baffbb25

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




[Git][archlinux/packaging/packages/zathura-pdf-mupdf][main] upgpkg: 0.4.2-1: New upstream release

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


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


Commits:
2b8b07d4 by Robin Candau at 2024-05-16T22:03:23+02:00
upgpkg: 0.4.2-1: New upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = zathura-pdf-mupdf
pkgdesc = PDF support for Zathura (MuPDF backend) (Supports PDF, ePub, 
and OpenXPS)
-   pkgver = 0.4.1
-   pkgrel = 21
+   pkgver = 0.4.2
+   pkgrel = 1
url = https://pwmt.org/projects/zathura-pdf-mupdf/
arch = x86_64
license = Zlib
@@ -17,9 +17,9 @@ pkgbase = zathura-pdf-mupdf
depends = openssl
depends = zathura
conflicts = zathura-pdf-poppler
-   source = 
zathura-pdf-mupdf-0.4.1.tar.gz::https://git.pwmt.org/pwmt/zathura-pdf-mupdf/-/archive/0.4.1/zathura-pdf-mupdf-0.4.1.tar.gz
+   source = 
zathura-pdf-mupdf-0.4.2.tar.gz::https://github.com/pwmt/zathura-pdf-mupdf/archive/refs/tags/0.4.2.tar.gz
source = 0001-Remove-mupdf-linking-detection.patch
-   sha512sums = 
bf3360cdf6195af3cace4c769536a49f1cf2167c70a65b560410db1a0098119d726e73baeea98ca7100653c17248056c484fc436558e52a8dc12e7b83ce789b1
+   sha512sums = 
903f1543781c02e0175e6ba29d9abeb9a6b085c1fa9f115c57e64f18c40c4e6e66b8a54fef4021f9ed5914222d6f689b3f0032f997aa70250a6aa26b9d6da5cf
sha512sums = 
4a6dff37fd25714b85118bf0161bfe83d337ac0fe486560c520fe7f1b56be54edc80e26851c031aa899a8435eee5baf3870d3fe7a6f4207d894931c10efd4835
 
 pkgname = zathura-pdf-mupdf


=
PKGBUILD
=
@@ -5,8 +5,8 @@
 # Contributor: Moritz Lipp 
 
 pkgname=zathura-pdf-mupdf
-pkgver=0.4.1
-pkgrel=21
+pkgver=0.4.2
+pkgrel=1
 pkgdesc="PDF support for Zathura (MuPDF backend) (Supports PDF, ePub, and 
OpenXPS)"
 url="https://pwmt.org/projects/zathura-pdf-mupdf/;
 arch=('x86_64')
@@ -14,9 +14,9 @@ license=('Zlib')
 conflicts=('zathura-pdf-poppler')
 depends=('cairo' 'gumbo-parser' 'jbig2dec' 'libjpeg' 'libmupdf' 'openjpeg2' 
'openssl' 'zathura')
 makedepends=('meson' 'ninja' 'git')
-source=("${pkgname}-${pkgver}.tar.gz::https://git.pwmt.org/pwmt/${pkgname}/-/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/pwmt/${pkgname}/archive/refs/tags/${pkgver}.tar.gz;
 0001-Remove-mupdf-linking-detection.patch)
-sha512sums=('bf3360cdf6195af3cace4c769536a49f1cf2167c70a65b560410db1a0098119d726e73baeea98ca7100653c17248056c484fc436558e52a8dc12e7b83ce789b1'
+sha512sums=('903f1543781c02e0175e6ba29d9abeb9a6b085c1fa9f115c57e64f18c40c4e6e66b8a54fef4021f9ed5914222d6f689b3f0032f997aa70250a6aa26b9d6da5cf'
 
'4a6dff37fd25714b85118bf0161bfe83d337ac0fe486560c520fe7f1b56be54edc80e26851c031aa899a8435eee5baf3870d3fe7a6f4207d894931c10efd4835')
 
 prepare() {



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

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




[Git][archlinux/packaging/packages/zathura-pdf-mupdf] Pushed new tag 0.4.2-1

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


Robin Candau pushed new tag 0.4.2-1 at Arch Linux / Packaging / Packages / 
zathura-pdf-mupdf

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




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

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


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


Commits:
7f65e099 by Robin Candau at 2024-05-16T21:59:55+02:00
upgpkg: 2.2.0-1: New upstream release
https://github.com/getsentry/sentry-python/releases/tag/2.2.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

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


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



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

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




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

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


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

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




[Git][archlinux/packaging/packages/dart][main] chore: bump Dart version

2024-05-16 Thread @orhun


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


Commits:
3f50d234 by The one with the braid at 2024-05-16T19:58:25+00:00
chore: bump Dart version

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = dart
pkgdesc = The dart programming language SDK
-   pkgver = 3.3.4
+   pkgver = 3.4.0
pkgrel = 1
url = https://dart.dev/
arch = x86_64
@@ -13,10 +13,10 @@ pkgbase = dart
makedepends = python-httplib2
makedepends = python-six
depends = glibc
-   source = 
git+https://github.com/dart-lang/sdk.git#commit=d70d99a911b3316ca0d442caaf24fe57afe59893
+   source = 
git+https://github.com/dart-lang/sdk.git#commit=3ce1c7c03b61eccf54312981cc4a5f1b4782809d
source = 
git+https://chromium.googlesource.com/chromium/tools/depot_tools.git
source = DEPS.patch
-   sha256sums = 
3271d79a9861d01e157cd368bf28acf7b7f664a821c984b67dfd88ff406d6881
+   sha256sums = 
727ae11757960ddbe1b3e43c0247c1f422eb1ddb464f50d6561d1f2e1508670b
sha256sums = SKIP
sha256sums = 
db6576a70c6719e26795b9824546058b79fefa64158c1002d36546d826084403
 


=
PKGBUILD
=
@@ -6,10 +6,11 @@
 # Contributor: Usagi Ito 
 # Contributor: siasia 
 # Contributor: Julien Nicoulaud 
+# Contributor: The one with the braid 
 
 pkgname=dart
-pkgver=3.3.4
-_commit=d70d99a911b3316ca0d442caaf24fe57afe59893 # 
https://github.com/dart-lang/sdk/commits/stable/
+pkgver=3.4.0
+_commit=3ce1c7c03b61eccf54312981cc4a5f1b4782809d # 
https://github.com/dart-lang/sdk/commits/stable/
 pkgrel=1
 pkgdesc='The dart programming language SDK'
 arch=('x86_64')
@@ -30,7 +31,7 @@ source=(
   "git+https://chromium.googlesource.com/chromium/tools/depot_tools.git;
   "DEPS.patch"
 )
-sha256sums=('3271d79a9861d01e157cd368bf28acf7b7f664a821c984b67dfd88ff406d6881'
+sha256sums=('727ae11757960ddbe1b3e43c0247c1f422eb1ddb464f50d6561d1f2e1508670b'
 'SKIP'
 'db6576a70c6719e26795b9824546058b79fefa64158c1002d36546d826084403')
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/dart/-/commit/3f50d2346959602f63f9c2bd03ac0f454a5cf297

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




[Git][archlinux/packaging/packages/webkitgtk-6.0] Pushed new tag 2.44.2-1

2024-05-16 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed new tag 2.44.2-1 at Arch Linux / 
Packaging / Packages / webkitgtk-6.0

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




[Git][archlinux/packaging/packages/webkit2gtk] Pushed new tag 2.44.2-1

2024-05-16 Thread Jan Alexander Steffens (heftig) (@heftig)


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

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




[Git][archlinux/packaging/packages/webkit2gtk-4.1] Pushed new tag 2.44.2-1

2024-05-16 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed new tag 2.44.2-1 at Arch Linux / 
Packaging / Packages / webkit2gtk-4.1

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




[Git][archlinux/packaging/packages/package-notes] Pushed new branch main

2024-05-16 Thread Christian Hesse (@eworm)


Christian Hesse pushed new branch main at Arch Linux / Packaging / Packages / 
package-notes

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




[Git][archlinux/packaging/packages/package-notes] Pushed new tag 0.11-1

2024-05-16 Thread Christian Hesse (@eworm)


Christian Hesse pushed new tag 0.11-1 at Arch Linux / Packaging / Packages / 
package-notes

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




[Git][archlinux/packaging/packages/galera] Pushed new tag 26.4.18-1

2024-05-16 Thread Christian Hesse (@eworm)


Christian Hesse pushed new tag 26.4.18-1 at Arch Linux / Packaging / Packages / 
galera

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




[Git][archlinux/packaging/packages/galera][main] 2 commits: build from git

2024-05-16 Thread Christian Hesse (@eworm)


Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages / 
galera


Commits:
cca276b9 by Christian Hesse at 2024-05-15T23:00:01+02:00
build from git

- - - - -
c397bbac by Christian Hesse at 2024-05-16T21:38:56+02:00
upgpkg: 26.4.18-1: new upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,11 +1,12 @@
 pkgbase = galera
pkgdesc = write set replication (WSREP) provider for MariaDB cluster
-   pkgver = 26.4.16
+   pkgver = 26.4.18
pkgrel = 1
url = https://galeracluster.com/
arch = x86_64
license = GPL2
license = custom:OpenSSL Linking Exception
+   makedepends = git
makedepends = boost
makedepends = check
makedepends = cmake
@@ -15,10 +16,10 @@ pkgbase = galera
optdepends = rsync: State Snapshot Transfers with rsync
optdepends = socat: State Snapshot Transfers with mariabackup
options = !libtool
-   source = 
https://rsync.osuosl.org/pub/mariadb/mariadb-11.3.2/galera-26.4.16/src/galera-26.4.16.tar.gz
-   source = 
https://rsync.osuosl.org/pub/mariadb/mariadb-11.3.2/galera-26.4.16/src/galera-26.4.16.tar.gz.asc
+   source = git+https://github.com/codership/galera.git#tag=release_26.4.18
+   source = git+https://github.com/codership/wsrep-API.git
validpgpkeys = 177F4010FE56CA3336300305F1656F24C74CD1D8
-   sha256sums = 
63c1529743821d0c30fa05e226273fd9be7cc94b7e2dfcf276c3da75c25913a9
+   sha256sums = 
c5a78067dfef51a9c8cc5045c7e662030650bed1d10c0c090bf73580f05b4158
sha256sums = SKIP
 
 pkgname = galera


=
PKGBUILD
=
@@ -3,44 +3,50 @@
 # Contributor: Nico Suarez 
 
 pkgname=galera
-pkgver=26.4.16
-_mariadb_ver=11.3.2
+pkgver=26.4.18
 pkgrel=1
 pkgdesc='write set replication (WSREP) provider for MariaDB cluster'
 arch=('x86_64')
 license=('GPL2' 'custom:OpenSSL Linking Exception')
 depends=('boost-libs' 'mariadb-server' 'openssl')
-makedepends=('boost' 'check' 'cmake')
+makedepends=('git' 'boost' 'check' 'cmake')
 optdepends=('rsync: State Snapshot Transfers with rsync'
 'socat: State Snapshot Transfers with mariabackup')
 url='https://galeracluster.com/'
 options=('!libtool')
 validpgpkeys=('177F4010FE56CA3336300305F1656F24C74CD1D8') # MariaDB Signing 
Key 
-source=("https://rsync.osuosl.org/pub/mariadb/mariadb-${_mariadb_ver}/galera-${pkgver}/src/galera-${pkgver}.tar.gz"{,.asc})
-sha256sums=('63c1529743821d0c30fa05e226273fd9be7cc94b7e2dfcf276c3da75c25913a9'
+source=("git+https://github.com/codership/galera.git#tag=release_${pkgver};
+'git+https://github.com/codership/wsrep-API.git')
+sha256sums=('c5a78067dfef51a9c8cc5045c7e662030650bed1d10c0c090bf73580f05b4158'
 'SKIP')
 
 prepare() {
-  cd "${pkgname}-${pkgver}"
+  cd galera/
 
-  sed -i '/^GALERA_VER/s/API + //' wsrep/tests/SConscript
+  # setup git submodules
+  git config --file=.gitmodules submodule.wsrep-API.url ../wsrep-API/
+  git submodule init
+  git -c protocol.file.allow=always submodule update
 }
 
 build(){
-  cd "${pkgname}-${pkgver}"
+  mkdir build
+  cd build/
 
-  cmake .
+  cmake ../galera/
   make
 }
 
 package(){
-  cd "${pkgname}-${pkgver}"
+  cd build/
 
   install -D -m0755 libgalera_smm.so 
"${pkgdir}"/usr/lib/galera/libgalera_smm.so
   ln -s galera/libgalera_smm.so "${pkgdir}"/usr/lib/libgalera_smm.so
 
   install -D -m0755 garb/garbd "${pkgdir}"/usr/bin/garbd
 
+  cd ../galera/
+
   install -D -m0644 scripts/packages/README 
"${pkgdir}"/usr/share/doc/galera/README
   install -D -m0644 scripts/packages/README-MySQL 
"${pkgdir}"/usr/share/doc/galera/README-MySQL
   install -D -m0644 scripts/mysql/README 
"${pkgdir}"/usr/share/doc/galera/mysql/README



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/galera/-/compare/b0cf505018ca05e5ffe300b351c2976482506281...c397bbac57488f8ad541113a4d4e25b6563a4ee1

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




[Git][archlinux/packaging/packages/mariadb][main] upgpkg: 11.3.2-2: rebuild with recent changes

2024-05-16 Thread Christian Hesse (@eworm)


Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages / 
mariadb


Commits:
b40b6273 by Christian Hesse at 2024-05-16T21:35:03+02:00
upgpkg: 11.3.2-2: rebuild with recent changes

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = mariadb
pkgdesc = Fast SQL database server, derived from MySQL
pkgver = 11.3.2
-   pkgrel = 1
+   pkgrel = 2
url = https://mariadb.org/
arch = x86_64
license = GPL


=
PKGBUILD
=
@@ -4,7 +4,7 @@ pkgbase=mariadb
 pkgname=('mariadb-libs' 'mariadb-clients' 'mariadb' 'mytop')
 pkgdesc='Fast SQL database server, derived from MySQL'
 pkgver=11.3.2
-pkgrel=1
+pkgrel=2
 arch=('x86_64')
 license=('GPL')
 url='https://mariadb.org/'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/mariadb/-/commit/b40b6273898af000e86f070e25d546c76196f6d9

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




[Git][archlinux/packaging/packages/mariadb] Pushed new tag 11.3.2-2

2024-05-16 Thread Christian Hesse (@eworm)


Christian Hesse pushed new tag 11.3.2-2 at Arch Linux / Packaging / Packages / 
mariadb

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




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

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


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


Commits:
b35844c2 by Robin Candau at 2024-05-16T21:05:11+02:00
upgpkg: 1.24.4-1: New upstream release
https://github.com/pymupdf/PyMuPDF/releases/tag/1.24.4

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-pymupdf
pkgdesc = Python bindings for MuPDF's rendering library
-   pkgver = 1.24.3
-   pkgrel = 2
+   pkgver = 1.24.4
+   pkgrel = 1
url = https://github.com/pymupdf/PyMuPDF
arch = x86_64
license = AGPL-3.0-or-later
@@ -24,11 +24,11 @@ pkgbase = python-pymupdf
depends = python-mupdf
optdepends = python-fonttools: for building font subsets using fontTools
optdepends = python-pillow: for image file saving using pillow
-   source = 
PyMuPDF-1.24.3.tar.gz::https://github.com/pymupdf/PyMuPDF/archive/refs/tags/1.24.3.tar.gz
+   source = 
PyMuPDF-1.24.4.tar.gz::https://github.com/pymupdf/PyMuPDF/archive/refs/tags/1.24.4.tar.gz
source = remove-clang-and-swig-dependencies.patch
-   sha512sums = 
a35fdffeaa108c6bd0df30e407eade2699f55865d81e001f88824806b685cce45da5dfa0706d95de9ec44c3b26f99696aacca33e5fda4078180e1df97275936a
+   sha512sums = 
5f45d23ae571fa41d153e95350d8e91f3ebc51c6ee21696627c6e58446e7d9574145802ae888e1486e8b27a0fc40c3b0644fb71f484995278699fb32b91a91ed
sha512sums = 
3ad7fcc092288fd973a6fdaff5702919473607bcc6007d1a8e464d613a11a550bb5a06f0ebab8b171e1188be702abbecc999a0ad0d2fca121516b69f7d36bae5
-   b2sums = 
e3d4b79555f22e4adab2d6f18dd9795912da85bf9c9896348c0e112dbacbe3d638a41c3e09260b7abf2dba4b75d00cd934acba2eb9d53e1787ae0c21e60334eb
+   b2sums = 
dbac7f6682fadb37142ad5c2a5b6be85cfd09f3c851e86052ac677fa39d37dceb5ea7a3bebe9d1415f67d9e955fbbfc9003d0723f06b74195ea09e35fa7623db
b2sums = 
a0307f03e70f18547e095d5f9e80776e7e7ef38da170fa331a77a4465488f619228cd2367976f3be5fced6a77fe5e639c1d321c636b8a8825aa6310787aa1d39
 
 pkgname = python-pymupdf


=
PKGBUILD
=
@@ -3,8 +3,8 @@
 
 _name=PyMuPDF
 pkgname=python-pymupdf
-pkgver=1.24.3
-pkgrel=2
+pkgver=1.24.4
+pkgrel=1
 pkgdesc="Python bindings for MuPDF's rendering library"
 arch=(x86_64)
 url="https://github.com/pymupdf/PyMuPDF;
@@ -41,9 +41,9 @@ source=(
   $_name-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz
   remove-clang-and-swig-dependencies.patch
 )
-sha512sums=('a35fdffeaa108c6bd0df30e407eade2699f55865d81e001f88824806b685cce45da5dfa0706d95de9ec44c3b26f99696aacca33e5fda4078180e1df97275936a'
+sha512sums=('5f45d23ae571fa41d153e95350d8e91f3ebc51c6ee21696627c6e58446e7d9574145802ae888e1486e8b27a0fc40c3b0644fb71f484995278699fb32b91a91ed'
 
'3ad7fcc092288fd973a6fdaff5702919473607bcc6007d1a8e464d613a11a550bb5a06f0ebab8b171e1188be702abbecc999a0ad0d2fca121516b69f7d36bae5')
-b2sums=('e3d4b79555f22e4adab2d6f18dd9795912da85bf9c9896348c0e112dbacbe3d638a41c3e09260b7abf2dba4b75d00cd934acba2eb9d53e1787ae0c21e60334eb'
+b2sums=('dbac7f6682fadb37142ad5c2a5b6be85cfd09f3c851e86052ac677fa39d37dceb5ea7a3bebe9d1415f67d9e955fbbfc9003d0723f06b74195ea09e35fa7623db'
 
'a0307f03e70f18547e095d5f9e80776e7e7ef38da170fa331a77a4465488f619228cd2367976f3be5fced6a77fe5e639c1d321c636b8a8825aa6310787aa1d39')
 
 prepare() {



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

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




[Git][archlinux/packaging/packages/python-pymupdf] Pushed new tag 1.24.4-1

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


Robin Candau pushed new tag 1.24.4-1 at Arch Linux / Packaging / Packages / 
python-pymupdf

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




[Git][archlinux/packaging/packages/swaks] Pushed new tag 20240103.0-1

2024-05-16 Thread Florian Pritz (@bluewind)


Florian Pritz pushed new tag 20240103.0-1 at Arch Linux / Packaging / Packages 
/ swaks

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




[Git][archlinux/packaging/packages/swaks][main] upgpkg: 20240103.0-1

2024-05-16 Thread Florian Pritz (@bluewind)


Florian Pritz pushed to branch main at Arch Linux / Packaging / Packages / swaks


Commits:
8c1a428d by Florian Pritz at 2024-05-16T20:57:42+02:00
upgpkg: 20240103.0-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,13 @@
+pkgbase = swaks
+   pkgdesc = Swiss Army Knife SMTP; Command line SMTP testing, including 
TLS and AUTH
+   pkgver = 20240103.0
+   pkgrel = 1
+   url = https://jetmore.org/john/code/swaks/
+   arch = any
+   license = GPL
+   depends = perl-net-dns
+   depends = perl-net-ssleay
+   source = 
swaks-20240103.0.tar.gz::https://github.com/jetmore/swaks/archive/v20240103.0.tar.gz
+   sha256sums = 
7b23c899142f68188678f45f5aceefa5186d75bef23bf85974f7e21a616c0b6e
+
+pkgname = swaks


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Testuser_01 
 
 pkgname=swaks
-pkgver=20201014.0
+pkgver=20240103.0
 pkgrel=1
 pkgdesc='Swiss Army Knife SMTP; Command line SMTP testing, including TLS and 
AUTH'
 arch=('any')
@@ -10,7 +10,7 @@ url="https://jetmore.org/john/code/${pkgname}/;
 license=('GPL')
 depends=('perl-net-dns' 'perl-net-ssleay')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/jetmore/swaks/archive/v$pkgver.tar.gz;)
-sha256sums=('600ad03fd4e76b5d90e8b51e7ab572082747c8b6fb718aba04007f63a862b25f')
+sha256sums=('7b23c899142f68188678f45f5aceefa5186d75bef23bf85974f7e21a616c0b6e')
 
 package() {
   cd "${pkgname}-${pkgver}"



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

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




[Git][archlinux/packaging/packages/electron23] Pushed new tag 23.3.13-7

2024-05-16 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 23.3.13-7 at Arch Linux / Packaging / Packages / 
electron23

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




[Git][archlinux/packaging/packages/electron23][main] upgpkg: 23.3.13-7: ICU 75 rebuild

2024-05-16 Thread Antonio Rojas (@arojas)


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


Commits:
c123b8f8 by Antonio Rojas at 2024-05-16T19:29:59+02:00
upgpkg: 23.3.13-7: ICU 75 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = electron23
pkgdesc = Build cross platform desktop apps with web technologies
pkgver = 23.3.13
-   pkgrel = 6
+   pkgrel = 7
url = https://electronjs.org
arch = x86_64
license = MIT
@@ -26,6 +26,7 @@ pkgbase = electron23
makedepends = python-httplib2
makedepends = python-pyparsing
makedepends = python-requests
+   makedepends = python-setuptools
makedepends = python-six
makedepends = qt5-base
makedepends = wget


=
PKGBUILD
=
@@ -11,7 +11,7 @@
 
 pkgver=23.3.13
 _gcc_patches=110-patchset-4
-pkgrel=6
+pkgrel=7
 
 _major_ver=${pkgver%%.*}
 pkgname="electron${_major_ver}"
@@ -454,7 +454,7 @@ prepare() {
 
   cp -r chromium-mirror_third_party_depot_tools depot_tools
   export PATH+=":$PWD/depot_tools" DEPOT_TOOLS_UPDATE=0
-  export VPYTHON_BYPASS='manually managed python not supported by chrome 
operations'
+# export VPYTHON_BYPASS='manually managed python not supported by chrome 
operations'
 
   echo "Putting together electron sources"
   # Generate gclient gn args file and prepare-electron-source-tree.sh
@@ -476,8 +476,9 @@ prepare() {
 -s src/third_party/skia --header src/skia/ext/skia_commit_hash.h
   src/build/util/lastchange.py \
 -s src/third_party/dawn --revision src/gpu/webgpu/DAWN_VERSION
-  src/tools/update_pgo_profiles.py --target=linux update \
---gs-url-base=chromium-optimization-profiles/pgo_profiles
+# needs newer clang to read the bundled PGO profile
+# src/tools/update_pgo_profiles.py --target=linux update \
+#   
--gs-url-base=chromium-optimization-profiles/pgo_profilessrc/tools/update_pgo_profiles.py
 --target=linux update \
   depot_tools/download_from_google_storage.py --no_resume --extract --no_auth \
 --bucket chromium-nodejs -s src/third_party/node/node_modules.tar.gz.sha1
   # Create sysmlink to system clang-format
@@ -578,6 +579,22 @@ prepare() {
 
   ./build/linux/unbundle/replace_gn_files.py \
 --system-libraries "${!_system_libs[@]}"
+
+# Port away form imp
+  git cherry-pick -n 9e0c89a3b5638ba2b9b107fea34a01c774aa7805
+  git cherry-pick -n f5f6e361d037c31630661186e7bd7b31d2784cb8
+
+# Port away from six
+  git show b3abd7e4c9467415da3a5e13d9500d2ab3abc2ec -- tools/grit/grit/util.py 
| git apply -
+
+# Update vendored copy of six
+  pushd third_party/catapult
+  git cherry-pick -n 8cf7c46ad7ea03bf5d5588d0ed63be3df4baaf1f
+  popd
+  
+# Fix build with GCC 14
+  pushd v8
+  git cherry-pick -n 9721082687c9529fe6ae3c5304dcf079158e8a77
 }
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/electron23/-/commit/c123b8f8d5ea40c91567da5d1b803246c2e44c66

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




[Git][archlinux/packaging/packages/electron27][main] upgpkg: 27.3.11-3: ICU 75 rebuild

2024-05-16 Thread Antonio Rojas (@arojas)


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


Commits:
892e288d by Antonio Rojas at 2024-05-16T18:28:43+02:00
upgpkg: 27.3.11-3: ICU 75 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = electron27
pkgdesc = Build cross platform desktop apps with web technologies
pkgver = 27.3.11
-   pkgrel = 2
+   pkgrel = 3
url = https://electronjs.org
arch = x86_64
license = MIT
@@ -27,6 +27,7 @@ pkgbase = electron27
makedepends = python-pyparsing
makedepends = python-requests
makedepends = python-six
+   makedepends = python-setuptools
makedepends = rust
makedepends = qt5-base
makedepends = wget


=
PKGBUILD
=
@@ -10,7 +10,7 @@
 
 pkgver=27.3.11
 _gcc_patches=118-2
-pkgrel=2
+pkgrel=3
 _major_ver=${pkgver%%.*}
 pkgname="electron${_major_ver}"
 pkgdesc='Build cross platform desktop apps with web technologies'
@@ -435,7 +435,7 @@ prepare() {
 
   cp -r chromium-mirror_third_party_depot_tools depot_tools
   export PATH+=":$PWD/depot_tools" DEPOT_TOOLS_UPDATE=0
-  export VPYTHON_BYPASS='manually managed python not supported by chrome 
operations'
+# export VPYTHON_BYPASS='manually managed python not supported by chrome 
operations'
 
   echo "Putting together electron sources"
   # Generate gclient gn args file and prepare-electron-source-tree.sh
@@ -453,8 +453,9 @@ prepare() {
 -s src/third_party/skia --header src/skia/ext/skia_commit_hash.h
   src/build/util/lastchange.py \
 -s src/third_party/dawn --revision src/gpu/webgpu/DAWN_VERSION
-  src/tools/update_pgo_profiles.py --target=linux update \
---gs-url-base=chromium-optimization-profiles/pgo_profiles
+# needs newer clang to read the bundled PGO profile
+# src/tools/update_pgo_profiles.py --target=linux update \
+#   
--gs-url-base=chromium-optimization-profiles/pgo_profilessrc/tools/update_pgo_profiles.py
 --target=linux update \
   depot_tools/download_from_google_storage.py --no_resume --extract --no_auth \
 --bucket chromium-nodejs -s src/third_party/node/node_modules.tar.gz.sha1
 
@@ -523,6 +524,13 @@ prepare() {
 
   ./build/linux/unbundle/replace_gn_files.py \
 --system-libraries "${!_system_libs[@]}"
+
+# Port away form imp
+  git cherry-pick -n 9e0c89a3b5638ba2b9b107fea34a01c774aa7805
+
+# Update vendored copy of six
+  pushd third_party/catapult
+  git cherry-pick -n 8cf7c46ad7ea03bf5d5588d0ed63be3df4baaf1f
 }
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/electron27/-/commit/892e288dc5606607a63906cb43db67d2a9e1267f

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




[Git][archlinux/packaging/packages/electron27] Pushed new tag 27.3.11-3

2024-05-16 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 27.3.11-3 at Arch Linux / Packaging / Packages / 
electron27

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




[Git][archlinux/packaging/packages/jupyter-notebook][main] upgpkg: 7.2.0-1: Update to 7.2.0

2024-05-16 Thread Antonio Rojas (@arojas)


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


Commits:
5f7c4a00 by Antonio Rojas at 2024-05-16T17:55:49+02:00
upgpkg: 7.2.0-1: Update to 7.2.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,13 +1,15 @@
 pkgbase = jupyter-notebook
pkgdesc = The language-agnostic HTML notebook application for Project 
Jupyter
-   pkgver = 7.1.3
-   pkgrel = 2
+   pkgver = 7.2.0
+   pkgrel = 1
url = https://github.com/jupyter/notebook
arch = any
license = BSD-3-Clause
checkdepends = python-pytest-jupyter
checkdepends = python-pytest-timeout
checkdepends = python-requests
+   makedepends = git
+   makedepends = nodejs
makedepends = python-build
makedepends = python-hatch-jupyter-builder
makedepends = python-installer
@@ -21,7 +23,7 @@ pkgbase = jupyter-notebook
depends = python-tornado
depends = python-traitlets
replaces = jupyter-retrolab
-   source = 
https://pypi.io/packages/source/n/notebook/notebook-7.1.3.tar.gz
-   sha256sums = 
41fcebff44cf7bb9377180808bcbae066629b55d8c7722f1ebbe75ca44f9cfc1
+   source = git+https://github.com/jupyter/notebook#tag=v7.2.0
+   sha256sums = 
cbd0276f9a9c8b18caca2d826bc92e739713f1066505f0911bfec5c7d0061a59
 
 pkgname = jupyter-notebook


=
PKGBUILD
=
@@ -3,8 +3,8 @@
 
 pkgname=jupyter-notebook
 _pipname=notebook
-pkgver=7.1.3
-pkgrel=2
+pkgver=7.2.0
+pkgrel=1
 pkgdesc='The language-agnostic HTML notebook application for Project Jupyter'
 arch=(any)
 url='https://github.com/jupyter/notebook'
@@ -18,30 +18,32 @@ depends=(jupyter-notebook-shim
  python-jupyterlab-server
  python-tornado
  python-traitlets)
-makedepends=(python-build
+makedepends=(git
+ nodejs
+ python-build
  python-hatch-jupyter-builder
  python-installer)
 checkdepends=(python-pytest-jupyter
   python-pytest-timeout
   python-requests)
 replaces=(jupyter-retrolab)
-source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz)
-sha256sums=('41fcebff44cf7bb9377180808bcbae066629b55d8c7722f1ebbe75ca44f9cfc1')
+source=(git+https://github.com/jupyter/notebook#tag=v$pkgver)
+sha256sums=('cbd0276f9a9c8b18caca2d826bc92e739713f1066505f0911bfec5c7d0061a59')
 
 build() {
-  cd notebook-$pkgver
+  cd notebook
   python -m build --wheel --no-isolation --skip-dependency-check
 }
 
 check() {
-  cd notebook-$pkgver
+  cd notebook
   python -m venv --system-site-packages test-env
   test-env/bin/python -m installer dist/*.whl
   test-env/bin/python -m pytest -v -W ignore::DeprecationWarning
 }
 
 package() {
-  cd notebook-$pkgver
+  cd notebook
   python -m installer --destdir="$pkgdir" dist/*.whl
   mv "$pkgdir"/{usr/,}etc
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/jupyter-notebook/-/commit/5f7c4a0079912d10bc8f7dc56b6d3eb80c5416e6

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




[Git][archlinux/packaging/packages/jupyter-notebook] Pushed new tag 7.2.0-1

2024-05-16 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 7.2.0-1 at Arch Linux / Packaging / Packages / 
jupyter-notebook

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




[Git][archlinux/packaging/packages/neovim] Pushed new tag 0.10.0-1

2024-05-16 Thread Daniel M. Capella (@polyzen)


Daniel M. Capella pushed new tag 0.10.0-1 at Arch Linux / Packaging / Packages 
/ neovim

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




[Git][archlinux/packaging/packages/neovim][main] upgpkg: 0.10.0-1

2024-05-16 Thread Daniel M. Capella (@polyzen)


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


Commits:
05c7a326 by Daniel M. Capella at 2024-05-16T11:04:28-04:00
upgpkg: 0.10.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = neovim
pkgdesc = Fork of Vim aiming to improve user experience, plugins, and 
GUIs
-   pkgver = 0.9.5
-   pkgrel = 6
+   pkgver = 0.10.0
+   pkgrel = 1
url = https://neovim.io
arch = x86_64
license = custom:neovim
@@ -15,30 +15,31 @@ pkgbase = neovim
depends = libtermkey
depends = libuv
depends = libvterm>0.1.4
+   depends = lua51-lpeg
depends = luajit
depends = msgpack-c
depends = tree-sitter
+   depends = tree-sitter-lua
+   depends = tree-sitter-query
+   depends = tree-sitter-vimdoc
depends = unibilium
optdepends = python-pynvim: for Python plugin support (see :help python)
optdepends = tree-sitter-bash: for the Bash grammar for tree-sitter
optdepends = tree-sitter-c: for the C grammar for tree-sitter
-   optdepends = tree-sitter-lua: for the Lua grammar for tree-sitter
-   optdepends = tree-sitter-markdown: for the Markdown grammar for 
tree-sitter (requires query files from the nvim-treesitter plugin)
-   optdepends = tree-sitter-python: for the Python grammar for tree-sitter 
(requires query files from the nvim-treesitter plugin)
-   optdepends = tree-sitter-query: for the TS query grammar for tree-sitter
-   optdepends = tree-sitter-vimdoc: for the Vim help file grammar for 
tree-sitter
+   optdepends = tree-sitter-markdown: for the Markdown grammar for 
tree-sitter
+   optdepends = tree-sitter-python: for the Python grammar for tree-sitter
optdepends = xclip: for clipboard support on X11 (or xsel) (see :help 
clipboard)
optdepends = xsel: for clipboard support on X11 (or xclip) (see :help 
clipboard)
optdepends = wl-clipboard: for clipboard support on wayland (see :help 
clipboard)
provides = vim-plugin-runtime
backup = etc/xdg/nvim/sysinit.vim
-   source = 
https://github.com/neovim/neovim/archive/v0.9.5/neovim-0.9.5.tar.gz
+   source = 
https://github.com/neovim/neovim/archive/v0.10.0/neovim-0.10.0.tar.gz
source = nvimdoc
source = nvimdoc.hook
-   sha512sums = 
6e20d0a1d506dc292dd68dabe4b5635f86c019ca832f9927e907377e6d21fe7765b3010f5bba644bb2d7a76c178d55b290af24856a7e3c4083a1aa60bc496775
+   sha512sums = 
878cb58729a18179b38303bd9cf79e38997c87946665ac4e7b76d87e15f5d001028fd1454ce30b20773b20a4fe929dfa399fc2ec7f6db0774a4e864c9e8586c1
sha512sums = 
22662462c823de243599cdd3483e46ade4ab59b219e907468d34c18e584fe7477548e357ee2ce56bb098cf54b770b108a3511703dd486f0774a65c84af78f6aa
sha512sums = 
3c6ee1e4646d09c164a2212f9e4d2f53158ff32911b0972e060a395a8d4685334574a7ede995a81680dcc0750cd3327a78beb7904a4bb326b2399d79a8b12d5e
-   b2sums = 
a982ea5704a8e5810c42475198157c3d2255c033f47cba940f9f6414c649167ecafe08c7fe9aeb3154a15566fdf8f5db8d535fa752e467e36ff5d552a7aa2179
+   b2sums = 
b9bf44d2f0ae1075196f5f96b2fb5e974907406fa6e5bf09593d1f9f36135dab466b6a063d1d03e3716dce435df296ec6d00a2f015e85d0edd231fb9fd4c9385
b2sums = 
d31cf81659e238fada8092755eb9be16f77c00a466107eb5770c6c9c32e043c91e6efada7ddb51663716a0e38ffa6e3d0093b3e6833aa961d845c7451a95491e
b2sums = 
26588b9da6459393076723bdfb8d2b16fed882070f2326bf7c35cd272dee9c18df603afb1ae2254cd0a59eff68189caf04828ef165d5de42c7a467604101
 


=
PKGBUILD
=
@@ -5,8 +5,8 @@
 # Contributor: Florian Hahn 
 
 pkgname=neovim
-pkgver=0.9.5
-pkgrel=6
+pkgver=0.10.0
+pkgrel=1
 pkgdesc='Fork of Vim aiming to improve user experience, plugins, and GUIs'
 arch=('x86_64')
 url='https://neovim.io'
@@ -16,9 +16,13 @@ depends=(
   'libtermkey'
   'libuv'
   'libvterm>0.1.4'
+  'lua51-lpeg'
   'luajit'
   'msgpack-c'
   'tree-sitter'
+  'tree-sitter-lua'
+  'tree-sitter-query'
+  'tree-sitter-vimdoc'
   'unibilium'
 )
 makedepends=('cmake' 'git' 'ninja' 'lua51-mpack' 'lua51-lpeg' 'unzip')
@@ -26,11 +30,8 @@ optdepends=(
   'python-pynvim: for Python plugin support (see :help python)'
   'tree-sitter-bash: for the Bash grammar for tree-sitter'
   'tree-sitter-c: for the C grammar for tree-sitter'
-  'tree-sitter-lua: for the Lua grammar for tree-sitter'
-  'tree-sitter-markdown: for the Markdown grammar for tree-sitter (requires 
query files from the nvim-treesitter plugin)'
-  'tree-sitter-python: for the Python grammar for tree-sitter (requires query 
files from the nvim-treesitter plugin)'
-  'tree-sitter-query: for the TS query grammar for tree-sitter'
-  'tree-sitter-vimdoc: for the Vim help file grammar for tree-sitter'
+  'tree-sitter-markdown: for the Markdown grammar for tree-sitter'

[Git][archlinux/packaging/packages/pack-cli][main] Drop docker dependency

2024-05-16 Thread Leonidas Spyropoulos (@artafinde)


Leonidas Spyropoulos pushed to branch main at Arch Linux / Packaging / Packages 
/ pack-cli


Commits:
ab74431d by Leonidas Spyropoulos at 2024-05-16T14:54:31+01:00
Drop docker dependency

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -9,7 +9,6 @@ pkgrel=1
 pkgdesc="CLI for building apps using Cloud Native Buildpacks"
 depends=('glibc')
 makedepends=('go' 'git')
-checkdepends=('docker')
 arch=('x86_64')
 url="https://buildpacks.io/;
 license=('Apache-2.0')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pack-cli/-/commit/ab74431dbebcc2d379ae01e329ad1044e223bf42

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




[Git][archlinux/packaging/packages/pack-cli] Pushed new branch main

2024-05-16 Thread Leonidas Spyropoulos (@artafinde)


Leonidas Spyropoulos pushed new branch main at Arch Linux / Packaging / 
Packages / pack-cli

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




[Git][archlinux/packaging/packages/pack-cli] Pushed new tag 0.33.2-1

2024-05-16 Thread Leonidas Spyropoulos (@artafinde)


Leonidas Spyropoulos pushed new tag 0.33.2-1 at Arch Linux / Packaging / 
Packages / pack-cli

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




[Git][archlinux/packaging/packages/wpewebkit][main] Link the wpewebkit gpg keys page

2024-05-16 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / wpewebkit


Commits:
d99dc0a4 by Jan Alexander Steffens (heftig) at 2024-05-16T15:39:25+02:00
Link the wpewebkit gpg keys page

Carlos key is actually from the WebKitGTK site
(https://www.webkitgtk.org/verifying.html). The WPE version just hasnt
been updated yet.

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -57,8 +57,8 @@ pkgbase = wpewebkit
depends = zlib
source = https://wpewebkit.org/releases/wpewebkit-2.44.2.tar.xz
source = https://wpewebkit.org/releases/wpewebkit-2.44.2.tar.xz.asc
-   validpgpkeys = 013A0127AC9C65B34FFA62526C1009B693975393
validpgpkeys = 5AA3BC334FD7E3369E7C77B291C559DBE4C9123B
+   validpgpkeys = 013A0127AC9C65B34FFA62526C1009B693975393
sha256sums = 
2a3d23cb4fb071ca0db3a09c5a85f27b8bcc6094a2026d3b7407bed4f99218f7
sha256sums = SKIP
b2sums = 
763340adf2031f512137982e4cded0214dff90652571ae32e8badcda0c108d83b8a35588a3050c161ab0bf5cee94a7ba91c9953a22cc87450826bfbf4ac2d012


=
PKGBUILD
=
@@ -73,8 +73,9 @@ 
sha256sums=('2a3d23cb4fb071ca0db3a09c5a85f27b8bcc6094a2026d3b7407bed4f99218f7'
 
b2sums=('763340adf2031f512137982e4cded0214dff90652571ae32e8badcda0c108d83b8a35588a3050c161ab0bf5cee94a7ba91c9953a22cc87450826bfbf4ac2d012'
 'SKIP')
 validpgpkeys=(
-  013A0127AC9C65B34FFA62526C1009B693975393 # Carlos Garcia Campos 

+  # https://wpewebkit.org/release/verify/
   5AA3BC334FD7E3369E7C77B291C559DBE4C9123B # Adrián Pérez de Castro 

+  013A0127AC9C65B34FFA62526C1009B693975393 # Carlos Garcia Campos 

 )
 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/wpewebkit/-/commit/d99dc0a4e8994403ae277e7568be25b4b06756b3

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




[Git][archlinux/packaging/packages/wpewebkit][main] srcinfo

2024-05-16 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / wpewebkit


Commits:
29764ee2 by Jan Alexander Steffens (heftig) at 2024-05-16T15:30:40+02:00
srcinfo

- - - - -


1 changed file:

- .SRCINFO


Changes:

=
.SRCINFO
=
@@ -57,7 +57,7 @@ pkgbase = wpewebkit
depends = zlib
source = https://wpewebkit.org/releases/wpewebkit-2.44.2.tar.xz
source = https://wpewebkit.org/releases/wpewebkit-2.44.2.tar.xz.asc
-   validpgpkeys = D7FCF61CF9A2DEAB31D81BD3F3D322D0EC4582C3
+   validpgpkeys = 013A0127AC9C65B34FFA62526C1009B693975393
validpgpkeys = 5AA3BC334FD7E3369E7C77B291C559DBE4C9123B
sha256sums = 
2a3d23cb4fb071ca0db3a09c5a85f27b8bcc6094a2026d3b7407bed4f99218f7
sha256sums = SKIP



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/wpewebkit/-/commit/29764ee2f9722620470d92cf6373466d2de6ffa4

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




[Git][archlinux/packaging/packages/wpewebkit][main] Update keys

2024-05-16 Thread Jan Alexander Steffens (heftig) (@heftig)


Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging 
/ Packages / wpewebkit


Commits:
2a8f5387 by Jan Alexander Steffens (heftig) at 2024-05-16T15:28:31+02:00
Update keys

- - - - -


3 changed files:

- PKGBUILD
- + keys/pgp/013A0127AC9C65B34FFA62526C1009B693975393.asc
- − keys/pgp/D7FCF61CF9A2DEAB31D81BD3F3D322D0EC4582C3.asc


Changes:

=
PKGBUILD
=
@@ -73,7 +73,7 @@ 
sha256sums=('2a3d23cb4fb071ca0db3a09c5a85f27b8bcc6094a2026d3b7407bed4f99218f7'
 
b2sums=('763340adf2031f512137982e4cded0214dff90652571ae32e8badcda0c108d83b8a35588a3050c161ab0bf5cee94a7ba91c9953a22cc87450826bfbf4ac2d012'
 'SKIP')
 validpgpkeys=(
-  D7FCF61CF9A2DEAB31D81BD3F3D322D0EC4582C3 # Carlos Garcia Campos 

+  013A0127AC9C65B34FFA62526C1009B693975393 # Carlos Garcia Campos 

   5AA3BC334FD7E3369E7C77B291C559DBE4C9123B # Adrián Pérez de Castro 

 )
 


=
keys/pgp/013A0127AC9C65B34FFA62526C1009B693975393.asc
=
@@ -0,0 +1,52 @@
+-BEGIN PGP PUBLIC KEY BLOCK-
+
+mQINBGYVH20BEAC8aoaEUqVegdMZjw3xzbtPhJlxtcYuRBPxR6LC32sXR8AzcCgL
+UxEjmJX4rwF+L8zXq4G7UCetayRL7g9FEAgX2ZAP1mNlRzV8eOjoAP/K3JFLTGWn
+KU45SL3jtps9ctRBtZZ6JBBx5GQ5ruXndoA4nXUisPnf2IYPoqsGs7hkxk7TRg6B
+ZYjQie7uIt4uPBJUUnq0I2NOAyiw5PdtXuBIeGeYuUvGGxxdp0j3R87MZQOpnGNw
+dovL8tPpA8Wv0J0vfH4DceLFuLTpvGaLoGMg5/Pazj5jaTS8gSnEqhn/w6DpMj+Y
+XClT3xD8ryiXmLba7GYFjloA2gEBzoClkmEP2RIGwK0FsFJT8twQN9itS/Dz38VM
+PJWu5XoNt8p3FI3YSX5MbkbZ2L9ikdIngr4h54UqgJIqB4YGeod6qfUQUuK27N31
+EEFjjZwHKtKEylu+1IqWGFedA1IvTKZ9NxKxAH9XQ0WVVCzMUFdVLOKJO2i59Nuo
+4l1Nr/05s0aZBRJsaiiIp8D/vJOvDmv1YOqcuFbIXxSqPFZlFgSCRKd46Hjzor0q
+9k8Ua5BPKSJDkyiwx5OoGAw1E0QBqlFQdQa3QQcts4WK438PfoUrAoK9MamSjNTY
+6ziXKQzc1JjvyKfGxd4lp1ZLZZNnNg2czWOHC7BMrgRWLuX7iUVcksLTLwARAQAB
+tClDYXJsb3MgR2FyY2lhIENhbXBvcyA8Y2dhcmNpYUBpZ2FsaWEuY29tPokCVAQT
+AQoAPhYhBAE6ASesnGWzT/piUmwQCbaTl1OTBQJmFR9tAhsDBQkDwmcABQsJCAcC
+BhUKCQgLAgQWAgMBAh4BAheAAAoJEGwQCbaTl1OTqPoP/i342pjUB+SWWXXw57K7
+q29EOmyKU7nop3mGswUsPFgSsOAkcOsuUR/+lP5HO5fItZr6jWRNLPDkqI0J9eJW
+1ZKJDtGbzOqceGg8k7ZMZ/sI0PIypGrVvypVSJFwEhkNO8IWunSO/5uTVQ8SzKvr
+ftdsKW10PqZD+FkT4PYH3f/JS6MMQz16OUoHuWALII+I50hWEsJRLXChVk+RnCVq
+bWXOAbOzVXQ6AjV/i6MhWQjSdBY5WgoRfKiOdftAlxmYRIFOBsBEnFg+ufHBV0p9
+Ar7rzb65ajPXRGoUTWTYjOSZF40l+S9LUOn0j6ur6oR6oAJdReTm9iktyqmnYT+t
+Bc2/xCuzyT6rflKHzGirczOjCvupimxt7ZcW821CAab+PnPKPjJSAhoA8FjngR1R
+iWvB/ki0dPWwdsLP+rFCwMVtnMDOsna2njy5V2eH38ST8+Fr/GqS9iTSyYJUb21e
++hKIOIMFTEhqwqgklqDiK3S9OhtZGkt1CLA5YWQ5ZpxiATB0r4sXfTp67i06jLee
+s0TWQR4IP1/fo6Vj59qfvcvragsgbf9G9to/r+2KxMgh5KtP8PAHBPDzvXtWx0hO
+xLzBXIiMAWYqyPLCar1kF7lGPObUMiiLDW4rmlPYt+gNSd251sUCHvXWvoSBYBc2
+a1xh18NDZvvLgxSLdHL0VNa7uQINBGYVH20BEADVCUu5FihE8a/7YkrneQeigVK4
+8cEMtG5L5682XexkvPaQ7G5Swbv6dXru4qS3ToaC35dTcyEdaRMzU1SZw7mZa9FW
+Xy3fYvYk74YMlom6JKdRwDUqUOHhfaz1iFc0I+vteLopBHceiczNVKyTzUcY2n0e
+HevUSgproaSAxPGsqgRFpqkEiozWVcN2VWEfRbqo2WYYPBRgAcTvQb+ZEwg2O/27
+MpmTdc2bMwZnB5nOISCPIMRrAJj+waNjdNKNNA9rwoLVnmlm75BL0kUM231Y2l6Y
+2gkaApmFZWyjuK3PF9AicRvmvt8NXuJZLPMElcau0N3bS+DeenDGFyUZ8T83bZPA
+hWt40BZgv6boMhSNximLviIVQlz7x3ThGlql5LHl4hixJmQIOxg+gMCrt3reylcA
+qffETse3qME+M8oAxz6jPo/CuCagnCGOPxMWj06qCK+qo42LxjsXtQ9Hz41vdpGY
+3vLAf3SgdsU8HHdSJP+/BLFC/4IjTJBCljfihyCN7AjGoZ34W6dki0iudgjkeU2P
+njBbO7MNN7MNCDmMyrzg930JUyiQ1QMaAdpPgDIgr7dWBCy6IK7Pp50DNhCGA9Eb
+cvbpaO1IHw5/UgsTXoP4kBLyIODJMRnlY4CaltUqNPwes3S/eT0pdfUZBVhmLx7j
+9/MctiTkzr/NeVLUNQARAQABiQI8BBgBCgAmFiEEAToBJ6ycZbNP+mJSbBAJtpOX
+U5MFAmYVH20CGwwFCQPCZwAACgkQbBAJtpOXU5P8CxAAqYv3VrK/3X4hL3KGoLRu
+kTwgIfJ50DbKouMWb8+LVzzgSYstyQ30iV817YU6zGgrNjAbVDLCW5nrnT7o4WPu
+LKQnZ943wngL+dAIJQxF+Ap29mJACBFrBsDWd8tpU1z4EcOVWl8ADxxyVQ80I/vC
+Ff6SOzri7us7S5/XdJUHipH8dDhAuQgZLQyUaQpZAskCgkRrEhZJcpwxTO3jKF8i
+XR9vqW3CPtCoUq1in0mYhBOH24aMZMX3cwqFrfDEwR0cYLJDM9i1sdEp2yctQtt9
+Vyqnloot7Kp4+RM1cw0L+iCUxy14+WGaAQaXz2xuMDCb4T9rRgPIUeTp4WLvrsQR
+S3CrPMBOU4nfN3Sv1YOP+ago7JRpyjOhjv0hoAhwWzh+k5cIbvbga7pgGtiOMOZh
+Hod+wUKSmq4lTNp+c3NU0+V2y2gBzeyfOZgUaWItDU9AWcbwhNQ6fU18ZtXrFL64
+8jsNSugSEMECL0zcKrJF1Ay65JDOzPwAL8+dLRhfwiz1LHs+rMzkXrekLUCxF1Vl
+uOe5CchXosoly5synpcsE3w/MFuQfBNryqO+yJ8tGyog3vpdll/vUdPOYlOBQ2Vm
+qeCtuKuG6j6D1b8WiAUf3BA4TkNwFGR55MerxDu+y7MxtzRQt1vWu/w3YY6P2jaW
+303oaXL9TFcjuZuqXoz/ASk=
+=t3Rv
+-END PGP PUBLIC KEY BLOCK-


=
keys/pgp/D7FCF61CF9A2DEAB31D81BD3F3D322D0EC4582C3.asc deleted
=
@@ -1,23 +0,0 @@
--BEGIN PGP PUBLIC KEY BLOCK-
-
-mQGiBEy4Qy4RBACevATwAKdArGO2UjVGsP3nb3BWLfB9KR5hbpuL5yejUoR6xeN4
-vsw1/fy9fiGlsLGqlmnd6bDZ6c7mNyc0ERXXGk2QOQEMeDyL6VsoZEbo5t8bZa6B
-Pxc23C9L4d0bdNF7y0CoO7xsg1zClq23MXWAgi4Wm+ZDonw+b2UBcCt/uwCg9AST
-/g8XgNKZ4WxpRI4bM/1BvxUD/2xeJkUjgmdwV14dOdHmsW7BYJHUKxAt9KBSJ5Yo
-ZDCmh6HTtUjd9dKwkuRTxtc3G4s+J5D5WCeNKQ/kNAYAoclzXYc2crTrXZ+RqWap
-G+ngUZxgnyNAaveyUjV19qDRJKVuzBXeQWH/UU5eEpuRfx7ReyFX7sAhDOmnVrvg
-IoegA/0SNS+wsGjYxpWOO1QMsqGidgIp5yLanfA7qsfxz8t+gGtXOSqomUJsYyYX

[Git][archlinux/packaging/packages/md-tui] Pushed new branch main

2024-05-16 Thread @orhun


Orhun Parmaksız pushed new branch main at Arch Linux / Packaging / Packages / 
md-tui

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




[Git][archlinux/packaging/packages/md-tui] Pushed new tag 0.7.2-1

2024-05-16 Thread @orhun


Orhun Parmaksız pushed new tag 0.7.2-1 at Arch Linux / Packaging / Packages / 
md-tui

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




[Git][archlinux/packaging/packages/electron28] Pushed new tag 28.3.1-3

2024-05-16 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 28.3.1-3 at Arch Linux / Packaging / Packages / 
electron28

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




[Git][archlinux/packaging/packages/electron28][main] upgpkg: 28.3.1-3: ICU 75 rebuild

2024-05-16 Thread Antonio Rojas (@arojas)


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


Commits:
9d6cc096 by Antonio Rojas at 2024-05-16T14:45:18+02:00
upgpkg: 28.3.1-3: ICU 75 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = electron28
pkgdesc = Build cross platform desktop apps with web technologies
pkgver = 28.3.1
-   pkgrel = 2
+   pkgrel = 3
url = https://electronjs.org
arch = x86_64
license = MIT
@@ -28,6 +28,7 @@ pkgbase = electron28
makedepends = python-pyparsing
makedepends = python-requests
makedepends = python-six
+   makedepends = python-setuptools
makedepends = rust
makedepends = qt5-base
makedepends = wget


=
PKGBUILD
=
@@ -10,7 +10,7 @@
 
 pkgver=28.3.1
 _gcc_patches=120
-pkgrel=2
+pkgrel=3
 _major_ver=${pkgver%%.*}
 pkgname="electron${_major_ver}"
 pkgdesc='Build cross platform desktop apps with web technologies'
@@ -437,7 +437,7 @@ prepare() {
 
   cp -r chromium-mirror_third_party_depot_tools depot_tools
   export PATH+=":$PWD/depot_tools" DEPOT_TOOLS_UPDATE=0
-  export VPYTHON_BYPASS='manually managed python not supported by chrome 
operations'
+  #export VPYTHON_BYPASS='manually managed python not supported by chrome 
operations'
 
   echo "Putting together electron sources"
   # Generate gclient gn args file and prepare-electron-source-tree.sh
@@ -455,8 +455,9 @@ prepare() {
 -s src/third_party/skia --header src/skia/ext/skia_commit_hash.h
   src/build/util/lastchange.py \
 -s src/third_party/dawn --revision src/gpu/webgpu/DAWN_VERSION
-  src/tools/update_pgo_profiles.py --target=linux update \
---gs-url-base=chromium-optimization-profiles/pgo_profiles
+ # needs newer clang to read the bundled PGO profile
+ # src/tools/update_pgo_profiles.py --target=linux update \
+ #   --gs-url-base=chromium-optimization-profiles/pgo_profiles
   depot_tools/download_from_google_storage.py --no_resume --extract --no_auth \
 --bucket chromium-nodejs -s src/third_party/node/node_modules.tar.gz.sha1
 
@@ -519,6 +520,10 @@ prepare() {
 
   ./build/linux/unbundle/replace_gn_files.py \
 --system-libraries "${!_system_libs[@]}"
+
+# Update vendored copy of six
+  pushd third_party/catapult
+  git cherry-pick -n 8cf7c46ad7ea03bf5d5588d0ed63be3df4baaf1f
 }
 
 build() {



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

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




[Git][archlinux/packaging/packages/python-zope-testing] Pushed new tag 5.0.1-4

2024-05-16 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed new tag 5.0.1-4 at Arch Linux / Packaging / Packages / 
python-zope-testing

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




[Git][archlinux/packaging/packages/python-zope-testing][main] upgpkg: 5.0.1-4: Drop unused nose checkdependency

2024-05-16 Thread Jelle van der Waa (@jelle)


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


Commits:
2246b9c9 by Jelle van der Waa at 2024-05-16T14:13:27+02:00
upgpkg: 5.0.1-4: Drop unused nose checkdependency

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,11 +1,10 @@
 pkgbase = python-zope-testing
pkgdesc = Zope testing helpers
pkgver = 5.0.1
-   pkgrel = 3
+   pkgrel = 4
url = https://github.com/zopefoundation/zope.testing
arch = any
license = ZPL-2.1
-   checkdepends = python-nose
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel


=
PKGBUILD
=
@@ -2,14 +2,13 @@
 
 pkgname=python-zope-testing
 pkgver=5.0.1
-pkgrel=3
+pkgrel=4
 pkgdesc="Zope testing helpers"
 arch=('any')
 url="https://github.com/zopefoundation/zope.testing;
 license=('ZPL-2.1')
 depends=('python-setuptools' 'python-zope-interface' 'python-zope-exceptions')
 makedepends=('python-build' 'python-installer' 'python-wheel')
-checkdepends=('python-nose')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/zopefoundation/zope.testing/archive/$pkgver.tar.gz;)
 
sha512sums=('169ddd82d67f54988cac6cea719095ea7b1a0e59a1b51f63ab6bf15e785877fa060bac5c0786c26244a7630ec1b97011d0bb336c9177a8e6a911ccdb673eebba')
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-zope-testing/-/commit/2246b9c97718be726679718e1b2c49f0f695b4a5

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




[Git][archlinux/packaging/packages/python-serpent] Pushed new tag 1.41-5

2024-05-16 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed new tag 1.41-5 at Arch Linux / Packaging / Packages / 
python-serpent

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




[Git][archlinux/packaging/packages/python-serpent][main] upgpkg: 1.41-5: Run tests with unittest runner

2024-05-16 Thread Jelle van der Waa (@jelle)


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


Commits:
12c87116 by Jelle van der Waa at 2024-05-16T14:09:06+02:00
upgpkg: 1.41-5: Run tests with unittest runner

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,15 +1,14 @@
 pkgbase = python-serpent
pkgdesc = Serializer for literal Python expressions
pkgver = 1.41
-   pkgrel = 4
+   pkgrel = 5
url = https://github.com/irmen/Serpent
arch = any
license = MIT
checkdepends = python-attrs
-   checkdepends = python-nose
checkdepends = python-pytz
-   checkdepends = python-testtools
makedepends = git
+   makedepends = python-setuptools
depends = python
source = 
git+https://github.com/irmen/Serpent#commit=83d06d779c05e259bf1e020aca9b850d3c6f010b
b2sums = SKIP


=
PKGBUILD
=
@@ -3,20 +3,20 @@
 
 pkgname=python-serpent
 pkgver=1.41
-pkgrel=4
+pkgrel=5
 pkgdesc='Serializer for literal Python expressions'
 url='https://github.com/irmen/Serpent'
 arch=(any)
 license=(MIT)
 depends=(python)
-makedepends=(git)
-checkdepends=(python-attrs python-nose python-pytz python-testtools)
+makedepends=(git python-setuptools)
+checkdepends=(python-attrs python-pytz)
 source=("git+$url#commit=83d06d779c05e259bf1e020aca9b850d3c6f010b") # tag: 
serpent-1.41
 b2sums=(SKIP)
 
 check() {
   cd Serpent
-  nosetests
+  python3 -m unittest discover -vs tests
 }
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-serpent/-/commit/12c8711675b1c138cc4e142daa7ec9aabcca10bd

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




[Git][archlinux/packaging/packages/python-mediafile] Pushed new tag 0.12.0-3

2024-05-16 Thread Jelle van der Waa (@jelle)


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

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




[Git][archlinux/packaging/packages/python-mediafile][main] upgpkg: 0.12.0-3: Run tests with unittest runner

2024-05-16 Thread Jelle van der Waa (@jelle)


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


Commits:
3cc8fa6d by Jelle van der Waa at 2024-05-16T14:01:19+02:00
upgpkg: 0.12.0-3: Run tests with unittest runner

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,11 +1,10 @@
 pkgbase = python-mediafile
pkgdesc = Elegant audio file tagging
pkgver = 0.12.0
-   pkgrel = 2
+   pkgrel = 3
url = https://github.com/beetbox/mediafile
arch = any
license = MIT
-   checkdepends = python-nose
makedepends = git
makedepends = python-build
makedepends = python-flit-core


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=python-mediafile
 pkgver=0.12.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Elegant audio file tagging'
 arch=(any)
 url=https://github.com/beetbox/mediafile
@@ -18,7 +18,6 @@ makedepends=(
   python-flit-core
   python-installer
 )
-checkdepends=(python-nose)
 _tag=11c180078d6775f7c72dd182d9b6762061b677c7
 source=(git+https://github.com/beetbox/mediafile.git#tag=${_tag})
 sha256sums=(SKIP)
@@ -35,7 +34,7 @@ build() {
 
 check() {
   cd mediafile
-  python -m nose
+  python -m unittest discover -vs .
 }
 
 package() {



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

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




[Git][archlinux/packaging/packages/python-pure-sasl][main] upgpkg: 0.6.2-8: Run tests with unittest runner

2024-05-16 Thread Jelle van der Waa (@jelle)


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


Commits:
f976faaf by Jelle van der Waa at 2024-05-16T13:53:52+02:00
upgpkg: 0.6.2-8: Run tests with unittest runner

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,11 +1,10 @@
 pkgbase = python-pure-sasl
pkgdesc = Pure Python client SASL implementation
pkgver = 0.6.2
-   pkgrel = 7
+   pkgrel = 8
url = https://github.com/thobbs/pure-sasl
arch = any
license = MIT
-   checkdepends = python-nose
checkdepends = python-pykerberos
checkdepends = python-six
makedepends = python-setuptools


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=python-pure-sasl
 pkgver=0.6.2
-pkgrel=7
+pkgrel=8
 pkgdesc="Pure Python client SASL implementation"
 url="https://github.com/thobbs/pure-sasl;
 license=('MIT')
@@ -10,7 +10,7 @@ arch=('any')
 depends=('python')
 makedepends=('python-setuptools')
 optdepends=('python-kerberos: for GSSAPI support')
-checkdepends=('python-nose' 'python-pykerberos' 'python-six')
+checkdepends=('python-pykerberos' 'python-six')
 
source=("https://github.com/thobbs/pure-sasl/archive/$pkgver/$pkgname-$pkgver.tar.gz;
 
$pkgname-drop-mock.patch::https://github.com/thobbs/pure-sasl/pull/42.patch)
 
sha512sums=('e4ac40822014dec0522faf25f0806cd5cb1053fa7c5362fd3569f79f43ac775aa1a7895421699d36713e0493ebfc7215da0bca9fee516e07b4ef1e182684d4bb'
@@ -29,7 +29,7 @@ build() {
 
 check() {
   cd pure-sasl-$pkgver
-  nosetests3
+  python -m unittest discover -vs .
 }
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pure-sasl/-/commit/f976faafef8f308ec3addbc864d64d538b716a5d

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




[Git][archlinux/packaging/packages/python-pure-sasl] Pushed new tag 0.6.2-8

2024-05-16 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed new tag 0.6.2-8 at Arch Linux / Packaging / Packages / 
python-pure-sasl

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




[Git][archlinux/packaging/packages/python-ldap3] Pushed new tag 2.9.1-6

2024-05-16 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed new tag 2.9.1-6 at Arch Linux / Packaging / Packages / 
python-ldap3

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




[Git][archlinux/packaging/packages/python-ldap3][main] upgpkg: 2.9.1-6: Run tests with unittest runner

2024-05-16 Thread Jelle van der Waa (@jelle)


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


Commits:
cecffdf5 by Jelle van der Waa at 2024-05-16T13:48:07+02:00
upgpkg: 2.9.1-6: Run tests with unittest runner

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,11 +1,10 @@
 pkgbase = python-ldap3
pkgdesc = A strictly RFC 4510 conforming LDAP V3 pure Python client 
library
pkgver = 2.9.1
-   pkgrel = 5
+   pkgrel = 6
url = https://github.com/cannatag/ldap3
arch = any
license = LGPL
-   checkdepends = python-nose
makedepends = python-setuptools
depends = python-pyasn1
source = 
python-ldap3-2.9.1.tar.gz::https://github.com/cannatag/ldap3/archive/v2.9.1.tar.gz


=
PKGBUILD
=
@@ -4,17 +4,23 @@
 
 pkgname=python-ldap3
 pkgver=2.9.1
-pkgrel=5
+pkgrel=6
 pkgdesc="A strictly RFC 4510 conforming LDAP V3 pure Python client library"
 url="https://github.com/cannatag/ldap3;
 license=('LGPL')
 arch=('any')
 depends=('python-pyasn1')
 makedepends=('python-setuptools')
-checkdepends=('python-nose')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/cannatag/ldap3/archive/v$pkgver.tar.gz;)
 
sha512sums=('bf07ebca9a53a8c225bc3106d3bd45eb26557c6e5a3d6d45a7f8c149d938ad43825eed0d406a57b93e2e675ed7aa262828f022ab82eb683f0e3029e3ad823106')
 
+prepare() {
+  cd "$srcdir"/ldap3-$pkgver
+  # Remove test should be run with a server but is not marked as such
+  # https://github.com/cannatag/ldap3/issues/1145
+  rm test/testLDIF-change.py
+}
+
 build() {
   cd "$srcdir"/ldap3-$pkgver
   python setup.py build
@@ -22,7 +28,8 @@ build() {
 
 check() {
   cd "$srcdir"/ldap3-$pkgver
-  nosetests3 -s test || echo "Tests require a running LDAP server"
+  export SERVER="NONE"
+  python -m unittest discover -vs .
 }
 
 package() {



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

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




[Git][archlinux/packaging/packages/python-mongomock][main] upgpkg: 4.0.0-5: Run tests without nose

2024-05-16 Thread Jelle van der Waa (@jelle)


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


Commits:
470a2eea by Jelle van der Waa at 2024-05-16T13:31:12+02:00
upgpkg: 4.0.0-5: Run tests without nose

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,11 +1,10 @@
 pkgbase = python-mongomock
pkgdesc = Fake pymongo stub for testing simple MongoDB-dependent code
pkgver = 4.0.0
-   pkgrel = 4
+   pkgrel = 5
url = https://github.com/mongomock/mongomock
arch = any
license = BSD-3-Clause
-   checkdepends = python-nose
makedepends = python-pbr
makedepends = python-setuptools
makedepends = python-build


=
PKGBUILD
=
@@ -2,14 +2,13 @@
 
 pkgname=python-mongomock
 pkgver=4.0.0
-pkgrel=4
+pkgrel=5
 pkgdesc="Fake pymongo stub for testing simple MongoDB-dependent code"
 url="https://github.com/mongomock/mongomock;
 license=('BSD-3-Clause')
 arch=('any')
 depends=('python-sentinels' 'python-six' 'python-packaging')
 makedepends=('python-pbr' 'python-setuptools' 'python-build' 
'python-installer' 'python-wheel')
-checkdepends=('python-nose')
 
source=("https://github.com/mongomock/mongomock/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
 
sha512sums=('52bb91389d44780f76616adb6a956f9f866a090851a7e004d07310e45d4ede858f4bdba6f86b06c5ffad02097b009e675daee49da7eb9c683a2232cef2064d65')
 
@@ -22,7 +21,7 @@ build() {
 
 check() {
   cd mongomock-$pkgver
-  PYTHONPATH="$PWD" nosetests
+  PYTHONPATH="$PWD" python -m unittest discover -vs .
 }
 
 package_python-mongomock() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-mongomock/-/commit/470a2eeaa386466cc8b43cf43108aba4dbe40f0b

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




[Git][archlinux/packaging/packages/python-mongomock] Pushed new tag 4.0.0-5

2024-05-16 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed new tag 4.0.0-5 at Arch Linux / Packaging / Packages / 
python-mongomock

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




[Git][archlinux/packaging/packages/piep] Pushed new tag 0.10.0-3

2024-05-16 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed new tag 0.10.0-3 at Arch Linux / Packaging / Packages 
/ piep

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




[Git][archlinux/packaging/packages/piep][main] upgpkg: 0.10.0-3: Run tests without nose

2024-05-16 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
piep


Commits:
139eaa22 by Jelle van der Waa at 2024-05-16T13:04:39+02:00
upgpkg: 0.10.0-3: Run tests without nose

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,11 +1,10 @@
 pkgbase = piep
pkgdesc = Bringing the power of python to stream editing
pkgver = 0.10.0
-   pkgrel = 2
+   pkgrel = 3
url = https://github.com/gfxmonk/piep
arch = any
license = GPL
-   checkdepends = python-nose
makedepends = python-setuptools
depends = python-pygments
source = https://github.com/gfxmonk/piep/archive/version-0.10.0.tar.gz


=
PKGBUILD
=
@@ -3,13 +3,12 @@
 pkgname=piep
 pkgdesc='Bringing the power of python to stream editing'
 pkgver=0.10.0
-pkgrel=2
+pkgrel=3
 arch=("any")
 url="https://github.com/gfxmonk/piep;
 license=("GPL")
 depends=('python-pygments')
 makedepends=('python-setuptools')
-checkdepends=('python-nose')
 source=("https://github.com/gfxmonk/$pkgname/archive/version-$pkgver.tar.gz;)
 
sha512sums=('c81d89b1d8881a4bc577ca7c0d764f2c31d8579d0f7f6ba7ce68c98c929f5e215032f99c0ac0da432022bfdedb3d2b441ce16cebd59340a5b11ab92dfddbac1f')
 
@@ -20,7 +19,7 @@ build() {
 
 check() {
   cd $pkgname-version-$pkgver
-  python setup.py nosetests
+  python -m unittest discover -vs .
 }
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/piep/-/commit/139eaa22cc64e5aab1b760634f46548ea942523a

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




[Git][archlinux/packaging/packages/lvm2][main] check the signed tag

2024-05-16 Thread Christian Hesse (@eworm)


Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages / 
lvm2


Commits:
029bc1c8 by Christian Hesse at 2024-05-16T13:00:27+02:00
check the signed tag

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -9,7 +9,7 @@ pkgbase = lvm2
makedepends = systemd
makedepends = libaio
makedepends = thin-provisioning-tools
-   source = git+https://sourceware.org/git/lvm2.git#tag=v2_03_24
+   source = git+https://sourceware.org/git/lvm2.git#tag=v2_03_24?signed
source = 0001-udev-initcpio.patch
source = 11-dm-initramfs.rules
validpgpkeys = 88437EF5C077BD113D3B7224228191C1567E2C17


=
PKGBUILD
=
@@ -11,7 +11,7 @@ license=('GPL2' 'LGPL2.1')
 makedepends=('git' 'systemd' 'libaio' 'thin-provisioning-tools')
 validpgpkeys=('88437EF5C077BD113D3B7224228191C1567E2C17'  # Alasdair G Kergon 

   'D501A478440AE2FD130A1BE8B9112431E509039F') # Marian Csontos 

-source=("git+https://sourceware.org/git/lvm2.git#tag=v${pkgver//./_};
+source=("git+https://sourceware.org/git/lvm2.git#tag=v${pkgver//./_}?signed;
 '0001-udev-initcpio.patch'
 '11-dm-initramfs.rules')
 sha256sums=('74e2aa5ddcec64835ca8dac2cb8b7b35e193de5ce7030440726f853abc3877c7'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lvm2/-/commit/029bc1c83b8b7c46787450d1dd9f0fcbc4e82b69

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




[Git][archlinux/packaging/packages/lvm2][main] upgpkg: 2.03.24-1: new upstream release

2024-05-16 Thread Christian Hesse (@eworm)


Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages / 
lvm2


Commits:
52ac5562 by Christian Hesse at 2024-05-16T12:58:20+02:00
upgpkg: 2.03.24-1: new upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = lvm2
-   pkgver = 2.03.23
-   pkgrel = 3
+   pkgver = 2.03.24
+   pkgrel = 1
url = https://sourceware.org/lvm2/
arch = x86_64
license = GPL2
@@ -9,19 +9,19 @@ pkgbase = lvm2
makedepends = systemd
makedepends = libaio
makedepends = thin-provisioning-tools
-   source = 
git+https://sourceware.org/git/lvm2.git#commit=d786a8f820d54ce87a919e6af5426c333c173b11
+   source = git+https://sourceware.org/git/lvm2.git#tag=v2_03_24
source = 0001-udev-initcpio.patch
source = 11-dm-initramfs.rules
validpgpkeys = 88437EF5C077BD113D3B7224228191C1567E2C17
validpgpkeys = D501A478440AE2FD130A1BE8B9112431E509039F
-   sha256sums = 
6b78c40ae7cda44b87e182a89d58adb4863524f3a78d717d500d8d8d0183b222
+   sha256sums = 
74e2aa5ddcec64835ca8dac2cb8b7b35e193de5ce7030440726f853abc3877c7
sha256sums = 
2b3a16ec05e2bc6678e9ebd5ffa8319ebfde29aa260ce004f79f9b8df57d73c9
sha256sums = 
e10f24b57582d6e2da71f7c80732a62e0ee2e3b867fe84591ccdb53e80fa92e0
 
 pkgname = lvm2
pkgdesc = Logical Volume Manager 2 utilities
depends = bash
-   depends = device-mapper>=2.03.23
+   depends = device-mapper>=2.03.24
depends = systemd-libs
depends = libudev.so
depends = util-linux-libs


=
PKGBUILD
=
@@ -3,20 +3,18 @@
 
 pkgbase=lvm2
 pkgname=('lvm2' 'device-mapper')
-# latest release does not have a tag... :-\
-_commit='d786a8f820d54ce87a919e6af5426c333c173b11'
-pkgver=2.03.23
-pkgrel=3
+pkgver=2.03.24
+pkgrel=1
 arch=('x86_64')
 url='https://sourceware.org/lvm2/'
 license=('GPL2' 'LGPL2.1')
 makedepends=('git' 'systemd' 'libaio' 'thin-provisioning-tools')
 validpgpkeys=('88437EF5C077BD113D3B7224228191C1567E2C17'  # Alasdair G Kergon 

   'D501A478440AE2FD130A1BE8B9112431E509039F') # Marian Csontos 

-source=("git+https://sourceware.org/git/lvm2.git#commit=${_commit};
+source=("git+https://sourceware.org/git/lvm2.git#tag=v${pkgver//./_};
 '0001-udev-initcpio.patch'
 '11-dm-initramfs.rules')
-sha256sums=('6b78c40ae7cda44b87e182a89d58adb4863524f3a78d717d500d8d8d0183b222'
+sha256sums=('74e2aa5ddcec64835ca8dac2cb8b7b35e193de5ce7030440726f853abc3877c7'
 '2b3a16ec05e2bc6678e9ebd5ffa8319ebfde29aa260ce004f79f9b8df57d73c9'
 'e10f24b57582d6e2da71f7c80732a62e0ee2e3b867fe84591ccdb53e80fa92e0')
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/lvm2/-/commit/52ac5562a819ad01e5aa1cb819281cc642ac01ef

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




[Git][archlinux/packaging/packages/lvm2] Pushed new tag 2.03.24-1

2024-05-16 Thread Christian Hesse (@eworm)


Christian Hesse pushed new tag 2.03.24-1 at Arch Linux / Packaging / Packages / 
lvm2

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




[Git][archlinux/packaging/packages/chromium][main] upgpkg: 125.0.6422.60-2: ICU 75 rebuild

2024-05-16 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
chromium


Commits:
ed5e87f7 by Evangelos Foutras at 2024-05-16T12:43:39+02:00
upgpkg: 125.0.6422.60-2: ICU 75 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = chromium
pkgdesc = A web browser built for speed, simplicity, and security
pkgver = 125.0.6422.60
-   pkgrel = 1
+   pkgrel = 2
url = https://www.chromium.org/Home
arch = x86_64
license = BSD-3-Clause


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 
 pkgname=chromium
 pkgver=125.0.6422.60
-pkgrel=1
+pkgrel=2
 _launcher_ver=8
 _manual_clone=0
 _system_clang=1



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/chromium/-/commit/ed5e87f700334a0e3865e255a4e34f6f0bc1e6f6

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




[Git][archlinux/packaging/packages/chromium] Pushed new tag 125.0.6422.60-2

2024-05-16 Thread Evangelos Foutras (@foutrelis)


Evangelos Foutras pushed new tag 125.0.6422.60-2 at Arch Linux / Packaging / 
Packages / chromium

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




[Git][archlinux/packaging/packages/bpftop][main] upgpkg: 0.5.1-1: upstream release

2024-05-16 Thread @orhun


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


Commits:
d0844190 by Orhun Parmaksız at 2024-05-16T13:40:25+03:00
upgpkg: 0.5.1-1: upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = bpftop
pkgdesc = Dynamic real-time view of running eBPF programs
-   pkgver = 0.5.0
-   pkgrel = 2
+   pkgver = 0.5.1
+   pkgrel = 1
url = https://github.com/Netflix/bpftop
arch = x86_64
license = Apache-2.0
@@ -11,7 +11,7 @@ pkgbase = bpftop
depends = gcc-libs
depends = zlib
options = !lto
-   source = 
bpftop-0.5.0.tar.gz::https://github.com/Netflix/bpftop/archive/refs/tags/v0.5.0.zip
-   sha256sums = 
f22431b9da320a3421c7fca17be1068e5f6d5797bd2cfda6caab10dc24723dd9
+   source = 
bpftop-0.5.1.tar.gz::https://github.com/Netflix/bpftop/archive/refs/tags/v0.5.1.zip
+   sha256sums = 
8b82869af81a4e4709059c200bae99e8b7bd9648d1772ef45ee63f07f90c39a2
 
 pkgname = bpftop


=
PKGBUILD
=
@@ -1,9 +1,10 @@
 # Maintainer: Orhun Parmaksız 
+# Contributor: fossdd 
 # Contributor: Jose Fernandez 
 
 pkgname=bpftop
-pkgver=0.5.0
-pkgrel=2
+pkgver=0.5.1
+pkgrel=1
 pkgdesc="Dynamic real-time view of running eBPF programs"
 url='https://github.com/Netflix/bpftop'
 license=('Apache-2.0')
@@ -11,7 +12,7 @@ arch=('x86_64')
 depends=('libelf' 'gcc-libs' 'zlib')
 makedepends=('cargo' 'clang')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.zip")
-sha256sums=('f22431b9da320a3421c7fca17be1068e5f6d5797bd2cfda6caab10dc24723dd9')
+sha256sums=('8b82869af81a4e4709059c200bae99e8b7bd9648d1772ef45ee63f07f90c39a2')
 options=('!lto')
 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/bpftop/-/commit/d08441908c561591a777d28c1a251b8193c4d6e0

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




[Git][archlinux/packaging/packages/bpftop] Pushed new tag 0.5.1-1

2024-05-16 Thread @orhun


Orhun Parmaksız pushed new tag 0.5.1-1 at Arch Linux / Packaging / Packages / 
bpftop

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




[Git][archlinux/packaging/packages/dnsdist] Pushed new tag 1.9.4-1

2024-05-16 Thread Remi Gacogne (@rgacogne)


Remi Gacogne pushed new tag 1.9.4-1 at Arch Linux / Packaging / Packages / 
dnsdist

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




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

2024-05-16 Thread Remi Gacogne (@rgacogne)


Remi Gacogne pushed new branch main at Arch Linux / Packaging / Packages / 
dnsdist

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




[Git][archlinux/packaging/packages/quiche] Pushed new tag 0.21.0-1

2024-05-16 Thread Remi Gacogne (@rgacogne)


Remi Gacogne pushed new tag 0.21.0-1 at Arch Linux / Packaging / Packages / 
quiche

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




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

2024-05-16 Thread Remi Gacogne (@rgacogne)


Remi Gacogne pushed new branch main at Arch Linux / Packaging / Packages / 
quiche

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




[Git][archlinux/packaging/packages/python-flask-mail] Pushed new tag 0.9.1-12

2024-05-16 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed new tag 0.9.1-12 at Arch Linux / Packaging / Packages 
/ python-flask-mail

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




[Git][archlinux/packaging/packages/python-flask-mail][main] upgpkg: 0.9.1-12: Run tests without nose

2024-05-16 Thread Jelle van der Waa (@jelle)


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


Commits:
a0a46948 by Jelle van der Waa at 2024-05-16T11:57:33+02:00
upgpkg: 0.9.1-12: Run tests without nose

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,11 +1,10 @@
 pkgbase = python-flask-mail
pkgdesc = Flask extension providing simple email sending capabilities
pkgver = 0.9.1
-   pkgrel = 11
+   pkgrel = 12
url = https://pythonhosted.org/Flask-Mail/
arch = any
license = BSD
-   checkdepends = python-nose
checkdepends = python-blinker
checkdepends = python-speaklater
makedepends = python-sphinx


=
PKGBUILD
=
@@ -3,14 +3,14 @@
 _pkgname=flask-mail
 pkgname=python-flask-mail
 pkgver=0.9.1
-pkgrel=11
+pkgrel=12
 pkgdesc='Flask extension providing simple email sending capabilities'
 url='https://pythonhosted.org/Flask-Mail/'
 arch=('any')
 license=('BSD')
 depends=('python' 'python-flask' 'python-blinker')
 makedepends=('python-sphinx' 'python-setuptools')
-checkdepends=('python-nose' 'python-blinker' 'python-speaklater')
+checkdepends=('python-blinker' 'python-speaklater')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/mattupstate/flask-mail/archive/${pkgver}.tar.gz
 
${pkgname}-fix-headers-for-attachments.patch::https://github.com/mattupstate/flask-mail/commit/e195fca6de1077cabb711426e6378f51dc39d598.patch
 unittest-mock.patch)
@@ -35,7 +35,7 @@ build() {
 
 check() {
   cd ${_pkgname}-${pkgver}
-  nosetests
+  python -m unittest discover -vs .
 }
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-flask-mail/-/commit/a0a46948b1128ea2c02ffb0eaee56800569a60a7

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




[Git][archlinux/packaging/packages/python-flask-principal][main] upgpkg: 0.4.0-11: Run tests without nose

2024-05-16 Thread Jelle van der Waa (@jelle)


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


Commits:
3069a607 by Jelle van der Waa at 2024-05-16T11:55:31+02:00
upgpkg: 0.4.0-11: Run tests without nose

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,11 +1,10 @@
 pkgbase = python-flask-principal
pkgdesc = Identity management for Flask applications
pkgver = 0.4.0
-   pkgrel = 10
+   pkgrel = 11
url = https://pythonhosted.org/Flask-Principal/
arch = any
license = MIT
-   checkdepends = python-nose
makedepends = python-blinker
makedepends = python-sphinx
makedepends = python-setuptools


=
PKGBUILD
=
@@ -3,14 +3,13 @@
 _pkgname=flask-principal
 pkgname=python-flask-principal
 pkgver=0.4.0
-pkgrel=10
+pkgrel=11
 pkgdesc='Identity management for Flask applications'
 url='https://pythonhosted.org/Flask-Principal/'
 arch=('any')
 license=('MIT')
 depends=('python' 'python-flask')
 makedepends=('python-blinker' 'python-sphinx' 'python-setuptools')
-checkdepends=('python-nose')
 
source=(${pkgname}-${pkgver}.tar.gz::https://github.com/mattupstate/flask-principal/archive/${pkgver}.tar.gz)
 sha256sums=('ed8c58943460d7d54c29463e2fe98ae4969d3818c0f59b36e9b2649128db96c9')
 
sha512sums=('ed8cb28c4e8d936de96db0bf9f7cb45b253dc204c4b8f8dd8022ef1552592ff6324b4a33d3ee862794a6e20eb8c32a0365e7b9397d427da5022c5ded3dfa308a')
@@ -29,7 +28,7 @@ build() {
 
 check() {
   cd ${_pkgname}-${pkgver}
-  nosetests
+  python -m unittest discover -vs .
 }
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-flask-principal/-/commit/3069a607e2ef33e2352850ab5bb046b8f3fc5b00

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




[Git][archlinux/packaging/packages/python-flask-principal] Pushed new tag 0.4.0-11

2024-05-16 Thread Jelle van der Waa (@jelle)


Jelle van der Waa pushed new tag 0.4.0-11 at Arch Linux / Packaging / Packages 
/ python-flask-principal

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




  1   2   >