[Git][archlinux/packaging/packages/xh][main] upgpkg: 0.22.0-1: upstream release

2024-04-12 Thread @orhun


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


Commits:
c61dce9a by Orhun Parmaksız at 2024-04-13T03:54:34+03:00
upgpkg: 0.22.0-1: upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = xh
pkgdesc = Friendly and fast tool for sending HTTP requests
-   pkgver = 0.21.0
+   pkgver = 0.22.0
pkgrel = 1
url = https://github.com/ducaale/xh
arch = x86_64
@@ -10,7 +10,7 @@ pkgbase = xh
depends = openssl
replaces = ht-rs
replaces = ht
-   source = 
xh-0.21.0.tar.gz::https://github.com/ducaale/xh/archive/v0.21.0.tar.gz
-   sha256sums = 
7e6b91a46bbbfee3907bf06d224a2e66a92b8f3e3950de43de5f06ce3beaacec
+   source = 
xh-0.22.0.tar.gz::https://github.com/ducaale/xh/archive/v0.22.0.tar.gz
+   sha256sums = 
72f4d5e24165d8749433167e3ad3df8f26faafb250f1232acbe5192843e4157c
 
 pkgname = xh


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Wesley Moore 
 
 pkgname=xh
-pkgver=0.21.0
+pkgver=0.22.0
 pkgrel=1
 pkgdesc="Friendly and fast tool for sending HTTP requests"
 arch=('x86_64')
@@ -13,7 +13,7 @@ depends=('gcc-libs' 'openssl')
 makedepends=('cargo')
 replaces=('ht-rs' 'ht')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz")
-sha256sums=('7e6b91a46bbbfee3907bf06d224a2e66a92b8f3e3950de43de5f06ce3beaacec')
+sha256sums=('72f4d5e24165d8749433167e3ad3df8f26faafb250f1232acbe5192843e4157c')
 
 prepare() {
   cd "$pkgname-$pkgver"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xh/-/commit/c61dce9adc1c603a35aa113c4aad2cd8237f5b96

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




[Git][archlinux/packaging/packages/xh] Pushed new tag 0.22.0-1

2024-04-12 Thread @orhun


Orhun Parmaksız pushed new tag 0.22.0-1 at Arch Linux / Packaging / Packages / 
xh

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




[Git][archlinux/packaging/packages/fluxcd][main] upgpkg: 2.2.3-1

2024-04-12 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / 
fluxcd


Commits:
93469507 by George Rawlinson at 2024-04-12T23:55:41+00:00
upgpkg: 2.2.3-1

* New upstream release.
* Fix FTBFS (quoted LDFLAGS).
* Update license (to use SPDX).
* Remove pkgver() function.

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,17 +1,18 @@
 pkgbase = fluxcd
pkgdesc = Open and extensible continuous delivery solution for 
Kubernetes
-   pkgver = 2.2.2
+   pkgver = 2.2.3
pkgrel = 1
url = https://fluxcd.io
arch = x86_64
-   license = Apache
+   license = Apache-2.0
makedepends = git
makedepends = go
makedepends = kustomize
depends = glibc
replaces = fluxctl
options = !lto
-   source = 
fluxcd::git+https://github.com/fluxcd/flux2#commit=5c5c15ea212b8f029a110f9975851d25c8272695
-   b2sums = SKIP
+   source = fluxcd::git+https://github.com/fluxcd/flux2#tag=v2.2.3
+   sha512sums = 
5d4479c2cda4c09a4de5f33f18d11fe0eea937e29e5c0647a1435bdaeacb54fbb65e943f13da7f5e655be11fd2e1642a0bb9146aa5b573a33cce652289e40965
+   b2sums = 
f174aa472ce213684ebcada34d39ca180417a29e0d604c9e108f3871031fe21eeb2f7c8cbe462558d096207f67ceb4df7114f1710c7fed4e2eff7fd74c8a26ff
 
 pkgname = fluxcd


=
PKGBUILD
=
@@ -2,25 +2,19 @@
 # Maintainer: George Rawlinson 
 
 pkgname=fluxcd
-pkgver=2.2.2
+pkgver=2.2.3
 pkgrel=1
 pkgdesc='Open and extensible continuous delivery solution for Kubernetes'
 arch=('x86_64')
 url='https://fluxcd.io'
-license=('Apache')
+license=('Apache-2.0')
 depends=('glibc')
 makedepends=('git' 'go' 'kustomize')
 replaces=('fluxctl')
 options=('!lto')
-_commit='5c5c15ea212b8f029a110f9975851d25c8272695'
-source=("$pkgname::git+https://github.com/fluxcd/flux2#commit=$_commit;)
-b2sums=('SKIP')
-
-pkgver() {
-  cd "$pkgname"
-
-  git describe --tags | sed 's/^v//'
-}
+source=("$pkgname::git+https://github.com/fluxcd/flux2#tag=v$pkgver;)
+sha512sums=('5d4479c2cda4c09a4de5f33f18d11fe0eea937e29e5c0647a1435bdaeacb54fbb65e943f13da7f5e655be11fd2e1642a0bb9146aa5b573a33cce652289e40965')
+b2sums=('f174aa472ce213684ebcada34d39ca180417a29e0d604c9e108f3871031fe21eeb2f7c8cbe462558d096207f67ceb4df7114f1710c7fed4e2eff7fd74c8a26ff')
 
 prepare() {
   cd "$pkgname"
@@ -54,7 +48,7 @@ build() {
 -modcacherw \
 -ldflags "-compressdwarf=false \
 -linkmode external \
--extldflags ${LDFLAGS} \
+-extldflags '${LDFLAGS}' \
 -X main.VERSION=${pkgver}" \
 -o build \
 ./cmd/...



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/fluxcd/-/commit/9346950768b1a126aa1625b1195639778b67e62d

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




[Git][archlinux/packaging/packages/fluxcd] Pushed new tag 2.2.3-1

2024-04-12 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed new tag 2.2.3-1 at Arch Linux / Packaging / Packages / 
fluxcd

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




[Git][archlinux/packaging/packages/buf][main] upgpkg: 1.30.1-1

2024-04-12 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / 
buf


Commits:
195a0f05 by George Rawlinson at 2024-04-12T23:42:13+00:00
upgpkg: 1.30.1-1

* New upstream release.
* Fix FTBFS (quoted LDFLAGS).
* Update license (to use SPDX).
* Update source checksums.

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,15 +1,16 @@
 pkgbase = buf
pkgdesc = A tool for working with Protocol Buffers
-   pkgver = 1.28.1
+   pkgver = 1.30.1
pkgrel = 1
url = https://buf.build
arch = x86_64
-   license = Apache
+   license = Apache-2.0
makedepends = git
makedepends = go
depends = glibc
options = !lto
-   source = buf::git+https://github.com/bufbuild/buf#tag=v1.28.1
-   b2sums = SKIP
+   source = buf::git+https://github.com/bufbuild/buf#tag=v1.30.1
+   sha512sums = 
2c9471570e55b23d41f2f1ba2b944eb19eab9e205d525de9182614f5beb5de3ce72674e13c32729230fe29776f15950e3f67c03ea045a96fc96bb91673968adb
+   b2sums = 
7f4fadbc7f908033597a16e7aa3787c238fa58c33cb58c7b933732cd0c8306c9ab62fb4b26af145aa4f2d8fd2e3b4b6c914916b707ab75d941029464f125159e
 
 pkgname = buf


=
PKGBUILD
=
@@ -1,17 +1,18 @@
 # Maintainer: George Rawlinson 
 
 pkgname=buf
-pkgver=1.28.1
+pkgver=1.30.1
 pkgrel=1
 pkgdesc='A tool for working with Protocol Buffers'
 arch=('x86_64')
 url='https://buf.build'
-license=('Apache')
+license=('Apache-2.0')
 depends=('glibc')
 makedepends=('git' 'go')
 options=('!lto')
 source=("$pkgname::git+https://github.com/bufbuild/buf#tag=v$pkgver;)
-b2sums=('SKIP')
+sha512sums=('2c9471570e55b23d41f2f1ba2b944eb19eab9e205d525de9182614f5beb5de3ce72674e13c32729230fe29776f15950e3f67c03ea045a96fc96bb91673968adb')
+b2sums=('7f4fadbc7f908033597a16e7aa3787c238fa58c33cb58c7b933732cd0c8306c9ab62fb4b26af145aa4f2d8fd2e3b4b6c914916b707ab75d941029464f125159e')
 
 prepare() {
   cd "$pkgname"
@@ -39,7 +40,7 @@ build() {
 -modcacherw \
 -ldflags "-compressdwarf=false \
 -linkmode external \
--extldflags ${LDFLAGS}" \
+-extldflags '${LDFLAGS}'" \
 -o build \
 ./cmd/...
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/buf/-/commit/195a0f05b439054b6d2f61f2ec0c67d28fb9d7ac

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




[Git][archlinux/packaging/packages/buf] Pushed new tag 1.30.1-1

2024-04-12 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed new tag 1.30.1-1 at Arch Linux / Packaging / Packages / 
buf

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




[Git][archlinux/packaging/packages/forgejo][main] upgpkg: 1.21.10p0-1

2024-04-12 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / 
forgejo


Commits:
cd223787 by George Rawlinson at 2024-04-12T23:32:43+00:00
upgpkg: 1.21.10p0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = forgejo
pkgdesc = A lightweight software forge
-   pkgver = 1.21.8.0
+   pkgver = 1.21.10p0
pkgrel = 1
url = https://forgejo.org
arch = x86_64
@@ -22,17 +22,17 @@ pkgbase = forgejo
options = !lto
options = !debug
backup = etc/forgejo/app.ini
-   source = 
forgejo::git+https://codeberg.org/forgejo/forgejo#commit=4092c544ca01aaaebb9596449e79eaf29a8d91ff
+   source = 
forgejo::git+https://codeberg.org/forgejo/forgejo#tag=v1.21.10-0
source = systemd.service
source = sysusers.conf
source = tmpfiles.conf
-   sha512sums = SKIP
+   sha512sums = 
6fe02cbf4112c8d7ca1421aac1026498ac644208e5439dcfeb40a7298006f330449d2f34cc6280b3e9d9f4f73f3921fac3a79f9bd7a21825d8d1c25e9b4fdbda
sha512sums = 
90684aa56930f40ff791fb4789375bbcf69cecc98c3a9fd3764c6f53e60bb32ddedd83cd75c00ff9d6aa90741361815dc7e23904ac355075b0f0990853639198
sha512sums = 
933c0b6cee9d32d2b11a8ee2476e20c5f06a089ed4310ffb24155902f308b4fb447b3b2f3bf7dee76be24475873da5bd026c4823cd56590b20bdf2805f4d07a8
-   sha512sums = 
c43bac86c75078a27e4ac022d8c09b22118f8eff73e1e4d5358f3b67ec7c4376ff7b8520aa9018f489ab2d0dea88d2748c71405fa3293924979808b3b873b237
-   b2sums = SKIP
+   sha512sums = 
9a3aa163892eaa889e74d066db9d620db098535b08fa51df689e7aa5885393a14b820308364196db54d7ce502791ea56b662d8aede17fad99f8f62d1a3ca6776
+   b2sums = 
8a9969205e4fb0338f49f6d6882341caaf8e882e8136cba4cd6877f225861cb6f789071e1f8383e06aa701c6ae3592fe1e2a24dfbb84d3867a366fc413b03e12
b2sums = 
6c51a7d121dc365c9839d5a6cb3d0edf36018f0ca34c5e9b21dc8f45ea21fa05971f12aedc5af6dcc5c1bd81f7430ab4df1e63f8cd19e1dfcb8088538edf9c15
b2sums = 
cab7b5cbf24242e3d941725111de012c0ee16495e8f367ab48cb02b2261133c262a1704f58b20fd08ec626bcb23cef2473b55e19dbf7db60c243b1f30fd13743
-   b2sums = 
eb4dd769dc540c8bc75cdf0bfbd889940f5a0d0a3eafda5faa9166be3de88375a245a4adcc1e27ee0807cefde8afaa068e10e8397e7025861af107352824bfc6
+   b2sums = 
f48abdd1d207ee61b1f688e2050adaac30eb19514d1d7ef095cf2e92326f4218a16e37a8910d9eeabc17fda2dbf2e4709961560b5ecd3f06187eddde3312702c
 
 pkgname = forgejo


=
PKGBUILD
=
@@ -1,7 +1,8 @@
 # Maintainer: George Rawlinson 
 
 pkgname=forgejo
-pkgver=1.21.8.0
+_pkgver=1.21.10-0
+pkgver=${_pkgver//-/p}
 pkgrel=1
 pkgdesc='A lightweight software forge'
 arch=('x86_64')
@@ -23,25 +24,19 @@ backup=('etc/forgejo/app.ini')
 options=('!lto' '!debug')
 _commit='4092c544ca01aaaebb9596449e79eaf29a8d91ff'
 source=(
-  "$pkgname::git+https://codeberg.org/forgejo/forgejo#commit=$_commit;
+  "$pkgname::git+https://codeberg.org/forgejo/forgejo#tag=v$_pkgver;
   'systemd.service'
   'sysusers.conf'
   'tmpfiles.conf'
 )
-sha512sums=('SKIP'
+sha512sums=('6fe02cbf4112c8d7ca1421aac1026498ac644208e5439dcfeb40a7298006f330449d2f34cc6280b3e9d9f4f73f3921fac3a79f9bd7a21825d8d1c25e9b4fdbda'
 
'90684aa56930f40ff791fb4789375bbcf69cecc98c3a9fd3764c6f53e60bb32ddedd83cd75c00ff9d6aa90741361815dc7e23904ac355075b0f0990853639198'
 
'933c0b6cee9d32d2b11a8ee2476e20c5f06a089ed4310ffb24155902f308b4fb447b3b2f3bf7dee76be24475873da5bd026c4823cd56590b20bdf2805f4d07a8'
-
'c43bac86c75078a27e4ac022d8c09b22118f8eff73e1e4d5358f3b67ec7c4376ff7b8520aa9018f489ab2d0dea88d2748c71405fa3293924979808b3b873b237')
-b2sums=('SKIP'
+
'9a3aa163892eaa889e74d066db9d620db098535b08fa51df689e7aa5885393a14b820308364196db54d7ce502791ea56b662d8aede17fad99f8f62d1a3ca6776')
+b2sums=('8a9969205e4fb0338f49f6d6882341caaf8e882e8136cba4cd6877f225861cb6f789071e1f8383e06aa701c6ae3592fe1e2a24dfbb84d3867a366fc413b03e12'
 
'6c51a7d121dc365c9839d5a6cb3d0edf36018f0ca34c5e9b21dc8f45ea21fa05971f12aedc5af6dcc5c1bd81f7430ab4df1e63f8cd19e1dfcb8088538edf9c15'
 
'cab7b5cbf24242e3d941725111de012c0ee16495e8f367ab48cb02b2261133c262a1704f58b20fd08ec626bcb23cef2473b55e19dbf7db60c243b1f30fd13743'
-
'eb4dd769dc540c8bc75cdf0bfbd889940f5a0d0a3eafda5faa9166be3de88375a245a4adcc1e27ee0807cefde8afaa068e10e8397e7025861af107352824bfc6')
-
-pkgver() {
-  cd "$pkgname"
-
-  git describe --tags | sed -e 's/v//' -e 's/-/./g'
-}
+
'f48abdd1d207ee61b1f688e2050adaac30eb19514d1d7ef095cf2e92326f4218a16e37a8910d9eeabc17fda2dbf2e4709961560b5ecd3f06187eddde3312702c')
 
 prepare() {
   cd "$pkgname"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/forgejo/-/commit/cd223787c6c77ff48cdd21d860c21ce2f4f998b8

-- 
View it on GitLab: 

[Git][archlinux/packaging/packages/reuse] Pushed new tag 3.0.2-1

2024-04-12 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed new tag 3.0.2-1 at Arch Linux / Packaging / Packages / 
reuse

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




[Git][archlinux/packaging/packages/forgejo] Pushed new tag 1.21.10p0-1

2024-04-12 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed new tag 1.21.10p0-1 at Arch Linux / Packaging / 
Packages / forgejo

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




[Git][archlinux/packaging/packages/sugar-toolkit-gtk3][main] upgpkg: 0.120-2: Python 3.12 rebuild

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


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
sugar-toolkit-gtk3


Commits:
5eb68680 by Antonio Rojas at 2024-04-13T01:18:51+02:00
upgpkg: 0.120-2: Python 3.12 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = sugar-toolkit-gtk3
pkgdesc = Sugar GTK library
pkgver = 0.120
-   pkgrel = 1
+   pkgrel = 2
url = https://sugarlabs.org/
arch = x86_64
license = LGPL


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=sugar-toolkit-gtk3
 pkgver=0.120
-pkgrel=1
+pkgrel=2
 pkgdesc="Sugar GTK library"
 arch=('x86_64')
 url="https://sugarlabs.org/;
@@ -14,12 +14,17 @@ optdepends=('webkit2gtk: run sugar-activity-web')
 
source=(https://download.sugarlabs.org/sources/sucrose/glucose/$pkgname/$pkgname-$pkgver.tar.xz)
 sha256sums=('15476d1cc0bac2367ede4c855625cee88741c4d774908a7e633c264bb68b6928')
 
+prepare() {
+  cd $pkgname-$pkgver
+  autoreconf -vif
+}
+
 build() {
   cd $pkgname-$pkgver
   # Disable hardened build until fixed upstream
   # https://bugs.sugarlabs.org/ticket/4886
   export CFLAGS=${CFLAGS/ -fno-plt}
-  export LDFLAGS=${LDFLAGS/,-z,now}
+  export LDFLAGS=${LDFLAGS/-Wl,-z,now}
 
   ./configure --prefix=/usr
   sed -i 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/sugar-toolkit-gtk3/-/commit/5eb686801b145b1db163ff01b571848c30605856

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/sugar-toolkit-gtk3/-/commit/5eb686801b145b1db163ff01b571848c30605856
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/sugar-toolkit-gtk3] Pushed new tag 0.120-2

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


Antonio Rojas pushed new tag 0.120-2 at Arch Linux / Packaging / Packages / 
sugar-toolkit-gtk3

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/sugar-toolkit-gtk3/-/tree/0.120-2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/cloudflared][main] chore: remove pkgver()

2024-04-12 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / 
cloudflared


Commits:
df905417 by George Rawlinson at 2024-04-12T23:15:47+00:00
chore: remove pkgver()

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -14,12 +14,6 @@ source=("$pkgname::git+$url.git#tag=$pkgver")
 
sha512sums=('9803502c911453fe2b83b5be3d5f7f04eb269c7616d809e2f0ef9820556c3d3f759c052023b5314437425559933491140cc24b284d9e02f287391b4310ff8899')
 
b2sums=('895277eadcebf02e2a7bad9744de57a409d0a60bb8f54976edd5a15fa9c9a3bb149896dcb3d545f9b16d398009edd875222ba8df64d2f4f252b999ec88a61a6a')
 
-pkgver() {
-  cd "$pkgname"
-
-  git describe --tags
-}
-
 prepare() {
   cd "$pkgname"
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cloudflared/-/commit/df905417c8ee640e5a134c26a2fb7c76f71aba43

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




[Git][archlinux/packaging/packages/sugar-datastore][main] upgpkg: 0.120-2: Python 3.12 rebuild

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


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
sugar-datastore


Commits:
5c8c68d7 by Antonio Rojas at 2024-04-13T01:14:57+02:00
upgpkg: 0.120-2: Python 3.12 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = sugar-datastore
pkgdesc = Sugar datastore service
pkgver = 0.120
-   pkgrel = 1
+   pkgrel = 2
url = https://sugarlabs.org/
arch = x86_64
license = GPL


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=sugar-datastore
 pkgver=0.120
-pkgrel=1
+pkgrel=2
 pkgdesc="Sugar datastore service"
 arch=('x86_64')
 url="https://sugarlabs.org/;
@@ -16,6 +16,7 @@ 
sha256sums=('57373da5b6bd877f5198c5e4e3b7921856e9d4ff47e7e163806ed1787a3c4b62'
 prepare() {
   cd $pkgname-$pkgver
   patch -Np1 -i ../python310.patch
+  autoreconf -vif
 }
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/sugar-datastore/-/commit/5c8c68d74c51e1e088a34a519329a2b4d69ba41f

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/sugar-datastore/-/commit/5c8c68d74c51e1e088a34a519329a2b4d69ba41f
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/sugar-datastore] Pushed new tag 0.120-2

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


Antonio Rojas pushed new tag 0.120-2 at Arch Linux / Packaging / Packages / 
sugar-datastore

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/sugar-datastore/-/tree/0.120-2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/sugar] Pushed new tag 0.120-2

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


Antonio Rojas pushed new tag 0.120-2 at Arch Linux / Packaging / Packages / 
sugar

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




[Git][archlinux/packaging/packages/sugar][main] upgpkg: 0.120-2: Python 3.12 rebuild

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


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


Commits:
4841eaac by Antonio Rojas at 2024-04-13T01:13:27+02:00
upgpkg: 0.120-2: Python 3.12 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = sugar
pkgdesc = Sugar GTK shell
pkgver = 0.120
-   pkgrel = 1
+   pkgrel = 2
url = https://sugarlabs.org/
arch = any
license = GPL


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=sugar
 pkgver=0.120
-pkgrel=1
+pkgrel=2
 pkgdesc="Sugar GTK shell"
 arch=('any')
 url="https://sugarlabs.org/;
@@ -25,6 +25,8 @@ prepare() {
 
   # Don't overwrite default GNOME settings
   patch -Np1 -i ../dont-overwrite-settings.patch
+
+  autoreconf -vif
 }
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/sugar/-/commit/4841eaac5f6ee87b62d2590df6f55bda4f1aa6be

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




[Git][archlinux/packaging/packages/python-hawkauthlib][main] upgpkg: 2.0.0-12: Python 3.12 rebuild

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


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


Commits:
544a43de by Antonio Rojas at 2024-04-13T01:10:53+02:00
upgpkg: 2.0.0-12: Python 3.12 rebuild

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,15 @@
+pkgbase = python-hawkauthlib
+   pkgdesc = Low-level python library for implementing MAC Access 
Authentication
+   pkgver = 2.0.0
+   pkgrel = 12
+   url = https://github.com/mozilla-services/hawkauthlib
+   arch = any
+   license = MPL2
+   checkdepends = python-pytest
+   checkdepends = python-requests
+   makedepends = python-setuptools
+   depends = python-webob
+   source = 
https://github.com/mozilla-services/hawkauthlib/archive/v2.0.0/python-hawkauthlib-2.0.0.tar.gz
+   sha256sums = 
5ad32548bffdf328284c4fb56770ed7a1a39309aa8639be95759df05aec7e6d1
+
+pkgname = python-hawkauthlib


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 _pkgname=hawkauthlib
 pkgname=python-hawkauthlib
 pkgver=2.0.0
-pkgrel=11
+pkgrel=12
 pkgdesc='Low-level python library for implementing MAC Access Authentication'
 arch=('any')
 url='https://github.com/mozilla-services/hawkauthlib'
@@ -15,6 +15,11 @@ checkdepends=('python-pytest' 'python-requests')
 
source=("https://github.com/mozilla-services/$_pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
 sha256sums=('5ad32548bffdf328284c4fb56770ed7a1a39309aa8639be95759df05aec7e6d1')
 
+prepare() {
+  cd $_pkgname-$pkgver
+  find -type f -exec sed -e 's|assertEquals|assertEqual|g' -i {} \; # Fix 
tests with python 3.12
+}
+
 build() {
   cd $_pkgname-$pkgver
   python setup.py build



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-hawkauthlib/-/commit/544a43de630d517d99c27782da88d3108e91ba6d

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




[Git][archlinux/packaging/packages/python-hawkauthlib] Pushed new tag 2.0.0-12

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


Antonio Rojas pushed new tag 2.0.0-12 at Arch Linux / Packaging / Packages / 
python-hawkauthlib

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




[Git][archlinux/packaging/packages/gotosocial][main] 2 commits: upgpkg: 0.15.0-1

2024-04-12 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / 
gotosocial


Commits:
a6b6e751 by George Rawlinson at 2024-04-12T23:05:11+00:00
upgpkg: 0.15.0-1

* New upstream release.
* Fix FTBFS (quoted LDFLAGS).
* Update license (to use SPDX).

- - - - -
bc24f382 by George Rawlinson at 2024-04-12T23:05:19+00:00
upgpkg: 0.15.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,10 +1,10 @@
 pkgbase = gotosocial
pkgdesc = ActivityPub social network server written in Golang
-   pkgver = 0.14.2
+   pkgver = 0.15.0
pkgrel = 1
url = https://gotosocial.org
arch = x86_64
-   license = AGPL3
+   license = AGPL-3.0-only
makedepends = git
makedepends = go
makedepends = yarn
@@ -35,15 +35,15 @@ pkgbase = gotosocial
backup = etc/gotosocial/template/status.tmpl
backup = etc/gotosocial/template/tag.tmpl
backup = etc/gotosocial/template/thread.tmpl
-   source = 
gotosocial::git+https://github.com/superseriousbusiness/gotosocial#commit=0bd95d7b71ae71d801b0fbb643598eb0ccd1b8f5
+   source = 
gotosocial::git+https://github.com/superseriousbusiness/gotosocial#tag=v0.15.0
source = sysusers.conf
source = tmpfiles.conf
source = use-fhs-directories.patch
-   sha512sums = SKIP
+   sha512sums = 
029ad577224c40459b834471d1c11346469105dc8995cfc4749f13c512351fbd866bfdcc7049d967681bbe23aad37e248c89dc67ff4e35cff9dc8a441a3271fd
sha512sums = 
68890539a1285a819d5a2cd755aeabd59a9872926d9c32e5d54faaf2771414f006e568f2f813f3c6fcd9dbeda7b6e57c924d7490521880cb65632e02fabcbd63
sha512sums = 
b89fad3073e140f17167515b38942e5b5e2bc2aee03c484e1bb7cf6444f86cb1e2a13a60b101e04d22633d348be073ca26cd309da4746e5062c12b4f3ce4b38a
sha512sums = 
913a5209487aba06bf1d8ac7c02506a05d01a8e12f172666c84bf6870d6237640d4745617b0f07ea8c9dcf665f4e0d24a0aabef31611909f7e9384ed6e7b7e77
-   b2sums = SKIP
+   b2sums = 
cadf03d2cc35b145c94899d97e1da04962f91034a524be277236c786c31617a6263f75b24e4547175c13fe28f783a7b55eab05c6afc659c4cbedb9a7066d6d9e
b2sums = 
0a5be7ac18af882c0c89d8e930eb76c2e60bc2c1d5a375ab04e987c7de9a7a3175319c4e5fbc818261141daf5f70d583aebcc2dc197fe3a88047fbfe488ccb94
b2sums = 
4f65af952441c0f54bb32049a149675e207f8993678423d369c4095c57476464614ac720eccc64d7a93a81268ad7ca41cae75ca7211bd7b78f9035f6e5341f04
b2sums = 
9edd4520fb99856feb82d01935588add7f805aa180f2ed0fe169cb26576bc2e1d2c1e6ab11604d977cec6a4ad8f1d5be1413e1a366de59b89c5b869136538f8c


=
PKGBUILD
=
@@ -3,12 +3,12 @@
 # Contributor: Stefan Husmann 
 
 pkgname=gotosocial
-pkgver=0.14.2
+pkgver=0.15.0
 pkgrel=1
 pkgdesc='ActivityPub social network server written in Golang'
 arch=('x86_64')
 url='https://gotosocial.org'
-license=('AGPL3')
+license=('AGPL-3.0-only')
 depends=('glibc')
 makedepends=('git' 'go' 'yarn' 'nodejs' 'go-swagger')
 options=('!lto')
@@ -37,18 +37,17 @@ backup=(
   'etc/gotosocial/template/tag.tmpl'
   'etc/gotosocial/template/thread.tmpl'
 )
-_commit='0bd95d7b71ae71d801b0fbb643598eb0ccd1b8f5'
 source=(
-  
"$pkgname::git+https://github.com/superseriousbusiness/gotosocial#commit=$_commit;
+  
"$pkgname::git+https://github.com/superseriousbusiness/gotosocial#tag=v$pkgver;
   'sysusers.conf'
   'tmpfiles.conf'
   'use-fhs-directories.patch'
 )
-sha512sums=('SKIP'
+sha512sums=('029ad577224c40459b834471d1c11346469105dc8995cfc4749f13c512351fbd866bfdcc7049d967681bbe23aad37e248c89dc67ff4e35cff9dc8a441a3271fd'
 
'68890539a1285a819d5a2cd755aeabd59a9872926d9c32e5d54faaf2771414f006e568f2f813f3c6fcd9dbeda7b6e57c924d7490521880cb65632e02fabcbd63'
 
'b89fad3073e140f17167515b38942e5b5e2bc2aee03c484e1bb7cf6444f86cb1e2a13a60b101e04d22633d348be073ca26cd309da4746e5062c12b4f3ce4b38a'
 
'913a5209487aba06bf1d8ac7c02506a05d01a8e12f172666c84bf6870d6237640d4745617b0f07ea8c9dcf665f4e0d24a0aabef31611909f7e9384ed6e7b7e77')
-b2sums=('SKIP'
+b2sums=('cadf03d2cc35b145c94899d97e1da04962f91034a524be277236c786c31617a6263f75b24e4547175c13fe28f783a7b55eab05c6afc659c4cbedb9a7066d6d9e'
 
'0a5be7ac18af882c0c89d8e930eb76c2e60bc2c1d5a375ab04e987c7de9a7a3175319c4e5fbc818261141daf5f70d583aebcc2dc197fe3a88047fbfe488ccb94'
 
'4f65af952441c0f54bb32049a149675e207f8993678423d369c4095c57476464614ac720eccc64d7a93a81268ad7ca41cae75ca7211bd7b78f9035f6e5341f04'
 
'9edd4520fb99856feb82d01935588add7f805aa180f2ed0fe169cb26576bc2e1d2c1e6ab11604d977cec6a4ad8f1d5be1413e1a366de59b89c5b869136538f8c')
@@ -92,7 +91,7 @@ build() {
 -modcacherw \
 -ldflags "-compressdwarf=false \
 -linkmode external \
--extldflags \"${LDFLAGS}\" \
+-extldflags '${LDFLAGS}' \
 -X main.Version=$pkgver" \
 -o build \
 ./cmd/...



View it on GitLab: 

[Git][archlinux/packaging/packages/gotosocial] Pushed new tag 0.15.0-1

2024-04-12 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed new tag 0.15.0-1 at Arch Linux / Packaging / Packages / 
gotosocial

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




[Git][archlinux/packaging/packages/ttyd][main] upgpkg: 1.7.7-1

2024-04-12 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / 
ttyd


Commits:
3ffac271 by George Rawlinson at 2024-04-12T23:03:36+00:00
upgpkg: 1.7.7-1

* New upstream release.
* Switch to checksummed git tags.

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = ttyd
pkgdesc = Share your terminal over the web
-   pkgver = 1.7.4
+   pkgver = 1.7.7
pkgrel = 1
url = https://tsl0922.github.io/ttyd/
arch = x86_64
@@ -12,7 +12,8 @@ pkgbase = ttyd
depends = json-c
depends = libuv
depends = openssl
-   source = 
ttyd::git+https://github.com/tsl0922/ttyd#commit=fa1ee5923264d3fb383eb5271afe521b0a520498
-   b2sums = SKIP
+   source = ttyd::git+https://github.com/tsl0922/ttyd#tag=1.7.7
+   sha512sums = 
1ee41bacecd86eea8ab454a664bbb1c0fe755c0740dfaba1ca832de7e7e1938de85c89374dcc715b1ea4760a15b2a766d5349815b0033e057b2d3823f4fc657f
+   b2sums = 
ac65ac091cad53d7b3b62213d4e6d80724516543fd150407c612600f1642bbd900192ee962706cf1c33e079e8710d27505ac370c6dd1ae4b921ea1b2a9ee4c63
 
 pkgname = ttyd


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: George Rawlinson 
 
 pkgname=ttyd
-pkgver=1.7.4
+pkgver=1.7.7
 pkgrel=1
 pkgdesc='Share your terminal over the web'
 arch=('x86_64')
@@ -15,9 +15,9 @@ depends=(
   'openssl'
 )
 makedepends=('git' 'cmake')
-_commit='fa1ee5923264d3fb383eb5271afe521b0a520498'
-source=("$pkgname::git+https://github.com/tsl0922/ttyd#commit=$_commit;)
-b2sums=('SKIP')
+source=("$pkgname::git+https://github.com/tsl0922/ttyd#tag=$pkgver;)
+sha512sums=('1ee41bacecd86eea8ab454a664bbb1c0fe755c0740dfaba1ca832de7e7e1938de85c89374dcc715b1ea4760a15b2a766d5349815b0033e057b2d3823f4fc657f')
+b2sums=('ac65ac091cad53d7b3b62213d4e6d80724516543fd150407c612600f1642bbd900192ee962706cf1c33e079e8710d27505ac370c6dd1ae4b921ea1b2a9ee4c63')
 
 pkgver() {
   cd "$pkgname"



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

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




[Git][archlinux/packaging/packages/ttyd] Pushed new tag 1.7.7-1

2024-04-12 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed new tag 1.7.7-1 at Arch Linux / Packaging / Packages / 
ttyd

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




[Git][archlinux/packaging/packages/python-getkey][main] upgpkg: 0.6.5-5: Python 3.12 rebuild

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


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


Commits:
4335b6fb by Antonio Rojas at 2024-04-13T01:03:32+02:00
upgpkg: 0.6.5-5: Python 3.12 rebuild

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,15 @@
+pkgbase = python-getkey
+   pkgdesc = Python library to easily read single chars and key strokes
+   pkgver = 0.6.5
+   pkgrel = 5
+   url = https://github.com/kcsaff/getkey
+   arch = any
+   license = MIT
+   checkdepends = python-pytest-cov
+   makedepends = python-setuptools
+   makedepends = flake8
+   depends = python
+   source = 
https://github.com/kcsaff/getkey/archive/v0.6.5/python-getkey-0.6.5.tar.gz
+   sha256sums = 
096792463ed0cd8ac92d7b2b6d23cff1c815b449403115034bed2029b378d54c
+
+pkgname = python-getkey


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _pkgname=getkey
 pkgname=python-getkey
 pkgver=0.6.5
-pkgrel=4
+pkgrel=5
 pkgdesc='Python library to easily read single chars and key strokes'
 arch=('any')
 url='https://github.com/kcsaff/getkey'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-getkey/-/commit/4335b6fb8671867ba0159d5bbdbb1355fd8dd88b

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




[Git][archlinux/packaging/packages/python-getkey] Pushed new tag 0.6.5-5

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


Antonio Rojas pushed new tag 0.6.5-5 at Arch Linux / Packaging / Packages / 
python-getkey

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




[Git][archlinux/packaging/packages/python-fxa] Pushed new tag 0.7.7-8

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


Antonio Rojas pushed new tag 0.7.7-8 at Arch Linux / Packaging / Packages / 
python-fxa

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




[Git][archlinux/packaging/packages/python-fxa][main] upgpkg: 0.7.7-8: Python 3.12 rebuild

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


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


Commits:
b4368597 by Antonio Rojas at 2024-04-13T01:01:35+02:00
upgpkg: 0.7.7-8: Python 3.12 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-fxa
pkgdesc = Python library for interacting with the Firefox Accounts 
ecosystem
pkgver = 0.7.7
-   pkgrel = 7
+   pkgrel = 8
url = https://github.com/mozilla/PyFxA
arch = any
license = MPL-2.0


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 _pkgname=PyFxA
 pkgname=python-fxa
 pkgver=0.7.7
-pkgrel=7
+pkgrel=8
 pkgdesc='Python library for interacting with the Firefox Accounts ecosystem'
 arch=('any')
 url='https://github.com/mozilla/PyFxA'



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

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




[Git][archlinux/packaging/packages/python-browserid][main] upgpkg: 0.14.0-14: Python 3.12 rebuild

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


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


Commits:
cab23ac6 by Antonio Rojas at 2024-04-13T01:00:15+02:00
upgpkg: 0.14.0-14: Python 3.12 rebuild

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,18 @@
+pkgbase = python-browserid
+   pkgdesc = Python client library for the BrowserID protocol
+   pkgver = 0.14.0
+   pkgrel = 14
+   url = https://github.com/mozilla/PyBrowserID
+   arch = any
+   license = MPL2
+   makedepends = python-build
+   makedepends = python-installer
+   makedepends = python-setuptools
+   makedepends = python-wheel
+   depends = python-requests
+   source = 
https://github.com/mozilla/PyBrowserID/archive/0.14.0/python-browserid-0.14.0.tar.gz
+   source = unittest-mock.patch
+   sha256sums = 
2a59531db7a847fbc1cdd0449e601149e3bab33a8b5629f23bc40c5794b83932
+   sha256sums = 
086c48ce4e2e95231562eb4bf7413a2e8d09882143664a2b3e07d6835a7a89c8
+
+pkgname = python-browserid


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 _pkgname=PyBrowserID
 pkgname=python-browserid
 pkgver=0.14.0
-pkgrel=13
+pkgrel=14
 pkgdesc='Python client library for the BrowserID protocol'
 arch=('any')
 url='https://github.com/mozilla/PyBrowserID'
@@ -18,6 +18,7 @@ 
sha256sums=('2a59531db7a847fbc1cdd0449e601149e3bab33a8b5629f23bc40c5794b83932'
 prepare() {
   cd $_pkgname-$pkgver
   patch -Np1 -i ${srcdir}/unittest-mock.patch
+  find -type f -exec sed -e 's|assertEquals|assertEqual|g' -i {} \; # Fix 
tests with python 3.12
 }
 
 build() {



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

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




[Git][archlinux/packaging/packages/python-browserid] Pushed new tag 0.14.0-14

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


Antonio Rojas pushed new tag 0.14.0-14 at Arch Linux / Packaging / Packages / 
python-browserid

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




[Git][archlinux/packaging/packages/pyzo][main] upgpkg: 4.13.3-3: Python 3.12 rebuild

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


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


Commits:
58645548 by Antonio Rojas at 2024-04-13T00:55:34+02:00
upgpkg: 4.13.3-3: Python 3.12 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = pyzo
pkgdesc = Cross-platform Python IDE focused on interactivity and 
introspection, very suitable for scientific computing.
pkgver = 4.13.3
-   pkgrel = 2
+   pkgrel = 3
url = https://pyzo.org
arch = any
license = BSD
@@ -16,6 +16,8 @@ pkgbase = pyzo
optdepends = python-pyqt5: Qt5 backend
optdepends = python-pyqt6: alternative Qt6 backend
source = https://github.com/pyzo/pyzo/archive/v4.13.3/pyzo-4.13.3.tar.gz
+   source = https://github.com/pyzo/pyzo/commit/ae11bb4e.patch
sha256sums = 
764a045c5d2a5a3ba407bd080bd405c6e4479a8620a6d12b1d4ed097014337e7
+   sha256sums = 
b2980f4a9cb53f109f38b58a8d5851ca7183647928e16ed4cbed28dac7192f1e
 
 pkgname = pyzo


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=pyzo
 pkgver=4.13.3
-pkgrel=2
+pkgrel=3
 pkgdesc="Cross-platform Python IDE focused on interactivity and introspection, 
very suitable for scientific computing."
 arch=(any)
 url="https://pyzo.org;
@@ -16,8 +16,15 @@ optdepends=(
 'python-pyqt6: alternative Qt6 backend'
 )
 checkdepends=(python-pytest pyside6 python-pyqt5 python-pyqt6 xorg-server-xvfb)
-source=(https://github.com/pyzo/pyzo/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('764a045c5d2a5a3ba407bd080bd405c6e4479a8620a6d12b1d4ed097014337e7')
+source=(https://github.com/pyzo/pyzo/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
+https://github.com/pyzo/pyzo/commit/ae11bb4e.patch)
+sha256sums=('764a045c5d2a5a3ba407bd080bd405c6e4479a8620a6d12b1d4ed097014337e7'
+'b2980f4a9cb53f109f38b58a8d5851ca7183647928e16ed4cbed28dac7192f1e')
+
+prepare() {
+cd $pkgname-$pkgver
+patch -p1 -i ../ae11bb4e.patch # Port away form imp
+}
 
 build() {
 cd ${pkgname}-${pkgver}



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pyzo/-/commit/586455484a86c4dd737fb3c72ca3d9dcfcd1ab1f

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




[Git][archlinux/packaging/packages/pyzo] Pushed new tag 4.13.3-3

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


Antonio Rojas pushed new tag 4.13.3-3 at Arch Linux / Packaging / Packages / 
pyzo

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




[Git][archlinux/packaging/packages/sqlfluff][main] upgpkg: 3.0.4-1

2024-04-12 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / 
sqlfluff


Commits:
ad79508a by George Rawlinson at 2024-04-12T22:50:44+00:00
upgpkg: 3.0.4-1

* New upstream release.
* Build with Python 3.12 (staging).

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = sqlfluff
pkgdesc = A dialect-flexible and configurable SQL linter
-   pkgver = 2.3.5
-   pkgrel = 2
+   pkgver = 3.0.4
+   pkgrel = 1
url = https://www.sqlfluff.com
arch = any
license = MIT
@@ -26,7 +26,7 @@ pkgbase = sqlfluff
depends = python-toml
depends = python-tqdm
depends = python-typing_extensions
-   source = 
sqlfluff-2.3.5.tar.gz::https://github.com/sqlfluff/sqlfluff/archive/refs/tags/2.3.5.tar.gz
-   b2sums = 
ad373e73c9bfc84e50c8cc058bba80ba06754a916f963b4c1737ee621363eb50f0375f4b5cf55b8826a4c4fa4404ca4cf7f2137e714bc0d7f6fa7172434a0777
+   source = 
sqlfluff-3.0.4.tar.gz::https://github.com/sqlfluff/sqlfluff/archive/refs/tags/3.0.4.tar.gz
+   b2sums = 
38763f5cf11cf3373cc78e92cfb5161f4f26776b96ee06b699633b0c732a8e37c88e0c0143029671d32801bd12bd31368dbf34072d824fa173f476cd5e1395c2
 
 pkgname = sqlfluff


=
PKGBUILD
=
@@ -2,8 +2,8 @@
 # Contributor: Morteza NourelahiAlamdari 
 
 pkgname=sqlfluff
-pkgver=2.3.5
-pkgrel=2
+pkgver=3.0.4
+pkgrel=1
 pkgdesc='A dialect-flexible and configurable SQL linter'
 arch=('any')
 url='https://www.sqlfluff.com'
@@ -34,7 +34,7 @@ makedepends=(
 )
 checkdepends=('python-hypothesis')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/sqlfluff/sqlfluff/archive/refs/tags/$pkgver.tar.gz;)
-b2sums=('ad373e73c9bfc84e50c8cc058bba80ba06754a916f963b4c1737ee621363eb50f0375f4b5cf55b8826a4c4fa4404ca4cf7f2137e714bc0d7f6fa7172434a0777')
+b2sums=('38763f5cf11cf3373cc78e92cfb5161f4f26776b96ee06b699633b0c732a8e37c88e0c0143029671d32801bd12bd31368dbf34072d824fa173f476cd5e1395c2')
 
 build() {
   cd "$pkgname-$pkgver"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/sqlfluff/-/commit/ad79508aeddbf299c7f4ca2b2563abdfc1444860

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




[Git][archlinux/packaging/packages/sqlfluff] Pushed new tag 3.0.4-1

2024-04-12 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed new tag 3.0.4-1 at Arch Linux / Packaging / Packages / 
sqlfluff

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




[Git][archlinux/packaging/packages/cloudflared][main] upgpkg: 2024.4.0-1

2024-04-12 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / 
cloudflared


Commits:
c1163099 by George Rawlinson at 2024-04-12T22:49:50+00:00
upgpkg: 2024.4.0-1

* Fix FTBFS (quoted LDFLAGS).
* Update license (to use SPDX).
* Switch to checksummed git tags.

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,15 +1,16 @@
 pkgbase = cloudflared
pkgdesc = Command-line client for Cloudflare Tunnel
-   pkgver = 2024.1.5
+   pkgver = 2024.4.0
pkgrel = 1
url = https://github.com/cloudflare/cloudflared
arch = x86_64
-   license = Apache
+   license = Apache-2.0
makedepends = git
makedepends = go
depends = glibc
options = !lto
-   source = 
cloudflared::git+https://github.com/cloudflare/cloudflared.git#commit=98e043d17dd6459c7d5dce104ee2d5cdc9be638e
-   b2sums = SKIP
+   source = 
cloudflared::git+https://github.com/cloudflare/cloudflared.git#tag=2024.4.0
+   sha512sums = 
9803502c911453fe2b83b5be3d5f7f04eb269c7616d809e2f0ef9820556c3d3f759c052023b5314437425559933491140cc24b284d9e02f287391b4310ff8899
+   b2sums = 
895277eadcebf02e2a7bad9744de57a409d0a60bb8f54976edd5a15fa9c9a3bb149896dcb3d545f9b16d398009edd875222ba8df64d2f4f252b999ec88a61a6a
 
 pkgname = cloudflared


=
PKGBUILD
=
@@ -1,18 +1,18 @@
 # Maintainer: George Rawlinson 
 
 pkgname=cloudflared
-pkgver=2024.1.5
+pkgver=2024.4.0
 pkgrel=1
 pkgdesc='Command-line client for Cloudflare Tunnel'
 arch=('x86_64')
 url='https://github.com/cloudflare/cloudflared'
-license=('Apache')
+license=('Apache-2.0')
 depends=('glibc')
 makedepends=('git' 'go')
 options=('!lto')
-_commit='98e043d17dd6459c7d5dce104ee2d5cdc9be638e'
-source=("$pkgname::git+$url.git#commit=$_commit")
-b2sums=('SKIP')
+source=("$pkgname::git+$url.git#tag=$pkgver")
+sha512sums=('9803502c911453fe2b83b5be3d5f7f04eb269c7616d809e2f0ef9820556c3d3f759c052023b5314437425559933491140cc24b284d9e02f287391b4310ff8899')
+b2sums=('895277eadcebf02e2a7bad9744de57a409d0a60bb8f54976edd5a15fa9c9a3bb149896dcb3d545f9b16d398009edd875222ba8df64d2f4f252b999ec88a61a6a')
 
 pkgver() {
   cd "$pkgname"
@@ -54,7 +54,7 @@ build() {
 -modcacherw \
 -ldflags "-compressdwarf=false \
 -linkmode external \
--extldflags ${LDFLAGS} \
+-extldflags '${LDFLAGS}' \
   -X main.Version=${pkgver} \
   -X main.BuildTime=${build_time} \
   -X 
github.com/cloudflare/cloudflared/cmd/cloudflared/updater.BuiltForPackageManager=pacman"
 \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cloudflared/-/commit/c1163099706a160e8694eed0afc599b3c0a52426

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




[Git][archlinux/packaging/packages/cloudflared] Pushed new tag 2024.4.0-1

2024-04-12 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed new tag 2024.4.0-1 at Arch Linux / Packaging / Packages 
/ cloudflared

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




[Git][archlinux/packaging/packages/quodlibet] Pushed new tag 4.6.0-2

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


Antonio Rojas pushed new tag 4.6.0-2 at Arch Linux / Packaging / Packages / 
quodlibet

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




[Git][archlinux/packaging/packages/checkbashisms] Pushed new tag 2.23.7-1

2024-04-12 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed new tag 2.23.7-1 at Arch Linux / Packaging / Packages / 
checkbashisms

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




[Git][archlinux/packaging/packages/checkbashisms][main] upgpkg: 2.23.7-1

2024-04-12 Thread George Rawlinson (@grawlinson)


George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages / 
checkbashisms


Commits:
32031e34 by George Rawlinson at 2024-04-12T22:36:00+00:00
upgpkg: 2.23.7-1

* New upstream release.
* Update license to use SPDX headers.

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,13 +1,13 @@
 pkgbase = checkbashisms
pkgdesc = Debian script that checks for bashisms
-   pkgver = 2.23.6
+   pkgver = 2.23.7
pkgrel = 1
url = https://tracker.debian.org/pkg/devscripts
arch = any
-   license = GPL
+   license = GPL-2.0-or-later
depends = perl
-   source = 
https://salsa.debian.org/debian/devscripts/-/archive/v2.23.6/devscripts-v2.23.6.tar.gz
-   sha512sums = 
45887bba7797e920a7e525ad2462b9ad409bd6a435413b8e5c8f68ab37591a6b5469248619d4eebe286dee1f37030fe6f4b4b280c5883893a9e4293bd262c6b6
-   b2sums = 
1ffd2c1a940227c7dbacd79230e6dd238408be5af5b28d6702c85e1fe17f515880816bcdda2a8d90edfe48d40056c827ebda5b17603a7dabc078adc2931b9cdb
+   source = 
https://salsa.debian.org/debian/devscripts/-/archive/v2.23.7/devscripts-v2.23.7.tar.gz
+   sha512sums = 
c610e6b45541b06a09521cb5861d875d724d22e6dce32df4e34493fe6d10d8a569500a8d9aaf626409243724d6e5a894046b53d09ef3ce2f6e7a47504ce668e2
+   b2sums = 
d61a989d3294be1dd2f92400a6e608e5672c0fa19bf65a7ad60c635ebd3b5d286caaec27eefb7a317344bd57ed2baede33b45f6c24a9f490d730a99104c65899
 
 pkgname = checkbashisms


=
PKGBUILD
=
@@ -2,16 +2,16 @@
 # Contributor: Eli Schwartz 
 
 pkgname=checkbashisms
-pkgver=2.23.6
+pkgver=2.23.7
 pkgrel=1
 pkgdesc='Debian script that checks for bashisms'
 arch=('any')
 url='https://tracker.debian.org/pkg/devscripts'
-license=('GPL')
+license=('GPL-2.0-or-later')
 depends=('perl')
 
source=("https://salsa.debian.org/debian/devscripts/-/archive/v$pkgver/devscripts-v$pkgver.tar.gz;)
-sha512sums=('45887bba7797e920a7e525ad2462b9ad409bd6a435413b8e5c8f68ab37591a6b5469248619d4eebe286dee1f37030fe6f4b4b280c5883893a9e4293bd262c6b6')
-b2sums=('1ffd2c1a940227c7dbacd79230e6dd238408be5af5b28d6702c85e1fe17f515880816bcdda2a8d90edfe48d40056c827ebda5b17603a7dabc078adc2931b9cdb')
+sha512sums=('c610e6b45541b06a09521cb5861d875d724d22e6dce32df4e34493fe6d10d8a569500a8d9aaf626409243724d6e5a894046b53d09ef3ce2f6e7a47504ce668e2')
+b2sums=('d61a989d3294be1dd2f92400a6e608e5672c0fa19bf65a7ad60c635ebd3b5d286caaec27eefb7a317344bd57ed2baede33b45f6c24a9f490d730a99104c65899')
 
 prepare() {
   cd "devscripts-v$pkgver/scripts"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/checkbashisms/-/commit/32031e34c03ce26f1f2c7f6b48dbe6b3fbec17a6

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




[Git][archlinux/packaging/packages/python-h5py-openmpi][main] upgpkg: 3.11.0-1: Python 3.12 rebuild

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


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


Commits:
eb991c47 by Antonio Rojas at 2024-04-13T00:33:50+02:00
upgpkg: 3.11.0-1: Python 3.12 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-h5py-openmpi
pkgdesc = General-purpose Python bindings for the HDF5 library (openmpi 
version)
-   pkgver = 3.10.0
-   pkgrel = 3
+   pkgver = 3.11.0
+   pkgrel = 1
url = https://www.h5py.org/
arch = x86_64
license = BSD
@@ -18,11 +18,11 @@ pkgbase = python-h5py-openmpi
depends = python-mpi4py
provides = python-h5py
conflicts = python-h5py
-   source = 
https://files.pythonhosted.org/packages/source/h/h5py/h5py-3.10.0.tar.gz
+   source = 
https://files.pythonhosted.org/packages/source/h/h5py/h5py-3.11.0.tar.gz
source = remove-version-check.patch
validpgpkeys = AC47F71DB275ECD0B3DA46E857FA4540DD4EFCF7
validpgpkeys = 96B7334D7610EE3E68AFFE589E027116943D6A8B
-   sha256sums = 
d93adc48ceeb33347eb24a634fb787efc7ae4644e6ea4ba733d099605045c049
+   sha256sums = 
7b7e8f78072a2edec87c9836f25f34203fd492a4475709a18b417a33cfb21fa9
sha256sums = 
621f108e5e95dc250047501447d0dc633fbf3f8bf19e4c4b4c4d5a286864664c
 
 pkgname = python-h5py-openmpi


=
PKGBUILD
=
@@ -4,8 +4,8 @@
 _pkg=h5py
 _mpi=openmpi
 pkgname=python-${_pkg}-${_mpi}
-pkgver=3.10.0
-pkgrel=3
+pkgver=3.11.0
+pkgrel=1
 pkgdesc="General-purpose Python bindings for the HDF5 library (${_mpi} 
version)"
 arch=(x86_64)
 url="https://www.h5py.org/;
@@ -17,7 +17,7 @@ conflicts=(python-h5py)
 provides=(python-h5py)
 
source=(https://files.pythonhosted.org/packages/source/h/${_pkg}/${_pkg}-${pkgver}.tar.gz
 remove-version-check.patch)
-sha256sums=('d93adc48ceeb33347eb24a634fb787efc7ae4644e6ea4ba733d099605045c049'
+sha256sums=('7b7e8f78072a2edec87c9836f25f34203fd492a4475709a18b417a33cfb21fa9'
 '621f108e5e95dc250047501447d0dc633fbf3f8bf19e4c4b4c4d5a286864664c')
 validpgpkeys=(AC47F71DB275ECD0B3DA46E857FA4540DD4EFCF7 # Thomas A Caswell 
(Brookhaven National Lab) 
   96B7334D7610EE3E68AFFE589E027116943D6A8B) # Thomas A Caswell 
 (new key)



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-h5py-openmpi/-/commit/eb991c477223a7186c611a8e72f976a314b978e2

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




[Git][archlinux/packaging/packages/python-h5py-openmpi] Pushed new tag 3.11.0-1

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


Antonio Rojas pushed new tag 3.11.0-1 at Arch Linux / Packaging / Packages / 
python-h5py-openmpi

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




[Git][archlinux/packaging/packages/python-senf] Pushed new tag 1.5.0-6

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


Antonio Rojas pushed new tag 1.5.0-6 at Arch Linux / Packaging / Packages / 
python-senf

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




[Git][archlinux/packaging/packages/python-senf][main] upgpkg: 1.5.0-6: Python 3.12 rebuild

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


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


Commits:
160b7ea2 by Antonio Rojas at 2024-04-13T00:33:11+02:00
upgpkg: 1.5.0-6: Python 3.12 rebuild

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,15 @@
+pkgbase = python-senf
+   pkgdesc = Python module for handling platform native strings
+   pkgver = 1.5.0
+   pkgrel = 6
+   url = https://github.com/quodlibet/senf
+   arch = any
+   license = MIT
+   checkdepends = python-hypothesis
+   checkdepends = python-pytest
+   makedepends = python-setuptools
+   depends = python
+   source = 
https://files.pythonhosted.org/packages/source/s/senf/senf-1.5.0.tar.gz
+   sha512sums = 
4a474e3bb7ceae07980e27c4d86240b862ec829e7b73fdf0fb43cfd1529cdff7fa7839fa56c354bb37adc950e848612bfd6e90234c8d4a7c143e302361ac7fe4
+
+pkgname = python-senf


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _name=senf
 pkgname=python-senf
 pkgver=1.5.0
-pkgrel=5
+pkgrel=6
 pkgdesc="Python module for handling platform native strings"
 arch=('any')
 url="https://github.com/quodlibet/senf;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-senf/-/commit/160b7ea26151233f019458fdd16e7023d29f38c1

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




[Git][archlinux/packaging/packages/python-h5py][main] upgpkg: 3.11.0-1: Python 3.12 rebuild

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


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


Commits:
81b5bdcc by Antonio Rojas at 2024-04-13T00:30:00+02:00
upgpkg: 3.11.0-1: Python 3.12 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-h5py
pkgdesc = General-purpose Python bindings for the HDF5 library
-   pkgver = 3.10.0
-   pkgrel = 2
+   pkgver = 3.11.0
+   pkgrel = 1
url = https://www.h5py.org/
arch = x86_64
license = BSD
@@ -15,11 +15,11 @@ pkgbase = python-h5py
depends = liblzf
depends = python-numpy
conflicts = hdf5-openmpi
-   source = 
https://files.pythonhosted.org/packages/source/h/h5py/h5py-3.10.0.tar.gz
+   source = 
https://files.pythonhosted.org/packages/source/h/h5py/h5py-3.11.0.tar.gz
source = remove-version-check.patch
validpgpkeys = AC47F71DB275ECD0B3DA46E857FA4540DD4EFCF7
validpgpkeys = 96B7334D7610EE3E68AFFE589E027116943D6A8B
-   sha256sums = 
d93adc48ceeb33347eb24a634fb787efc7ae4644e6ea4ba733d099605045c049
+   sha256sums = 
7b7e8f78072a2edec87c9836f25f34203fd492a4475709a18b417a33cfb21fa9
sha256sums = 
621f108e5e95dc250047501447d0dc633fbf3f8bf19e4c4b4c4d5a286864664c
 
 pkgname = python-h5py


=
PKGBUILD
=
@@ -6,8 +6,8 @@
 
 _pkg=h5py
 pkgname=python-${_pkg}
-pkgver=3.10.0
-pkgrel=2
+pkgver=3.11.0
+pkgrel=1
 pkgdesc="General-purpose Python bindings for the HDF5 library"
 arch=(x86_64)
 url="https://www.h5py.org/;
@@ -18,7 +18,7 @@ checkdepends=(python-pytest python-pytest-mpi python-pytables)
 conflicts=(hdf5-openmpi)
 
source=(https://files.pythonhosted.org/packages/source/h/${_pkg}/${_pkg}-${pkgver}.tar.gz
 remove-version-check.patch)
-sha256sums=('d93adc48ceeb33347eb24a634fb787efc7ae4644e6ea4ba733d099605045c049'
+sha256sums=('7b7e8f78072a2edec87c9836f25f34203fd492a4475709a18b417a33cfb21fa9'
 '621f108e5e95dc250047501447d0dc633fbf3f8bf19e4c4b4c4d5a286864664c')
 validpgpkeys=(AC47F71DB275ECD0B3DA46E857FA4540DD4EFCF7  # Thomas A Caswell 
(Brookhaven National Lab) 
   96B7334D7610EE3E68AFFE589E027116943D6A8B) # Thomas A Caswell 
 (new key)



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-h5py/-/commit/81b5bdcc59d9772283c987e6ffeed964bbeb2f0d

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




[Git][archlinux/packaging/packages/python-h5py] Pushed new tag 3.11.0-1

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


Antonio Rojas pushed new tag 3.11.0-1 at Arch Linux / Packaging / Packages / 
python-h5py

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




[Git][archlinux/packaging/packages/qcad][main] upgpkg: 3.29.6.1-1

2024-04-12 Thread Ike Devolder (@idevolder)


Ike Devolder pushed to branch main at Arch Linux / Packaging / Packages / qcad


Commits:
8a365fd6 by Ike Devolder at 2024-04-12T23:22:42+02:00
upgpkg: 3.29.6.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = qcad
pkgdesc = A 2D CAD package based upon Qt
-   pkgver = 3.29.6.0
-   pkgrel = 2
+   pkgver = 3.29.6.1
+   pkgrel = 1
url = https://www.qcad.org
arch = x86_64
license = GPL3
@@ -12,7 +12,7 @@ pkgbase = qcad
depends = qt5-xmlpatterns
depends = qt5-tools
depends = qt5-wayland
-   source = 
qcad-3.29.6.0-773deb4ed321b8a7526b21af8e7835e8a67f6e8d.tar.gz::https://github.com/qcad/qcad/archive/773deb4ed321b8a7526b21af8e7835e8a67f6e8d.tar.gz
-   sha512sums = 
3a784a79386c1b5297ddf19c006fa6c80b0a6ad5b9f189a0180328bd6870e38b14f4a015744c0a5ce62e7b0354cd59415c1742953101adc854d66fd1f7135603
+   source = 
qcad-3.29.6.1-fa010186e64b3b121be667f870c9c1cb8c135afd.tar.gz::https://github.com/qcad/qcad/archive/fa010186e64b3b121be667f870c9c1cb8c135afd.tar.gz
+   sha512sums = 
aa768b2ea9dd9d2f1d7d23bcba09f2493af20b8e7dbc3a0f06798ed7cbd2612aab39899ac29a9f3d4d2fa50e8e5744a187686e8393ba6319ae1217cab58a3c2f
 
 pkgname = qcad


=
PKGBUILD
=
@@ -5,9 +5,9 @@
 # Contributor: Daniel J Griffiths 
 
 pkgname=qcad
-pkgver=3.29.6.0
-_commit=773deb4ed321b8a7526b21af8e7835e8a67f6e8d
-pkgrel=2
+pkgver=3.29.6.1
+_commit=fa010186e64b3b121be667f870c9c1cb8c135afd
+pkgrel=1
 pkgdesc='A 2D CAD package based upon Qt'
 arch=('x86_64')
 url="https://www.qcad.org;
@@ -15,7 +15,7 @@ license=('GPL3')
 depends=('qt5-script' 'qt5-svg' 'gcc-libs' 'qt5-xmlpatterns' 'qt5-tools' 
'qt5-wayland')
 makedepends=('glu')
 
source=("$pkgname-$pkgver-$_commit.tar.gz::https://github.com/qcad/qcad/archive/$_commit.tar.gz;)
-sha512sums=('3a784a79386c1b5297ddf19c006fa6c80b0a6ad5b9f189a0180328bd6870e38b14f4a015744c0a5ce62e7b0354cd59415c1742953101adc854d66fd1f7135603')
+sha512sums=('aa768b2ea9dd9d2f1d7d23bcba09f2493af20b8e7dbc3a0f06798ed7cbd2612aab39899ac29a9f3d4d2fa50e8e5744a187686e8393ba6319ae1217cab58a3c2f')
 
 prepare() {
   rm *.tar.gz



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

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




[Git][archlinux/packaging/packages/qcad] Pushed new tag 3.29.6.1-1

2024-04-12 Thread Ike Devolder (@idevolder)


Ike Devolder pushed new tag 3.29.6.1-1 at Arch Linux / Packaging / Packages / 
qcad

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




[Git][archlinux/packaging/packages/whipper][main] upgpkg: 0.10.0-6: Python 3.12 rebuild

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


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


Commits:
1a2a0f3a by Antonio Rojas at 2024-04-12T23:16:46+02:00
upgpkg: 0.10.0-6: Python 3.12 rebuild

- - - - -


3 changed files:

- + .SRCINFO
- PKGBUILD
- test-fixup.patch


Changes:

=
.SRCINFO
=
@@ -0,0 +1,33 @@
+pkgbase = whipper
+   pkgdesc = Python CD-DA ripper preferring accuracy over speed
+   pkgver = 0.10.0
+   pkgrel = 6
+   url = https://github.com/whipper-team/whipper
+   arch = x86_64
+   license = GPL3
+   checkdepends = python-twisted
+   makedepends = python-setuptools-scm
+   makedepends = python-docutils
+   depends = cdrdao
+   depends = flac
+   depends = libcdio-paranoia
+   depends = libsndfile
+   depends = python-discid
+   depends = python-gobject
+   depends = python-musicbrainzngs
+   depends = python-mutagen
+   depends = python-pycdio
+   depends = python-ruamel-yaml
+   depends = python-setuptools
+   depends = sox
+   optdepends = python-pillow: cover art support
+   provides = accuraterip-checksum
+   conflicts = accuraterip-checksum
+   source = 
https://github.com/whipper-team/whipper/archive/v0.10.0/whipper-0.10.0.tar.gz
+   source = 
whipper-ruamel.yaml-0.17.patch::https://github.com/whipper-team/whipper/pull/543.patch
+   source = test-fixup.patch
+   sha512sums = 
728ad98185aa2d29f4fb215a597136691bb2c3590b3cac4f659238f90a3b4328c377fafe830a725b655f050538739f404b3eca853db4c39001d1b9d721dc7fd8
+   sha512sums = 
893e2f23717633971410e0f9917345eaec5af313d83702b36a2693b51eaf54d755d58db864de82e13e8506dc98ab548334d7ba6d02fd6c200bd0670e4bca73bf
+   sha512sums = 
64892c0ff09a933d88a58ff626bb784bfe672f1f99d5260b6c7a9de423ad09f9c2bd9c1d980ad4eb4c6957dae9b7876a11065d984a7b4adf2ea8cd4ef57108da
+
+pkgname = whipper


=
PKGBUILD
=
@@ -10,7 +10,7 @@
 
 pkgname=whipper
 pkgver=0.10.0
-pkgrel=5
+pkgrel=6
 pkgdesc="Python CD-DA ripper preferring accuracy over speed"
 arch=(x86_64)
 url="https://github.com/whipper-team/whipper;
@@ -41,7 +41,7 @@ source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
test-fixup.patch)
 
sha512sums=('728ad98185aa2d29f4fb215a597136691bb2c3590b3cac4f659238f90a3b4328c377fafe830a725b655f050538739f404b3eca853db4c39001d1b9d721dc7fd8'
 
'893e2f23717633971410e0f9917345eaec5af313d83702b36a2693b51eaf54d755d58db864de82e13e8506dc98ab548334d7ba6d02fd6c200bd0670e4bca73bf'
-
'17e817faf7a9244fe9b0c11f1cba71ec4a4eb7ee880fc16a2a3e2033cf1db9f16ab3cad18e20c2e02d5e656c2ccbc1143f744ffd0e950fe6bfd3512d58731f71')
+
'64892c0ff09a933d88a58ff626bb784bfe672f1f99d5260b6c7a9de423ad09f9c2bd9c1d980ad4eb4c6957dae9b7876a11065d984a7b4adf2ea8cd4ef57108da')
 
 prepare() {
   cd ${pkgname}-${pkgver}


=
test-fixup.patch
=
@@ -6,8 +6,8 @@
  self.assertEqual(responses[1].cddbDiscId, '05021002')
 -self.assertEqual(responses[1].confidences[0], 7)
 -self.assertEqual(responses[1].confidences[1], 7)
-+self.assertEqual(responses[1].confidences[0], 8)
-+self.assertEqual(responses[1].confidences[1], 8)
++self.assertEqual(responses[1].confidences[0], 9)
++self.assertEqual(responses[1].confidences[1], 9)
  self.assertEqual(responses[1].checksums[0], 'dc77f9ab')
  self.assertEqual(responses[1].checksums[1], 'dd97d2c3')
  



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/whipper/-/commit/1a2a0f3ad52f9392ce989dc138a9d994f4015987

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




[Git][archlinux/packaging/packages/whipper] Pushed new tag 0.10.0-6

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


Antonio Rojas pushed new tag 0.10.0-6 at Arch Linux / Packaging / Packages / 
whipper

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




[Git][archlinux/packaging/packages/python-pandas-datareader][main] upgpkg: 0.10.0-4: Python 3.12 rebuild

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


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


Commits:
803d4cc2 by Antonio Rojas at 2024-04-12T23:13:06+02:00
upgpkg: 0.10.0-4: Python 3.12 rebuild

- - - - -


3 changed files:

- + .SRCINFO
- PKGBUILD
- + python-3.12.patch


Changes:

=
.SRCINFO
=
@@ -0,0 +1,17 @@
+pkgbase = python-pandas-datareader
+   pkgdesc = Data readers extracted from the pandas codebase
+   pkgver = 0.10.0
+   pkgrel = 4
+   url = https://github.com/pydata/pandas-datareader
+   arch = any
+   license = BSD
+   makedepends = python-setuptools
+   depends = python-pandas
+   depends = python-lxml
+   depends = python-requests
+   source = 
python-pandas-datareader-0.10.0.tar.gz::https://github.com/pydata/pandas-datareader/archive/v0.10.0.tar.gz
+   source = python-3.12.patch
+   sha256sums = 
73385b23d42599c6f6f34966f0f22287acd8b775917d5694ae6df4adaf0d0add
+   sha256sums = 
c0b83992b347d8f23d0ed3606e75a538d2aab57089064fa7c1276ad9a2c846e6
+
+pkgname = python-pandas-datareader


=
PKGBUILD
=
@@ -4,15 +4,21 @@
 
 pkgname=python-pandas-datareader
 pkgver=0.10.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Data readers extracted from the pandas codebase"
 arch=('any')
 url="https://github.com/pydata/pandas-datareader;
 license=('BSD')
 depends=('python-pandas' 'python-lxml' 'python-requests')
 makedepends=('python-setuptools')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/pydata/pandas-datareader/archive/v${pkgver}.tar.gz;)
-sha256sums=('73385b23d42599c6f6f34966f0f22287acd8b775917d5694ae6df4adaf0d0add')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/pydata/pandas-datareader/archive/v${pkgver}.tar.gz;
+ python-3.12.patch)
+sha256sums=('73385b23d42599c6f6f34966f0f22287acd8b775917d5694ae6df4adaf0d0add'
+'c0b83992b347d8f23d0ed3606e75a538d2aab57089064fa7c1276ad9a2c846e6')
+
+prepare() {
+  patch -d pandas-datareader-$pkgver -p1 < python-3.12.patch # Fedora patch
+}
 
 build() {
   cd "$srcdir"/pandas-datareader-${pkgver}


=
python-3.12.patch
=
@@ -0,0 +1,15 @@
+diff -ur pandas-datareader-0.10.0/versioneer.py 
pandas-datareader-0.10.0.vn/versioneer.py
+--- pandas-datareader-0.10.0/versioneer.py 2020-07-07 11:56:46.0 
+0200
 pandas-datareader-0.10.0.vn/versioneer.py  2023-07-10 12:50:51.047863256 
+0200
+@@ -344,9 +344,9 @@
+ # configparser.NoOptionError (if it lacks "VCS="). See the docstring at
+ # the top of versioneer.py for instructions on writing your setup.cfg .
+ setup_cfg = os.path.join(root, "setup.cfg")
+-parser = configparser.SafeConfigParser()
++parser = configparser.ConfigParser()
+ with open(setup_cfg, "r") as f:
+-parser.readfp(f)
++parser.read_file(f)
+ VCS = parser.get("versioneer", "VCS")  # mandatory
+ 
+ def get(parser, name):



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pandas-datareader/-/commit/803d4cc28be51c062350533e7c9da8d3b232d684

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pandas-datareader/-/commit/803d4cc28be51c062350533e7c9da8d3b232d684
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-pandas-datareader] Pushed new tag 0.10.0-4

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


Antonio Rojas pushed new tag 0.10.0-4 at Arch Linux / Packaging / Packages / 
python-pandas-datareader

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pandas-datareader/-/tree/0.10.0-4
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/typos] Pushed new tag 1.20.8-1

2024-04-12 Thread @orhun


Orhun Parmaksız pushed new tag 1.20.8-1 at Arch Linux / Packaging / Packages / 
typos

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




[Git][archlinux/packaging/packages/typos][main] upgpkg: 1.20.8-1: upstream release

2024-04-12 Thread @orhun


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


Commits:
1df41b0f by Orhun Parmaksız at 2024-04-13T00:12:04+03:00
upgpkg: 1.20.8-1: upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = typos
pkgdesc = Source code spell checker
-   pkgver = 1.20.7
+   pkgver = 1.20.8
pkgrel = 1
url = https://github.com/crate-ci/typos
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = typos
license = Apache-2.0
makedepends = cargo
depends = gcc-libs
-   source = 
typos-1.20.7.tar.gz::https://github.com/crate-ci/typos/archive/refs/tags/v1.20.7.tar.gz
-   sha256sums = 
bbcd8114c89594af49b95be76d26745f640c70b909d80fbe2b85147e5a6fb5ba
+   source = 
typos-1.20.8.tar.gz::https://github.com/crate-ci/typos/archive/refs/tags/v1.20.8.tar.gz
+   sha256sums = 
997f56119a9faecc1ae79bd105aca5219df0f65c3d417fff48f4c5b9e45b192b
 
 pkgname = typos


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Sematre 
 
 pkgname=typos
-pkgver=1.20.7
+pkgver=1.20.8
 pkgrel=1
 pkgdesc="Source code spell checker"
 arch=('x86_64')
@@ -11,7 +11,7 @@ license=('MIT' 'Apache-2.0')
 depends=('gcc-libs')
 makedepends=('cargo')
 
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/refs/tags/v${pkgver}.tar.gz")
-sha256sums=('bbcd8114c89594af49b95be76d26745f640c70b909d80fbe2b85147e5a6fb5ba')
+sha256sums=('997f56119a9faecc1ae79bd105aca5219df0f65c3d417fff48f4c5b9e45b192b')
 
 prepare() {
   cd "${pkgname}-${pkgver}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/typos/-/commit/1df41b0fc65c60b960f4fd01957c1c7186bed135

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




[Git][archlinux/packaging/packages/python-pytest-mpi] Pushed new tag 0.6-5

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


Antonio Rojas pushed new tag 0.6-5 at Arch Linux / Packaging / Packages / 
python-pytest-mpi

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-mpi/-/tree/0.6-5
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-pytest-mpi][main] upgpkg: 0.6-5: Python 3.12 rebuild

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


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


Commits:
5d9ddfc7 by Antonio Rojas at 2024-04-12T23:08:24+02:00
upgpkg: 0.6-5: Python 3.12 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-pytest-mpi
pkgdesc = pytest plugin for working with MPI
pkgver = 0.6
-   pkgrel = 4
+   pkgrel = 5
url = https://pytest-mpi.readthedocs.io/
arch = any
license = BSD


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _pkg=pytest-mpi
 pkgname=python-${_pkg}
 pkgver=0.6
-pkgrel=4
+pkgrel=5
 pkgdesc="pytest plugin for working with MPI"
 arch=(any)
 url="https://pytest-mpi.readthedocs.io/;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-mpi/-/commit/5d9ddfc7b3f855dcf4040e164597ce270ae487a6

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-mpi/-/commit/5d9ddfc7b3f855dcf4040e164597ce270ae487a6
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-pytest-vcr] Pushed new tag 1.0.2-8

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


Antonio Rojas pushed new tag 1.0.2-8 at Arch Linux / Packaging / Packages / 
python-pytest-vcr

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-vcr/-/tree/1.0.2-8
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-pytest-vcr][main] upgpkg: 1.0.2-8: Python 3.12 rebuild

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


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


Commits:
dedf4e0a by Antonio Rojas at 2024-04-12T23:07:32+02:00
upgpkg: 1.0.2-8: Python 3.12 rebuild

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,16 @@
+pkgbase = python-pytest-vcr
+   pkgdesc = Py.test plugin for managing VCR.py cassettes
+   pkgver = 1.0.2
+   pkgrel = 8
+   url = https://github.com/ktosiek/pytest-vcr
+   arch = any
+   license = MIT
+   checkdepends = python-coverage
+   checkdepends = python-pytest
+   makedepends = python-setuptools
+   depends = python-pytest
+   depends = python-vcrpy
+   source = 
pytest-vcr-1.0.2.tar.gz::https://github.com/ktosiek/pytest-vcr/archive/1.0.2.tar.gz
+   sha512sums = 
29dceb51092d73f2190b89e82e88b59506591a35cfe4f141bb877c05420d67a8ab2f21f63c2630972c35697d01b242891917d1be19b14fdfa810c1799f8542c2
+
+pkgname = python-pytest-vcr


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _name=pytest-vcr
 pkgname=python-pytest-vcr
 pkgver=1.0.2
-pkgrel=7
+pkgrel=8
 pkgdesc="Py.test plugin for managing VCR.py cassettes"
 arch=('any')
 url="https://github.com/ktosiek/pytest-vcr;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-vcr/-/commit/dedf4e0a69d860194765aa5c87514d1eaceffc31

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




[Git][archlinux/packaging/packages/python-pytest-mpi] Pushed new tag 0.6-4

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


Antonio Rojas pushed new tag 0.6-4 at Arch Linux / Packaging / Packages / 
python-pytest-mpi

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-mpi/-/tree/0.6-4
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-pytest-mpi][main] upgpkg: 0.6-4: Python 3.12 rebuild (bootstrap)

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


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


Commits:
327f2b18 by Antonio Rojas at 2024-04-12T23:07:25+02:00
upgpkg: 0.6-4: Python 3.12 rebuild (bootstrap)

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,17 @@
+pkgbase = python-pytest-mpi
+   pkgdesc = pytest plugin for working with MPI
+   pkgver = 0.6
+   pkgrel = 4
+   url = https://pytest-mpi.readthedocs.io/
+   arch = any
+   license = BSD
+   checkdepends = openmpi
+   checkdepends = python-mpi4py
+   checkdepends = python-sybil
+   checkdepends = python-pytest-mpi
+   makedepends = python-setuptools
+   depends = python-pytest
+   source = 
https://files.pythonhosted.org/packages/source/p/pytest-mpi/pytest-mpi-0.6.tar.gz
+   sha256sums = 
09b3cd3511f8f3cd4d205f54d4a7223724fed0ab68b872ed1123d312152325a9
+
+pkgname = python-pytest-mpi


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _pkg=pytest-mpi
 pkgname=python-${_pkg}
 pkgver=0.6
-pkgrel=3
+pkgrel=4
 pkgdesc="pytest plugin for working with MPI"
 arch=(any)
 url="https://pytest-mpi.readthedocs.io/;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-mpi/-/commit/327f2b185df132c55dbab4dc71e801e5001c7fe8

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-mpi/-/commit/327f2b185df132c55dbab4dc71e801e5001c7fe8
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-statsmodels][main] upgpkg: 0.14.1-2: Python 3.12 rebuild

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


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


Commits:
efe4e5cb by Antonio Rojas at 2024-04-12T23:05:41+02:00
upgpkg: 0.14.1-2: Python 3.12 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-statsmodels
pkgdesc = Statistical computations and models for use with SciPy
pkgver = 0.14.1
-   pkgrel = 1
+   pkgrel = 2
url = https://www.statsmodels.org/
arch = x86_64
license = BSD


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=python-statsmodels
 pkgver=0.14.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Statistical computations and models for use with SciPy"
 arch=(x86_64)
 url="https://www.statsmodels.org/;



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

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




[Git][archlinux/packaging/packages/python-statsmodels] Pushed new tag 0.14.1-2

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


Antonio Rojas pushed new tag 0.14.1-2 at Arch Linux / Packaging / Packages / 
python-statsmodels

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




[Git][archlinux/packaging/packages/python-pyls-spyder] Pushed new tag 0.4.0-5

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


Antonio Rojas pushed new tag 0.4.0-5 at Arch Linux / Packaging / Packages / 
python-pyls-spyder

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pyls-spyder/-/tree/0.4.0-5
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-pyls-spyder][main] upgpkg: 0.4.0-5: Python 3.12 rebuild

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


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


Commits:
0a446dbb by Antonio Rojas at 2024-04-12T23:04:10+02:00
upgpkg: 0.4.0-5: Python 3.12 rebuild

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,14 @@
+pkgbase = python-pyls-spyder
+   pkgdesc = Spyder extensions for the Python Language Server
+   pkgver = 0.4.0
+   pkgrel = 5
+   url = https://github.com/spyder-ide/pyls-spyder
+   arch = any
+   license = MIT
+   checkdepends = python-pytest
+   makedepends = python-setuptools
+   depends = python-lsp-server
+   source = 
https://github.com/spyder-ide/pyls-spyder/archive/v0.4.0/pyls-spyder-0.4.0.tar.gz
+   sha256sums = 
1adc75f70afcf55a27513d54cdce129bacc8aa4fd2ff05d14fdf7ca1829842e6
+
+pkgname = python-pyls-spyder


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _pkg=pyls-spyder
 pkgname=python-${_pkg}
 pkgver=0.4.0
-pkgrel=4
+pkgrel=5
 pkgdesc="Spyder extensions for the Python Language Server"
 arch=(any)
 url="https://github.com/spyder-ide/pyls-spyder;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pyls-spyder/-/commit/0a446dbb61138276a3e258185cb99832eceefa85

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




[Git][archlinux/packaging/packages/python-textdistance][main] upgpkg: 4.6.1-2: Python 3.12 rebuild

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


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


Commits:
f5bafa5e by Antonio Rojas at 2024-04-12T23:03:54+02:00
upgpkg: 4.6.1-2: Python 3.12 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-textdistance
pkgdesc = Compute distance between sequences
pkgver = 4.6.1
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/life4/textdistance
arch = any
license = MIT


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _pkg=textdistance
 pkgname=python-${_pkg}
 pkgver=4.6.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Compute distance between sequences"
 arch=(any)
 url="https://github.com/life4/textdistance;



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

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




[Git][archlinux/packaging/packages/python-textdistance] Pushed new tag 4.6.1-2

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


Antonio Rojas pushed new tag 4.6.1-2 at Arch Linux / Packaging / Packages / 
python-textdistance

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




[Git][archlinux/packaging/packages/python-lsp-black][main] upgpkg: 2.0.0-2: Python 3.12 rebuild

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


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


Commits:
0ab7263b by Antonio Rojas at 2024-04-12T23:03:21+02:00
upgpkg: 2.0.0-2: Python 3.12 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-lsp-black
pkgdesc = python-lsp-server plugin that adds support to black 
autoformatter, forked from pyls-black
pkgver = 2.0.0
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/python-lsp/python-lsp-black
arch = any
license = MIT
@@ -10,6 +10,8 @@ pkgbase = python-lsp-black
depends = python-black
depends = python-lsp-server
source = 
https://github.com/python-lsp/python-lsp-black/archive/v2.0.0/python-lsp-black-2.0.0.tar.gz
+   source = 
https://github.com/python-lsp/python-lsp-black/commit/74d7ae8d.patch
sha256sums = 
6387584c38e5758431f5d61c269860892f57b7442c0cf9bd712ad64231b9bb1c
+   sha256sums = 
8d552419665fb489e3ece681f0313bd386b27e89978a57ad10eebb5cb90349dd
 
 pkgname = python-lsp-black


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=python-lsp-black
 pkgver=2.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="python-lsp-server plugin that adds support to black autoformatter, 
forked from pyls-black"
 arch=(any)
 url="https://github.com/python-lsp/python-lsp-black;
@@ -10,8 +10,14 @@ license=(MIT)
 depends=(python-black python-lsp-server)
 makedepends=(python-setuptools)
 checkdepends=(python-pytest)
-source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('6387584c38e5758431f5d61c269860892f57b7442c0cf9bd712ad64231b9bb1c')
+source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
+https://github.com/python-lsp/python-lsp-black/commit/74d7ae8d.patch)
+sha256sums=('6387584c38e5758431f5d61c269860892f57b7442c0cf9bd712ad64231b9bb1c'
+'8d552419665fb489e3ece681f0313bd386b27e89978a57ad10eebb5cb90349dd')
+
+prepare() {
+  patch -d $pkgname-$pkgver -p1 < 74d7ae8d.patch # Fix tests with bleck 24.3
+}
 
 build() {
   cd ${pkgname}-${pkgver}
@@ -22,7 +28,7 @@ check() {
   cd ${pkgname}-${pkgver}
   python -m venv --system-site-packages test-env
   test-env/bin/python setup.py install --skip-build
-  test-env/bin/python -m pytest -vv --color=yes tests
+  test-env/bin/python -m pytest -vv --color=yes tests -k 'not 
test_load_config_defaults and not test_load_config_with_skip_options'
 }
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-lsp-black/-/commit/0ab7263becf519ed4ae66e523dc77906cccd112e

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




[Git][archlinux/packaging/packages/python-lsp-black] Pushed new tag 2.0.0-2

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


Antonio Rojas pushed new tag 2.0.0-2 at Arch Linux / Packaging / Packages / 
python-lsp-black

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-lsp-black/-/tree/2.0.0-2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/spyder][main] upgpkg: 5.5.4-2: Python 3.12 rebuild

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


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


Commits:
6de0931e by Antonio Rojas at 2024-04-12T22:54:25+02:00
upgpkg: 5.5.4-2: Python 3.12 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = spyder
pkgdesc = The Scientific Python Development Environment
-   pkgver = 5.5.3
-   pkgrel = 1
+   pkgver = 5.5.4
+   pkgrel = 2
url = https://www.spyder-ide.org/
arch = any
license = MIT
@@ -81,7 +81,7 @@ pkgbase = spyder
optdepends = python-pandas: support for DataFrames and Series in the 
Variable Explorer
optdepends = python-scipy: support for Matlab workspace in the Variable 
Explorer
optdepends = python-sympy: symbolic mathematics in the IPython Console
-   source = 
https://github.com/spyder-ide/spyder/archive/v5.5.3/spyder-5.5.3.tar.gz
-   sha512sums = 
001b6208ce937efb9d7aa7225659efaad921b55a6ec0d464496a93f5bd31980724ab98706f4f3e24130ea6b8943a7ad203efe47f32fc0597c15c603b492ccc3d
+   source = 
https://github.com/spyder-ide/spyder/archive/v5.5.4/spyder-5.5.4.tar.gz
+   sha512sums = 
4f68d1edc2901b4cffb67943c782ccd89e923722579ec4144064de2ec1b6bbf89f831feb3eb58a7adf7c403efc7d2529c38017b423bb32709170915792f4deb2
 
 pkgname = spyder


=
PKGBUILD
=
@@ -4,8 +4,8 @@
 # Contributor: TDY 
 
 pkgname=spyder
-pkgver=5.5.3
-pkgrel=1
+pkgver=5.5.4
+pkgrel=2
 pkgdesc="The Scientific Python Development Environment"
 arch=(any)
 url="https://www.spyder-ide.org/;
@@ -90,7 +90,7 @@ checkdepends=(
 xorg-server-xvfb
 )
 
source=(https://github.com/spyder-ide/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha512sums=('001b6208ce937efb9d7aa7225659efaad921b55a6ec0d464496a93f5bd31980724ab98706f4f3e24130ea6b8943a7ad203efe47f32fc0597c15c603b492ccc3d')
+sha512sums=('4f68d1edc2901b4cffb67943c782ccd89e923722579ec4144064de2ec1b6bbf89f831feb3eb58a7adf7c403efc7d2529c38017b423bb32709170915792f4deb2')
 
 prepare() {
   cd ${pkgname}-${pkgver}



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

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




[Git][archlinux/packaging/packages/spyder] Pushed new tag 5.5.4-2

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


Antonio Rojas pushed new tag 5.5.4-2 at Arch Linux / Packaging / Packages / 
spyder

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




[Git][archlinux/packaging/packages/python-spyder-kernels][main] upgpkg: 2.5.1-2: Python 3.12 rebuild

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


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


Commits:
ff9c1ae2 by Antonio Rojas at 2024-04-12T22:51:01+02:00
upgpkg: 2.5.1-2: Python 3.12 rebuild

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,31 @@
+pkgbase = python-spyder-kernels
+   pkgdesc = Jupyter Kernels for the Spyder console
+   pkgver = 2.5.1
+   pkgrel = 2
+   url = https://github.com/spyder-ide/spyder-kernels/
+   arch = any
+   license = MIT
+   checkdepends = python-dask
+   checkdepends = python-distributed
+   checkdepends = python-django
+   checkdepends = python-flaky
+   checkdepends = python-numpy
+   checkdepends = python-pillow
+   checkdepends = python-pytest
+   checkdepends = python-scipy
+   checkdepends = python-xarray
+   makedepends = python
+   makedepends = python-setuptools
+   depends = cython
+   depends = ipython
+   depends = python-cloudpickle
+   depends = python-ipykernel
+   depends = python-jupyter_client
+   depends = python-matplotlib
+   depends = python-pandas
+   depends = python-pyzmq
+   depends = python-wurlitzer
+   source = 
https://github.com/spyder-ide/spyder-kernels//archive/v2.5.1/python-spyder-kernels-2.5.1.tar.gz
+   sha256sums = 
2da6ce3149d65dc5dba49674df2eb51e777eb9fb52de906c2374a9c0616bf1da
+
+pkgname = python-spyder-kernels


=
PKGBUILD
=
@@ -2,8 +2,8 @@
 
 _pkg=spyder-kernels
 pkgname=python-${_pkg}
-pkgver=2.4.4
-pkgrel=1
+pkgver=2.5.1
+pkgrel=2
 pkgdesc="Jupyter Kernels for the Spyder console"
 arch=(any)
 url="https://github.com/spyder-ide/spyder-kernels/;
@@ -34,7 +34,7 @@ checkdepends=(
 # No tests in pypi tarballs
 
#source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
 source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('a022f219073b1ffe8fa48c9234574fbfbb217aae81267ae6ad237b09852d9658')
+sha256sums=('2da6ce3149d65dc5dba49674df2eb51e777eb9fb52de906c2374a9c0616bf1da')
 
 prepare() {
   cd ${_pkg}-${pkgver}



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-spyder-kernels/-/commit/ff9c1ae23c411550a11f95fe91848996f87a9f85

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




[Git][archlinux/packaging/packages/python-spyder-kernels] Pushed new tag 2.5.1-2

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


Antonio Rojas pushed new tag 2.5.1-2 at Arch Linux / Packaging / Packages / 
python-spyder-kernels

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-spyder-kernels/-/tree/2.5.1-2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/vtk] Pushed new tag 9.3.0-12

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


Antonio Rojas pushed new tag 9.3.0-12 at Arch Linux / Packaging / Packages / vtk

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




[Git][archlinux/packaging/packages/vtk][main] upgpkg: 9.3.0-12: Python 3.12 rebuild

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


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


Commits:
47510ce7 by Antonio Rojas at 2024-04-12T22:35:58+02:00
upgpkg: 9.3.0-12: Python 3.12 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = vtk
pkgdesc = Software system for 3D computer graphics, image processing, 
and visualization
pkgver = 9.3.0
-   pkgrel = 11
+   pkgrel = 12
url = https://www.vtk.org
arch = x86_64
license = BSD-3-Clause


=
PKGBUILD
=
@@ -8,7 +8,7 @@
 pkgname=vtk
 # May need bootstrapping on upgrades due to circular vtk <-> opencascade 
dependency
 pkgver=9.3.0
-pkgrel=11
+pkgrel=12
 pkgdesc="Software system for 3D computer graphics, image processing, and 
visualization"
 arch=(x86_64)
 url="https://www.vtk.org;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/vtk/-/commit/47510ce7a78a388f35b1e5bcd92b49bcb082ac80

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




[Git][archlinux/packaging/packages/python-qtawesome] Pushed new tag 1.3.1-3

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


Antonio Rojas pushed new tag 1.3.1-3 at Arch Linux / Packaging / Packages / 
python-qtawesome

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




[Git][archlinux/packaging/packages/python-qtawesome][main] upgpkg: 1.3.1-3: Python 3.12 rebuild

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


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


Commits:
d7700f5d by Antonio Rojas at 2024-04-12T22:32:30+02:00
upgpkg: 1.3.1-3: Python 3.12 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-qtawesome
pkgdesc = Iconic fonts in PyQt and PySide applications
pkgver = 1.3.1
-   pkgrel = 2
+   pkgrel = 3
url = https://github.com/spyder-ide/qtawesome/
arch = any
license = MIT


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 _pkg=qtawesome
 pkgname=python-${_pkg}
 pkgver=1.3.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Iconic fonts in PyQt and PySide applications"
 arch=(any)
 url="https://github.com/spyder-ide/qtawesome/;



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

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




[Git][archlinux/packaging/packages/python-pygithub][main] upgpkg: 2.3.0-2: Python 3.12 rebuild

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


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


Commits:
5bb7d70a by Antonio Rojas at 2024-04-12T22:31:50+02:00
upgpkg: 2.3.0-2: Python 3.12 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-pygithub
pkgdesc = Use the full Github API v3
-   pkgver = 2.1.1
-   pkgrel = 1
+   pkgver = 2.3.0
+   pkgrel = 2
url = https://github.com/PyGithub/PyGithub
arch = any
license = LGPL
@@ -9,13 +9,16 @@ pkgbase = python-pygithub
checkdepends = python-cryptography
checkdepends = python-httpretty
checkdepends = python-parameterized
+   makedepends = python-build
+   makedepends = python-installer
makedepends = python-setuptools-scm
+   makedepends = python-wheel
depends = python-deprecated
depends = python-pyjwt
depends = python-requests
depends = python-pynacl
depends = python-dateutil
-   source = 
python-pygithub-2.1.1.tar.gz::https://github.com/PyGithub/PyGithub/archive/v2.1.1.tar.gz
-   sha512sums = 
a98da47b3c4cef564ebb746f83a26cedd17fae28da64c55484e7e6df0ccad91527a5fc138ea5436215462aed9844bd8a8b718ac4ebaa813243f2d821835d940f
+   source = 
python-pygithub-2.3.0.tar.gz::https://github.com/PyGithub/PyGithub/archive/v2.3.0.tar.gz
+   sha512sums = 
aa0496b57550923fa304bd22100ed480cd2a9e909e9030014252e9106f7bde7ba16b1f693b88c9f17c672e58e1ae9a2a5f11adcf97fc6f4c7258eacbaf6fafc0
 
 pkgname = python-pygithub


=
PKGBUILD
=
@@ -1,22 +1,22 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-pygithub
-pkgver=2.1.1
-pkgrel=1
+pkgver=2.3.0
+pkgrel=2
 pkgdesc="Use the full Github API v3"
 arch=('any')
 license=('LGPL')
 url="https://github.com/PyGithub/PyGithub;
 depends=('python-deprecated' 'python-pyjwt' 'python-requests' 'python-pynacl' 
'python-dateutil')
-makedepends=('python-setuptools-scm')
+makedepends=('python-build' 'python-installer' 'python-setuptools-scm' 
'python-wheel')
 checkdepends=('python-pytest' 'python-cryptography' 'python-httpretty' 
'python-parameterized')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/PyGithub/PyGithub/archive/v$pkgver.tar.gz;)
-sha512sums=('a98da47b3c4cef564ebb746f83a26cedd17fae28da64c55484e7e6df0ccad91527a5fc138ea5436215462aed9844bd8a8b718ac4ebaa813243f2d821835d940f')
+sha512sums=('aa0496b57550923fa304bd22100ed480cd2a9e909e9030014252e9106f7bde7ba16b1f693b88c9f17c672e58e1ae9a2a5f11adcf97fc6f4c7258eacbaf6fafc0')
 
 build() {
   cd PyGithub-$pkgver
   SETUPTOOLS_SCM_PRETEND_VERSION=${pkgver} \
-  python setup.py build
+  python -m build --wheel --no-isolation
 }
 
 check() {
@@ -26,6 +26,5 @@ check() {
 
 package() {
   cd PyGithub-$pkgver
-  SETUPTOOLS_SCM_PRETEND_VERSION=${pkgver} \
-  python setup.py install --root="$pkgdir" --optimize=1
+  python -m installer --destdir="$pkgdir" dist/*.whl
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pygithub/-/commit/5bb7d70a0c93845a05edc584ce23a8c5240afbff

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




[Git][archlinux/packaging/packages/python-pygithub] Pushed new tag 2.3.0-2

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


Antonio Rojas pushed new tag 2.3.0-2 at Arch Linux / Packaging / Packages / 
python-pygithub

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




[Git][archlinux/packaging/packages/python-geopandas] Pushed new tag 0.14.3-4

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


Antonio Rojas pushed new tag 0.14.3-4 at Arch Linux / Packaging / Packages / 
python-geopandas

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




[Git][archlinux/packaging/packages/python-geopandas][main] upgpkg: 0.14.3-4: Python 3.12 rebuild

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


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


Commits:
fa78924b by Antonio Rojas at 2024-04-12T22:30:16+02:00
upgpkg: 0.14.3-4: Python 3.12 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-geopandas
pkgdesc = Python tools for geographic data
pkgver = 0.14.3
-   pkgrel = 3
+   pkgrel = 4
url = https://geopandas.org
arch = any
license = BSD


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _pkg=geopandas
 pkgname=python-${_pkg}
 pkgver=0.14.3
-pkgrel=3
+pkgrel=4
 pkgdesc="Python tools for geographic data"
 arch=(any)
 url="https://geopandas.org;



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

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




[Git][archlinux/packaging/packages/python-geopandas] Pushed new tag 0.14.3-3

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


Antonio Rojas pushed new tag 0.14.3-3 at Arch Linux / Packaging / Packages / 
python-geopandas

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




[Git][archlinux/packaging/packages/python-geopandas][main] 2 commits: upgpkg: 0.14.3-2: Drop deprecated pygeos dependency

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


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


Commits:
f017038e by Antonio Rojas at 2024-04-12T22:24:09+02:00
upgpkg: 0.14.3-2: Drop deprecated pygeos dependency

- - - - -
541137d8 by Antonio Rojas at 2024-04-12T22:26:54+02:00
upgpkg: 0.14.3-3: Drop deprecated pygeos dependency

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,13 +1,12 @@
 pkgbase = python-geopandas
pkgdesc = Python tools for geographic data
pkgver = 0.14.3
-   pkgrel = 2
+   pkgrel = 3
url = https://geopandas.org
arch = any
license = BSD
checkdepends = python-pytest
checkdepends = python-fsspec
-   checkdepends = python-pygeos
checkdepends = python-pyogrio
checkdepends = python-rtree
checkdepends = python-matplotlib
@@ -27,7 +26,6 @@ pkgbase = python-geopandas
depends = python-pandas
depends = python-pyproj
depends = python-shapely
-   optdepends = python-pygeos: alternative backend
optdepends = python-pyogrio: vectorized IO for GDAL/OGR
optdepends = python-rtree: spatial access methods
optdepends = python-psycopg2: PostGIS access


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _pkg=geopandas
 pkgname=python-${_pkg}
 pkgver=0.14.3
-pkgrel=2
+pkgrel=3
 pkgdesc="Python tools for geographic data"
 arch=(any)
 url="https://geopandas.org;
@@ -18,7 +18,6 @@ depends=(
 python-shapely
 )
 optdepends=(
-'python-pygeos: alternative backend'
 'python-pyogrio: vectorized IO for GDAL/OGR'
 'python-rtree: spatial access methods'
 'python-psycopg2: PostGIS access'
@@ -31,7 +30,6 @@ makedepends=(python-setuptools)
 checkdepends=(
 python-pytest
 python-fsspec
-python-pygeos
 python-pyogrio
 python-rtree
 python-matplotlib



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-geopandas/-/compare/936c0c0488cf3e9e4a9f36b416a62c287a6b289a...541137d8b45ebe6149de83f94434acffd334888a

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-geopandas/-/compare/936c0c0488cf3e9e4a9f36b416a62c287a6b289a...541137d8b45ebe6149de83f94434acffd334888a
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-distributed] Pushed new tag 2024.4.1-1

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


Antonio Rojas pushed new tag 2024.4.1-1 at Arch Linux / Packaging / Packages / 
python-distributed

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




[Git][archlinux/packaging/packages/python-distributed][main] upgpkg: 2024.4.1-1: Update to 2024.04.1

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


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


Commits:
a7e70442 by Antonio Rojas at 2024-04-12T22:24:54+02:00
upgpkg: 2024.4.1-1: Update to 2024.04.1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-distributed
pkgdesc = Distributed task scheduler for Dask
-   pkgver = 2023.8.0
-   pkgrel = 2
+   pkgver = 2024.4.1
+   pkgrel = 1
url = https://distributed.dask.org/
arch = x86_64
license = BSD
@@ -48,7 +48,7 @@ pkgbase = python-distributed
depends = python-urllib3
depends = python-yaml
depends = python-zict
-   source = 
https://github.com/dask/distributed/archive/2023.8.0/python-distributed-2023.8.0.tar.gz
-   sha256sums = 
7733597772ce4680939095ec425e4bce97049a7386472ef3416f6a929cb81150
+   source = 
https://github.com/dask/distributed/archive/2024.4.1/python-distributed-2024.4.1.tar.gz
+   sha256sums = 
37908bfb644f223a15e010f33b6ff75b8c99ffa7b8a38370a8e688b4fac3b1cb
 
 pkgname = python-distributed


=
PKGBUILD
=
@@ -2,8 +2,8 @@
 
 _pkg=distributed
 pkgname=python-${_pkg}
-pkgver=2023.8.0
-pkgrel=2
+pkgver=2024.4.1
+pkgrel=1
 pkgdesc="Distributed task scheduler for Dask"
 arch=(x86_64)
 url="https://distributed.dask.org/;
@@ -56,7 +56,7 @@ checkdepends=(ipython
 # No tests in PyPi tarballs
 
#source=(https://files.pythonhosted.org/packages/source/${_pkg::1}/${_pkg}/${_pkg}-${pkgver}.tar.gz)
 
source=(https://github.com/dask/distributed/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('7733597772ce4680939095ec425e4bce97049a7386472ef3416f6a929cb81150')
+sha256sums=('37908bfb644f223a15e010f33b6ff75b8c99ffa7b8a38370a8e688b4fac3b1cb')
 
 build() {
   cd ${_pkg}-${pkgver}



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

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




[Git][archlinux/packaging/packages/mailman3] Pushed new tag 3.3.9-2

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


David Runge pushed new tag 3.3.9-2 at Arch Linux / Packaging / Packages / 
mailman3

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




[Git][archlinux/packaging/packages/mailman3][main] 3 commits: Add nvchecker integration

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


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


Commits:
67b99b28 by David Runge at 2024-04-12T22:12:04+02:00
Add nvchecker integration

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

- - - - -
fa2c4001 by David Runge at 2024-04-12T22:14:34+02:00
Switch to locked signed tag commit

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

- - - - -
2b64e101 by David Runge at 2024-04-12T22:16:02+02:00
upgpkg: 3.3.9-2: Rebuild against Python 3.12

- - - - -


3 changed files:

- .SRCINFO
- + .nvchecker.toml
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = mailman3
pkgdesc = The GNU mailing list manager
pkgver = 3.3.9
-   pkgrel = 1
+   pkgrel = 2
url = https://www.list.org/
arch = any
license = GPL-3.0-or-later
@@ -47,7 +47,7 @@ pkgbase = mailman3
conflicts = mailman
replaces = mailman-core
backup = etc/mailman.cfg
-   source = 
mailman3::git+https://gitlab.com/mailman/mailman#tag=0cca05726bfab875af70931cae25af98610925f2?signed
+   source = 
mailman3::git+https://gitlab.com/mailman/mailman?signed#tag=v3.3.9
source = mailman3.service
source = mailman3-digests.service
source = mailman3-digests.timer
@@ -58,7 +58,7 @@ pkgbase = mailman3
source = mailman3.sysusers
source = mailman3.tmpfiles
validpgpkeys = 541EA0448453394FF77A0ECC9D9B2BA061D0A67C
-   sha512sums = SKIP
+   sha512sums = 
d5a33323f307e5ab4d99806f031b6fcb28b6f12361fd9817f9d0b52092d440a165d647a81eeafefc69c4a45eefe846ae1afb45d70770fe6acc8569cbf212776d
sha512sums = 
5773eae02dee11b83eb73ba81bca98d9d0a22fa3175d53172d17bbc0e9821360a4d562b6f42a3bb55c2f0c0b5b50ab84ee82da4cf8b3ff38555a378687dcde3c
sha512sums = 
dccb7bfac560252f6c36ce26149d72d7faa52c1ff283b725deab802b0a94c45692224936b1a099b95dd5d90782dd39ecb15e299303d0264f1c14a6ac8052ee77
sha512sums = 
5d7ccba8cf1262ab052078f2188ded15e43e1201302c7c24ce763efef9789ec99d8ea9a19e8fbd9bc5a38f47a162fe5cf4b0ade284894cb57af66350f23507bc
@@ -68,7 +68,7 @@ pkgbase = mailman3
sha512sums = 
b8538618be8bdd6313d24b844d15c8f25a059c3391cd06db69314b7be19996bfbe913d6c0c9c99d6a19c4f92df32212d31785e92fb32faf5eb792fffe121fcce
sha512sums = 
074cf58a93204d4b7631c4cc8af62d5720560301c6fefef6baa5d3aa33e72720870757fac7803f7b2835f8f02bb776f9d049df5c7528c743b56dda7da2085b07
sha512sums = 
6f4b51fd5eb34ac974b3312c34eb1437d9435cfd50f0cb89db02b94ce514bceca2c6dc7cb172b79b2d6a23d68e7ea391ec58dbd9899938c0fe88c03c67c521b9
-   b2sums = SKIP
+   b2sums = 
bce50b2dcb1126c63f7c5e562a5e170e0428c789832ba5b18a02c32d59b3d70ee05c660694dc1227da35750acc66ef4a6b093e6dc33d6f890ed53fc1d2f11781
b2sums = 
3efaa4559bcf54b322f4a21ee3000f5b2bea72dad2f9f436967f5c4d4ed8046bc08f8e31457991e63252237134f3f7d2f9e7e7862ebc211aeef11d506ded4440
b2sums = 
fc6d6545dad6cecfd4c1197269a3ec025eb0b830e04151bb2dee778b9e357127667c5a65ea401b10e31e2ec6a8509719de29c30471fa50d09634c934bdf50b9b
b2sums = 
b0d764dd4f7017c2d5b76e8a52b0c8d75e35b0b0d9025609853d389f8fa0732ea902549ef168f988bf845370cf67aeb7d439af8dec1997127522055b11e64000


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


=
PKGBUILD
=
@@ -3,8 +3,7 @@
 _name=mailman
 pkgname=mailman3
 pkgver=3.3.9
-_commit=0cca05726bfab875af70931cae25af98610925f2  # refs/tags/3.3.9
-pkgrel=1
+pkgrel=2
 pkgdesc="The GNU mailing list manager"
 arch=(any)
 url="https://www.list.org/;
@@ -60,7 +59,7 @@ conflicts=(mailman)
 replaces=(mailman-core)
 backup=(etc/mailman.cfg)
 source=(
-  $pkgname::git+https://gitlab.com/$_name/$_name#tag=$_commit?signed
+  $pkgname::git+https://gitlab.com/$_name/$_name?signed#tag=v$pkgver
   $pkgname.service
   $pkgname-digests.service
   $pkgname-digests.timer
@@ -71,7 +70,7 @@ source=(
   $pkgname.sysusers
   $pkgname.tmpfiles
 )
-sha512sums=('SKIP'
+sha512sums=('d5a33323f307e5ab4d99806f031b6fcb28b6f12361fd9817f9d0b52092d440a165d647a81eeafefc69c4a45eefe846ae1afb45d70770fe6acc8569cbf212776d'
 
'5773eae02dee11b83eb73ba81bca98d9d0a22fa3175d53172d17bbc0e9821360a4d562b6f42a3bb55c2f0c0b5b50ab84ee82da4cf8b3ff38555a378687dcde3c'
 
'dccb7bfac560252f6c36ce26149d72d7faa52c1ff283b725deab802b0a94c45692224936b1a099b95dd5d90782dd39ecb15e299303d0264f1c14a6ac8052ee77'
 
'5d7ccba8cf1262ab052078f2188ded15e43e1201302c7c24ce763efef9789ec99d8ea9a19e8fbd9bc5a38f47a162fe5cf4b0ade284894cb57af66350f23507bc'
@@ -81,7 +80,7 @@ sha512sums=('SKIP'
 
'b8538618be8bdd6313d24b844d15c8f25a059c3391cd06db69314b7be19996bfbe913d6c0c9c99d6a19c4f92df32212d31785e92fb32faf5eb792fffe121fcce'
 

[Git][archlinux/packaging/packages/python-pyxdameraulevenshtein][main] upgpkg: 1.7.1-3: Python 3.12 rebuild

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


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


Commits:
deb987f1 by Antonio Rojas at 2024-04-12T22:13:37+02:00
upgpkg: 1.7.1-3: Python 3.12 rebuild

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,15 @@
+pkgbase = python-pyxdameraulevenshtein
+   pkgdesc = Implements the Damerau-Levenshtein (DL) edit distance 
algorithm
+   pkgver = 1.7.1
+   pkgrel = 3
+   url = https://github.com/gfairchild/pyxDamerauLevenshtein
+   arch = x86_64
+   license = BSD
+   checkdepends = python-pytest
+   makedepends = python-setuptools
+   makedepends = cython
+   depends = python
+   source = 
https://github.com/gfairchild/pyxDamerauLevenshtein/archive/v1.7.1/pyxDamerauLevenshtein-1.7.1.tar.gz
+   sha256sums = 
e2bd561d97dc5441772379826d665fa8b2bffc2e0180da03b2b29b48f38b97d5
+
+pkgname = python-pyxdameraulevenshtein


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _pkg=pyxDamerauLevenshtein
 pkgname=python-${_pkg,,}
 pkgver=1.7.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Implements the Damerau-Levenshtein (DL) edit distance algorithm"
 arch=(x86_64)
 url="https://github.com/gfairchild/pyxDamerauLevenshtein;
@@ -16,6 +16,11 @@ checkdepends=(python-pytest)
 source=(${url}/archive/v${pkgver}/${_pkg}-${pkgver}.tar.gz)
 sha256sums=('e2bd561d97dc5441772379826d665fa8b2bffc2e0180da03b2b29b48f38b97d5')
 
+prepare() {
+  cd ${_pkg}-${pkgver}
+  cythonize3 pyxdameraulevenshtein/*.pyx
+}
+
 build() {
   cd ${_pkg}-${pkgver}
   python setup.py build



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

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




[Git][archlinux/packaging/packages/python-pyxdameraulevenshtein] Pushed new tag 1.7.1-3

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


Antonio Rojas pushed new tag 1.7.1-3 at Arch Linux / Packaging / Packages / 
python-pyxdameraulevenshtein

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




[Git][archlinux/packaging/packages/python-zope-security] Pushed new tag 6.2-3

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


David Runge pushed new tag 6.2-3 at Arch Linux / Packaging / Packages / 
python-zope-security

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-zope-security/-/tree/6.2-3
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-zope-security][main] upgpkg: 6.2-3: Rebuild against Python 3.12

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


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


Commits:
7d4d785d by David Runge at 2024-04-12T22:10:10+02:00
upgpkg: 6.2-3: Rebuild against Python 3.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-zope-security
pkgdesc = Zope Security Framework
pkgver = 6.2
-   pkgrel = 2
+   pkgrel = 3
url = https://github.com/zopefoundation/zope.security
arch = x86_64
license = ZPL-2.1


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=python-zope-security
 pkgver=6.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Zope Security Framework"
 arch=('x86_64')
 url="https://github.com/zopefoundation/zope.security;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-zope-security/-/commit/7d4d785dfb915660698d51e5bd7d460656b44370

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-zope-security/-/commit/7d4d785dfb915660698d51e5bd7d460656b44370
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-zope-component] Pushed new tag 6.0-2

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


David Runge pushed new tag 6.0-2 at Arch Linux / Packaging / Packages / 
python-zope-component

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-zope-component/-/tree/6.0-2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-zope-component][main] 3 commits: Switch to correct SPDX license identifier

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


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


Commits:
164304c0 by David Runge at 2024-04-12T22:04:31+02:00
Switch to correct SPDX license identifier

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

- - - - -
2b98c58b by David Runge at 2024-04-12T22:05:40+02:00
Add nvchecker integration

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

- - - - -
4ed8e905 by David Runge at 2024-04-12T22:09:22+02:00
upgpkg: 6.0-2: Rebuild against Python 3.12

- - - - -


3 changed files:

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


Changes:

=
.SRCINFO
=
@@ -0,0 +1,34 @@
+pkgbase = python-zope-component
+   pkgdesc = Represents the core of the Zope Component Architecture
+   pkgver = 6.0
+   pkgrel = 2
+   url = https://github.com/zopefoundation/zope.component
+   arch = any
+   license = ZPL-2.1
+   checkdepends = python-persistent
+   checkdepends = python-pytest
+   checkdepends = python-zope-configuration
+   checkdepends = python-zope-i18nmessageid
+   checkdepends = python-zope-location
+   checkdepends = python-zope-proxy
+   checkdepends = python-zope-security
+   checkdepends = python-zope-testrunner
+   makedepends = python-build
+   makedepends = python-installer
+   makedepends = python-wheel
+   depends = python
+   depends = python-setuptools
+   depends = python-zope-event
+   depends = python-zope-hookable
+   depends = python-zope-interface
+   optdepends = python-persistent: for persistent registry
+   optdepends = python-zope-configuration: for zcml
+   optdepends = python-zope-i18nmessageid: for zcml
+   optdepends = python-zope-location: for security
+   optdepends = python-zope-proxy: for security
+   optdepends = python-zope-security: for security
+   source = 
https://github.com/zopefoundation/zope.component/archive/6.0/python-zope-component-6.0.tar.gz
+   sha512sums = 
0f27ce6a901d780d0ff35718698b140d8f4763fed14f95a483ce984e55e25b54a35c5dfde9205dbf8436e96b6f3ecb4b560a46cf5bc8ccd3875b859796b0c1e9
+   b2sums = 
b5c0e1f6326c74e28b9534b50d7fba65215ad6786679e4dc2a340a22b7ab45c45e8f692141c1d48d100f407fcdb4dd4a3e8a120890dbed5f77a5fbd2d2243c96
+
+pkgname = python-zope-component


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


=
PKGBUILD
=
@@ -3,11 +3,11 @@
 
 pkgname=python-zope-component
 pkgver=6.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Represents the core of the Zope Component Architecture"
 arch=('any')
 url="https://github.com/zopefoundation/zope.component;
-license=('ZPL')
+license=('ZPL-2.1')
 depends=(
   'python'
   'python-setuptools'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-zope-component/-/compare/5f4a9efcb7d1d7758cc35dfca9f1b664706a9095...4ed8e9054bbb4608b4913d586d2e13e17b289794

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-zope-component/-/compare/5f4a9efcb7d1d7758cc35dfca9f1b664706a9095...4ed8e9054bbb4608b4913d586d2e13e17b289794
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-qstylizer] Pushed new tag 0.2.2-3

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


Antonio Rojas pushed new tag 0.2.2-3 at Arch Linux / Packaging / Packages / 
python-qstylizer

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




[Git][archlinux/packaging/packages/python-qstylizer][main] upgpkg: 0.2.2-3: Python 3.12 rebuild

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


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


Commits:
64118d85 by Antonio Rojas at 2024-04-12T22:09:14+02:00
upgpkg: 0.2.2-3: Python 3.12 rebuild

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,18 @@
+pkgbase = python-qstylizer
+   pkgdesc = Qt stylesheet generation utility for PyQt/PySide
+   pkgver = 0.2.2
+   pkgrel = 3
+   url = https://github.com/blambright/qstylizer
+   arch = any
+   license = MIT
+   checkdepends = python-pytest
+   checkdepends = python-pytest-runner
+   checkdepends = python-pytest-mock
+   makedepends = python-pbr
+   makedepends = python-setuptools
+   depends = python-inflection
+   depends = python-tinycss2
+   source = 
https://github.com/blambright/qstylizer/archive/0.2.2/python-qstylizer-0.2.2.tar.gz
+   sha256sums = 
95f7666929cc34efbbd9e0640a13f507b8ec35ec34a9604017cf96c24f7f9ea6
+
+pkgname = python-qstylizer


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _pkg=qstylizer
 pkgname=python-${_pkg}
 pkgver=0.2.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Qt stylesheet generation utility for PyQt/PySide"
 arch=(any)
 url="https://github.com/blambright/qstylizer;
@@ -19,6 +19,11 @@ checkdepends=(
 source=(${url}/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz)
 sha256sums=('95f7666929cc34efbbd9e0640a13f507b8ec35ec34a9604017cf96c24f7f9ea6')
 
+prepare() {
+  cd ${_pkg}-${pkgver}
+  sed -e 's|\.called_once_with|.assert_called_once_with|' -i 
test/unit/test_style.py # Fix test with python 3.12
+}
+
 build() {
   cd ${_pkg}-${pkgver}
   export PBR_VERSION=${pkgver}



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-qstylizer/-/commit/64118d85124f3a1e28d225b0eb24d52724d4432a

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




[Git][archlinux/packaging/packages/python-zope-security][main] 4 commits: Add nvchecker integration

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


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


Commits:
9e8e37f7 by David Runge at 2024-04-12T21:54:47+02:00
Add nvchecker integration

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

- - - - -
56ef4e15 by David Runge at 2024-04-12T21:59:16+02:00
Switch to locked tag commit

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

- - - - -
e11d3097 by David Runge at 2024-04-12T22:01:00+02:00
Remove unneeded python-nose checkdepend

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

- - - - -
10a1d3fd by David Runge at 2024-04-12T22:02:58+02:00
upgpkg: 6.2-2: Rebuild against Python 3.12 (without checks for bootstrapping)

- - - - -


3 changed files:

- .SRCINFO
- + .nvchecker.toml
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,16 +1,18 @@
 pkgbase = python-zope-security
pkgdesc = Zope Security Framework
pkgver = 6.2
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/zopefoundation/zope.security
arch = x86_64
-   license = ZPL
+   license = ZPL-2.1
checkdepends = python-btrees
-   checkdepends = python-nose
checkdepends = python-zope-configuration
checkdepends = python-zope-testing
checkdepends = python-zope-testrunner
makedepends = git
+   makedepends = python-build
+   makedepends = python-installer
+   makedepends = python-wheel
depends = python-setuptools
depends = python-zope-component
depends = python-zope-i18nmessageid
@@ -18,7 +20,7 @@ pkgbase = python-zope-security
depends = python-zope-location
depends = python-zope-proxy
depends = python-zope-schema
-   source = 
git+https://github.com/zopefoundation/zope.security.git#commit=dfdce15e432208fd8f01cc2072818a2847663bc6
-   sha512sums = SKIP
+   source = git+https://github.com/zopefoundation/zope.security.git#tag=6.2
+   sha512sums = 
fa2aaeb9738018ca694d9bbfb0276a0eae90a7095908b13322d0a84706ef52fc98eec7208a66b322bb29f12013b40673138857f8f8df0ccd3e3370a8abde969b
 
 pkgname = python-zope-security


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


=
PKGBUILD
=
@@ -2,8 +2,7 @@
 
 pkgname=python-zope-security
 pkgver=6.2
-_commit=dfdce15e432208fd8f01cc2072818a2847663bc6
-pkgrel=1
+pkgrel=2
 pkgdesc="Zope Security Framework"
 arch=('x86_64')
 url="https://github.com/zopefoundation/zope.security;
@@ -11,10 +10,10 @@ license=('ZPL-2.1')
 depends=('python-setuptools' 'python-zope-component' 
'python-zope-i18nmessageid'
  'python-zope-interface' 'python-zope-location' 'python-zope-proxy' 
'python-zope-schema')
 makedepends=('git' 'python-build' 'python-installer' 'python-wheel')
-checkdepends=('python-btrees' 'python-nose' 'python-zope-configuration' 
'python-zope-testing'
+checkdepends=('python-btrees' 'python-zope-configuration' 'python-zope-testing'
   'python-zope-testrunner')
-source=("git+https://github.com/zopefoundation/zope.security.git#commit=$_commit;)
-sha512sums=('SKIP')
+source=("git+https://github.com/zopefoundation/zope.security.git#tag=$pkgver;)
+sha512sums=('fa2aaeb9738018ca694d9bbfb0276a0eae90a7095908b13322d0a84706ef52fc98eec7208a66b322bb29f12013b40673138857f8f8df0ccd3e3370a8abde969b')
 
 build() {
   cd zope.security



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-zope-security/-/compare/3fd8069b1c1a5ce83ea740b0bfce52f40d3442d9...10a1d3fd6d2816597501cac46caf3f7c9820474c

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-zope-security/-/compare/3fd8069b1c1a5ce83ea740b0bfce52f40d3442d9...10a1d3fd6d2816597501cac46caf3f7c9820474c
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-qtconsole] Pushed new tag 5.5.1-2

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


Antonio Rojas pushed new tag 5.5.1-2 at Arch Linux / Packaging / Packages / 
python-qtconsole

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




[Git][archlinux/packaging/packages/python-qtconsole][main] upgpkg: 5.5.1-2: Python 3.12 rebuild

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


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


Commits:
514bbdc0 by Antonio Rojas at 2024-04-12T22:03:32+02:00
upgpkg: 5.5.1-2: Python 3.12 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-qtconsole
pkgdesc = Qt-based console for Jupyter with support for rich media 
output
pkgver = 5.5.1
-   pkgrel = 1
+   pkgrel = 2
url = https://qtconsole.readthedocs.io/
arch = any
license = BSD


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 _pkgname=qtconsole
 pkgname=python-qtconsole
 pkgver=5.5.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Qt-based console for Jupyter with support for rich media output"
 arch=(any)
 url="https://qtconsole.readthedocs.io/;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-qtconsole/-/commit/514bbdc01d1ca84c113c6b856b2370b387163c60

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




[Git][archlinux/packaging/packages/python-zope-security] Pushed new tag 6.2-2

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


David Runge pushed new tag 6.2-2 at Arch Linux / Packaging / Packages / 
python-zope-security

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-zope-security/-/tree/6.2-2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-qdarkstyle][main] upgpkg: 3.2.3-3: Python 3.12 rebuild

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


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


Commits:
0af2b429 by Antonio Rojas at 2024-04-12T22:00:53+02:00
upgpkg: 3.2.3-3: Python 3.12 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-qdarkstyle
pkgdesc = Dark style sheet for QtWidgets application
pkgver = 3.2.3
-   pkgrel = 2
+   pkgrel = 3
url = https://github.com/ColinDuquesnoy/QDarkStyleSheet
arch = any
license = MIT


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _pkg=QDarkStyle
 pkgname=python-${_pkg,,}
 pkgver=3.2.3
-pkgrel=2
+pkgrel=3
 pkgdesc="Dark style sheet for QtWidgets application"
 arch=(any)
 url="https://github.com/ColinDuquesnoy/QDarkStyleSheet;



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

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




[Git][archlinux/packaging/packages/python-qdarkstyle] Pushed new tag 3.2.3-3

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


Antonio Rojas pushed new tag 3.2.3-3 at Arch Linux / Packaging / Packages / 
python-qdarkstyle

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




[Git][archlinux/packaging/packages/python-geopandas][main] upgpkg: 0.14.3-2: Python 3.12 rebuild

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


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


Commits:
936c0c04 by Antonio Rojas at 2024-04-12T22:00:44+02:00
upgpkg: 0.14.3-2: Python 3.12 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-geopandas
pkgdesc = Python tools for geographic data
pkgver = 0.14.3
-   pkgrel = 1
+   pkgrel = 2
url = https://geopandas.org
arch = any
license = BSD


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _pkg=geopandas
 pkgname=python-${_pkg}
 pkgver=0.14.3
-pkgrel=1
+pkgrel=2
 pkgdesc="Python tools for geographic data"
 arch=(any)
 url="https://geopandas.org;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-geopandas/-/commit/936c0c0488cf3e9e4a9f36b416a62c287a6b289a

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




[Git][archlinux/packaging/packages/python-geopandas] Pushed new tag 0.14.3-2

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


Antonio Rojas pushed new tag 0.14.3-2 at Arch Linux / Packaging / Packages / 
python-geopandas

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




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

2024-04-12 Thread @orhun


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

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




  1   2   3   4   5   6   7   >