[Git][archlinux/packaging/packages/pyenv][main] upgpkg: 1:2.4.2-1

2024-06-09 Thread David Runge (@dvzrv)


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


Commits:
8b1af535 by David Runge at 2024-06-09T16:18:30+02:00
upgpkg: 1:2.4.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = pyenv
pkgdesc = Easily switch between multiple versions of Python
-   pkgver = 2.4.1
+   pkgver = 2.4.2
pkgrel = 1
epoch = 1
url = https://github.com/pyenv/pyenv
@@ -8,8 +8,8 @@ pkgbase = pyenv
license = MIT
depends = bash
optdepends = git: installing development versions
-   source = 
https://github.com/pyenv/pyenv/archive/v2.4.1/pyenv-2.4.1.tar.gz
-   sha512sums = 
b0d8499aabc588be1177864cc6cdb4d8a0bdea667b633c0545027994f81864f9ba4cea7640720dc4fb916fa0f9c9c8609196a31fe678023e17509b1dc5a18435
-   b2sums = 
19142fa10d8eaa99c27bcd1b41b1b721e1cdfdf08ab2d25dc66ad604f9f228e7dd7e37b1b92d519d65a3a607dfa530afe578150f7affd15b804be6c4b36455a2
+   source = 
https://github.com/pyenv/pyenv/archive/v2.4.2/pyenv-2.4.2.tar.gz
+   sha512sums = 
3a279e6451a04ecad97e05f0279d4708b1f87e82d7ea8273822784bad74a7dbf5639ec1bfd1ba810be2a884d4b5f24fc034f96c3712f19cf6cea3125d33216da
+   b2sums = 
7ee64575c9c347f11e4c48acc5c2a0600300dee5f32f07beb3e93cb784956855d25c4ac856f4593d9856053145cd01276593f9e6db3753b7e56cd001817c001e
 
 pkgname = pyenv


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: David Runge 
 
 pkgname=pyenv
-pkgver=2.4.1
+pkgver=2.4.2
 pkgrel=1
 epoch=1
 pkgdesc="Easily switch between multiple versions of Python"
@@ -11,8 +11,8 @@ license=(MIT)
 depends=(bash)
 optdepends=('git: installing development versions')
 source=($url/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha512sums=('b0d8499aabc588be1177864cc6cdb4d8a0bdea667b633c0545027994f81864f9ba4cea7640720dc4fb916fa0f9c9c8609196a31fe678023e17509b1dc5a18435')
-b2sums=('19142fa10d8eaa99c27bcd1b41b1b721e1cdfdf08ab2d25dc66ad604f9f228e7dd7e37b1b92d519d65a3a607dfa530afe578150f7affd15b804be6c4b36455a2')
+sha512sums=('3a279e6451a04ecad97e05f0279d4708b1f87e82d7ea8273822784bad74a7dbf5639ec1bfd1ba810be2a884d4b5f24fc034f96c3712f19cf6cea3125d33216da')
+b2sums=('7ee64575c9c347f11e4c48acc5c2a0600300dee5f32f07beb3e93cb784956855d25c4ac856f4593d9856053145cd01276593f9e6db3753b7e56cd001817c001e')
 
 package() {
   cd $pkgname-$pkgver



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

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




[Git][archlinux/packaging/packages/pyenv] Pushed new tag 1-2.4.2-1

2024-06-09 Thread David Runge (@dvzrv)


David Runge pushed new tag 1-2.4.2-1 at Arch Linux / Packaging / Packages / 
pyenv

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




[Git][archlinux/packaging/packages/lib32-pcre2] Pushed new tag 10.44-1

2024-06-09 Thread David Runge (@dvzrv)


David Runge pushed new tag 10.44-1 at Arch Linux / Packaging / Packages / 
lib32-pcre2

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




[Git][archlinux/packaging/packages/pcre2][main] 2 commits: Move configure options to local bash array for easier handling

2024-06-09 Thread David Runge (@dvzrv)


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


Commits:
fac05248 by David Runge at 2024-06-08T11:51:04+02:00
Move configure options to local bash array for easier handling

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

- - - - -
c24a5c5d by David Runge at 2024-06-09T09:30:05+02:00
upgpkg: 10.44-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = pcre2
pkgdesc = A library that implements Perl 5-style regular expressions. 
2nd version
-   pkgver = 10.43
-   pkgrel = 4
+   pkgver = 10.44
+   pkgrel = 1
url = https://github.com/PCRE2Project/pcre2
arch = x86_64
license = BSD-3-Clause
@@ -15,18 +15,12 @@ pkgbase = pcre2
provides = libpcre2-32.so
provides = libpcre2-posix.so
options = staticlibs
-   source = 
https://github.com/PCRE2Project/pcre2/releases/download/pcre2-10.43/pcre2-10.43.tar.bz2
-   source = 
https://github.com/PCRE2Project/pcre2/releases/download/pcre2-10.43/pcre2-10.43.tar.bz2.sig
-   source = 
https://github.com/zherczeg/sljit/commit/56dbde07b05252f0b304b04040a86cfb9f109ae9.patch
-   source = 
https://github.com/zherczeg/sljit/commit/ad89dd8ecd25589d236bd20b36f2abf69f938fd1.patch
+   source = 
https://github.com/PCRE2Project/pcre2/releases/download/pcre2-10.44/pcre2-10.44.tar.bz2
+   source = 
https://github.com/PCRE2Project/pcre2/releases/download/pcre2-10.44/pcre2-10.44.tar.bz2.sig
validpgpkeys = 45F68D54BBE23FB3039B46E59766E084FB0F43D8
-   sha512sums = 
8ac1520c32e9e5672404aaf6104e23c9ee5c3c28ad28ff101435599d813cbb20e0491a3fd34e012b4411b3e0366a4c6dfa3f02d093acaa6ff0ab25478bb7ade9
+   sha512sums = 
ee91cc10a2962bc7818b03d368df3dd31f42ea9a7260ae51483ea8cd331b7431e36e63256b0adc213cc6d6741e7c90414fd420622308c0ae3fcb5dd878591be2
sha512sums = SKIP
-   sha512sums = 
4379a06a142a9c9dc61298e86c722f1f2b6d83493acda8e472c866093b3e2192d315998c5a87dfd231739394d5c809c05415126084b18f80a002ee8861c0ed4f
-   sha512sums = 
9548da45cb030f53b634a9ba340687d04bd6c5b88ffd78932f231a4092e5cc99b0698941fbd4f88d9a905bed0d0a85c5da697da9a531c4c4efc8f7578d0ffefe
-   b2sums = 
f87f9f36dd6a806cdba1f077f51b53da2583f1898f83e41d594622b28ac8efbc1b2d122b752a9d6cd461fe0e3c7c85ee93358443df518a336da4ee9d72cca808
+   b2sums = 
fb06228f8bdc5906ef4f19d7d677f1009070855149d9ad3f807cfcd164f5cb6165f96e074fedc3942226d4b29edf4b29fab6cde2f2ba58bf6da282730941412b
b2sums = SKIP
-   b2sums = 
736aa7eaa2ed571117f545ae78151fda6a5ef5935bf70f132b1d20d0ff6e46543194f409a02eac727a8209fb0d25e6870705e8a95b3feb07e799d288fd852822
-   b2sums = 
9ad1b0dca06cf3620158458e26c2007fb46990bdf178a75a621be5c665e8726990789510827829e9c480cbebee0b3b5da27f9857e3b19019307e4959671dfbac
 
 pkgname = pcre2


=
PKGBUILD
=
@@ -6,8 +6,8 @@
 # Contributor: John Proctor 
 
 pkgname=pcre2
-pkgver=10.43
-pkgrel=4
+pkgver=10.44
+pkgrel=1
 pkgdesc='A library that implements Perl 5-style regular expressions. 2nd 
version'
 arch=('x86_64')
 url='https://github.com/PCRE2Project/pcre2'
@@ -16,41 +16,31 @@ depends=('bzip2' 'glibc' 'readline' 'zlib')
 optdepends=('sh: for pcre2-config')
 provides=(libpcre2-{8,16,32,posix}.so)
 options=(staticlibs)
-source=("$url/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.bz2"{,.sig}
- 
https://github.com/zherczeg/sljit/commit/56dbde07b05252f0b304b04040a86cfb9f109ae9.patch
- 
https://github.com/zherczeg/sljit/commit/ad89dd8ecd25589d236bd20b36f2abf69f938fd1.patch)
-sha512sums=('8ac1520c32e9e5672404aaf6104e23c9ee5c3c28ad28ff101435599d813cbb20e0491a3fd34e012b4411b3e0366a4c6dfa3f02d093acaa6ff0ab25478bb7ade9'
-'SKIP'
-
'4379a06a142a9c9dc61298e86c722f1f2b6d83493acda8e472c866093b3e2192d315998c5a87dfd231739394d5c809c05415126084b18f80a002ee8861c0ed4f'
-
'9548da45cb030f53b634a9ba340687d04bd6c5b88ffd78932f231a4092e5cc99b0698941fbd4f88d9a905bed0d0a85c5da697da9a531c4c4efc8f7578d0ffefe')
-b2sums=('f87f9f36dd6a806cdba1f077f51b53da2583f1898f83e41d594622b28ac8efbc1b2d122b752a9d6cd461fe0e3c7c85ee93358443df518a336da4ee9d72cca808'
-'SKIP'
-
'736aa7eaa2ed571117f545ae78151fda6a5ef5935bf70f132b1d20d0ff6e46543194f409a02eac727a8209fb0d25e6870705e8a95b3feb07e799d288fd852822'
-
'9ad1b0dca06cf3620158458e26c2007fb46990bdf178a75a621be5c665e8726990789510827829e9c480cbebee0b3b5da27f9857e3b19019307e4959671dfbac')
+source=("$url/releases/download/$pkgname-$pkgver/$pkgname-$pkgver.tar.bz2"{,.sig})
+sha512sums=('ee91cc10a2962bc7818b03d368df3dd31f42ea9a7260ae51483ea8cd331b7431e36e63256b0adc213cc6d6741e7c90414fd420622308c0ae3fcb5dd878591be2'
+'SKIP')
+b2sums=('fb06228f8bdc5906ef4f19d7d677f1009070855149d9ad3f807cfcd164f5cb6165f96e074fedc3942226d4b29edf4b29fab6cde2f2ba58bf6da282730941412b'
+'SKIP')
 

[Git][archlinux/packaging/packages/pcre2] Pushed new tag 10.44-1

2024-06-09 Thread David Runge (@dvzrv)


David Runge pushed new tag 10.44-1 at Arch Linux / Packaging / Packages / pcre2

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




[Git][archlinux/packaging/packages/passt] Pushed new tag 2024_06_07.8a83b53-1

2024-06-08 Thread David Runge (@dvzrv)


David Runge pushed new tag 2024_06_07.8a83b53-1 at Arch Linux / Packaging / 
Packages / passt

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/passt/-/tree/2024_06_07.8a83b53-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/passt][main] upgpkg: 2024_06_07.8a83b53-1

2024-06-08 Thread David Runge (@dvzrv)


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


Commits:
e66e601a by David Runge at 2024-06-08T09:43:37+02:00
upgpkg: 2024_06_07.8a83b53-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = passt
pkgdesc = Plug A Simple Socket Transport
-   pkgver = 2024_05_23.765eb0b
+   pkgver = 2024_06_07.8a83b53
pkgrel = 1
url = https://passt.top/passt/about/
arch = x86_64
@@ -8,8 +8,8 @@ pkgbase = passt
license = GPL-2.0-or-later
depends = glibc
optdepends = sh: for demo script
-   source = 
https://passt.top/passt/snapshot/passt-2024_05_23.765eb0b.tar.zst
-   sha512sums = 
05bbd99bdff2a69165b596fce01b8d8d8f1bc5c681c60149beca1ec6d04109db0e2ab9a27a6849107ad6cdd76f4366e773807d436d64f3fc751cab1d6dc79a5e
-   b2sums = 
a52689401df31f514c2813347e8b0c0e0c6ea36d4e0722000fe68be8f45e5e9da256e547b21fafa9bcaceee96658729b1b20c8259f80f7d93633e88591fcd505
+   source = 
https://passt.top/passt/snapshot/passt-2024_06_07.8a83b53.tar.zst
+   sha512sums = 
9c31a5ea55913bae61ab2e82cb50dd0fdebe1f3864237b398bf52b39c45fd48036928eb77db3fbea448da3b84f225db9e4552e15c8e0c57ae9f040b77330544b
+   b2sums = 
7df80f6aa342a8faf9669127d9955fcfb4a77e3fe6f2e8f029fd9c97f0b66c3790e41992fe196da868ea630557c1c8d1936818070dc85588f244b7e783c8d7cd
 
 pkgname = passt


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: David Runge 
 
 pkgname=passt
-pkgver=2024_05_23.765eb0b
+pkgver=2024_06_07.8a83b53
 pkgrel=1
 pkgdesc="Plug A Simple Socket Transport"
 arch=(x86_64)
@@ -15,8 +15,8 @@ optdepends=(
   'sh: for demo script'
 )
 source=(https://passt.top/$pkgname/snapshot/$pkgname-$pkgver.tar.zst)
-sha512sums=('05bbd99bdff2a69165b596fce01b8d8d8f1bc5c681c60149beca1ec6d04109db0e2ab9a27a6849107ad6cdd76f4366e773807d436d64f3fc751cab1d6dc79a5e')
-b2sums=('a52689401df31f514c2813347e8b0c0e0c6ea36d4e0722000fe68be8f45e5e9da256e547b21fafa9bcaceee96658729b1b20c8259f80f7d93633e88591fcd505')
+sha512sums=('9c31a5ea55913bae61ab2e82cb50dd0fdebe1f3864237b398bf52b39c45fd48036928eb77db3fbea448da3b84f225db9e4552e15c8e0c57ae9f040b77330544b')
+b2sums=('7df80f6aa342a8faf9669127d9955fcfb4a77e3fe6f2e8f029fd9c97f0b66c3790e41992fe196da868ea630557c1c8d1936818070dc85588f244b7e783c8d7cd')
 
 build() {
   make VERSION="$pkgver" -C $pkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/passt/-/commit/e66e601a98a14509a1178dd5cd67b1146e518255

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




[Git][archlinux/packaging/packages/netavark] Pushed new tag 1.11.0-2

2024-06-07 Thread David Runge (@dvzrv)


David Runge pushed new tag 1.11.0-2 at Arch Linux / Packaging / Packages / 
netavark

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




[Git][archlinux/packaging/packages/netavark][main] upgpkg: 1.11.0-2

2024-06-07 Thread David Runge (@dvzrv)


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


Commits:
fa7a1585 by David Runge at 2024-06-07T11:04:40+02:00
upgpkg: 1.11.0-2

Rebuild to add aardvark-dns as direct dependency instead of optional
dependency.
For the user this makes it more transparent as to what is needed for a
working DNS setup, because we are pulling in container-network-stack=2
for podman via containers-common.

Related issue with podman:
https://gitlab.archlinux.org/archlinux/packaging/packages/podman/-/issues/4

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = netavark
pkgdesc = Container network stack
pkgver = 1.11.0
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/containers/netavark
arch = x86_64
license = Apache-2.0
@@ -10,9 +10,9 @@ pkgbase = netavark
makedepends = libgit2
makedepends = mandown
makedepends = protobuf
+   depends = aardvark-dns
depends = gcc-libs
depends = glibc
-   optdepends = aardvark-dns: for authorative DNS server
provides = container-network-stack=2
source = git+https://github.com/containers/netavark#tag=v1.11.0
sha256sums = 
b99bc743c3e0f66425fb59e2aa122e52336b6369685d910a01ef143c1ed970f1


=
PKGBUILD
=
@@ -3,12 +3,13 @@
 
 pkgname=netavark
 pkgver=1.11.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Container network stack"
 arch=(x86_64)
 url="https://github.com/containers/netavark;
 license=(Apache-2.0)
 depends=(
+  aardvark-dns
   gcc-libs
   glibc
 )
@@ -19,7 +20,6 @@ makedepends=(
   mandown
   protobuf
 )
-optdepends=('aardvark-dns: for authorative DNS server')
 provides=(container-network-stack=2)
 source=(git+$url#tag=v$pkgver)
 sha256sums=('b99bc743c3e0f66425fb59e2aa122e52336b6369685d910a01ef143c1ed970f1')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/netavark/-/commit/fa7a158572f81c75d495a57e18ad9571023196b5

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




[Git][archlinux/packaging/packages/podman][main] Use man-db in makedepends to prevent excessive build warnings

2024-06-06 Thread David Runge (@dvzrv)


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


Commits:
ab6cc263 by David Runge at 2024-06-07T00:53:54+02:00
Use man-db in makedepends to prevent excessive build warnings

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

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -14,6 +14,7 @@ pkgbase = podman
makedepends = go-md2man
makedepends = gpgme
makedepends = libseccomp
+   makedepends = man-db
makedepends = systemd
options = !lto
source = git+https://github.com/containers/podman?signed#tag=v5.1.1


=
PKGBUILD
=
@@ -20,6 +20,7 @@ makedepends=(
   go-md2man
   gpgme
   libseccomp
+  man-db
   systemd
 )
 # https://github.com/containers/podman/issues/13297



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/podman/-/commit/ab6cc263fefd6aeccff2c155b47b7ce16adebef7

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




[Git][archlinux/packaging/packages/podman][main] Remove unnecessary patch for default catatonit path

2024-06-06 Thread David Runge (@dvzrv)


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


Commits:
ca8063d9 by David Runge at 2024-06-06T23:39:54+02:00
Remove unnecessary patch for default catatonit path

Fixes 
https://gitlab.archlinux.org/archlinux/packaging/packages/podman/-/issues/2

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

- - - - -


3 changed files:

- .SRCINFO
- PKGBUILD
- − podman-4.6.0-defaultinitpath.patch


Changes:

=
.SRCINFO
=
@@ -17,12 +17,10 @@ pkgbase = podman
makedepends = systemd
options = !lto
source = git+https://github.com/containers/podman?signed#tag=v5.1.1
-   source = podman-4.6.0-defaultinitpath.patch
validpgpkeys = B7DBDCA456F7335E91F1C25CD3624C551D0515C4
validpgpkeys = 7CE1E6F8C90CB53E7E4D8F2D502E08DB0BBF8EEE
validpgpkeys = 9E33DD8704CC03E2DEB84D9A1C1EDD7CC7C3A0DD
sha256sums = 
9b5df94be8a54a69158e2cfcf63f7d5ba5bd1b6529172889e57394a23ffa746c
-   sha256sums = 
eeacf654707b9b8d6a6c08453b5625d9cf31010d666f82f4851aa34433b97700
 
 pkgname = podman
depends = catatonit


=
PKGBUILD
=
@@ -26,7 +26,6 @@ makedepends=(
 options=(!lto)
 source=(
   "git+$url?signed#tag=v$pkgver"
-  $pkgname-4.6.0-defaultinitpath.patch
 )
 # See the release-keys repository
 # https://github.com/containers/release-keys
@@ -35,15 +34,7 @@ validpgpkeys=(
   7CE1E6F8C90CB53E7E4D8F2D502E08DB0BBF8EEE  # Ashley Cui 
   9E33DD8704CC03E2DEB84D9A1C1EDD7CC7C3A0DD  # Lokesh Mandvekar 

 )
-sha256sums=('9b5df94be8a54a69158e2cfcf63f7d5ba5bd1b6529172889e57394a23ffa746c'
-'eeacf654707b9b8d6a6c08453b5625d9cf31010d666f82f4851aa34433b97700')
-
-prepare() {
-  # set default init_path to /usr/lib/podman/catatonit
-  # https://bugs.archlinux.org/task/75493
-  # https://github.com/containers/common/issues/1110
-  patch -Np1 -d $pkgname -i ../$pkgname-4.6.0-defaultinitpath.patch
-}
+sha256sums=('9b5df94be8a54a69158e2cfcf63f7d5ba5bd1b6529172889e57394a23ffa746c')
 
 build() {
   # NOTE: the BUILDTAGS may change over time


=
podman-4.6.0-defaultinitpath.patch deleted
=
@@ -1,10 +0,0 @@
-diff --git i/vendor/github.com/containers/common/pkg/config/default_common.go 
w/vendor/github.com/containers/common/pkg/config/default_common.go
-index f65461043..b93cdf30f 100644
 i/vendor/github.com/containers/common/pkg/config/default_common.go
-+++ w/vendor/github.com/containers/common/pkg/config/default_common.go
-@@ -4,4 +4,4 @@
- package config
- 
- // DefaultInitPath is the default path to the container-init binary.
--var DefaultInitPath = "/usr/libexec/podman/catatonit"
-+var DefaultInitPath = "/usr/lib/podman/catatonit"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/podman/-/commit/ca8063d9c63d4fbeaa073685c05ae93d78958604

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




[Git][archlinux/packaging/packages/podman][main] Make podman depend on oci-runtime instead of crun directly

2024-06-06 Thread David Runge (@dvzrv)


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


Commits:
7c924c3d by David Runge at 2024-06-06T21:05:40+02:00
Make podman depend on oci-runtime instead of crun directly

Fixes 
https://gitlab.archlinux.org/archlinux/packaging/packages/podman/-/issues/5

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

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -28,7 +28,7 @@ pkgname = podman
depends = catatonit
depends = conmon
depends = containers-common
-   depends = crun
+   depends = oci-runtime
depends = gcc-libs
depends = glibc
depends = iptables


=
PKGBUILD
=
@@ -64,7 +64,7 @@ package_podman() {
 catatonit
 conmon
 containers-common
-crun
+oci-runtime
 gcc-libs
 glibc
 iptables



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

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




[Git][archlinux/packaging/packages/python-hypothesis][main] upgpkg: 6.103.1-1

2024-06-06 Thread David Runge (@dvzrv)


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


Commits:
7d82fa13 by David Runge at 2024-06-06T19:33:10+02:00
upgpkg: 6.103.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = python-hypothesis
pkgdesc = Advanced Quickcheck style testing library for Python
-   pkgver = 6.103.0
+   pkgver = 6.103.1
pkgrel = 1
url = https://hypothesis.readthedocs.org
arch = any
@@ -40,8 +40,8 @@ pkgbase = python-hypothesis
optdepends = python-pytz: for datetime and django module
optdepends = python-redis: for redis support
optdepends = python-rich: for CLI
-   source = 
hypothesis-hypothesis-python-6.103.0.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-6.103.0.tar.gz
-   sha512sums = 
636a5df06dba81d76ec054c9d69cc95e0a511182f6555adf8e0b982757d7f96c5e55ee462ed8228eeac8226c7bfa591621513cd17bd52d81bb258419e5dfaded
-   b2sums = 
66dd333598af775371b9c1d12b00441397b687f2c1a6e590626988579ebf4a06b53b8a20ae4812ef02f36fcd18ccc681f1c80eaa65c799c9d5a748bfcf081c4b
+   source = 
hypothesis-hypothesis-python-6.103.1.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-6.103.1.tar.gz
+   sha512sums = 
19e3bd48380ab8a4ce931437e68b224f77441b8c7da99832a18ec1cdeca9609675b8ba19110df33db45ff5c06a1065d21807436e86afe89366510ea36e7f548d
+   b2sums = 
7c7df97ff5702103c3e02d664732cdb2beb32acc51a385b086cd64763822ef8938a75feb522d62335b3392517f8756f60c73d5c681d3cbdf814659a27c94746c
 
 pkgname = python-hypothesis


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 _name=hypothesis
 _alt_name=$_name-python
 pkgname=python-hypothesis
-pkgver=6.103.0
+pkgver=6.103.1
 _version=$_alt_name-$pkgver
 pkgrel=1
 pkgdesc="Advanced Quickcheck style testing library for Python"
@@ -56,8 +56,8 @@ optdepends=(
   'python-rich: for CLI'
 )
 source=($_name-$_version.tar.gz::$_url/archive/$_version.tar.gz)
-sha512sums=('636a5df06dba81d76ec054c9d69cc95e0a511182f6555adf8e0b982757d7f96c5e55ee462ed8228eeac8226c7bfa591621513cd17bd52d81bb258419e5dfaded')
-b2sums=('66dd333598af775371b9c1d12b00441397b687f2c1a6e590626988579ebf4a06b53b8a20ae4812ef02f36fcd18ccc681f1c80eaa65c799c9d5a748bfcf081c4b')
+sha512sums=('19e3bd48380ab8a4ce931437e68b224f77441b8c7da99832a18ec1cdeca9609675b8ba19110df33db45ff5c06a1065d21807436e86afe89366510ea36e7f548d')
+b2sums=('7c7df97ff5702103c3e02d664732cdb2beb32acc51a385b086cd64763822ef8938a75feb522d62335b3392517f8756f60c73d5c681d3cbdf814659a27c94746c')
 
 build() {
   cd $_name-$_version/$_alt_name



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

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




[Git][archlinux/packaging/packages/python-hypothesis] Pushed new tag 6.103.1-1

2024-06-06 Thread David Runge (@dvzrv)


David Runge pushed new tag 6.103.1-1 at Arch Linux / Packaging / Packages / 
python-hypothesis

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




[Git][archlinux/packaging/packages/rst2pdf][main] upgpkg: 0.102-1

2024-06-06 Thread David Runge (@dvzrv)


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


Commits:
49364ada by David Runge at 2024-06-06T19:11:37+02:00
upgpkg: 0.102-1

Remove the deselection of tests that now work again (hopefully reliably).

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = rst2pdf
pkgdesc = Use a text editor. Make a PDF
-   pkgver = 0.101
-   pkgrel = 2
+   pkgver = 0.102
+   pkgrel = 1
url = https://github.com/rst2pdf/rst2pdf
arch = any
license = MIT
@@ -33,8 +33,8 @@ pkgbase = rst2pdf
optdepends = python-matplotlib: for math support
optdepends = python-sphinx: for sphinx support
optdepends = python-svglib: for SVG support
-   source = 
rst2pdf-0.101.tar.gz::https://github.com/rst2pdf/rst2pdf/archive/refs/tags/0.101.tar.gz
-   sha512sums = 
096a690e9ad7ff5c9044df5e03f619e7aeda46ccc71c069a6f3832707bb94b8828acec6cedac33f0170475abb531281ba5f871e6194e40cdaffb8762875fa9fe
-   b2sums = 
5d94a846efb73d01b0f39bf2a64fa5bd1e2bc88993495fbc06f56ae3fb10d0a1b7b0066d8a9dd0037fdca2352d2f260537bf5fbd902c1f2251e049e265d825f6
+   source = 
rst2pdf-0.102.tar.gz::https://github.com/rst2pdf/rst2pdf/archive/refs/tags/0.102.tar.gz
+   sha512sums = 
39b6e280741ee58a36e34328a11edf26644b470cefc270b0fc6a50cdf20fb15bb068aa52c5e8da2a58e06085ecbaf730c00b58db4bcc42c2682cf0efb6f5c7be
+   b2sums = 
1765d2b469218a3909c809aa96d89bf82bbf972d3a1c99a3b56de9ba61e3e51c140e62418683ba7584fd13d176713615414d8aed713e033fb8a5e3b24cd3f731
 
 pkgname = rst2pdf


=
PKGBUILD
=
@@ -1,8 +1,8 @@
 # Maintainer: David Runge 
 
 pkgname=rst2pdf
-pkgver=0.101
-pkgrel=2
+pkgver=0.102
+pkgrel=1
 pkgdesc="Use a text editor. Make a PDF"
 arch=(any)
 url="https://github.com/rst2pdf/rst2pdf;
@@ -47,8 +47,8 @@ optdepends=(
   'python-svglib: for SVG support'
 )
 source=($pkgname-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz)
-sha512sums=('096a690e9ad7ff5c9044df5e03f619e7aeda46ccc71c069a6f3832707bb94b8828acec6cedac33f0170475abb531281ba5f871e6194e40cdaffb8762875fa9fe')
-b2sums=('5d94a846efb73d01b0f39bf2a64fa5bd1e2bc88993495fbc06f56ae3fb10d0a1b7b0066d8a9dd0037fdca2352d2f260537bf5fbd902c1f2251e049e265d825f6')
+sha512sums=('39b6e280741ee58a36e34328a11edf26644b470cefc270b0fc6a50cdf20fb15bb068aa52c5e8da2a58e06085ecbaf730c00b58db4bcc42c2682cf0efb6f5c7be')
+b2sums=('1765d2b469218a3909c809aa96d89bf82bbf972d3a1c99a3b56de9ba61e3e51c140e62418683ba7584fd13d176713615414d8aed713e033fb8a5e3b24cd3f731')
 
 build() {
   cd $pkgname-$pkgver
@@ -61,18 +61,6 @@ check() {
 -vv
 # https://github.com/rst2pdf/rst2pdf/issues/1067
 --deselect tests/input/test_raw_html.rst::test_raw_html
---deselect 
tests/input/sphinx-versionmodified/conf.py::sphinx-versionmodified
-# https://github.com/rst2pdf/rst2pdf/issues/1186
---deselect tests/input/sphinx-issue252/conf.py::sphinx-issue252
---deselect 
tests/input/test-referencing-an-aliased-font.rst::test-referencing-an-aliased-font
---deselect tests/input/test_aafigure_extra.rst::test_aafigure_extra
---deselect 
tests/input/test_blockquotes_in_table.rst::test_blockquotes_in_table
---deselect tests/input/test_docutils_math.rst::test_docutils_math
---deselect tests/input/test_issue_231.rst::test_issue_231
---deselect tests/input/test_issue_349.rst::test_issue_349
---deselect tests/input/test_issue_363.rst::test_issue_363
---deselect 
tests/input/test_issue_73_unicode_box_drawing_characters_renders_without_errors.rst::test_issue_73_unicode_box_drawing_characters_renders_without_errors
---deselect tests/input/test_issue_785.rst::test_issue_785
   )
   local site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/rst2pdf/-/commit/49364adab49a5c359209e6c06340143d2b65d44b

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




[Git][archlinux/packaging/packages/rst2pdf] Pushed new tag 0.102-1

2024-06-06 Thread David Runge (@dvzrv)


David Runge pushed new tag 0.102-1 at Arch Linux / Packaging / Packages / 
rst2pdf

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




[Git][archlinux/packaging/packages/nextcloud-app-mail][main] upgpkg: 3.7.1-1

2024-06-06 Thread David Runge (@dvzrv)


David Runge pushed to branch main at Arch Linux / Packaging / Packages / 
nextcloud-app-mail


Commits:
446e05f2 by David Runge at 2024-06-06T18:53:18+02:00
upgpkg: 3.7.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = nextcloud-app-mail
pkgdesc = An email app for NextCloud
-   pkgver = 3.6.1
+   pkgver = 3.7.1
pkgrel = 1
url = https://github.com/nextcloud/mail
arch = any
@@ -10,8 +10,8 @@ pkgbase = nextcloud-app-mail
makedepends = yq
optdepends = kitinerary: for kitinerary-extractor
options = !strip
-   source = 
https://github.com/nextcloud-releases/mail/releases/download/v3.6.1/mail-v3.6.1.tar.gz
-   sha512sums = 
8afdd7e54a481f2559db88140371e14a0ccac9553085b98fe294d91b457c2e2b56674c35688d79f0733f584aae65839fc34687b0a44a4864dd1f55716ddfad92
-   b2sums = 
c700101ccf2b920f3cb0a1f88c9165a2350ef18fb50e94f4521fc9f0d01f74b155978350105cd899c8f693be7e37b94f5f2b18026ed9a625ab2da5e3ab3b07eb
+   source = 
https://github.com/nextcloud-releases/mail/releases/download/v3.7.1/mail-v3.7.1.tar.gz
+   sha512sums = 
a2b69a1faaac8fae3eaf4a7fa9bf37a55a379f5ec25ed1a5c362ad0b2c21eb4670044b8d57f05131fec5e682012bf146f346ffe85f429dab40c8e3d8dabe65bf
+   b2sums = 
d46d4a3b79f133410a81d35a4302d2de8a1765b376277ae9d541fb93793f7adf993eac9a806978276d5c0566ba0931ac5330f919538736c5691625d6ca638703
 
 pkgname = nextcloud-app-mail


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=nextcloud-app-mail
 _name=mail
-pkgver=3.6.1
+pkgver=3.7.1
 pkgrel=1
 pkgdesc="An email app for NextCloud"
 arch=(any)
@@ -17,8 +17,8 @@ optdepends=('kitinerary: for kitinerary-extractor')
 groups=(nextcloud-apps)
 options=(!strip)
 
source=(https://github.com/nextcloud-releases/mail/releases/download/v$pkgver/$_name-v$pkgver.tar.gz)
-sha512sums=('8afdd7e54a481f2559db88140371e14a0ccac9553085b98fe294d91b457c2e2b56674c35688d79f0733f584aae65839fc34687b0a44a4864dd1f55716ddfad92')
-b2sums=('c700101ccf2b920f3cb0a1f88c9165a2350ef18fb50e94f4521fc9f0d01f74b155978350105cd899c8f693be7e37b94f5f2b18026ed9a625ab2da5e3ab3b07eb')
+sha512sums=('a2b69a1faaac8fae3eaf4a7fa9bf37a55a379f5ec25ed1a5c362ad0b2c21eb4670044b8d57f05131fec5e682012bf146f346ffe85f429dab40c8e3d8dabe65bf')
+b2sums=('d46d4a3b79f133410a81d35a4302d2de8a1765b376277ae9d541fb93793f7adf993eac9a806978276d5c0566ba0931ac5330f919538736c5691625d6ca638703')
 
 # BEGIN boilerplate nextcloud app version clamping, see also other packages in 
group
 # 1. Call respective function helpers in check() and package() *after* cd'ing 
to the source directory



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nextcloud-app-mail/-/commit/446e05f2f0eb9ec7a393d1a3d07c758e2ace5d9c

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nextcloud-app-mail/-/commit/446e05f2f0eb9ec7a393d1a3d07c758e2ace5d9c
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/nextcloud-app-mail] Pushed new tag 3.7.1-1

2024-06-06 Thread David Runge (@dvzrv)


David Runge pushed new tag 3.7.1-1 at Arch Linux / Packaging / Packages / 
nextcloud-app-mail

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




[Git][archlinux/packaging/packages/nextcloud-app-bookmarks] Pushed new tag 1-14.1.2-1

2024-06-06 Thread David Runge (@dvzrv)


David Runge pushed new tag 1-14.1.2-1 at Arch Linux / Packaging / Packages / 
nextcloud-app-bookmarks

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




[Git][archlinux/packaging/packages/nextcloud-app-bookmarks][main] upgpkg: 1:14.1.2-1

2024-06-06 Thread David Runge (@dvzrv)


David Runge pushed to branch main at Arch Linux / Packaging / Packages / 
nextcloud-app-bookmarks


Commits:
4da6db0c by David Runge at 2024-06-06T18:48:44+02:00
upgpkg: 1:14.1.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = nextcloud-app-bookmarks
pkgdesc = Bookmarks app for nextcloud
-   pkgver = 14.1.1
+   pkgver = 14.1.2
pkgrel = 1
epoch = 1
url = https://github.com/nextcloud/bookmarks
@@ -10,8 +10,8 @@ pkgbase = nextcloud-app-bookmarks
makedepends = nextcloud
makedepends = yq
options = !strip
-   source = 
https://github.com/nextcloud/bookmarks/releases/download/v14.1.1/bookmarks-14.1.1.tar.gz
-   sha256sums = 
1226b7160bc7679cf05741da8bb812e27aa875299209bc82dfecbd37abe7e9ce
-   b2sums = 
6603081ba935a1ee817c7050b9eca93ec41dfe37d43a5b937298eff227e165e4146333b547ce584b6c29afda298cbfe471c33a2dcc97dd5636cc8881d5a6c15d
+   source = 
https://github.com/nextcloud/bookmarks/releases/download/v14.1.2/bookmarks-14.1.2.tar.gz
+   sha256sums = 
a5f3580fa6ee1ad1c7535afc3416d5939e9a2f4227b87d26b2f613526240ea4e
+   b2sums = 
cb08c1aec01ff5e5d86b67c903f90676bc449e4eca05d091c6957c419db0e69960f0f83d0189326751188821738f93e4c781c1e875c2edf7be2e26bd4781a154
 
 pkgname = nextcloud-app-bookmarks


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 _name=bookmarks
 pkgname=nextcloud-app-bookmarks
 epoch=1
-pkgver=14.1.1
+pkgver=14.1.2
 pkgrel=1
 pkgdesc="Bookmarks app for nextcloud"
 arch=(any)
@@ -14,8 +14,8 @@ makedepends=(nextcloud yq)
 groups=(nextcloud-apps)
 options=(!strip)
 
source=(https://github.com/nextcloud/$_name/releases/download/v$pkgver/$_name-$pkgver.tar.gz)
-sha256sums=('1226b7160bc7679cf05741da8bb812e27aa875299209bc82dfecbd37abe7e9ce')
-b2sums=('6603081ba935a1ee817c7050b9eca93ec41dfe37d43a5b937298eff227e165e4146333b547ce584b6c29afda298cbfe471c33a2dcc97dd5636cc8881d5a6c15d')
+sha256sums=('a5f3580fa6ee1ad1c7535afc3416d5939e9a2f4227b87d26b2f613526240ea4e')
+b2sums=('cb08c1aec01ff5e5d86b67c903f90676bc449e4eca05d091c6957c419db0e69960f0f83d0189326751188821738f93e4c781c1e875c2edf7be2e26bd4781a154')
 
 # BEGIN boilerplate nextcloud app version clamping, see also other packages in 
group
 # 1. Call respective function helpers in check() and package() *after* cd'ing 
to the source directory



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nextcloud-app-bookmarks/-/commit/4da6db0cf2ec8f8e8062ce1645a951b7cc9c93fa

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nextcloud-app-bookmarks/-/commit/4da6db0cf2ec8f8e8062ce1645a951b7cc9c93fa
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/virtiofsd] Pushed new tag 1.11.0-1

2024-06-06 Thread David Runge (@dvzrv)


David Runge pushed new tag 1.11.0-1 at Arch Linux / Packaging / Packages / 
virtiofsd

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




[Git][archlinux/packaging/packages/virtiofsd][main] 2 commits: Add nvchecker integration

2024-06-06 Thread David Runge (@dvzrv)


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


Commits:
937479f0 by David Runge at 2024-06-06T18:17:23+02:00
Add nvchecker integration

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

- - - - -
c81d902b by David Runge at 2024-06-06T18:20:42+02:00
upgpkg: 1.11.0-1

- - - - -


3 changed files:

- .SRCINFO
- + .nvchecker.toml
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = virtiofsd
pkgdesc = Vhost-user virtio-fs device backend written in Rust
-   pkgver = 1.10.1
+   pkgver = 1.11.0
pkgrel = 1
url = https://gitlab.com/virtio-fs/virtiofsd
arch = x86_64
@@ -12,8 +12,8 @@ pkgbase = virtiofsd
depends = libcap-ng
depends = libseccomp
replaces = qemu-virtiofsd
-   source = 
https://gitlab.com/virtio-fs/virtiofsd/-/archive/v1.10.1/virtiofsd-v1.10.1.tar.gz
-   sha512sums = 
55729249e750221dc3798060d6b32e6bb4c255f184c3e1267018484d60ad1edd3de9c9a0120cf02466c012fe8d74e05404a5cd434d9f53edeb7ea4dc407efb33
-   b2sums = 
cf382892e2810e9a966929df97fb1893e13b610ebf8d9e1a41bdee559b191c59a4e63ea21d2bca0e84f19b68e4407b540258a2fc5079c40c2ec497d629150f2c
+   source = 
https://gitlab.com/virtio-fs/virtiofsd/-/archive/v1.11.0/virtiofsd-v1.11.0.tar.gz
+   sha512sums = 
10ea9c4b1c4720a920b0b3b9188a9eb51b52d89890137954dbbd93bfaf528eab6da819bf0220c44823ebbac109b2396d0cac9a2d4d0a33dcba0162796c801597
+   b2sums = 
02965b1396c783dede38f8b23d996b03bd3e6f223a00d609bde643e3e1fcc181ad371f1d50a697c7540b9874e3ecd84320264b2cb9a290c87e1c860802f7e1c9
 
 pkgname = virtiofsd


=
.nvchecker.toml
=
@@ -0,0 +1,4 @@
+[virtiofsd]
+source = "git"
+git = "https://gitlab.com/virtio-fs/virtiofsd;
+prefix = "v"


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: David Runge 
 
 pkgname=virtiofsd
-pkgver=1.10.1
+pkgver=1.11.0
 pkgrel=1
 pkgdesc="Vhost-user virtio-fs device backend written in Rust"
 arch=(x86_64)
@@ -19,8 +19,8 @@ depends=(
 makedepends=(cargo)
 replaces=(qemu-virtiofsd)
 source=($url/-/archive/v$pkgver/$pkgname-v$pkgver.tar.gz)
-sha512sums=('55729249e750221dc3798060d6b32e6bb4c255f184c3e1267018484d60ad1edd3de9c9a0120cf02466c012fe8d74e05404a5cd434d9f53edeb7ea4dc407efb33')
-b2sums=('cf382892e2810e9a966929df97fb1893e13b610ebf8d9e1a41bdee559b191c59a4e63ea21d2bca0e84f19b68e4407b540258a2fc5079c40c2ec497d629150f2c')
+sha512sums=('10ea9c4b1c4720a920b0b3b9188a9eb51b52d89890137954dbbd93bfaf528eab6da819bf0220c44823ebbac109b2396d0cac9a2d4d0a33dcba0162796c801597')
+b2sums=('02965b1396c783dede38f8b23d996b03bd3e6f223a00d609bde643e3e1fcc181ad371f1d50a697c7540b9874e3ecd84320264b2cb9a290c87e1c860802f7e1c9')
 
 prepare() {
   cd $pkgname-v$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/virtiofsd/-/compare/9aa19429a03e14a723d3c9306235bc6b447568fe...c81d902b68b251f6c48289e71799387025a61f0a

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/virtiofsd/-/compare/9aa19429a03e14a723d3c9306235bc6b447568fe...c81d902b68b251f6c48289e71799387025a61f0a
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/radicale][main] upgpkg: 3.2.1-1

2024-06-06 Thread David Runge (@dvzrv)


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


Commits:
3f236782 by David Runge at 2024-06-06T18:18:07+02:00
upgpkg: 3.2.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = radicale
pkgdesc = Simple calendar (CalDAV) and contact (CardDAV) server
-   pkgver = 3.2.0
+   pkgver = 3.2.1
pkgrel = 1
url = https://radicale.org/
install = radicale.install
@@ -18,24 +18,22 @@ pkgbase = radicale
depends = python-dateutil
depends = python-defusedxml
depends = python-passlib
+   depends = python-pika
depends = python-vobject
backup = etc/radicale/config
backup = etc/radicale/rights
backup = etc/radicale/users
-   source = 
radicale-3.2.0.tar.gz::https://github.com/Kozea/radicale/archive/v3.2.0.tar.gz
+   source = 
radicale-3.2.1.tar.gz::https://github.com/Kozea/radicale/archive/v3.2.1.tar.gz
source = radicale-sysusers.conf
source = radicale-tmpfiles.conf
source = radicale.service
-   source = 
radicale-3.2.0-pytest8.patch::https://github.com/Kozea/Radicale/commit/2296f4952b1f87135411f9d2e2d202c2eb858ec8.patch
-   sha512sums = 
4abbe818fd4f02884d372869e816fecbd0dbe64c46bbec84e7302a70f36f5544f77566a4bbeaebb8420dd9164c2b4f14fe3d6a1768bb7c8f255579ddba15d152
+   sha512sums = 
ec9230d62c9b6de608cfefc224f24e0a9726806ed6fbd4c2ae784dc1ecc49200ddd8f6b8c2e8cad71b69cca78a44dd05434dd14f0e7e497d09880892f5035287
sha512sums = 
56dffb66e018cfbf158dc5d8fe638b3cb31229945f659aae5623f219bcd1d68ddc375f1633fa8e857a9b2f50c9e05a06efce165370137d6e116a4f187466637f
sha512sums = 
9d0dd88e4a34e9f97abda1785698e4b2a5e8202063deeb91b84e13c05e00b07e45b8d4d9eca09b9241b1138bbbfdc999dba0135c18f5bc0c08d65b0cd83b367b
sha512sums = 
9c7be18439b508ce34f12e77ce191877c04cd1654b474e685008afec52defbd4f5b4972557c92759926b9ab9c3c5146f658697c64fcb612963e4c96f5c0226bd
-   sha512sums = 
9926752114582a22635518a6e0eec6d767c6b5cd3eded0843d469744d43079900def25c7e4d3d17f469b7c57871aacf3886c5b1182e3313b80e435c94ca4692b
-   b2sums = 
3b4c8574cc0565f5c2b77090735a4e8b1f214f1b561066376cc3383c81f0e03f8ad501c096d150f61e550eb5b5ae6ad99356127ab096def5bc88fe4959a1bc8c
+   b2sums = 
a962f142c945fc5dc5c45d3b963f090eabc5a8e83a39f49b69ac26d053a290c51b2732a73b5c08b0bd0c479bc59714666fdfdfab2b5bb5062bde7cd8e0754afe
b2sums = 
b3af60e144ef857e42ec672e806e9600265ab7d2ea4a75011de9ab56918a008437afdacb301df210b54424fb7ff1e9a332831c67b2e58fd6bc0a0aa1eebe8909
b2sums = 
41916d62f5e3f1060bd21db0722abe837754a4cb915af218c904dafac4b06794f8fde2e34486fb7392777b4738502f3df4c1390b835050045337585b064e23bb
b2sums = 
1e6ffca8fd1d326db390f87d4d0db6622bff081481aacf3f4e81fcbc46098f21f50540ab9c66f39c2ec8937fd7f92a1ef0a9d6fd729b0a676099c2c6e5b3d74a
-   b2sums = 
35726ca35424b24149c41570a727e949056ec51ec698cf9f131e704d1479db1c8c6220d6b846e803c125a812eedd2892e4dd0bdeb02b2ed67d331fdf0aa19602
 
 pkgname = radicale


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 
 pkgname=radicale
 _name=Radicale
-pkgver=3.2.0
+pkgver=3.2.1
 pkgrel=1
 pkgdesc="Simple calendar (CalDAV) and contact (CardDAV) server"
 arch=(any)
@@ -18,6 +18,7 @@ depends=(
   python-dateutil
   python-defusedxml
   python-passlib
+  python-pika
   python-vobject
 )
 makedepends=(
@@ -42,23 +43,17 @@ source=(
   $pkgname-sysusers.conf
   $pkgname-tmpfiles.conf
   $pkgname.service
-  
$pkgname-3.2.0-pytest8.patch::https://github.com/Kozea/Radicale/commit/2296f4952b1f87135411f9d2e2d202c2eb858ec8.patch
 )
-sha512sums=('4abbe818fd4f02884d372869e816fecbd0dbe64c46bbec84e7302a70f36f5544f77566a4bbeaebb8420dd9164c2b4f14fe3d6a1768bb7c8f255579ddba15d152'
+sha512sums=('ec9230d62c9b6de608cfefc224f24e0a9726806ed6fbd4c2ae784dc1ecc49200ddd8f6b8c2e8cad71b69cca78a44dd05434dd14f0e7e497d09880892f5035287'
 
'56dffb66e018cfbf158dc5d8fe638b3cb31229945f659aae5623f219bcd1d68ddc375f1633fa8e857a9b2f50c9e05a06efce165370137d6e116a4f187466637f'
 
'9d0dd88e4a34e9f97abda1785698e4b2a5e8202063deeb91b84e13c05e00b07e45b8d4d9eca09b9241b1138bbbfdc999dba0135c18f5bc0c08d65b0cd83b367b'
-
'9c7be18439b508ce34f12e77ce191877c04cd1654b474e685008afec52defbd4f5b4972557c92759926b9ab9c3c5146f658697c64fcb612963e4c96f5c0226bd'
-
'9926752114582a22635518a6e0eec6d767c6b5cd3eded0843d469744d43079900def25c7e4d3d17f469b7c57871aacf3886c5b1182e3313b80e435c94ca4692b')
-b2sums=('3b4c8574cc0565f5c2b77090735a4e8b1f214f1b561066376cc3383c81f0e03f8ad501c096d150f61e550eb5b5ae6ad99356127ab096def5bc88fe4959a1bc8c'
+
'9c7be18439b508ce34f12e77ce191877c04cd1654b474e685008afec52defbd4f5b4972557c92759926b9ab9c3c5146f658697c64fcb612963e4c96f5c0226bd')

[Git][archlinux/packaging/packages/radicale] Pushed new tag 3.2.1-1

2024-06-06 Thread David Runge (@dvzrv)


David Runge pushed new tag 3.2.1-1 at Arch Linux / Packaging / Packages / 
radicale

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




[Git][archlinux/packaging/packages/python-pydantic-settings] Pushed new tag 2.3.1-1

2024-06-06 Thread David Runge (@dvzrv)


David Runge pushed new tag 2.3.1-1 at Arch Linux / Packaging / Packages / 
python-pydantic-settings

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




[Git][archlinux/packaging/packages/python-pydantic-settings][main] upgpkg: 2.3.1-1

2024-06-06 Thread David Runge (@dvzrv)


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


Commits:
5dddcb0b by David Runge at 2024-06-06T18:14:35+02:00
upgpkg: 2.3.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = python-pydantic-settings
pkgdesc = Settings management using pydantic
-   pkgver = 2.3.0
+   pkgver = 2.3.1
pkgrel = 1
url = https://github.com/pydantic/pydantic-settings
arch = any
@@ -16,8 +16,8 @@ pkgbase = python-pydantic-settings
depends = python-pydantic
depends = python-typing_extensions
optdepends = python-pyyaml: for YAML support
-   source = 
pydantic-settings-2.3.0.tar.gz::https://github.com/pydantic/pydantic-settings/archive/refs/tags/v2.3.0.tar.gz
-   sha512sums = 
da8acff0597b4c32be831d6d80bed0c4c576821eea899a39a2088ce55a8f2abc2e97c9572fae0453aa195806e039ac6220798c49e232c3677b808537591ee7ac
-   b2sums = 
74d4e8aefb0802e824129c508e4989f7a55d800a74930a3fb973b01a8c403119be632c54f46c3eb347c94fdb8a3ca774d155527e7a7a97add012b7a24fcb707d
+   source = 
pydantic-settings-2.3.1.tar.gz::https://github.com/pydantic/pydantic-settings/archive/refs/tags/v2.3.1.tar.gz
+   sha512sums = 
6e924bbdb168cd7ed44d7bef4531d13644a8d6da7e67ccf7571d91bfb1ab1b3efee8dd0cd9b801e13cd6dd482ebb8817eb0f7b40d0fb753b8f683e9e6066d695
+   b2sums = 
0fc2ea34afe5280dfbfd4f94abc52a0394413e24194f9f7c0d03b25e8d2a8d4daf5a04ce968333b29c2f025a68ed577e7fc0765526912008d56264af55f61063
 
 pkgname = python-pydantic-settings


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 _name=pydantic-settings
 pkgname=python-pydantic-settings
-pkgver=2.3.0
+pkgver=2.3.1
 pkgrel=1
 pkgdesc="Settings management using pydantic"
 arch=(any)
@@ -28,8 +28,8 @@ optdepends=(
   'python-pyyaml: for YAML support'
 )
 source=($_name-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz)
-sha512sums=('da8acff0597b4c32be831d6d80bed0c4c576821eea899a39a2088ce55a8f2abc2e97c9572fae0453aa195806e039ac6220798c49e232c3677b808537591ee7ac')
-b2sums=('74d4e8aefb0802e824129c508e4989f7a55d800a74930a3fb973b01a8c403119be632c54f46c3eb347c94fdb8a3ca774d155527e7a7a97add012b7a24fcb707d')
+sha512sums=('6e924bbdb168cd7ed44d7bef4531d13644a8d6da7e67ccf7571d91bfb1ab1b3efee8dd0cd9b801e13cd6dd482ebb8817eb0f7b40d0fb753b8f683e9e6066d695')
+b2sums=('0fc2ea34afe5280dfbfd4f94abc52a0394413e24194f9f7c0d03b25e8d2a8d4daf5a04ce968333b29c2f025a68ed577e7fc0765526912008d56264af55f61063')
 
 build() {
   cd $_name-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pydantic-settings/-/commit/5dddcb0b4c79fb82aeb37517abc1d40bb5fb2dc9

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




[Git][archlinux/packaging/packages/python-pydantic-extra-types][main] upgpkg: 2.8.0-1

2024-06-06 Thread David Runge (@dvzrv)


David Runge pushed to branch main at Arch Linux / Packaging / Packages / 
python-pydantic-extra-types


Commits:
3da7feeb by David Runge at 2024-06-06T18:12:13+02:00
upgpkg: 2.8.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-pydantic-extra-types
pkgdesc = Extra pydantic types
-   pkgver = 2.7.0
-   pkgrel = 2
+   pkgver = 2.8.0
+   pkgrel = 1
url = https://github.com/pydantic/pydantic-extra-types
arch = any
license = MIT
@@ -21,8 +21,8 @@ pkgbase = python-pydantic-extra-types
optdepends = python-phonenumbers: for phone number support
optdepends = python-pycountry: for country code support
optdepends = python-ulid: for ULID support
-   source = 
pydantic-extra-types-2.7.0.tar.gz::https://github.com/pydantic/pydantic-extra-types/archive/refs/tags/v2.7.0.tar.gz
-   sha512sums = 
46ced3bbba0860ab11887f473fcad5fe9d93a8c8a117f0815212981907700b572358bd3ade6faec38c3ad6586d6b80b2d0539896b48f64932d2599d0ea036b18
-   b2sums = 
6a2fa75d8eee35bddc5f0c87ac8efd2c9974e751c453d52e49873e9bdbc750935f038263081ae28fcdd4ad2175f7fe3013b3a3e2f09983c7f4a33b66beb3d6b2
+   source = 
pydantic-extra-types-2.8.0.tar.gz::https://github.com/pydantic/pydantic-extra-types/archive/refs/tags/v2.8.0.tar.gz
+   sha512sums = 
15addde64d5ce1c32dbb12fad2ef457c6eb6920b6e04beb4f3e24967d06e1066ee487e2bda0c490dab6765a43c18601e23167b5ce07ec014d748fbc73d23addf
+   b2sums = 
1e3b8b7b139e8d52deffc83bcb515c7388a8eed03a6a31ba693be8b425dd09ccdd5f41171ef8326a7aa2637cd84faedfced9c9ad7e4b4d7bc60551c6ea6af749
 
 pkgname = python-pydantic-extra-types


=
PKGBUILD
=
@@ -2,8 +2,8 @@
 
 _name=pydantic-extra-types
 pkgname=python-pydantic-extra-types
-pkgver=2.7.0
-pkgrel=2
+pkgver=2.8.0
+pkgrel=1
 pkgdesc="Extra pydantic types"
 arch=(any)
 url="https://github.com/pydantic/pydantic-extra-types;
@@ -33,8 +33,8 @@ optdepends=(
   'python-ulid: for ULID support'
 )
 source=($_name-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz)
-sha512sums=('46ced3bbba0860ab11887f473fcad5fe9d93a8c8a117f0815212981907700b572358bd3ade6faec38c3ad6586d6b80b2d0539896b48f64932d2599d0ea036b18')
-b2sums=('6a2fa75d8eee35bddc5f0c87ac8efd2c9974e751c453d52e49873e9bdbc750935f038263081ae28fcdd4ad2175f7fe3013b3a3e2f09983c7f4a33b66beb3d6b2')
+sha512sums=('15addde64d5ce1c32dbb12fad2ef457c6eb6920b6e04beb4f3e24967d06e1066ee487e2bda0c490dab6765a43c18601e23167b5ce07ec014d748fbc73d23addf')
+b2sums=('1e3b8b7b139e8d52deffc83bcb515c7388a8eed03a6a31ba693be8b425dd09ccdd5f41171ef8326a7aa2637cd84faedfced9c9ad7e4b4d7bc60551c6ea6af749')
 
 build() {
   cd $_name-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pydantic-extra-types/-/commit/3da7feebc4f0e1c5f9e083edf5fdfa253f791b89

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pydantic-extra-types/-/commit/3da7feebc4f0e1c5f9e083edf5fdfa253f791b89
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-pydantic-extra-types] Pushed new tag 2.8.0-1

2024-06-06 Thread David Runge (@dvzrv)


David Runge pushed new tag 2.8.0-1 at Arch Linux / Packaging / Packages / 
python-pydantic-extra-types

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




[Git][archlinux/packaging/packages/python-django-haystack] Pushed new tag 3.3.0-1

2024-06-06 Thread David Runge (@dvzrv)


David Runge pushed new tag 3.3.0-1 at Arch Linux / Packaging / Packages / 
python-django-haystack

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




[Git][archlinux/packaging/packages/python-django-haystack][main] upgpkg: 3.3.0-1

2024-06-06 Thread David Runge (@dvzrv)


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


Commits:
076288a9 by David Runge at 2024-06-06T18:10:59+02:00
upgpkg: 3.3.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,15 +1,13 @@
 pkgbase = python-django-haystack
pkgdesc = Modular search for Django
-   pkgver = 3.2.1
-   pkgrel = 4
+   pkgver = 3.3.0
+   pkgrel = 1
url = https://github.com/django-haystack/django-haystack
arch = any
license = BSD-3-Clause
-   checkdepends = gdal
checkdepends = python-dateutil
checkdepends = python-elasticsearch
checkdepends = python-geopy
-   checkdepends = python-nose
checkdepends = python-pysolr
checkdepends = python-requests
checkdepends = python-whoosh
@@ -19,12 +17,13 @@ pkgbase = python-django-haystack
makedepends = python-wheel
depends = python
depends = python-django
+   depends = python-packaging
optdepends = python-elasticsearch: interface with an elasticsearch 
instance as search backend
optdepends = python-pysolr: interface with a solr instance as search 
backend
optdepends = python-whoosh: use whoosh as search backend
optdepends = python-xapian-haystack: use python-xapian as search backend
-   source = 
python-django-haystack-3.2.1.tar.gz::https://github.com/django-haystack/django-haystack/archive/refs/tags/v3.2.1.tar.gz
-   sha512sums = 
3d7dc23bf9a65062626f2860da009fdffb7cdd81cbed4f521ff00047f4d96f25702ffab032bf5d8605502b1825f1c82f867ea796583b7bf0c94ef96699a00135
-   b2sums = 
cfdeec43014955c7b2e9ac988691c3102a752c75f3b87a57d20360c0e57db92afaff20413510f8405f0a3c8b246532aa54c3e9b1953ea32e10bc252dc3793f0f
+   source = 
python-django-haystack-3.3.0.tar.gz::https://github.com/django-haystack/django-haystack/archive/refs/tags/v3.3.0.tar.gz
+   sha512sums = 
f8fb6fe11957391d4dc48f279c07e29b2063c7268a4585c4d2d0462f9b17d3563997a29bed4da5577b4125e70668aa79ce86a553cda71cb94c1af19b9bd808fe
+   b2sums = 
d6193172f5baae90792a636f925f5d9eb6f886f362fcb36f4551dcf0e097fbb2ef58bd7a7bb8dc8401846df3eea4601566e58495f6ab8ce99b4498b8d9b55196
 
 pkgname = python-django-haystack


=
PKGBUILD
=
@@ -2,8 +2,8 @@
 
 pkgname=python-django-haystack
 _name="${pkgname#python-}"
-pkgver=3.2.1
-pkgrel=4
+pkgver=3.3.0
+pkgrel=1
 pkgdesc="Modular search for Django"
 arch=(any)
 url="https://github.com/django-haystack/django-haystack;
@@ -11,6 +11,7 @@ license=(BSD-3-Clause)
 depends=(
   python
   python-django
+  python-packaging
 )
 makedepends=(
   python-build
@@ -19,11 +20,9 @@ makedepends=(
   python-wheel
 )
 checkdepends=(
-  gdal
   python-dateutil
   python-elasticsearch
   python-geopy
-  python-nose
   python-pysolr
   python-requests
   python-whoosh
@@ -35,13 +34,8 @@ optdepends=(
   'python-xapian-haystack: use python-xapian as search backend'
 )
 source=($pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz)
-sha512sums=('3d7dc23bf9a65062626f2860da009fdffb7cdd81cbed4f521ff00047f4d96f25702ffab032bf5d8605502b1825f1c82f867ea796583b7bf0c94ef96699a00135')
-b2sums=('cfdeec43014955c7b2e9ac988691c3102a752c75f3b87a57d20360c0e57db92afaff20413510f8405f0a3c8b246532aa54c3e9b1953ea32e10bc252dc3793f0f')
-
-prepare() {
-  # remove useless version pinning
-  sed -e 's/==/>=/g' -i $_name-$pkgver/setup.py
-}
+sha512sums=('f8fb6fe11957391d4dc48f279c07e29b2063c7268a4585c4d2d0462f9b17d3563997a29bed4da5577b4125e70668aa79ce86a553cda71cb94c1af19b9bd808fe')
+b2sums=('d6193172f5baae90792a636f925f5d9eb6f886f362fcb36f4551dcf0e097fbb2ef58bd7a7bb8dc8401846df3eea4601566e58495f6ab8ce99b4498b8d9b55196')
 
 build() {
   cd $_name-$pkgver
@@ -49,23 +43,8 @@ build() {
 }
 
 check() {
-  local nose_options=(
---exclude=test_more_like_this
---exclude=test_pagination
---exclude=test_search_query
-# broken with pytest 8
---exclude=test_values
---exclude=test_valueslist
---exclude=test_repr
---exclude=test_values_sqs
---exclude=test_valueslist_sqs
---cover-package=haystack
---cover-erase
---verbose
-  )
-
-  cd $_name-$pkgver/test_haystack/
-  nosetests "${nose_options[@]}"
+  cd $_name-$pkgver/
+  python test_haystack/run_tests.py
 }
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-django-haystack/-/commit/076288a9ac673e7c408951064469a021ade19402

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




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

2024-06-06 Thread David Runge (@dvzrv)


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


Commits:
bd089d7e by David Runge at 2024-06-06T18:09:59+02:00
upgpkg: 0.15.4-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = python-unearth
pkgdesc = A utility to fetch and download python packages
-   pkgver = 0.15.3
+   pkgver = 0.15.4
pkgrel = 1
url = https://github.com/frostming/unearth
arch = any
@@ -20,8 +20,8 @@ pkgbase = python-unearth
depends = python-httpx
optdepends = python-keyring: use keyring for authentication
optdepends = python-requests: use legacy facilities for download
-   source = 
python-unearth-0.15.3.tar.gz::https://github.com/frostming/unearth/archive/refs/tags/0.15.3.tar.gz
-   sha512sums = 
c7f6d42372475b6250b21cf799e873ad2ef0f0731841cc6a0bece4ac79944ed2539cdf52c19c23694f4f410421741e440b9b523ce314277d0cac60b8f35ac233
-   b2sums = 
d254e95060bfa78c32f7e4efffae512884079c5c2f21717ece6353137fbb4a98ee6e3213ee01a75c13e1fbb9af6a6b67f6622aac1bdf86e2c3b51348bbac264b
+   source = 
python-unearth-0.15.4.tar.gz::https://github.com/frostming/unearth/archive/refs/tags/0.15.4.tar.gz
+   sha512sums = 
ba14ac593f5d46ee176e599343daf65e550c30d683709771980e6e2173c6f9d1549962733b495a210880f84a7bc5ae76fdc26414f859def7d28f1241dfe857d0
+   b2sums = 
e684cd60e0dbeefa8d73d09966559f42b8c0249cf28f0e439ce9ad9847802c887e489a5cd10905a7e3655134c92fcac69466052d99f8c97b33865517e41c849f
 
 pkgname = python-unearth


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 _name=unearth
 pkgname=python-unearth
-pkgver=0.15.3
+pkgver=0.15.4
 pkgrel=1
 pkgdesc="A utility to fetch and download python packages"
 arch=(any)
@@ -34,8 +34,8 @@ optdepends=(
 source=(
   $pkgname-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz
 )
-sha512sums=('c7f6d42372475b6250b21cf799e873ad2ef0f0731841cc6a0bece4ac79944ed2539cdf52c19c23694f4f410421741e440b9b523ce314277d0cac60b8f35ac233')
-b2sums=('d254e95060bfa78c32f7e4efffae512884079c5c2f21717ece6353137fbb4a98ee6e3213ee01a75c13e1fbb9af6a6b67f6622aac1bdf86e2c3b51348bbac264b')
+sha512sums=('ba14ac593f5d46ee176e599343daf65e550c30d683709771980e6e2173c6f9d1549962733b495a210880f84a7bc5ae76fdc26414f859def7d28f1241dfe857d0')
+b2sums=('e684cd60e0dbeefa8d73d09966559f42b8c0249cf28f0e439ce9ad9847802c887e489a5cd10905a7e3655134c92fcac69466052d99f8c97b33865517e41c849f')
 
 build() {
   cd $_name-$pkgver



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

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




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

2024-06-06 Thread David Runge (@dvzrv)


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

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




[Git][archlinux/packaging/packages/nextcloud-app-calendar] Pushed new tag 1-4.7.6-1

2024-06-06 Thread David Runge (@dvzrv)


David Runge pushed new tag 1-4.7.6-1 at Arch Linux / Packaging / Packages / 
nextcloud-app-calendar

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




[Git][archlinux/packaging/packages/nextcloud-app-calendar][main] upgpkg: 1:4.7.6-1

2024-06-06 Thread David Runge (@dvzrv)


David Runge pushed to branch main at Arch Linux / Packaging / Packages / 
nextcloud-app-calendar


Commits:
6cc731cd by David Runge at 2024-06-06T16:08:13+02:00
upgpkg: 1:4.7.6-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = nextcloud-app-calendar
pkgdesc = Calendar app for nextcloud
-   pkgver = 4.7.4
+   pkgver = 4.7.6
pkgrel = 1
epoch = 1
url = https://github.com/nextcloud/calendar/
@@ -10,8 +10,8 @@ pkgbase = nextcloud-app-calendar
makedepends = nextcloud
makedepends = yq
options = !strip
-   source = 
https://github.com/nextcloud-releases/calendar/releases/download/v4.7.4/calendar-v4.7.4.tar.gz
-   sha256sums = 
0b70187f5993dda3760cadb721a7e33c898adba36d8351bb1a76394d3ecff9fb
-   b2sums = 
120bc9c5894f586331bb6f2ca4da5d10ce0879ab0a21bb2a8d3fa8a095ebf5f9f62d893368f20da47629b6decf222b728fb18c31307e4772da2007a23df80d2a
+   source = 
https://github.com/nextcloud-releases/calendar/releases/download/v4.7.6/calendar-v4.7.6.tar.gz
+   sha256sums = 
592cf7d2bb5adcf74d6b18acc54344d59729e4c3dfc3d8c1f5eaef32382366cb
+   b2sums = 
370b97ef266e525ebbcfeb6fbe9f1e0c18a356711a913ef19bfd5e22d9fde9bf475c135f2e965872301c548fe8043e99d56553a609a5c5156aac44713408eb17
 
 pkgname = nextcloud-app-calendar


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 pkgname=nextcloud-app-calendar
 _name=calendar
 epoch=1
-pkgver=4.7.4
+pkgver=4.7.6
 pkgrel=1
 pkgdesc="Calendar app for nextcloud"
 arch=(any)
@@ -13,8 +13,8 @@ makedepends=(nextcloud yq)
 groups=(nextcloud-apps)
 options=(!strip)
 
source=(https://github.com/nextcloud-releases/calendar/releases/download/v$pkgver/$_name-v$pkgver.tar.gz)
-sha256sums=('0b70187f5993dda3760cadb721a7e33c898adba36d8351bb1a76394d3ecff9fb')
-b2sums=('120bc9c5894f586331bb6f2ca4da5d10ce0879ab0a21bb2a8d3fa8a095ebf5f9f62d893368f20da47629b6decf222b728fb18c31307e4772da2007a23df80d2a')
+sha256sums=('592cf7d2bb5adcf74d6b18acc54344d59729e4c3dfc3d8c1f5eaef32382366cb')
+b2sums=('370b97ef266e525ebbcfeb6fbe9f1e0c18a356711a913ef19bfd5e22d9fde9bf475c135f2e965872301c548fe8043e99d56553a609a5c5156aac44713408eb17')
 
 # BEGIN boilerplate nextcloud app version clamping, see also other packages in 
group
 # 1. Call respective function helpers in check() and package() *after* cd'ing 
to the source directory



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nextcloud-app-calendar/-/commit/6cc731cd35bf2a7ea3306e3e397ef6638f0c6351

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




[Git][archlinux/packaging/packages/nextcloud] Pushed new tag 29.0.2-1

2024-06-06 Thread David Runge (@dvzrv)


David Runge pushed new tag 29.0.2-1 at Arch Linux / Packaging / Packages / 
nextcloud

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




[Git][archlinux/packaging/packages/nextcloud][main] upgpkg: 29.0.2-1

2024-06-06 Thread David Runge (@dvzrv)


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


Commits:
f8835d27 by David Runge at 2024-06-06T16:05:21+02:00
upgpkg: 29.0.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = nextcloud
pkgdesc = A cloud server to store your files centrally on a hardware 
controlled by you
-   pkgver = 29.0.1
+   pkgver = 29.0.2
pkgrel = 1
url = https://nextcloud.com
install = nextcloud.install
@@ -22,8 +22,8 @@ pkgbase = nextcloud
backup = etc/webapps/nextcloud/config/config.php
backup = etc/webapps/nextcloud/.htaccess
backup = etc/uwsgi/nextcloud.ini
-   source = 
https://download.nextcloud.com/server/releases/nextcloud-29.0.1.tar.bz2
-   source = 
https://download.nextcloud.com/server/releases/nextcloud-29.0.1.tar.bz2.asc
+   source = 
https://download.nextcloud.com/server/releases/nextcloud-29.0.2.tar.bz2
+   source = 
https://download.nextcloud.com/server/releases/nextcloud-29.0.2.tar.bz2.asc
source = apache.example.conf
source = nextcloud.config.php
source = nextcloud.hook
@@ -34,7 +34,7 @@ pkgbase = nextcloud
source = nextcloud-cron.service
source = nextcloud-cron.timer
validpgpkeys = 28806A878AE423A28372792ED75899B9A724937A
-   sha512sums = 
22fa14231e7e6c81a4ddb1565618bdd63a491f4a53a0f47971f77f6083fbf19ad4767e62d11badce9b19ed3bd06109092f0cc580a39f552ce625c8cb458debeb
+   sha512sums = 
1d595e4f7c0159cf62120f786c1b4a1d6221bdd000d3c7f45990c287319ee8b87ba70d036eb740073752bc9f80403f939c576fe5398bb37e2063483840d9fc67
sha512sums = SKIP
sha512sums = 
5f9be223225e6ad2772989c440df8585a852ea0be697274384064ec73df47dab2f5d0847c275732fab26c419a713911d8f77ebc2b639bf6e8ede76272b752cde
sha512sums = 
92592f9a76ee534d0ae6d3aedf2257c147337debe7e2d6dbec1daff66a682e3abc74611e08662058de314bf3ea6ff1c85efd678674b782d71251c38786e446f9
@@ -45,7 +45,7 @@ pkgbase = nextcloud
sha512sums = 
adff09fa5eb5932aa76f987ae92177fff799c0ca4233c418ba47796078fe1ced9d49e987a57a304a4779d43d8e64dffd8ba69443348810f09c5d5127eadd162f
sha512sums = 
3d3e22841bbae0b910c1d1dc9cccfff1182f5fd569c39ae76ca7f3828de31d5d91bf0d28524dd397171f027046bfb193845ecfc06bd0abbbc79899acb26306bb
sha512sums = 
eb69785a5b0df0e2a11f53f9c2e2dbf75681d7c698e88cbcc5ceed713a558d528511cc576813cc083cbaa28a2c83d543a39436ad4805670348ef22634305b1c8
-   b2sums = 
6b317f536be46a6d1f1f1522b7d81ec404e72c8822cf5cd9e5e3324d341d7abffcc57d90b5c3013c3190dde9daf62682008c95a13a5d1e5c0ddf3714ca2a1e4f
+   b2sums = 
c33cc2a13e797cb2777bed7d1c17d4559a83195b186bb62025d7f0c32e75a739979556eb842773fee2bb6c6af24e9f0adf1740b6896814d706f4e8d1c730a0fc
b2sums = SKIP
b2sums = 
7d40d120c28291f1a7537f3e1b5049fa83c9c0af949371345ea9ccdf3de4a0f3a3a06edbc52d9254dba483e4d11acf562cf679b9e379c5dfc2f61dfbfc2e4cef
b2sums = 
4ad061efbc20b4d0e9f8cfd01c5e8e612fa5af29bce754b77f90c1835b98ee445ef4de3d8c83da91461053622620af14d880eb9014b51f2383c75f1860d479f4


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 pkgname=nextcloud
 # NOTE: always check first whether the version is supposed to be packaged:
 # https://github.com/nextcloud/server/wiki/Maintenance-and-Release-Schedule
-pkgver=29.0.1
+pkgver=29.0.2
 pkgrel=1
 pkgdesc="A cloud server to store your files centrally on a hardware controlled 
by you"
 arch=(any)
@@ -43,7 +43,7 @@ source=(
   $pkgname-cron.service
   $pkgname-cron.timer
 )
-sha512sums=('22fa14231e7e6c81a4ddb1565618bdd63a491f4a53a0f47971f77f6083fbf19ad4767e62d11badce9b19ed3bd06109092f0cc580a39f552ce625c8cb458debeb'
+sha512sums=('1d595e4f7c0159cf62120f786c1b4a1d6221bdd000d3c7f45990c287319ee8b87ba70d036eb740073752bc9f80403f939c576fe5398bb37e2063483840d9fc67'
 'SKIP'
 
'5f9be223225e6ad2772989c440df8585a852ea0be697274384064ec73df47dab2f5d0847c275732fab26c419a713911d8f77ebc2b639bf6e8ede76272b752cde'
 
'92592f9a76ee534d0ae6d3aedf2257c147337debe7e2d6dbec1daff66a682e3abc74611e08662058de314bf3ea6ff1c85efd678674b782d71251c38786e446f9'
@@ -54,7 +54,7 @@ 
sha512sums=('22fa14231e7e6c81a4ddb1565618bdd63a491f4a53a0f47971f77f6083fbf19ad47
 
'adff09fa5eb5932aa76f987ae92177fff799c0ca4233c418ba47796078fe1ced9d49e987a57a304a4779d43d8e64dffd8ba69443348810f09c5d5127eadd162f'
 
'3d3e22841bbae0b910c1d1dc9cccfff1182f5fd569c39ae76ca7f3828de31d5d91bf0d28524dd397171f027046bfb193845ecfc06bd0abbbc79899acb26306bb'
 
'eb69785a5b0df0e2a11f53f9c2e2dbf75681d7c698e88cbcc5ceed713a558d528511cc576813cc083cbaa28a2c83d543a39436ad4805670348ef22634305b1c8')
-b2sums=('6b317f536be46a6d1f1f1522b7d81ec404e72c8822cf5cd9e5e3324d341d7abffcc57d90b5c3013c3190dde9daf62682008c95a13a5d1e5c0ddf3714ca2a1e4f'

[Git][archlinux/packaging/packages/cargo-cyclonedx] Pushed new tag 0.5.3-1

2024-06-06 Thread David Runge (@dvzrv)


David Runge pushed new tag 0.5.3-1 at Arch Linux / Packaging / Packages / 
cargo-cyclonedx

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




[Git][archlinux/packaging/packages/cargo-cyclonedx][main] upgpkg: 0.5.3-1

2024-06-06 Thread David Runge (@dvzrv)


David Runge pushed to branch main at Arch Linux / Packaging / Packages / 
cargo-cyclonedx


Commits:
fb9d6e83 by David Runge at 2024-06-06T16:04:43+02:00
upgpkg: 0.5.3-1

- - - - -


3 changed files:

- .SRCINFO
- PKGBUILD
- − cargo-cyclonedx-0.5.2-lockfile.patch


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = cargo-cyclonedx
pkgdesc = Creates CycloneDX Software Bill of Materials (SBOM) from Rust 
(Cargo) projects
-   pkgver = 0.5.2
+   pkgver = 0.5.3
pkgrel = 1
url = https://github.com/CycloneDX/cyclonedx-rust-cargo
arch = x86_64
@@ -9,11 +9,8 @@ pkgbase = cargo-cyclonedx
depends = cargo
depends = gcc-libs
depends = glibc
-   source = 
cargo-cyclonedx-0.5.2.tar.gz::https://github.com/CycloneDX/cyclonedx-rust-cargo/archive/refs/tags/cargo-cyclonedx-0.5.2.tar.gz
-   source = cargo-cyclonedx-0.5.2-lockfile.patch
-   sha512sums = 
c8ff842b515f75805e6718cd03eb18fcbdc34fd40a4cccb15852f38f5503db570c13e024d3eb51ea852db0eb2d848b5d9cd369f72e3b6cc4a1f84ba7c076ec7e
-   sha512sums = 
7999ea9435f3186e94c312f035870c4255e9c2e29adb067d2abd6f5a1da2a6bad11b2d50c0fcf04ef45a977ecb37b47ac9d0eddf04c9bb60e8852b6ead81bf00
-   b2sums = 
b7987dad30fa6c06faa97a360bbbd167fd67d613c44279e4f9c65e6b9661a1627f76ecd05a3f17a3b33ac4447b254dc81cab3cb195c846a0182b5294d095b2f1
-   b2sums = 
eb31ffcf2d47742c39dcf1330fa6e72772494cf109a4be585e935f24d3b63b0d5b8d7c9687d1fc5cb91a0f6063387923c127612c897acd3cae0c7be8bf61af5f
+   source = 
cargo-cyclonedx-0.5.3.tar.gz::https://github.com/CycloneDX/cyclonedx-rust-cargo/archive/refs/tags/cargo-cyclonedx-0.5.3.tar.gz
+   sha512sums = 
79d85448c17005a68b3ac0e9b56a7e4f74867a8f916605f2b1deb1eaf9b2d064dedef955dffdd9e474ee968d73bc0f3b803fce57af85b4e5779edacb08e6e0a9
+   b2sums = 
80ee91d8db578c376424fd7e6032b1158d7a4d5f445bb2cf567c3699a0c30c6454801bbcaee15a624ca455d725ae6250964452f9e6b6bcf6d1fda49a806caabe
 
 pkgname = cargo-cyclonedx


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 _upstream_name=cyclonedx-rust-cargo
 pkgname=cargo-cyclonedx
-pkgver=0.5.2
+pkgver=0.5.3
 pkgrel=1
 pkgdesc="Creates CycloneDX Software Bill of Materials (SBOM) from Rust (Cargo) 
projects"
 arch=(x86_64)
@@ -16,16 +16,12 @@ depends=(
 makedepends=(rust)
 source=(
   $pkgname-$pkgver.tar.gz::$url/archive/refs/tags/$pkgname-$pkgver.tar.gz
-  $pkgname-0.5.2-lockfile.patch
 )
-sha512sums=('c8ff842b515f75805e6718cd03eb18fcbdc34fd40a4cccb15852f38f5503db570c13e024d3eb51ea852db0eb2d848b5d9cd369f72e3b6cc4a1f84ba7c076ec7e'
-
'7999ea9435f3186e94c312f035870c4255e9c2e29adb067d2abd6f5a1da2a6bad11b2d50c0fcf04ef45a977ecb37b47ac9d0eddf04c9bb60e8852b6ead81bf00')
-b2sums=('b7987dad30fa6c06faa97a360bbbd167fd67d613c44279e4f9c65e6b9661a1627f76ecd05a3f17a3b33ac4447b254dc81cab3cb195c846a0182b5294d095b2f1'
-
'eb31ffcf2d47742c39dcf1330fa6e72772494cf109a4be585e935f24d3b63b0d5b8d7c9687d1fc5cb91a0f6063387923c127612c897acd3cae0c7be8bf61af5f')
+sha512sums=('79d85448c17005a68b3ac0e9b56a7e4f74867a8f916605f2b1deb1eaf9b2d064dedef955dffdd9e474ee968d73bc0f3b803fce57af85b4e5779edacb08e6e0a9')
+b2sums=('80ee91d8db578c376424fd7e6032b1158d7a4d5f445bb2cf567c3699a0c30c6454801bbcaee15a624ca455d725ae6250964452f9e6b6bcf6d1fda49a806caabe')
 
 prepare() {
   cd $_upstream_name-$pkgname-$pkgver
-  patch -Np1 -i ../$pkgname-0.5.2-lockfile.patch  # 
https://github.com/CycloneDX/cyclonedx-rust-cargo/issues/728
   export RUSTUP_TOOLCHAIN=stable
   cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')"
 }


=
cargo-cyclonedx-0.5.2-lockfile.patch deleted
=
@@ -1,22 +0,0 @@
-diff --git i/Cargo.lock w/Cargo.lock
-index 6c3d7fd..46c4f36 100644
 i/Cargo.lock
-+++ w/Cargo.lock
-@@ -227,7 +227,7 @@ dependencies = [
- 
- [[package]]
- name = "cargo-cyclonedx"
--version = "0.5.1"
-+version = "0.5.2"
- dependencies = [
-  "anyhow",
-  "assert_cmd",
-@@ -373,7 +373,7 @@ checksum = 
"06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
- 
- [[package]]
- name = "cyclonedx-bom"
--version = "0.6.0"
-+version = "0.6.1"
- dependencies = [
-  "base64",
-  "cyclonedx-bom-macros",



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

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




[Git][archlinux/packaging/packages/rosegarden] Pushed new tag 24.06-1

2024-06-06 Thread David Runge (@dvzrv)


David Runge pushed new tag 24.06-1 at Arch Linux / Packaging / Packages / 
rosegarden

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




[Git][archlinux/packaging/packages/rosegarden][main] 2 commits: Add nvchecker integration

2024-06-06 Thread David Runge (@dvzrv)


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


Commits:
e3d78804 by David Runge at 2024-06-06T14:20:17+02:00
Add nvchecker integration

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

- - - - -
c63f7a99 by David Runge at 2024-06-06T15:55:24+02:00
upgpkg: 24.06-1

- - - - -


3 changed files:

- .SRCINFO
- + .nvchecker.toml
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = rosegarden
pkgdesc = MIDI/audio sequencer and notation editor
-   pkgver = 23.12
+   pkgver = 24.06
pkgrel = 1
url = https://www.rosegardenmusic.com/
arch = x86_64
@@ -38,9 +38,9 @@ pkgbase = rosegarden
optdepends = wavpack: Lossless audio codec support
provides = dssi-host
provides = ladspa-host
-   source = 
https://downloads.sourceforge.net/rosegarden/rosegarden-23.12.tar.xz
-   sha512sums = 
a51a5ddb1fe9c2ef0c2f7b16f8fbc4fd4fd727e7a3873bd744177a00188fa13d696fd800d38f0a67e16c33c3a98a8a924e72a4a6fa347ea68f1dd1cdf6492d24
-   b2sums = 
7010657bdc3f159982b1f6eff83a5cbf1ca2c8300ccde786995645712471f31ed8b6ca1faa54e63748745de7731a29144a4144b59801d9c41bedfe4574ee4bdc
+   source = 
https://downloads.sourceforge.net/rosegarden/rosegarden-24.06.tar.xz
+   sha512sums = 
345e6498dbed3bcefb6a8bca9b0f799ffb6c2031802901d4e649a764a7727f06fcbda5ef5e8e4375dcf0a6fac250419ac1e8f709767583564becf98af8dffdce
+   b2sums = 
82218675b9bf124ae2d5a1355b53b93ce7f8ceaeef0fe498038427f5248cf8cc687b1a34eca839f784eced496c9208ab8bca6c20821f6edd04238404ffc663b5
 
 pkgname = rosegarden
depends = gcc-libs


=
.nvchecker.toml
=
@@ -0,0 +1,3 @@
+[rosegarden]
+source = "git"
+git = "https://git.code.sf.net/p/rosegarden/git;


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 # Contributor: Robert Emil Berge 
 
 pkgname=rosegarden
-pkgver=23.12
+pkgver=24.06
 pkgrel=1
 pkgdesc="MIDI/audio sequencer and notation editor"
 arch=(x86_64)
@@ -56,8 +56,8 @@ provides=(
 source=(
   https://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.xz
 )
-sha512sums=('a51a5ddb1fe9c2ef0c2f7b16f8fbc4fd4fd727e7a3873bd744177a00188fa13d696fd800d38f0a67e16c33c3a98a8a924e72a4a6fa347ea68f1dd1cdf6492d24')
-b2sums=('7010657bdc3f159982b1f6eff83a5cbf1ca2c8300ccde786995645712471f31ed8b6ca1faa54e63748745de7731a29144a4144b59801d9c41bedfe4574ee4bdc')
+sha512sums=('345e6498dbed3bcefb6a8bca9b0f799ffb6c2031802901d4e649a764a7727f06fcbda5ef5e8e4375dcf0a6fac250419ac1e8f709767583564becf98af8dffdce')
+b2sums=('82218675b9bf124ae2d5a1355b53b93ce7f8ceaeef0fe498038427f5248cf8cc687b1a34eca839f784eced496c9208ab8bca6c20821f6edd04238404ffc663b5')
 
 build() {
   local cmake_options=(



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/rosegarden/-/compare/811a502562b570f3f4d88347ed41089500e81abd...c63f7a99082d0189f1538f13c1a63f4627b1bb4f

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/rosegarden/-/compare/811a502562b570f3f4d88347ed41089500e81abd...c63f7a99082d0189f1538f13c1a63f4627b1bb4f
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/containers-common][main] upgpkg: 1:0.59.1-1

2024-06-06 Thread David Runge (@dvzrv)


David Runge pushed to branch main at Arch Linux / Packaging / Packages / 
containers-common


Commits:
eb36380f by David Runge at 2024-06-06T14:20:49+02:00
upgpkg: 1:0.59.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = containers-common
pkgdesc = Configuration files and manpages for containers
-   pkgver = 0.59.0
+   pkgver = 0.59.1
pkgrel = 1
epoch = 1
url = https://github.com/containers
@@ -16,27 +16,27 @@ pkgbase = containers-common
backup = etc/containers/registries.conf
backup = etc/containers/seccomp.json
backup = etc/containers/storage.conf
-   source = 
common-0.59.0.tar.gz::https://github.com/containers/common/archive/v0.59.0.tar.gz
+   source = 
common-0.59.1.tar.gz::https://github.com/containers/common/archive/v0.59.1.tar.gz
source = 
image-5.31.0.tar.gz::https://github.com/containers/image/archive/v5.31.0.tar.gz
-   source = 
podman-5.1.0.tar.gz::https://github.com/containers/podman/archive/v5.1.0.tar.gz
+   source = 
podman-5.1.1.tar.gz::https://github.com/containers/podman/archive/v5.1.1.tar.gz
source = 
skopeo-1.15.1.tar.gz::https://github.com/containers/skopeo/archive/v1.15.1.tar.gz
source = 
storage-1.54.0.tar.gz::https://github.com/containers/storage/archive/v1.54.0.tar.gz
source = 
shortnames-2023.02.20.tar.gz::https://github.com/containers/shortnames/archive/refs/tags/v2023.02.20.tar.gz
source = mounts.conf
source = tmpfiles.conf
source = containers-common-0.48.0-init_path.patch
-   sha512sums = 
2c4e47452f30d9e34b9b77e40a430dad2dccab009265631c60ccf2a2d99526ca9c13deb1421a735b216c9333c703a29773b1cc498d0c8b7f1822b54652bc3356
+   sha512sums = 
452c9b84f7631afdf39b7b1fcaf2f721bede312d8fb55b89a953f16ca3546c0df11bb23c99588a592b6375275516d1364570261fbc15301ca3ad486ee66eae32
sha512sums = 
2d4812254454aaad524148743dc51be31167433deeae593504b42a65a8d152338a38b0728fc6e00b20c8ad89024cf51ef574afb9b5239dacee9ee2b37bcdb2f4
-   sha512sums = 
0cd6b5c8031c2e8e3fdd88f97c8f08881ef08cc6401d52c973730c6b5c9e3084e124394115ad016055527e70df0bc5d916ae77ab6c6bcd0c7689a0ba9de663a4
+   sha512sums = 
e896ee97980da4a522eb865d2eacb6876dd8bc5be1488aed8bd81a81af95faa1383b176b5d236d4af0f76bc30ddad5230df3e11c59ffc6f86e5b4cf3876ff184
sha512sums = 
686d17da4a84d9029d688cfca08724576564ce2a05aed9380bf55059c244c90cffa3b21c2dbe84b19b746773e98d5f26e5ceaca58f7be26b656125977685c663
sha512sums = 
e3535ab378bcb7b852d1ebf431e94696f53da469278f618c07dde2d3c8c6b5b3a4c71d65a9c14d1c1b4fa1e41a0550029468ef9ba1f24c1d3294a5aeec55b5fd
sha512sums = 
856dbbeb2acda276e9605bd1ecec0f8d65952c597ee2af61dd8909d7d3c04e5ef06c40b69ec4a98f79e623c536850f614c1b0af3a19637e300e7d3a285933193
sha512sums = 
11fa515bbb0686d2b49c4fd2ab35348cb19f9c6780d6eb951a33b07ed7b7c72a676627f36e8c74e1a2d15e306d4537178f0e127fd3490f6131d078e56b46d5e1
sha512sums = 
2b187c119db95cda439f36509545fd0f45530c69d9139823387f9aa68ea2e9c4b3dee8ee21a517daa73a88ac63cc694e0e170061bfc1503425c21868b2ccf7dd
sha512sums = 
4a6526d01f192f0eb4dcbd28c019a2b0db6dc2128af644e8e89992e5dcfa45a02c739b06ee01e22606b5cb847213c002f8ab5f87a576846ac73f73eed9b2b469
-   b2sums = 
d8906ddaf831eade2f9f1d469956c8302eacd2a9154b069b9049f242a996ea9dec3ffb1e0848949a318911c0fd5ede00d88a00842c60995ee6d8d7c983537831
+   b2sums = 
5b3b947789f889955716816fa15a84eb2f398d6cfb59c85bd969442fb8f55715f2c17c78d963ae913d96e6a109f69da745cfc7db8d23e2ed6516f992b982dda0
b2sums = 
312177fc9ecd3c0f10ee807933a4870c6288b44dcb4384d54d7c43c0c462a1bd04238c60dc1f2cb738e8ea5ef9f8dd879d5716fcc13e073f116e1041d5978e29
-   b2sums = 
3c1f9225a34012c5327b5311d140329e1cfb230f8d3efa388000b58568e29ab36890c7358d0e3567359948e7b4e9a6a230f12a4546455b97a658d3e2cfa4e431
+   b2sums = 
0612a148972c96f532e96a8eb1ab388d80b32fe2ca7c5626e615748ef269a853407aeb39f34686d9eb75de239882e524cf5ee7c97152caccf5f77eb6ecfd54d8
b2sums = 
aa688197fe0d803b6cb1f4e7c5c998a917e7d588fa41b9e6ede6d60fd1ef12f209e2f119bc29143bf92ae3349c1168e33f79cb36d6c7f5a1a22bcbf3f4e51792
b2sums = 
30f3e4287e9db46fca81ae6c08d3016ec4be6f38a4981d310f06cbc72e4125b458446fe49675f53232efdf0bec58e9cd18aa90424677e1b726338f1fb62b7172
b2sums = 
165a4c51bd284078990c94059145bb6b4bd5de4d8595eb2ccd2acc6fe8561e7edc300b7edadc684675ee281d7ada1c3a6d5aa0117c640ec22c2d2ef7e46486b5


=
PKGBUILD
=
@@ -1,11 +1,11 @@
 # Maintainer: David Runge 
 
 pkgname=containers-common
-pkgver=0.59.0
+pkgver=0.59.1
 pkgrel=1
 epoch=1
 _image_pkgver=5.31.0
-_podman_pkgver=5.1.0
+_podman_pkgver=5.1.1
 _shortnames_pkgver=2023.02.20
 _skopeo_pkgver=1.15.1
 _storage_pkgver=1.54.0
@@ -37,18 +37,18 @@ source=(
   tmpfiles.conf
   $pkgname-0.48.0-init_path.patch
 )

[Git][archlinux/packaging/packages/containers-common] Pushed new tag 1-0.59.1-1

2024-06-06 Thread David Runge (@dvzrv)


David Runge pushed new tag 1-0.59.1-1 at Arch Linux / Packaging / Packages / 
containers-common

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




[Git][archlinux/packaging/packages/podman][main] upgpkg: 5.1.1-1

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


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


Commits:
54532ee6 by David Runge at 2024-06-05T00:41:47+02:00
upgpkg: 5.1.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = podman
pkgdesc = Tool and library for running OCI-based containers in pods
-   pkgver = 5.1.0
+   pkgver = 5.1.1
pkgrel = 1
url = https://github.com/containers/podman
arch = x86_64
@@ -16,12 +16,12 @@ pkgbase = podman
makedepends = libseccomp
makedepends = systemd
options = !lto
-   source = git+https://github.com/containers/podman?signed#tag=v5.1.0
+   source = git+https://github.com/containers/podman?signed#tag=v5.1.1
source = podman-4.6.0-defaultinitpath.patch
validpgpkeys = B7DBDCA456F7335E91F1C25CD3624C551D0515C4
validpgpkeys = 7CE1E6F8C90CB53E7E4D8F2D502E08DB0BBF8EEE
validpgpkeys = 9E33DD8704CC03E2DEB84D9A1C1EDD7CC7C3A0DD
-   sha256sums = 
d2bdf9b6494eb42f286351ac43723f75c270961fef902f5f93b604df0311b032
+   sha256sums = 
9b5df94be8a54a69158e2cfcf63f7d5ba5bd1b6529172889e57394a23ffa746c
sha256sums = 
eeacf654707b9b8d6a6c08453b5625d9cf31010d666f82f4851aa34433b97700
 
 pkgname = podman


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgbase=podman
 pkgname=(podman podman-docker)
-pkgver=5.1.0
+pkgver=5.1.1
 pkgrel=1
 pkgdesc='Tool and library for running OCI-based containers in pods'
 arch=(x86_64)
@@ -35,7 +35,7 @@ validpgpkeys=(
   7CE1E6F8C90CB53E7E4D8F2D502E08DB0BBF8EEE  # Ashley Cui 
   9E33DD8704CC03E2DEB84D9A1C1EDD7CC7C3A0DD  # Lokesh Mandvekar 

 )
-sha256sums=('d2bdf9b6494eb42f286351ac43723f75c270961fef902f5f93b604df0311b032'
+sha256sums=('9b5df94be8a54a69158e2cfcf63f7d5ba5bd1b6529172889e57394a23ffa746c'
 'eeacf654707b9b8d6a6c08453b5625d9cf31010d666f82f4851aa34433b97700')
 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/podman/-/commit/54532ee6979a68073233d6f43281114c618be1ba

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




[Git][archlinux/packaging/packages/podman] Pushed new tag 5.1.1-1

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


David Runge pushed new tag 5.1.1-1 at Arch Linux / Packaging / Packages / podman

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




[Git][archlinux/packaging/packages/cargo-cyclonedx][main] upgpkg: 0.5.2-1

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


David Runge pushed to branch main at Arch Linux / Packaging / Packages / 
cargo-cyclonedx


Commits:
5c71ff14 by David Runge at 2024-06-04T20:12:54+02:00
upgpkg: 0.5.2-1

Add patch to update lock file for release:
https://github.com/CycloneDX/cyclonedx-rust-cargo/issues/728

- - - - -


3 changed files:

- .SRCINFO
- PKGBUILD
- + cargo-cyclonedx-0.5.2-lockfile.patch


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = cargo-cyclonedx
pkgdesc = Creates CycloneDX Software Bill of Materials (SBOM) from Rust 
(Cargo) projects
-   pkgver = 0.5.1
+   pkgver = 0.5.2
pkgrel = 1
url = https://github.com/CycloneDX/cyclonedx-rust-cargo
arch = x86_64
@@ -9,8 +9,11 @@ pkgbase = cargo-cyclonedx
depends = cargo
depends = gcc-libs
depends = glibc
-   source = 
cargo-cyclonedx-0.5.1.tar.gz::https://github.com/CycloneDX/cyclonedx-rust-cargo/archive/refs/tags/cargo-cyclonedx-0.5.1.tar.gz
-   sha512sums = 
152b4139144aad41f85307ba50103788c813a00210194dbec9edafe635db0e9f8de918044dfcfc610a6336a57036d018741e729eca1806f70f84cfd34dc3fd89
-   b2sums = 
3887b87a17f7d3db51d19170602c4845c4a5d483ef0c0a4899fa0c4c9dbfee454387588eac820559d81fdc3fd8e514d45573d54ad895cc38c1d23809bf8e9405
+   source = 
cargo-cyclonedx-0.5.2.tar.gz::https://github.com/CycloneDX/cyclonedx-rust-cargo/archive/refs/tags/cargo-cyclonedx-0.5.2.tar.gz
+   source = cargo-cyclonedx-0.5.2-lockfile.patch
+   sha512sums = 
c8ff842b515f75805e6718cd03eb18fcbdc34fd40a4cccb15852f38f5503db570c13e024d3eb51ea852db0eb2d848b5d9cd369f72e3b6cc4a1f84ba7c076ec7e
+   sha512sums = 
7999ea9435f3186e94c312f035870c4255e9c2e29adb067d2abd6f5a1da2a6bad11b2d50c0fcf04ef45a977ecb37b47ac9d0eddf04c9bb60e8852b6ead81bf00
+   b2sums = 
b7987dad30fa6c06faa97a360bbbd167fd67d613c44279e4f9c65e6b9661a1627f76ecd05a3f17a3b33ac4447b254dc81cab3cb195c846a0182b5294d095b2f1
+   b2sums = 
eb31ffcf2d47742c39dcf1330fa6e72772494cf109a4be585e935f24d3b63b0d5b8d7c9687d1fc5cb91a0f6063387923c127612c897acd3cae0c7be8bf61af5f
 
 pkgname = cargo-cyclonedx


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 _upstream_name=cyclonedx-rust-cargo
 pkgname=cargo-cyclonedx
-pkgver=0.5.1
+pkgver=0.5.2
 pkgrel=1
 pkgdesc="Creates CycloneDX Software Bill of Materials (SBOM) from Rust (Cargo) 
projects"
 arch=(x86_64)
@@ -14,12 +14,18 @@ depends=(
   glibc
 )
 makedepends=(rust)
-source=($pkgname-$pkgver.tar.gz::$url/archive/refs/tags/$pkgname-$pkgver.tar.gz)
-sha512sums=('152b4139144aad41f85307ba50103788c813a00210194dbec9edafe635db0e9f8de918044dfcfc610a6336a57036d018741e729eca1806f70f84cfd34dc3fd89')
-b2sums=('3887b87a17f7d3db51d19170602c4845c4a5d483ef0c0a4899fa0c4c9dbfee454387588eac820559d81fdc3fd8e514d45573d54ad895cc38c1d23809bf8e9405')
+source=(
+  $pkgname-$pkgver.tar.gz::$url/archive/refs/tags/$pkgname-$pkgver.tar.gz
+  $pkgname-0.5.2-lockfile.patch
+)
+sha512sums=('c8ff842b515f75805e6718cd03eb18fcbdc34fd40a4cccb15852f38f5503db570c13e024d3eb51ea852db0eb2d848b5d9cd369f72e3b6cc4a1f84ba7c076ec7e'
+
'7999ea9435f3186e94c312f035870c4255e9c2e29adb067d2abd6f5a1da2a6bad11b2d50c0fcf04ef45a977ecb37b47ac9d0eddf04c9bb60e8852b6ead81bf00')
+b2sums=('b7987dad30fa6c06faa97a360bbbd167fd67d613c44279e4f9c65e6b9661a1627f76ecd05a3f17a3b33ac4447b254dc81cab3cb195c846a0182b5294d095b2f1'
+
'eb31ffcf2d47742c39dcf1330fa6e72772494cf109a4be585e935f24d3b63b0d5b8d7c9687d1fc5cb91a0f6063387923c127612c897acd3cae0c7be8bf61af5f')
 
 prepare() {
   cd $_upstream_name-$pkgname-$pkgver
+  patch -Np1 -i ../$pkgname-0.5.2-lockfile.patch  # 
https://github.com/CycloneDX/cyclonedx-rust-cargo/issues/728
   export RUSTUP_TOOLCHAIN=stable
   cargo fetch --locked --target "$(rustc -vV | sed -n 's/host: //p')"
 }


=
cargo-cyclonedx-0.5.2-lockfile.patch
=
@@ -0,0 +1,22 @@
+diff --git i/Cargo.lock w/Cargo.lock
+index 6c3d7fd..46c4f36 100644
+--- i/Cargo.lock
 w/Cargo.lock
+@@ -227,7 +227,7 @@ dependencies = [
+ 
+ [[package]]
+ name = "cargo-cyclonedx"
+-version = "0.5.1"
++version = "0.5.2"
+ dependencies = [
+  "anyhow",
+  "assert_cmd",
+@@ -373,7 +373,7 @@ checksum = 
"06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
+ 
+ [[package]]
+ name = "cyclonedx-bom"
+-version = "0.6.0"
++version = "0.6.1"
+ dependencies = [
+  "base64",
+  "cyclonedx-bom-macros",



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cargo-cyclonedx/-/commit/5c71ff143eaea5a52f4b99337da3d9cd3930ac06

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




[Git][archlinux/packaging/packages/cargo-cyclonedx] Pushed new tag 0.5.2-1

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


David Runge pushed new tag 0.5.2-1 at Arch Linux / Packaging / Packages / 
cargo-cyclonedx

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




[Git][archlinux/packaging/packages/maturin][main] upgpkg: 1.6.0-1

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


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


Commits:
7bc5f7d7 by David Runge at 2024-06-04T20:05:02+02:00
upgpkg: 1.6.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = maturin
pkgdesc = Build and publish crates with pyo3, rust-cpython and cffi 
bindings
-   pkgver = 1.5.1
-   pkgrel = 3
+   pkgver = 1.6.0
+   pkgrel = 1
url = https://github.com/PyO3/maturin
arch = x86_64
license = Apache-2.0 OR MIT
@@ -16,9 +16,9 @@ pkgbase = maturin
makedepends = python-wheel
makedepends = rust
options = !lto
-   source = 
https://github.com/PyO3/maturin/archive/v1.5.1/maturin-v1.5.1.tar.gz
-   sha512sums = 
92cca4b398f9ecf767ed7da27599cc328570e5ef18b39c0f1104438f2977395a02737c8a5c62d994490e248000cceaffbeba11cbf94e9f8756538851af8e6884
-   b2sums = 
9d53c6510345b56b627b978d8a4e9bc873207e4097ba32b2539f27245cb4ffab8bf13a8a81036f572686e4a4721ecb5eca2d0ab3971839168260ffa96704d33a
+   source = 
https://github.com/PyO3/maturin/archive/v1.6.0/maturin-v1.6.0.tar.gz
+   sha512sums = 
de67ce91200fb17ffe40587ae66b9a39db53ba74512354aa632631097926833be01dd685eefcfc95e9f13535c73ba1dcd166b2111d987769aa109f4a7f8e2c09
+   b2sums = 
dc40df2ae593d57dd8d52526734cf6e8cf01c42de4cd92b5ee0d4a20168367bef6b6fe783dd7e2ba51d96b91510699a207ada15c69f97cc832d34eb5f1028ae2
 
 pkgname = maturin
depends = bzip2
@@ -30,5 +30,5 @@ pkgname = maturin
 pkgname = python-maturin
pkgdesc = Build and publish crates with pyo3, rust-cpython and cffi 
bindings - Python bindings
groups = python-build-backend
-   depends = maturin=1.5.1
+   depends = maturin=1.6.0
depends = python


=
PKGBUILD
=
@@ -5,8 +5,8 @@ pkgname=(
   maturin
   python-maturin
 )
-pkgver=1.5.1
-pkgrel=3
+pkgver=1.6.0
+pkgrel=1
 pkgdesc="Build and publish crates with pyo3, rust-cpython and cffi bindings"
 url="https://github.com/PyO3/maturin;
 arch=(x86_64)
@@ -26,8 +26,8 @@ makedepends=(
 # disable LTO until ring can be built with it: 
https://github.com/briansmith/ring/issues/1444
 options=(!lto)
 source=($url/archive/v$pkgver/$pkgname-v$pkgver.tar.gz)
-sha512sums=('92cca4b398f9ecf767ed7da27599cc328570e5ef18b39c0f1104438f2977395a02737c8a5c62d994490e248000cceaffbeba11cbf94e9f8756538851af8e6884')
-b2sums=('9d53c6510345b56b627b978d8a4e9bc873207e4097ba32b2539f27245cb4ffab8bf13a8a81036f572686e4a4721ecb5eca2d0ab3971839168260ffa96704d33a')
+sha512sums=('de67ce91200fb17ffe40587ae66b9a39db53ba74512354aa632631097926833be01dd685eefcfc95e9f13535c73ba1dcd166b2111d987769aa109f4a7f8e2c09')
+b2sums=('dc40df2ae593d57dd8d52526734cf6e8cf01c42de4cd92b5ee0d4a20168367bef6b6fe783dd7e2ba51d96b91510699a207ada15c69f97cc832d34eb5f1028ae2')
 
 _pick() {
   local p="$1" f d; shift



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

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




[Git][archlinux/packaging/packages/maturin] Pushed new tag 1.6.0-1

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


David Runge pushed new tag 1.6.0-1 at Arch Linux / Packaging / Packages / 
maturin

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




[Git][archlinux/packaging/packages/python-pydantic-settings][main] upgpkg: 2.3.0-1

2024-06-03 Thread David Runge (@dvzrv)


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


Commits:
6bf898ba by David Runge at 2024-06-03T22:34:18+02:00
upgpkg: 2.3.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-pydantic-settings
pkgdesc = Settings management using pydantic
-   pkgver = 2.2.1
-   pkgrel = 2
+   pkgver = 2.3.0
+   pkgrel = 1
url = https://github.com/pydantic/pydantic-settings
arch = any
license = MIT
@@ -16,9 +16,8 @@ pkgbase = python-pydantic-settings
depends = python-pydantic
depends = python-typing_extensions
optdepends = python-pyyaml: for YAML support
-   optdepends = python-tomlkit: for TOML support
-   source = 
pydantic-settings-2.2.1.tar.gz::https://github.com/pydantic/pydantic-settings/archive/refs/tags/v2.2.1.tar.gz
-   sha512sums = 
a90b92e85f6722321c90c0c09bd332d9ec9550c42f2c8b797bfd212532699e4d6536eec19ef172ead0aaa25fd4ef984f6694d8c957852f59ab2d45be4e29c199
-   b2sums = 
34827b21a916164439c060ce84d5459afaa1ebb90e7a34ea9cdbf6f6d55714f5f9a014f6ffad6832e4c80456cc520e89761dcbd9bfe14923ca04685ceaaceea5
+   source = 
pydantic-settings-2.3.0.tar.gz::https://github.com/pydantic/pydantic-settings/archive/refs/tags/v2.3.0.tar.gz
+   sha512sums = 
da8acff0597b4c32be831d6d80bed0c4c576821eea899a39a2088ce55a8f2abc2e97c9572fae0453aa195806e039ac6220798c49e232c3677b808537591ee7ac
+   b2sums = 
74d4e8aefb0802e824129c508e4989f7a55d800a74930a3fb973b01a8c403119be632c54f46c3eb347c94fdb8a3ca774d155527e7a7a97add012b7a24fcb707d
 
 pkgname = python-pydantic-settings


=
PKGBUILD
=
@@ -2,8 +2,8 @@
 
 _name=pydantic-settings
 pkgname=python-pydantic-settings
-pkgver=2.2.1
-pkgrel=2
+pkgver=2.3.0
+pkgrel=1
 pkgdesc="Settings management using pydantic"
 arch=(any)
 url="https://github.com/pydantic/pydantic-settings;
@@ -26,11 +26,10 @@ checkdepends=(
 )
 optdepends=(
   'python-pyyaml: for YAML support'
-  'python-tomlkit: for TOML support'
 )
 source=($_name-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz)
-sha512sums=('a90b92e85f6722321c90c0c09bd332d9ec9550c42f2c8b797bfd212532699e4d6536eec19ef172ead0aaa25fd4ef984f6694d8c957852f59ab2d45be4e29c199')
-b2sums=('34827b21a916164439c060ce84d5459afaa1ebb90e7a34ea9cdbf6f6d55714f5f9a014f6ffad6832e4c80456cc520e89761dcbd9bfe14923ca04685ceaaceea5')
+sha512sums=('da8acff0597b4c32be831d6d80bed0c4c576821eea899a39a2088ce55a8f2abc2e97c9572fae0453aa195806e039ac6220798c49e232c3677b808537591ee7ac')
+b2sums=('74d4e8aefb0802e824129c508e4989f7a55d800a74930a3fb973b01a8c403119be632c54f46c3eb347c94fdb8a3ca774d155527e7a7a97add012b7a24fcb707d')
 
 build() {
   cd $_name-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pydantic-settings/-/commit/6bf898ba84589c409f3f2680f8a0efee375a2f89

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




[Git][archlinux/packaging/packages/python-pydantic-settings] Pushed new tag 2.3.0-1

2024-06-03 Thread David Runge (@dvzrv)


David Runge pushed new tag 2.3.0-1 at Arch Linux / Packaging / Packages / 
python-pydantic-settings

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




[Git][archlinux/packaging/packages/python-pydantic][main] upgpkg: 2.7.3-1

2024-06-03 Thread David Runge (@dvzrv)


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


Commits:
b730f7c7 by David Runge at 2024-06-03T22:27:54+02:00
upgpkg: 2.7.3-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = python-pydantic
pkgdesc = Data parsing and validation using Python type hints
-   pkgver = 2.7.2
+   pkgver = 2.7.3
pkgrel = 1
url = https://github.com/pydantic/pydantic
arch = any
@@ -32,8 +32,8 @@ pkgbase = python-pydantic
optdepends = python-dotenv: for .env file support
optdepends = python-email-validator: for email validation
optdepends = python-hypothesis: for hypothesis plugin when using legacy 
v1
-   source = 
https://github.com/pydantic/pydantic/archive/v2.7.2/pydantic-v2.7.2.tar.gz
-   sha512sums = 
263c70168484f41eded918f6f32038510b77895009dbb20f78b020305039cda539f2c6b149f15aa54e3db14073affc5c541f857c9ca6c7d2fcab6e6ba3a932e7
-   b2sums = 
32f77bd1c4a2368659d7d1ec3227650f723cb3244cb14e22c9634cc07dd57b52b2eba5d988ab57688b1d22d667bf1c9b0a13ea7a20f49e06dd60c4fa78969d02
+   source = 
https://github.com/pydantic/pydantic/archive/v2.7.3/pydantic-v2.7.3.tar.gz
+   sha512sums = 
f8c9488d8142f03386db96090634de14bb24f9f9ae90b998e1a2ea4cab0552fd011d38e8c0d59db3e87dfd835e94468b7a573f1dc8152edea92bfce6d0d4d927
+   b2sums = 
bb2e7ec702154143a6efe4ade95a0282be0b51d6641998356442f41920a74589b6090671f614f2128f7044fe293da3d1504509a86cc0e007d043f2cd0c9d670a
 
 pkgname = python-pydantic


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 _name=pydantic
 pkgname=python-$_name
 # WARNING: upstream pins pydantic-core down to the patch-level and using other 
versions breaks tests! only update in lock-step with python-pydantic-core!
-pkgver=2.7.2
+pkgver=2.7.3
 pkgrel=1
 pkgdesc='Data parsing and validation using Python type hints'
 arch=(any)
@@ -46,8 +46,8 @@ optdepends=(
   'python-hypothesis: for hypothesis plugin when using legacy v1'
 )
 source=($url/archive/v$pkgver/$_name-v$pkgver.tar.gz)
-sha512sums=('263c70168484f41eded918f6f32038510b77895009dbb20f78b020305039cda539f2c6b149f15aa54e3db14073affc5c541f857c9ca6c7d2fcab6e6ba3a932e7')
-b2sums=('32f77bd1c4a2368659d7d1ec3227650f723cb3244cb14e22c9634cc07dd57b52b2eba5d988ab57688b1d22d667bf1c9b0a13ea7a20f49e06dd60c4fa78969d02')
+sha512sums=('f8c9488d8142f03386db96090634de14bb24f9f9ae90b998e1a2ea4cab0552fd011d38e8c0d59db3e87dfd835e94468b7a573f1dc8152edea92bfce6d0d4d927')
+b2sums=('bb2e7ec702154143a6efe4ade95a0282be0b51d6641998356442f41920a74589b6090671f614f2128f7044fe293da3d1504509a86cc0e007d043f2cd0c9d670a')
 
 build() {
   cd $_name-$pkgver



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

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




[Git][archlinux/packaging/packages/python-pydantic] Pushed new tag 2.7.3-1

2024-06-03 Thread David Runge (@dvzrv)


David Runge pushed new tag 2.7.3-1 at Arch Linux / Packaging / Packages / 
python-pydantic

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




[Git][archlinux/packaging/packages/containers-common] Pushed new tag 1-0.59.0-1

2024-06-03 Thread David Runge (@dvzrv)


David Runge pushed new tag 1-0.59.0-1 at Arch Linux / Packaging / Packages / 
containers-common

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




[Git][archlinux/packaging/packages/python-pydantic-core] Pushed new tag 1-2.18.4-1

2024-06-03 Thread David Runge (@dvzrv)


David Runge pushed new tag 1-2.18.4-1 at Arch Linux / Packaging / Packages / 
python-pydantic-core

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




[Git][archlinux/packaging/packages/python-pydantic-core][main] upgpkg: 1:2.18.4-1

2024-06-03 Thread David Runge (@dvzrv)


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


Commits:
ddbd4951 by David Runge at 2024-06-03T22:25:05+02:00
upgpkg: 1:2.18.4-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = python-pydantic-core
pkgdesc = Core validation logic for pydantic written in rust
-   pkgver = 2.18.3
+   pkgver = 2.18.4
pkgrel = 1
epoch = 1
url = https://github.com/pydantic/pydantic-core
@@ -21,8 +21,8 @@ pkgbase = python-pydantic-core
depends = python
depends = python-typing_extensions
options = !lto
-   source = 
python-pydantic-core-2.18.3.tar.gz::https://github.com/pydantic/pydantic-core/archive/refs/tags/v2.18.3.tar.gz
-   sha512sums = 
b8b3d859575bf401522fa5eb0af3011ca8bdbb09bc0280b6ae2b873108b2032ae2a0c1b923655b9c70b079a944b1206a43e26d2dc64498c35721db5e339b5704
-   b2sums = 
f46b37cd0e45356691b74cc05c9939e43b2fc49af08839f4795f06d20a89c5664df76181469edf107cd4dec985f615d6d11e8763af6e60158e06b3a1c4c9
+   source = 
python-pydantic-core-2.18.4.tar.gz::https://github.com/pydantic/pydantic-core/archive/refs/tags/v2.18.4.tar.gz
+   sha512sums = 
96e94f9fbe3ee43ac97a363da8182343d34c8e96db6e9d1651149755cf378d79c43c8b9b8331a56f86a6b3a2048b5e05159cf903a5f29fe5931eaea76e2555ad
+   b2sums = 
9af42cda6fb4b1d7fbdf0cf9778de6f5e21b0c40c27fcd577b6bcdfae14dd569cdd3b372c9ea56ce4713d0f3dd66378a6e82b4e201f87c93ce5f45c05d4a2e82
 
 pkgname = python-pydantic-core


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _name=pydantic-core
 pkgname=python-pydantic-core
 # WARNING: this package is pinned down to the patch-level version in 
python-pydantic and should only be updated in lock-step with it
-pkgver=2.18.3
+pkgver=2.18.4
 pkgrel=1
 epoch=1
 pkgdesc="Core validation logic for pydantic written in rust "
@@ -32,8 +32,8 @@ checkdepends=(
 )
 options=(!lto)
 source=($pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz)
-sha512sums=('b8b3d859575bf401522fa5eb0af3011ca8bdbb09bc0280b6ae2b873108b2032ae2a0c1b923655b9c70b079a944b1206a43e26d2dc64498c35721db5e339b5704')
-b2sums=('f46b37cd0e45356691b74cc05c9939e43b2fc49af08839f4795f06d20a89c5664df76181469edf107cd4dec985f615d6d11e8763af6e60158e06b3a1c4c9')
+sha512sums=('96e94f9fbe3ee43ac97a363da8182343d34c8e96db6e9d1651149755cf378d79c43c8b9b8331a56f86a6b3a2048b5e05159cf903a5f29fe5931eaea76e2555ad')
+b2sums=('9af42cda6fb4b1d7fbdf0cf9778de6f5e21b0c40c27fcd577b6bcdfae14dd569cdd3b372c9ea56ce4713d0f3dd66378a6e82b4e201f87c93ce5f45c05d4a2e82')
 
 prepare() {
   # we don't support version pinning



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pydantic-core/-/commit/ddbd49512f7bb4aa759f237da1e9802552640a67

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




[Git][archlinux/packaging/packages/uwsgi][main] upgpkg: 2.0.26-1

2024-06-03 Thread David Runge (@dvzrv)


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


Commits:
b9086e50 by David Runge at 2024-06-03T22:22:08+02:00
upgpkg: 2.0.26-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = uwsgi
pkgdesc = A full stack for building hosting services
-   pkgver = 2.0.25.1
-   pkgrel = 2
+   pkgver = 2.0.26
+   pkgrel = 1
url = https://uwsgi-docs.readthedocs.io/en/latest/
arch = x86_64
license = LicenseRef-GPL-2.0-or-later-with-linking-exception
@@ -25,7 +25,7 @@ pkgbase = uwsgi
makedepends = systemd
makedepends = util-linux
makedepends = zlib
-   source = 
uwsgi-2.0.25.1.tar.gz::https://github.com/unbit/uwsgi/archive/refs/tags/2.0.25.1.tar.gz
+   source = 
uwsgi-2.0.26.tar.gz::https://github.com/unbit/uwsgi/archive/refs/tags/2.0.26.tar.gz
source = archlinux.ini
source = emperor.ini
source = emperor.uwsgi.service
@@ -35,7 +35,7 @@ pkgbase = uwsgi
source = uwsgi.logrotate
source = uwsgi.sysusers
source = uwsgi.tmpfiles
-   sha512sums = 
3b2a78917b129f5a2f38f3538e30b132e4cd6e270df55365ccc0dc6b94641a262af1484c62b252d0a24121eb68417cb061210e89e2b7885992ab4ffa07092119
+   sha512sums = 
3bb1c7855a5a83eaff18e69f22618794ede2f6df7c8eee42d34163d3319014272223e2c48d013601cd18a17916c5b91b9a0eb4816608442d389c6ae38c83371c
sha512sums = 
912b2d85cee0907454f2b1eee79fdeb7d7205c7b6a9f2a05cef969205fd4f3ccb9f3260e71a1c19cc910f6408e1e94da93fcca9978e8432273659b7caed34d9a
sha512sums = 
d54c84838ddb2f389e115ebb81aa2583705c9e330f020e6583b496f9c271ed236b6820c2a065f2b55a79adbf13e262b9ff2428124a8044b8fa20ca29ca4930ac
sha512sums = 
068ada6281fdeb504fed7e47dae2729d047ed810bb596e5268c1821ad275cd32110e801e93e7ba0ee2d92dbc39e1954180cf43d88d2990d42b802ceb54b50a9e
@@ -45,7 +45,7 @@ pkgbase = uwsgi
sha512sums = 
937878372aa1556f6ba62ad7148d1681288c94d6cff609368a9e861dd4d4524330006a08ae5993441f7d3101170e3a0a681a4c8b3c2c13b364b8b1f81cf25117
sha512sums = 
9e9eab08199cf08810ec95b0697cd8817226986d1e3aeb54845c0140ea5887360580348f295060c0558fb2d6aaed26fec929ea36b28cfeaf2b3588ce40fec3df
sha512sums = 
4def9dcd06cfc2c6ce554add9d9545a01f3bb2681f0a2a6fc4ba68f9101803a955cc41b5e70832ca448b196109368fdf874e81b7ec0edee4b51f864e16f7
-   b2sums = 
4658459c792ee5cabf0cde9959e2a83c1637b7864ee37658d646ed9340ab252fdf4f64a6f7672fd4d308544961dcaee92bef8c9a67cc2e73ba59b8e4da2af8a1
+   b2sums = 
8ceb521e9da353d0f25b6ab4150ce2935646e349b188ed55ac2234ba76f455b633b1a6afe93ed3bd77653d64ad8327201f2b6b23aedea9844ab22a6b8a581094
b2sums = 
41a9213d55665c905f71f07c752a74fc7685b2f191381d24f3e1d9691a8dae538aa4344ebe771ffd77ba3c9cd7c52fd9eff54ff876bc399d92256cb86f5b7d53
b2sums = 
835a1036422e9821cd52ffdf5a6053bdd59fc700d473600bda60b6730746f6c0750c30c85f4139d3ea81c6b6dd10d6849f9406decee3179861c51aca90da6161
b2sums = 
80aa3c4d3f0310f5029ac01690d2ba718d8c86fa49cd1b4f3fc1bd5ae9eadaed6562bf0a48a0fd611e92f100a8594e08fb4bae58e25765fc2eb648cdf1c60b35


=
PKGBUILD
=
@@ -23,8 +23,8 @@ pkgname=(
   uwsgi-plugin-zabbix
   uwsgi-plugin-notfound
 )
-pkgver=2.0.25.1
-pkgrel=2
+pkgver=2.0.26
+pkgrel=1
 pkgdesc="A full stack for building hosting services"
 arch=(x86_64)
 url="https://uwsgi-docs.readthedocs.io/en/latest/;
@@ -63,7 +63,7 @@ source=(
   uwsgi.sysusers
   uwsgi.tmpfiles
 )
-sha512sums=('3b2a78917b129f5a2f38f3538e30b132e4cd6e270df55365ccc0dc6b94641a262af1484c62b252d0a24121eb68417cb061210e89e2b7885992ab4ffa07092119'
+sha512sums=('3bb1c7855a5a83eaff18e69f22618794ede2f6df7c8eee42d34163d3319014272223e2c48d013601cd18a17916c5b91b9a0eb4816608442d389c6ae38c83371c'
 
'912b2d85cee0907454f2b1eee79fdeb7d7205c7b6a9f2a05cef969205fd4f3ccb9f3260e71a1c19cc910f6408e1e94da93fcca9978e8432273659b7caed34d9a'
 
'd54c84838ddb2f389e115ebb81aa2583705c9e330f020e6583b496f9c271ed236b6820c2a065f2b55a79adbf13e262b9ff2428124a8044b8fa20ca29ca4930ac'
 
'068ada6281fdeb504fed7e47dae2729d047ed810bb596e5268c1821ad275cd32110e801e93e7ba0ee2d92dbc39e1954180cf43d88d2990d42b802ceb54b50a9e'
@@ -73,7 +73,7 @@ 
sha512sums=('3b2a78917b129f5a2f38f3538e30b132e4cd6e270df55365ccc0dc6b94641a262af
 
'937878372aa1556f6ba62ad7148d1681288c94d6cff609368a9e861dd4d4524330006a08ae5993441f7d3101170e3a0a681a4c8b3c2c13b364b8b1f81cf25117'
 
'9e9eab08199cf08810ec95b0697cd8817226986d1e3aeb54845c0140ea5887360580348f295060c0558fb2d6aaed26fec929ea36b28cfeaf2b3588ce40fec3df'
 
'4def9dcd06cfc2c6ce554add9d9545a01f3bb2681f0a2a6fc4ba68f9101803a955cc41b5e70832ca448b196109368fdf874e81b7ec0edee4b51f864e16f7')
-b2sums=('4658459c792ee5cabf0cde9959e2a83c1637b7864ee37658d646ed9340ab252fdf4f64a6f7672fd4d308544961dcaee92bef8c9a67cc2e73ba59b8e4da2af8a1'

[Git][archlinux/packaging/packages/uwsgi] Pushed new tag 2.0.26-1

2024-06-03 Thread David Runge (@dvzrv)


David Runge pushed new tag 2.0.26-1 at Arch Linux / Packaging / Packages / uwsgi

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




[Git][archlinux/packaging/packages/python-django-allauth][main] upgpkg: 0.63.3-1

2024-06-03 Thread David Runge (@dvzrv)


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


Commits:
df69f6c5 by David Runge at 2024-06-03T22:15:13+02:00
upgpkg: 0.63.3-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = python-django-allauth
pkgdesc = Authentication, registration, account management and 3rd 
party account authentication
-   pkgver = 0.63.2
+   pkgver = 0.63.3
pkgrel = 1
url = https://github.com/pennersr/django-allauth
arch = any
@@ -24,8 +24,8 @@ pkgbase = python-django-allauth
depends = python-pyjwt
optdepends = python-qrcode: for MFA support
optdepends = python-saml: for SAML support
-   source = 
django-allauth-0.63.2.tar.gz::https://github.com/pennersr/django-allauth/archive/0.63.2.tar.gz
-   sha512sums = 
a5e87b783f7605481f54cf5df6ab871840f9ce03b73a542bec9b097506e840e3451652f11aea07e7a4f75eeae864644899c221a619d3151a49d04614a74d5142
-   b2sums = 
8a67209cf81add9ec4b0f7298236d0012a23184d59e54f776317512604a74966557e59254aa4e0c46b79d6b73da2c17ef43e0776576f84d5e645bf6935379de7
+   source = 
django-allauth-0.63.3.tar.gz::https://github.com/pennersr/django-allauth/archive/0.63.3.tar.gz
+   sha512sums = 
54159efe7510a74d8b8c661217669d2ff08135ab5ec54fa5b09a29092e782fd615a2a65dbfa493b3817bcf9fbe77425dfab8e6c0d7a9098abb9ebd80860156e7
+   b2sums = 
6fb10088789bcd7972ebe92c34198808df6ed6eb15102b79fafc5234822f9a3d223de28393bf1216ff39beb73376503565ac39ec94cbebb2cc3e003fa353b77d
 
 pkgname = python-django-allauth


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 _name=django-allauth
 pkgname=python-django-allauth
-pkgver=0.63.2
+pkgver=0.63.3
 pkgrel=1
 pkgdesc="Authentication, registration, account management and 3rd party 
account authentication"
 arch=(any)
@@ -36,8 +36,8 @@ optdepends=(
   'python-saml: for SAML support'
 )
 source=($_name-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz)
-sha512sums=('a5e87b783f7605481f54cf5df6ab871840f9ce03b73a542bec9b097506e840e3451652f11aea07e7a4f75eeae864644899c221a619d3151a49d04614a74d5142')
-b2sums=('8a67209cf81add9ec4b0f7298236d0012a23184d59e54f776317512604a74966557e59254aa4e0c46b79d6b73da2c17ef43e0776576f84d5e645bf6935379de7')
+sha512sums=('54159efe7510a74d8b8c661217669d2ff08135ab5ec54fa5b09a29092e782fd615a2a65dbfa493b3817bcf9fbe77425dfab8e6c0d7a9098abb9ebd80860156e7')
+b2sums=('6fb10088789bcd7972ebe92c34198808df6ed6eb15102b79fafc5234822f9a3d223de28393bf1216ff39beb73376503565ac39ec94cbebb2cc3e003fa353b77d')
 
 build() {
   cd $_name-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-django-allauth/-/commit/df69f6c5846c4e9e1a84feaab61257d896ca2ee6

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




[Git][archlinux/packaging/packages/python-django-allauth] Pushed new tag 0.63.3-1

2024-06-03 Thread David Runge (@dvzrv)


David Runge pushed new tag 0.63.3-1 at Arch Linux / Packaging / Packages / 
python-django-allauth

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




[Git][archlinux/packaging/packages/python-hishel][main] upgpkg: 0.0.27-1

2024-06-03 Thread David Runge (@dvzrv)


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


Commits:
19aed19c by David Runge at 2024-06-03T22:14:22+02:00
upgpkg: 0.0.27-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-hishel
pkgdesc = An elegant HTTP Cache implementation for HTTPX and HTTP Core
-   pkgver = 0.0.26
-   pkgrel = 3
+   pkgver = 0.0.27
+   pkgrel = 1
url = https://github.com/karpetrosyan/hishel
arch = any
license = BSD-3-Clause
@@ -24,8 +24,8 @@ pkgbase = python-hishel
optdepends = python-pyyaml: for YAML support
optdepends = python-redis: for Redis support
optdepends = python-anysqlite: for SQLite support
-   source = 
hishel-0.0.26.tar.gz::https://github.com/karpetrosyan/hishel/archive/refs/tags/0.0.26.tar.gz
-   sha512sums = 
1d5d55e2ad2743ac15b258c1246a21975c4e8bf5786e331d55acc6e5cb82c0393b23b7c00a5ea9f6f8070e5e3cf6d5f6d9755315403748259d99e6ce20ccd27f
-   b2sums = 
e8273020c3b69edc0a080940d8462d33c4eb6b6bbb6f0325975ef29e15d0f16c57a31406f24ae56ad651722ccf6ff704afcedb917417355f67b7536d80dc0c3f
+   source = 
hishel-0.0.27.tar.gz::https://github.com/karpetrosyan/hishel/archive/refs/tags/0.0.27.tar.gz
+   sha512sums = 
c348bc7ef236a9379f4c45f3cfa3eb74ea1c11be3b3dc533e7864c788d029137720de7612210873971d8ccd6768379ee26a4782c6c7fdf87ce4e4028489b6012
+   b2sums = 
57c42988bb64ef0a36bfe15527fae4a06cf1945609458266c29c0ba9423002c8c7c3beb0b1276dd4aa7d8b3a4f4575f5c8d570d7d66b97ea757988f3e673b651
 
 pkgname = python-hishel


=
PKGBUILD
=
@@ -2,8 +2,8 @@
 
 pkgname=python-hishel
 _name="${pkgname#python-}"
-pkgver=0.0.26
-pkgrel=3
+pkgver=0.0.27
+pkgrel=1
 pkgdesc="An elegant HTTP Cache implementation for HTTPX and HTTP Core"
 arch=(any)
 url="https://github.com/karpetrosyan/hishel;
@@ -36,8 +36,8 @@ optdepends=(
   'python-anysqlite: for SQLite support'
 )
 source=($_name-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz)
-sha512sums=('1d5d55e2ad2743ac15b258c1246a21975c4e8bf5786e331d55acc6e5cb82c0393b23b7c00a5ea9f6f8070e5e3cf6d5f6d9755315403748259d99e6ce20ccd27f')
-b2sums=('e8273020c3b69edc0a080940d8462d33c4eb6b6bbb6f0325975ef29e15d0f16c57a31406f24ae56ad651722ccf6ff704afcedb917417355f67b7536d80dc0c3f')
+sha512sums=('c348bc7ef236a9379f4c45f3cfa3eb74ea1c11be3b3dc533e7864c788d029137720de7612210873971d8ccd6768379ee26a4782c6c7fdf87ce4e4028489b6012')
+b2sums=('57c42988bb64ef0a36bfe15527fae4a06cf1945609458266c29c0ba9423002c8c7c3beb0b1276dd4aa7d8b3a4f4575f5c8d570d7d66b97ea757988f3e673b651')
 
 build() {
   cd $_name-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-hishel/-/commit/19aed19c7798c6d115c185efaaa8ac816ed33690

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




[Git][archlinux/packaging/packages/python-hishel] Pushed new tag 0.0.27-1

2024-06-03 Thread David Runge (@dvzrv)


David Runge pushed new tag 0.0.27-1 at Arch Linux / Packaging / Packages / 
python-hishel

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




[Git][archlinux/packaging/packages/rsop][main] upgpkg: 0.3.3-1

2024-06-03 Thread David Runge (@dvzrv)


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


Commits:
8c97d2ea by David Runge at 2024-06-03T22:12:41+02:00
upgpkg: 0.3.3-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = rsop
pkgdesc = Stateless OpenPGP (SOP) based on rpgp
-   pkgver = 0.3.2
+   pkgver = 0.3.3
pkgrel = 1
url = https://codeberg.org/heiko/rsop
arch = x86_64
@@ -11,9 +11,9 @@ pkgbase = rsop
makedepends = rust
depends = gcc-libs
depends = glibc
-   source = 
rsop-0.3.2.tar.gz::https://codeberg.org/heiko/rsop/archive/rsop/v0.3.2.tar.gz
-   sha512sums = 
dd72627fb63310e447140be7141a42424bf3831103fd53c9fc6bacc95509f985cbb69d5506d647b614d3b48a1618c2220cc670ed1291c0c604de53bf469e32d4
-   b2sums = 
0731ba89e24bc402428997bec0997d3eee8b13555735f3e73f4417d960a2210d6f16306d77324816b4fb2669c41daafd0010cdae4b1e9fadd4df2af2d9d6bd22
+   source = 
rsop-0.3.3.tar.gz::https://codeberg.org/heiko/rsop/archive/rsop/v0.3.3.tar.gz
+   sha512sums = 
4cdfdfd7c9692027eb24978bd4596eb677482efe059ab6b8ff993a3e6afa4d4c841031c27e5160b93bd8ebe95dab27d6c2821a76ced92597d21677dd3cd4da14
+   b2sums = 
a815caaa6bbb628d19624b74b80ef849c998a8b9aebb206312587a0a08f5822bfa71b6f256f9b4c19d38f2a05d6873d9c7badfb6634d75516def391ab772641b
 
 pkgname = rsop
depends = gcc-libs


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: David Runge 
 
 pkgname=rsop
-pkgver=0.3.2
+pkgver=0.3.3
 pkgrel=1
 pkgdesc="Stateless OpenPGP (SOP) based on rpgp"
 arch=(x86_64)
@@ -22,8 +22,8 @@ makedepends=(
 source=(
   $pkgname-$pkgver.tar.gz::$url/archive/$pkgname/v$pkgver.tar.gz
 )
-sha512sums=('dd72627fb63310e447140be7141a42424bf3831103fd53c9fc6bacc95509f985cbb69d5506d647b614d3b48a1618c2220cc670ed1291c0c604de53bf469e32d4')
-b2sums=('0731ba89e24bc402428997bec0997d3eee8b13555735f3e73f4417d960a2210d6f16306d77324816b4fb2669c41daafd0010cdae4b1e9fadd4df2af2d9d6bd22')
+sha512sums=('4cdfdfd7c9692027eb24978bd4596eb677482efe059ab6b8ff993a3e6afa4d4c841031c27e5160b93bd8ebe95dab27d6c2821a76ced92597d21677dd3cd4da14')
+b2sums=('a815caaa6bbb628d19624b74b80ef849c998a8b9aebb206312587a0a08f5822bfa71b6f256f9b4c19d38f2a05d6873d9c7badfb6634d75516def391ab772641b')
 
 prepare() {
   cd $pkgname



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

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




[Git][archlinux/packaging/packages/rsop] Pushed new tag 0.3.3-1

2024-06-03 Thread David Runge (@dvzrv)


David Runge pushed new tag 0.3.3-1 at Arch Linux / Packaging / Packages / rsop

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




[Git][archlinux/packaging/packages/python-nose2][main] upgpkg: 0.15.1-1

2024-06-03 Thread David Runge (@dvzrv)


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


Commits:
0ad622d9 by David Runge at 2024-06-03T22:11:16+02:00
upgpkg: 0.15.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = python-nose2
pkgdesc = The next generation of nicer testing for python
-   pkgver = 0.14.2
+   pkgver = 0.15.1
pkgrel = 1
url = https://github.com/nose-devs/nose2
arch = any
@@ -16,8 +16,8 @@ pkgbase = python-nose2
optdepends = python-setuptools: for eggdiscovery plugin
optdepends = python-sphinx: for doc
optdepends = python-sphinx_rtd_theme: for doc
-   source = 
nose2-0.14.2.tar.gz::https://github.com/nose-devs/nose2/archive/refs/tags/0.14.2.tar.gz
-   sha512sums = 
2f6317bc45177194f62b0e664bd6dcba50c8c8f593500edd8b4562a6bc784ceb52d931cc296869673d15142aceaeb1267a4edfdb5e14e3007eac035e6e18a3db
-   b2sums = 
ffca99154594c373e36d053429ab09ac705a7a9db172cbd5645e89d96367b37b7a83de774fbda0c6a3eba996a6d39239a79d1e6bd6d5252114cb3bf7ce0a8a06
+   source = 
nose2-0.15.1.tar.gz::https://github.com/nose-devs/nose2/archive/refs/tags/0.15.1.tar.gz
+   sha512sums = 
88a22cafb4516c4c86d81bd68710d49e018614d1512a030fe07bffe57cf364c780050d98a64ea1c69b5bdb1ef8ad69dab5ad1199192ddd2bf6568dca040aee77
+   b2sums = 
f388fb354f1c783d57c14abd05958b5087c8201721fd63223aa056fc3fd83571801ec100dd21d4b7341654511620457d31701a6c47f6b38dc4b178c5c1326925
 
 pkgname = python-nose2


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 _name=nose2
 pkgname=python-nose2
-pkgver=0.14.2
+pkgver=0.15.1
 pkgrel=1
 pkgdesc="The next generation of nicer testing for python"
 arch=(any)
@@ -30,8 +30,8 @@ optdepends=(
   'python-sphinx_rtd_theme: for doc'
 )
 source=($_name-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz)
-sha512sums=('2f6317bc45177194f62b0e664bd6dcba50c8c8f593500edd8b4562a6bc784ceb52d931cc296869673d15142aceaeb1267a4edfdb5e14e3007eac035e6e18a3db')
-b2sums=('ffca99154594c373e36d053429ab09ac705a7a9db172cbd5645e89d96367b37b7a83de774fbda0c6a3eba996a6d39239a79d1e6bd6d5252114cb3bf7ce0a8a06')
+sha512sums=('88a22cafb4516c4c86d81bd68710d49e018614d1512a030fe07bffe57cf364c780050d98a64ea1c69b5bdb1ef8ad69dab5ad1199192ddd2bf6568dca040aee77')
+b2sums=('f388fb354f1c783d57c14abd05958b5087c8201721fd63223aa056fc3fd83571801ec100dd21d4b7341654511620457d31701a6c47f6b38dc4b178c5c1326925')
 
 prepare() {
   sed -n '1,27p' $_name-$pkgver/LICENSE > BSD-2-Clause.txt



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

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




[Git][archlinux/packaging/packages/python-nose2] Pushed new tag 0.15.1-1

2024-06-03 Thread David Runge (@dvzrv)


David Runge pushed new tag 0.15.1-1 at Arch Linux / Packaging / Packages / 
python-nose2

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




[Git][archlinux/packaging/packages/cri-o] Pushed new tag 1.30.2-1

2024-06-03 Thread David Runge (@dvzrv)


David Runge pushed new tag 1.30.2-1 at Arch Linux / Packaging / Packages / cri-o

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




[Git][archlinux/packaging/packages/cri-o][main] upgpkg: 1.30.2-1

2024-06-03 Thread David Runge (@dvzrv)


David Runge pushed to branch main at Arch Linux / Packaging / Packages / cri-o


Commits:
55ded991 by David Runge at 2024-06-03T22:09:02+02:00
upgpkg: 1.30.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = cri-o
pkgdesc = Open Container Initiative-based implementation of Kubernetes 
Container Runtime Interface
-   pkgver = 1.30.1
+   pkgver = 1.30.2
pkgrel = 1
url = https://github.com/cri-o/cri-o
install = cri-o.install
@@ -30,13 +30,13 @@ pkgbase = cri-o
options = !lto
options = emptydirs
backup = etc/crio/crio.conf
-   source = 
cri-o-1.30.1.tar.gz::https://github.com/cri-o/cri-o/archive/v1.30.1.tar.gz
+   source = 
cri-o-1.30.2.tar.gz::https://github.com/cri-o/cri-o/archive/v1.30.2.tar.gz
source = modules-cri-o.conf
source = sysctl-cri-o.conf
-   sha512sums = 
4b85a1f87622b3799147d3d8219881f3086002b91810c806d1e28ab1a12cb43a840d21f6ef0933ec56cecffa5d836c6026e9164a98ae42b7704f32f59895c2c9
+   sha512sums = 
f9aeffc68a2550bb4d637f410ee2d4e4590aada44d3ac217682e0099065ae1e052f6d4154ed008d48f4463045cf587c7d312f315acc1c6f2062ccd51c979584d
sha512sums = 
85ee1310cb36c85c42b4068a9549a3ef72b856cd61b2c1036c3e871ef43a69ed80b43599ad94ce5b069ddd823e730596bb3d3875d4ba8cd77c4cc1985335
sha512sums = 
fbcc3c29d5d3dedf56ea96577dec50cb2656b4a22f5a82bf2d600ae20c6b113d35d5db116bac5520398d47a22d40835f56b86433c5713924060e1a7018d297ec
-   b2sums = 
caa8d78336a40a315f740827615bb9be6254cb726e1581bbdac90a4244afa4311f2e86b8ab4522ba51033462538890d1edd07bee5e249bc448469d3c7c0b70ec
+   b2sums = 
a495270f9ba3c5039e6911dad6fb4d1e3f16178e54d1d506d749aed3be78261f1b7ffb2ac93a6393bd83652824caeb52c452f3c7fcff90882dcc091eb9ebd001
b2sums = 
2771c64b45876d728fc139aa90754df8aadb07e14a7e1126a1488dfcbad7ebcbca923cb0230c4b87acdc6dad8243af2ad06ef4ce587d5c71fc200e40835d8b8d
b2sums = 
c8a2133df6575c54eb9bd0a89a0c6c764c0cd456bff7338c4a2e1ef4f70a5a778d5a05c335fcf2491ed55e15fc36c677853c0bc8ab66d673f1950fa2c7695f6e
 


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 # NOTE: when updating major or minor version, make sure to upgrade in tandem 
with the stability guarantees of kubernetes and cri-tools
 pkgname=cri-o
-pkgver=1.30.1
+pkgver=1.30.2
 pkgrel=1
 pkgdesc="Open Container Initiative-based implementation of Kubernetes 
Container Runtime Interface"
 arch=(x86_64)
@@ -50,10 +50,10 @@ source=(
   modules-$pkgname.conf
   sysctl-$pkgname.conf
 )
-sha512sums=('4b85a1f87622b3799147d3d8219881f3086002b91810c806d1e28ab1a12cb43a840d21f6ef0933ec56cecffa5d836c6026e9164a98ae42b7704f32f59895c2c9'
+sha512sums=('f9aeffc68a2550bb4d637f410ee2d4e4590aada44d3ac217682e0099065ae1e052f6d4154ed008d48f4463045cf587c7d312f315acc1c6f2062ccd51c979584d'
 
'85ee1310cb36c85c42b4068a9549a3ef72b856cd61b2c1036c3e871ef43a69ed80b43599ad94ce5b069ddd823e730596bb3d3875d4ba8cd77c4cc1985335'
 
'fbcc3c29d5d3dedf56ea96577dec50cb2656b4a22f5a82bf2d600ae20c6b113d35d5db116bac5520398d47a22d40835f56b86433c5713924060e1a7018d297ec')
-b2sums=('caa8d78336a40a315f740827615bb9be6254cb726e1581bbdac90a4244afa4311f2e86b8ab4522ba51033462538890d1edd07bee5e249bc448469d3c7c0b70ec'
+b2sums=('a495270f9ba3c5039e6911dad6fb4d1e3f16178e54d1d506d749aed3be78261f1b7ffb2ac93a6393bd83652824caeb52c452f3c7fcff90882dcc091eb9ebd001'
 
'2771c64b45876d728fc139aa90754df8aadb07e14a7e1126a1488dfcbad7ebcbca923cb0230c4b87acdc6dad8243af2ad06ef4ce587d5c71fc200e40835d8b8d'
 
'c8a2133df6575c54eb9bd0a89a0c6c764c0cd456bff7338c4a2e1ef4f70a5a778d5a05c335fcf2491ed55e15fc36c677853c0bc8ab66d673f1950fa2c7695f6e')
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cri-o/-/commit/55ded991646177ad1a991391e44efcd7e63bf292

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




[Git][archlinux/packaging/packages/openpgp-card-tools][main] upgpkg: 0.11.0-1

2024-06-03 Thread David Runge (@dvzrv)


David Runge pushed to branch main at Arch Linux / Packaging / Packages / 
openpgp-card-tools


Commits:
176c0b0a by David Runge at 2024-06-03T22:07:04+02:00
upgpkg: 0.11.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,32 +1,22 @@
 pkgbase = openpgp-card-tools
pkgdesc = CLI tool to inspect, manage and use OpenPGP cards
-   pkgver = 0.10.1
+   pkgver = 0.11.0
pkgrel = 1
url = https://codeberg.org/openpgp-card/openpgp-card-tools
arch = x86_64
license = Apache-2.0 OR MIT
-   makedepends = bzip2
makedepends = cargo
-   makedepends = clang
-   makedepends = nettle
makedepends = pcsclite
depends = ccid
depends = gcc-libs
depends = glibc
-   depends = gmp
-   source = 
openpgp-card-tools-0.10.1.tar.gz::https://codeberg.org/openpgp-card/openpgp-card-tools/archive/v0.10.1.tar.gz
-   sha512sums = 
9ad5da40bcaedb591cdb36329243fee235c2bec4e75f7b16eca395dd4522993d093d2346d8aa503d3ae0ffa803a10b31ce8166a453be0a7b173d8982c00d3794
-   b2sums = 
c8128535b2d691462b9e78c304514e09b14b2771c6bfd2945c73364a14b377ac415a3098a8845fe861fdf13f7c8ffce9234f14f304585519da7cc653132ffc91
+   source = 
openpgp-card-tools-0.11.0.tar.gz::https://codeberg.org/openpgp-card/openpgp-card-tools/archive/v0.11.0.tar.gz
+   sha512sums = 
e775ca855a94a0a1a09b25819f8cc01dab41db7114a09893c31876c17eff5006842021b453bd39a106f5c6993936245afa8f0810585cc0c4299a12218537cddb
+   b2sums = 
10cc4c4af3ba9fac9cfb462c0ebc66f4530489985ca13bfeb1b95696f3466c05fcd572cd4cfdc7a5d6d08ebb5e679b34f32d9a7dd7a85b84b713c260e69a348b
 
 pkgname = openpgp-card-tools
depends = ccid
depends = gcc-libs
depends = glibc
-   depends = gmp
-   depends = bzip2
-   depends = libbz2.so
-   depends = nettle
-   depends = libhogweed.so
-   depends = libnettle.so
depends = pcsclite
depends = libpcsclite.so


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: David Runge 
 
 pkgname=openpgp-card-tools
-pkgver=0.10.1
+pkgver=0.11.0
 pkgrel=1
 pkgdesc="CLI tool to inspect, manage and use OpenPGP cards"
 arch=(x86_64)
@@ -11,18 +11,14 @@ depends=(
   ccid
   gcc-libs
   glibc
-  gmp
 )
 makedepends=(
-  bzip2
   cargo
-  clang
-  nettle
   pcsclite
 )
 source=($pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz)
-sha512sums=('9ad5da40bcaedb591cdb36329243fee235c2bec4e75f7b16eca395dd4522993d093d2346d8aa503d3ae0ffa803a10b31ce8166a453be0a7b173d8982c00d3794')
-b2sums=('c8128535b2d691462b9e78c304514e09b14b2771c6bfd2945c73364a14b377ac415a3098a8845fe861fdf13f7c8ffce9234f14f304585519da7cc653132ffc91')
+sha512sums=('e775ca855a94a0a1a09b25819f8cc01dab41db7114a09893c31876c17eff5006842021b453bd39a106f5c6993936245afa8f0810585cc0c4299a12218537cddb')
+b2sums=('10cc4c4af3ba9fac9cfb462c0ebc66f4530489985ca13bfeb1b95696f3466c05fcd572cd4cfdc7a5d6d08ebb5e679b34f32d9a7dd7a85b84b713c260e69a348b')
 
 prepare() {
   cd $pkgname
@@ -40,8 +36,6 @@ build() {
 
 package() {
   depends+=(
-bzip2 libbz2.so
-nettle libhogweed.so libnettle.so
 pcsclite libpcsclite.so
   )
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/openpgp-card-tools/-/commit/176c0b0ab14ac1b3b931c80b709091853a94b4a0

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/openpgp-card-tools/-/commit/176c0b0ab14ac1b3b931c80b709091853a94b4a0
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/openpgp-card-tools] Pushed new tag 0.11.0-1

2024-06-03 Thread David Runge (@dvzrv)


David Runge pushed new tag 0.11.0-1 at Arch Linux / Packaging / Packages / 
openpgp-card-tools

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




[Git][archlinux/packaging/packages/python-certifi] Pushed new tag 2024.06.02-1

2024-06-03 Thread David Runge (@dvzrv)


David Runge pushed new tag 2024.06.02-1 at Arch Linux / Packaging / Packages / 
python-certifi

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




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

2024-06-03 Thread David Runge (@dvzrv)


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


Commits:
80f86664 by David Runge at 2024-06-03T22:01:11+02:00
Add nvchecker integration

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

- - - - -
c7d48605 by David Runge at 2024-06-03T22:01:38+02:00
upgpkg: 2024.06.02-1

- - - - -


3 changed files:

- .SRCINFO
- + .nvchecker.toml
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-certifi
pkgdesc = Python package for providing Mozilla's CA Bundle (using 
system CA store)
-   pkgver = 2024.02.02
-   pkgrel = 2
+   pkgver = 2024.06.02
+   pkgrel = 1
url = https://github.com/certifi/python-certifi
arch = any
license = MPL-2.0
@@ -12,8 +12,8 @@ pkgbase = python-certifi
makedepends = python-wheel
depends = ca-certificates
depends = python
-   source = 
https://github.com/certifi/python-certifi/archive/2024.02.02/python-certifi-2024.02.02.tar.gz
-   sha512sums = 
e62f1741fd9bb10a976f5e864a4946f00e1df1b92082e66fe146ee3275036c365d1e98ed023614a1da07ab2a7a58bc333c77c71586ea50a992eb7d5b54a515e5
-   b2sums = 
d1d616a6c7b878a6caf891b773b8c606a139ded8787b01701ae3e7c0e46c8fb8e78944f356a5b7c0ae17bacc5a5e358a4c2eeaafcf4fc5795edbeb95bf9761dd
+   source = 
https://github.com/certifi/python-certifi/archive/2024.06.02/python-certifi-2024.06.02.tar.gz
+   sha512sums = 
61f2b8ae1b15e8c926329e336e3e542ba1104672bfe653ed06a9e3cfc58485978aa2d0979aea4e041772c0ad213d9e5bb952248045071a54418269eb381b6e0f
+   b2sums = 
8636cc0398241221ef6bdf1e9ccb8ee7839863a9a39f63f53a20edc295f0bd43104aa5845a6647b5e0f5481443db056bce44fe19fc9aefd3aa1303ed27b5
 
 pkgname = python-certifi


=
.nvchecker.toml
=
@@ -0,0 +1,3 @@
+[python-certifi]
+source = "git"
+git = "https://github.com/certifi/python-certifi;


=
PKGBUILD
=
@@ -4,8 +4,8 @@
 # Contributor: William J Bowman 
 
 pkgname=python-certifi
-pkgver=2024.02.02
-pkgrel=2
+pkgver=2024.06.02
+pkgrel=1
 pkgdesc="Python package for providing Mozilla's CA Bundle (using system CA 
store)"
 arch=(any)
 url="https://github.com/certifi/python-certifi;
@@ -22,8 +22,8 @@ makedepends=(
 )
 checkdepends=(python-pytest)
 source=($url/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-sha512sums=('e62f1741fd9bb10a976f5e864a4946f00e1df1b92082e66fe146ee3275036c365d1e98ed023614a1da07ab2a7a58bc333c77c71586ea50a992eb7d5b54a515e5')
-b2sums=('d1d616a6c7b878a6caf891b773b8c606a139ded8787b01701ae3e7c0e46c8fb8e78944f356a5b7c0ae17bacc5a5e358a4c2eeaafcf4fc5795edbeb95bf9761dd')
+sha512sums=('61f2b8ae1b15e8c926329e336e3e542ba1104672bfe653ed06a9e3cfc58485978aa2d0979aea4e041772c0ad213d9e5bb952248045071a54418269eb381b6e0f')
+b2sums=('8636cc0398241221ef6bdf1e9ccb8ee7839863a9a39f63f53a20edc295f0bd43104aa5845a6647b5e0f5481443db056bce44fe19fc9aefd3aa1303ed27b5')
 
 prepare() {
   cd $pkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-certifi/-/compare/ffe8d8b1432b2201cfdb602f4e19adb533348dfd...c7d4860576445893d8ba6f50f2e68c1e4367925c

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-certifi/-/compare/ffe8d8b1432b2201cfdb602f4e19adb533348dfd...c7d4860576445893d8ba6f50f2e68c1e4367925c
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/aardvark-dns][main] Add nvchecker integration

2024-06-03 Thread David Runge (@dvzrv)


David Runge pushed to branch main at Arch Linux / Packaging / Packages / 
aardvark-dns


Commits:
c4a1acc8 by David Runge at 2024-06-03T15:08:20+02:00
Add nvchecker integration

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

- - - - -


1 changed file:

- + .nvchecker.toml


Changes:

=
.nvchecker.toml
=
@@ -0,0 +1,5 @@
+[aardvark-dns]
+source = "git"
+git = "https://github.com/containers/aardvark-dns;
+exclude_regex = ".*(dev|rc|RC|alpha|beta).*"
+prefix = "v"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/aardvark-dns/-/commit/c4a1acc828815e544effefd57d1f6247fc8b4ea6

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




[Git][archlinux/packaging/packages/mtools][main] upgpkg: 1:4.0.44-1

2024-06-02 Thread David Runge (@dvzrv)


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


Commits:
10553f0c by David Runge at 2024-06-02T14:55:51+02:00
upgpkg: 1:4.0.44-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,24 @@
+pkgbase = mtools
+   pkgdesc = A collection of utilities to access MS-DOS disks
+   pkgver = 4.0.44
+   pkgrel = 1
+   epoch = 1
+   url = https://www.gnu.org/software/mtools/
+   arch = x86_64
+   license = GPL-3.0-or-later
+   makedepends = libx11
+   makedepends = texinfo
+   depends = bash
+   depends = glibc
+   optdepends = libx11: required by floppyd
+   optdepends = libxau: required by floppyd
+   backup = etc/mtools.conf
+   source = https://ftp.gnu.org/gnu/mtools/mtools-4.0.44.tar.bz2
+   source = https://ftp.gnu.org/gnu/mtools/mtools-4.0.44.tar.bz2.sig
+   validpgpkeys = 51A23D9D7C4DF41AA48FA893E99CF5537790B839
+   sha512sums = 
e86de4db71deee0a5308e3e18a31580f9a10a924c207df763743ccf4506ddd62dc312e65ef2065c98f24296fd456beebc6594e267ddb828a02f3e3ee2d5e5228
+   sha512sums = SKIP
+   b2sums = 
768ef4582b8f7abc30bfb2eac54dfd8032ff18f8b710550bf232bff46368a6aae0300569a5bf5aab6abd2460eeeaf3200901c1dd8d70b687a513804b0f9a8ad6
+   b2sums = SKIP
+
+pkgname = mtools


=
PKGBUILD
=
@@ -3,13 +3,15 @@
 # Contributor: Tom Newsom 
 
 pkgname=mtools
-pkgver=4.0.43
+pkgver=4.0.44
 pkgrel=1
 epoch=1
 pkgdesc="A collection of utilities to access MS-DOS disks"
 arch=(x86_64)
 url="https://www.gnu.org/software/mtools/;
-license=(GPL3)
+license=(
+  GPL-3.0-or-later
+)
 depends=(
   bash
   glibc
@@ -24,9 +26,9 @@ optdepends=(
 )
 backup=(etc/$pkgname.conf)
 source=(https://ftp.gnu.org/gnu/mtools/$pkgname-$pkgver.tar.bz2{,.sig})
-sha512sums=('b70e483688124a653dd333ab127494dab12d413809680a4846dc4ae5c166a0b9938a2ab290e518c1f1a5b18ed96d2c2a29d92d61b16b772a4ab5e495379fe410'
+sha512sums=('e86de4db71deee0a5308e3e18a31580f9a10a924c207df763743ccf4506ddd62dc312e65ef2065c98f24296fd456beebc6594e267ddb828a02f3e3ee2d5e5228'
 'SKIP')
-b2sums=('d000839bbb6bc647eb5a32b08b40b1350cd0a85fd564f0705ecbfe20f8f4ef21bf2d59cd0ccd7a159c829c019c6c2f3cbdef82ff3f4a9e8828cc13d44ddabd1d'
+b2sums=('768ef4582b8f7abc30bfb2eac54dfd8032ff18f8b710550bf232bff46368a6aae0300569a5bf5aab6abd2460eeeaf3200901c1dd8d70b687a513804b0f9a8ad6'
 'SKIP')
 validpgpkeys=('51A23D9D7C4DF41AA48FA893E99CF5537790B839') # Alain KNAFF 

 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/mtools/-/commit/10553f0c7d782fd03bb9ca16e7035cf32fc12529

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




[Git][archlinux/packaging/packages/mtools] Pushed new tag 1-4.0.44-1

2024-06-02 Thread David Runge (@dvzrv)


David Runge pushed new tag 1-4.0.44-1 at Arch Linux / Packaging / Packages / 
mtools

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




[Git][archlinux/packaging/packages/nextcloud-app-bookmarks][main] upgpkg: 1:14.1.1-1

2024-06-02 Thread David Runge (@dvzrv)


David Runge pushed to branch main at Arch Linux / Packaging / Packages / 
nextcloud-app-bookmarks


Commits:
fc38beaa by David Runge at 2024-06-02T14:35:59+02:00
upgpkg: 1:14.1.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = nextcloud-app-bookmarks
pkgdesc = Bookmarks app for nextcloud
-   pkgver = 14.0.2
+   pkgver = 14.1.1
pkgrel = 1
epoch = 1
url = https://github.com/nextcloud/bookmarks
@@ -10,8 +10,8 @@ pkgbase = nextcloud-app-bookmarks
makedepends = nextcloud
makedepends = yq
options = !strip
-   source = 
https://github.com/nextcloud/bookmarks/releases/download/v14.0.2/bookmarks-14.0.2.tar.gz
-   sha256sums = 
75b0718b4cf832dc43fa4c059ff61a43499cc040ad79ff74b93fa5e2031e0d71
-   b2sums = 
8b6c7213c60717fc0485b26c77e8b65b0c62da2242095bd3060478e116ac64c6a4681a929bb24b517e452b41c57dc755779d76bc5b6d8030edbc50fcb5b2ea6b
+   source = 
https://github.com/nextcloud/bookmarks/releases/download/v14.1.1/bookmarks-14.1.1.tar.gz
+   sha256sums = 
1226b7160bc7679cf05741da8bb812e27aa875299209bc82dfecbd37abe7e9ce
+   b2sums = 
6603081ba935a1ee817c7050b9eca93ec41dfe37d43a5b937298eff227e165e4146333b547ce584b6c29afda298cbfe471c33a2dcc97dd5636cc8881d5a6c15d
 
 pkgname = nextcloud-app-bookmarks


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 _name=bookmarks
 pkgname=nextcloud-app-bookmarks
 epoch=1
-pkgver=14.0.2
+pkgver=14.1.1
 pkgrel=1
 pkgdesc="Bookmarks app for nextcloud"
 arch=(any)
@@ -14,8 +14,8 @@ makedepends=(nextcloud yq)
 groups=(nextcloud-apps)
 options=(!strip)
 
source=(https://github.com/nextcloud/$_name/releases/download/v$pkgver/$_name-$pkgver.tar.gz)
-sha256sums=('75b0718b4cf832dc43fa4c059ff61a43499cc040ad79ff74b93fa5e2031e0d71')
-b2sums=('8b6c7213c60717fc0485b26c77e8b65b0c62da2242095bd3060478e116ac64c6a4681a929bb24b517e452b41c57dc755779d76bc5b6d8030edbc50fcb5b2ea6b')
+sha256sums=('1226b7160bc7679cf05741da8bb812e27aa875299209bc82dfecbd37abe7e9ce')
+b2sums=('6603081ba935a1ee817c7050b9eca93ec41dfe37d43a5b937298eff227e165e4146333b547ce584b6c29afda298cbfe471c33a2dcc97dd5636cc8881d5a6c15d')
 
 # BEGIN boilerplate nextcloud app version clamping, see also other packages in 
group
 # 1. Call respective function helpers in check() and package() *after* cd'ing 
to the source directory



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nextcloud-app-bookmarks/-/commit/fc38beaa5687287975963dd0028e59c20ebecc9f

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




[Git][archlinux/packaging/packages/nextcloud-app-bookmarks] Pushed new tag 1-14.1.1-1

2024-06-02 Thread David Runge (@dvzrv)


David Runge pushed new tag 1-14.1.1-1 at Arch Linux / Packaging / Packages / 
nextcloud-app-bookmarks

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




[Git][archlinux/packaging/packages/rsop] Pushed new tag 0.3.2-1

2024-06-02 Thread David Runge (@dvzrv)


David Runge pushed new tag 0.3.2-1 at Arch Linux / Packaging / Packages / rsop

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




[Git][archlinux/packaging/packages/rsop][main] upgpkg: 0.3.2-1

2024-06-02 Thread David Runge (@dvzrv)


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


Commits:
0f5be924 by David Runge at 2024-06-02T14:31:59+02:00
upgpkg: 0.3.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = rsop
pkgdesc = Stateless OpenPGP (SOP) based on rpgp
-   pkgver = 0.3.1
+   pkgver = 0.3.2
pkgrel = 1
url = https://codeberg.org/heiko/rsop
arch = x86_64
@@ -11,9 +11,9 @@ pkgbase = rsop
makedepends = rust
depends = gcc-libs
depends = glibc
-   source = 
rsop-0.3.1.tar.gz::https://codeberg.org/heiko/rsop/archive/rsop/v0.3.1.tar.gz
-   sha512sums = 
fd29dc779af65877bbcc96f59b6d0540736e56e77db55d5b872b196b4d69023e8df8a31efb2f9f8a9f72decb36bc50de530f0e4cb61d88018ba3c97bf510e8fb
-   b2sums = 
65a46a89377cb9577618da5a2fb0afcd2bd2a07d3ca06ccb0a770b902ae921c136f36b03a2bc46789f46573833e766e5953508cfcd21a8d30db05e2015992832
+   source = 
rsop-0.3.2.tar.gz::https://codeberg.org/heiko/rsop/archive/rsop/v0.3.2.tar.gz
+   sha512sums = 
dd72627fb63310e447140be7141a42424bf3831103fd53c9fc6bacc95509f985cbb69d5506d647b614d3b48a1618c2220cc670ed1291c0c604de53bf469e32d4
+   b2sums = 
0731ba89e24bc402428997bec0997d3eee8b13555735f3e73f4417d960a2210d6f16306d77324816b4fb2669c41daafd0010cdae4b1e9fadd4df2af2d9d6bd22
 
 pkgname = rsop
depends = gcc-libs


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: David Runge 
 
 pkgname=rsop
-pkgver=0.3.1
+pkgver=0.3.2
 pkgrel=1
 pkgdesc="Stateless OpenPGP (SOP) based on rpgp"
 arch=(x86_64)
@@ -22,8 +22,8 @@ makedepends=(
 source=(
   $pkgname-$pkgver.tar.gz::$url/archive/$pkgname/v$pkgver.tar.gz
 )
-sha512sums=('fd29dc779af65877bbcc96f59b6d0540736e56e77db55d5b872b196b4d69023e8df8a31efb2f9f8a9f72decb36bc50de530f0e4cb61d88018ba3c97bf510e8fb')
-b2sums=('65a46a89377cb9577618da5a2fb0afcd2bd2a07d3ca06ccb0a770b902ae921c136f36b03a2bc46789f46573833e766e5953508cfcd21a8d30db05e2015992832')
+sha512sums=('dd72627fb63310e447140be7141a42424bf3831103fd53c9fc6bacc95509f985cbb69d5506d647b614d3b48a1618c2220cc670ed1291c0c604de53bf469e32d4')
+b2sums=('0731ba89e24bc402428997bec0997d3eee8b13555735f3e73f4417d960a2210d6f16306d77324816b4fb2669c41daafd0010cdae4b1e9fadd4df2af2d9d6bd22')
 
 prepare() {
   cd $pkgname



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

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




[Git][archlinux/packaging/packages/python-hypothesis][main] upgpkg: 6.103.0-1

2024-05-30 Thread David Runge (@dvzrv)


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


Commits:
7799a01b by David Runge at 2024-05-30T12:04:35+02:00
upgpkg: 6.103.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = python-hypothesis
pkgdesc = Advanced Quickcheck style testing library for Python
-   pkgver = 6.102.6
+   pkgver = 6.103.0
pkgrel = 1
url = https://hypothesis.readthedocs.org
arch = any
@@ -40,8 +40,8 @@ pkgbase = python-hypothesis
optdepends = python-pytz: for datetime and django module
optdepends = python-redis: for redis support
optdepends = python-rich: for CLI
-   source = 
hypothesis-hypothesis-python-6.102.6.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-6.102.6.tar.gz
-   sha512sums = 
aa458c9db8ca0f5661ffc64ae61b08ffe2e93cd1fe5431752aa92339af22cf90b79763d08c6e381dd0875b26b2cfbdad92e95cc581ba325072ec5330223d3b7e
-   b2sums = 
7daf1cfedd3e8aec72ca2a16a320ccac8c03d62dd02c7b6e20a8c0e8e9510996fc36b5f1050c111ef2eb389b77a9f468b23ef7627867b8d50559c59df003f635
+   source = 
hypothesis-hypothesis-python-6.103.0.tar.gz::https://github.com/HypothesisWorks/hypothesis/archive/hypothesis-python-6.103.0.tar.gz
+   sha512sums = 
636a5df06dba81d76ec054c9d69cc95e0a511182f6555adf8e0b982757d7f96c5e55ee462ed8228eeac8226c7bfa591621513cd17bd52d81bb258419e5dfaded
+   b2sums = 
66dd333598af775371b9c1d12b00441397b687f2c1a6e590626988579ebf4a06b53b8a20ae4812ef02f36fcd18ccc681f1c80eaa65c799c9d5a748bfcf081c4b
 
 pkgname = python-hypothesis


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 _name=hypothesis
 _alt_name=$_name-python
 pkgname=python-hypothesis
-pkgver=6.102.6
+pkgver=6.103.0
 _version=$_alt_name-$pkgver
 pkgrel=1
 pkgdesc="Advanced Quickcheck style testing library for Python"
@@ -56,8 +56,8 @@ optdepends=(
   'python-rich: for CLI'
 )
 source=($_name-$_version.tar.gz::$_url/archive/$_version.tar.gz)
-sha512sums=('aa458c9db8ca0f5661ffc64ae61b08ffe2e93cd1fe5431752aa92339af22cf90b79763d08c6e381dd0875b26b2cfbdad92e95cc581ba325072ec5330223d3b7e')
-b2sums=('7daf1cfedd3e8aec72ca2a16a320ccac8c03d62dd02c7b6e20a8c0e8e9510996fc36b5f1050c111ef2eb389b77a9f468b23ef7627867b8d50559c59df003f635')
+sha512sums=('636a5df06dba81d76ec054c9d69cc95e0a511182f6555adf8e0b982757d7f96c5e55ee462ed8228eeac8226c7bfa591621513cd17bd52d81bb258419e5dfaded')
+b2sums=('66dd333598af775371b9c1d12b00441397b687f2c1a6e590626988579ebf4a06b53b8a20ae4812ef02f36fcd18ccc681f1c80eaa65c799c9d5a748bfcf081c4b')
 
 build() {
   cd $_name-$_version/$_alt_name



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-hypothesis/-/commit/7799a01bea12084f576ec85205bac8cfa68c765c

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




[Git][archlinux/packaging/packages/python-hypothesis] Pushed new tag 6.103.0-1

2024-05-30 Thread David Runge (@dvzrv)


David Runge pushed new tag 6.103.0-1 at Arch Linux / Packaging / Packages / 
python-hypothesis

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




[Git][archlinux/packaging/packages/python-pdm] Pushed new tag 2.15.4-1

2024-05-30 Thread David Runge (@dvzrv)


David Runge pushed new tag 2.15.4-1 at Arch Linux / Packaging / Packages / 
python-pdm

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




[Git][archlinux/packaging/packages/python-pdm][main] upgpkg: 2.15.4-1

2024-05-30 Thread David Runge (@dvzrv)


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


Commits:
ccaf23ef by David Runge at 2024-05-30T12:03:44+02:00
upgpkg: 2.15.4-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = python-pdm
pkgdesc = A modern Python package manager with PEP 582 support
-   pkgver = 2.15.3
+   pkgver = 2.15.4
pkgrel = 1
url = https://github.com/pdm-project/pdm
arch = any
@@ -41,8 +41,8 @@ pkgbase = python-pdm
optdepends = python-keyring: for storing credentials
optdepends = python-pytest-mock: for pytest plugin
optdepends = python-setuptools: for parsing setup.py files
-   source = 
pdm-2.15.3.tar.gz::https://github.com/pdm-project/pdm/archive/refs/tags/2.15.3.tar.gz
-   sha512sums = 
825c194bff3794f96cba1586e839ca9738794e17a8326f109bf0035c10f5be23a06fef40f30ddd5ab2176ebc94b31286e06f627164bcfee5aba5e03e0b5126cd
-   b2sums = 
b3ae24ed0f4b96b44e5ff57f14e4155583f9d3b5c5edb5709a8cfb1009d7eafa280f7286a9cb0fb0a03e0f84a062647a4ee2a10f6f5feda03b81c9ec7fcc3ae1
+   source = 
pdm-2.15.4.tar.gz::https://github.com/pdm-project/pdm/archive/refs/tags/2.15.4.tar.gz
+   sha512sums = 
9a7bc399560a620b2b41bacf391c4e46b6f9341a0a72955478198a22d55649d97e7093f7b21d9757aec250d28028cfe30116be385e1b2ecab7d2bc85672b0b52
+   b2sums = 
9b6e41cc4344f8293e8ccbb79272d7e0c9863c1f7ea543bfb386399802bc7ac12fe564b977284d83a8bce0bbb4bb945ab25ed99e3920fd0a12177b46625bd7eb
 
 pkgname = python-pdm


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 _name=pdm
 pkgname=python-pdm
-pkgver=2.15.3
+pkgver=2.15.4
 pkgrel=1
 pkgdesc="A modern Python package manager with PEP 582 support"
 arch=(any)
@@ -54,8 +54,8 @@ optdepends=(
   'python-setuptools: for parsing setup.py files'
 )
 source=($_name-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz)
-sha512sums=('825c194bff3794f96cba1586e839ca9738794e17a8326f109bf0035c10f5be23a06fef40f30ddd5ab2176ebc94b31286e06f627164bcfee5aba5e03e0b5126cd')
-b2sums=('b3ae24ed0f4b96b44e5ff57f14e4155583f9d3b5c5edb5709a8cfb1009d7eafa280f7286a9cb0fb0a03e0f84a062647a4ee2a10f6f5feda03b81c9ec7fcc3ae1')
+sha512sums=('9a7bc399560a620b2b41bacf391c4e46b6f9341a0a72955478198a22d55649d97e7093f7b21d9757aec250d28028cfe30116be385e1b2ecab7d2bc85672b0b52')
+b2sums=('9b6e41cc4344f8293e8ccbb79272d7e0c9863c1f7ea543bfb386399802bc7ac12fe564b977284d83a8bce0bbb4bb945ab25ed99e3920fd0a12177b46625bd7eb')
 
 build() {
   cd $_name-$pkgver



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

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




[Git][archlinux/packaging/packages/cargo-release] Pushed new tag 0.25.8-1

2024-05-30 Thread David Runge (@dvzrv)


David Runge pushed new tag 0.25.8-1 at Arch Linux / Packaging / Packages / 
cargo-release

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




[Git][archlinux/packaging/packages/cargo-release][main] upgpkg: 0.25.8-1

2024-05-30 Thread David Runge (@dvzrv)


David Runge pushed to branch main at Arch Linux / Packaging / Packages / 
cargo-release


Commits:
393a6bca by David Runge at 2024-05-30T11:55:47+02:00
upgpkg: 0.25.8-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = cargo-release
pkgdesc = Cargo subcommand "release": everything about releasing a rust 
crate
-   pkgver = 0.25.7
+   pkgver = 0.25.8
pkgrel = 1
url = https://github.com/crate-ci/cargo-release
arch = x86_64
@@ -12,8 +12,8 @@ pkgbase = cargo-release
depends = glibc
depends = zlib
options = !lto
-   source = 
https://github.com/crate-ci/cargo-release/archive/v0.25.7/cargo-release-0.25.7.tar.gz
-   sha512sums = 
2fad0d243833d6badca9adb9619c116f5cf28088855cb784241281eaaf1bd8308f6236e210dd3156cf6f42f0ad46be91e7680e32e7a275afc3ec01c010ed02b9
-   b2sums = 
f628c20567f2dcf50b26669f0746916b6c2b530247b3f874ded49875be2d5b3c7faf7865f57f67932793ce95decfecdabe05f127a6dbfd5f7d0d95067b543029
+   source = 
https://github.com/crate-ci/cargo-release/archive/v0.25.8/cargo-release-0.25.8.tar.gz
+   sha512sums = 
5dcc1ea476d5ec0774661891142d92a6ddb17f18071318112fe2578966405154ef1d14b96fd3d643c829c29b2bade735f25925a18c6caa54c3544e5924237e41
+   b2sums = 
677823c516918f034165ed3b3e74a47ef86fedaa38a6ddcfe364c628f51af0102196c1356cb70b37828335a8e3baf1b1330f6cc69156193ee1259e324f78e0ce
 
 pkgname = cargo-release


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: kpcyrd 
 
 pkgname=cargo-release
-pkgver=0.25.7
+pkgver=0.25.8
 pkgrel=1
 pkgdesc='Cargo subcommand "release": everything about releasing a rust crate'
 url='https://github.com/crate-ci/cargo-release'
@@ -20,8 +20,8 @@ depends=(
 makedepends=(rust)
 options=(!lto)
 source=($url/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha512sums=('2fad0d243833d6badca9adb9619c116f5cf28088855cb784241281eaaf1bd8308f6236e210dd3156cf6f42f0ad46be91e7680e32e7a275afc3ec01c010ed02b9')
-b2sums=('f628c20567f2dcf50b26669f0746916b6c2b530247b3f874ded49875be2d5b3c7faf7865f57f67932793ce95decfecdabe05f127a6dbfd5f7d0d95067b543029')
+sha512sums=('5dcc1ea476d5ec0774661891142d92a6ddb17f18071318112fe2578966405154ef1d14b96fd3d643c829c29b2bade735f25925a18c6caa54c3544e5924237e41')
+b2sums=('677823c516918f034165ed3b3e74a47ef86fedaa38a6ddcfe364c628f51af0102196c1356cb70b37828335a8e3baf1b1330f6cc69156193ee1259e324f78e0ce')
 
 prepare() {
   cd $pkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cargo-release/-/commit/393a6bcaf3ec1c28622f8ef58d121b123105f137

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




[Git][archlinux/packaging/packages/python-pydantic][main] upgpkg: 2.7.2-1

2024-05-30 Thread David Runge (@dvzrv)


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


Commits:
4ae4dfff by David Runge at 2024-05-30T11:27:56+02:00
upgpkg: 2.7.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-pydantic
pkgdesc = Data parsing and validation using Python type hints
-   pkgver = 2.7.1
-   pkgrel = 2
+   pkgver = 2.7.2
+   pkgrel = 1
url = https://github.com/pydantic/pydantic
arch = any
license = MIT
@@ -32,8 +32,8 @@ pkgbase = python-pydantic
optdepends = python-dotenv: for .env file support
optdepends = python-email-validator: for email validation
optdepends = python-hypothesis: for hypothesis plugin when using legacy 
v1
-   source = 
https://github.com/pydantic/pydantic/archive/v2.7.1/pydantic-v2.7.1.tar.gz
-   sha512sums = 
015050bc768909dced19ee008e81cb6efd79c754618802d59d5b998ca20ce0446f2b0e63061709c6fb669d9c4256b53a84481bcaad547fb41b3a669d4d52
-   b2sums = 
219604a1afd1cbfe68f4a33c455bf60a4a322aeb41924f96a5c919fcd138607e0c629ef9c3d022918e9c1033fbbfbce2d0513e3ed731ef935ca5b9b06784a298
+   source = 
https://github.com/pydantic/pydantic/archive/v2.7.2/pydantic-v2.7.2.tar.gz
+   sha512sums = 
263c70168484f41eded918f6f32038510b77895009dbb20f78b020305039cda539f2c6b149f15aa54e3db14073affc5c541f857c9ca6c7d2fcab6e6ba3a932e7
+   b2sums = 
32f77bd1c4a2368659d7d1ec3227650f723cb3244cb14e22c9634cc07dd57b52b2eba5d988ab57688b1d22d667bf1c9b0a13ea7a20f49e06dd60c4fa78969d02
 
 pkgname = python-pydantic


=
PKGBUILD
=
@@ -4,8 +4,8 @@
 _name=pydantic
 pkgname=python-$_name
 # WARNING: upstream pins pydantic-core down to the patch-level and using other 
versions breaks tests! only update in lock-step with python-pydantic-core!
-pkgver=2.7.1
-pkgrel=2
+pkgver=2.7.2
+pkgrel=1
 pkgdesc='Data parsing and validation using Python type hints'
 arch=(any)
 url="https://github.com/pydantic/pydantic;
@@ -46,8 +46,8 @@ optdepends=(
   'python-hypothesis: for hypothesis plugin when using legacy v1'
 )
 source=($url/archive/v$pkgver/$_name-v$pkgver.tar.gz)
-sha512sums=('015050bc768909dced19ee008e81cb6efd79c754618802d59d5b998ca20ce0446f2b0e63061709c6fb669d9c4256b53a84481bcaad547fb41b3a669d4d52')
-b2sums=('219604a1afd1cbfe68f4a33c455bf60a4a322aeb41924f96a5c919fcd138607e0c629ef9c3d022918e9c1033fbbfbce2d0513e3ed731ef935ca5b9b06784a298')
+sha512sums=('263c70168484f41eded918f6f32038510b77895009dbb20f78b020305039cda539f2c6b149f15aa54e3db14073affc5c541f857c9ca6c7d2fcab6e6ba3a932e7')
+b2sums=('32f77bd1c4a2368659d7d1ec3227650f723cb3244cb14e22c9634cc07dd57b52b2eba5d988ab57688b1d22d667bf1c9b0a13ea7a20f49e06dd60c4fa78969d02')
 
 build() {
   cd $_name-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pydantic/-/commit/4ae4dfffa1d7474db280ef30eb04be275bde31f2

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




[Git][archlinux/packaging/packages/python-pydantic] Pushed new tag 2.7.2-1

2024-05-30 Thread David Runge (@dvzrv)


David Runge pushed new tag 2.7.2-1 at Arch Linux / Packaging / Packages / 
python-pydantic

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




[Git][archlinux/packaging/packages/python-pydantic-core][main] upgpkg: 1:2.18.3-1

2024-05-30 Thread David Runge (@dvzrv)


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


Commits:
9424a3e3 by David Runge at 2024-05-30T11:25:44+02:00
upgpkg: 1:2.18.3-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-pydantic-core
pkgdesc = Core validation logic for pydantic written in rust
-   pkgver = 2.18.2
-   pkgrel = 2
+   pkgver = 2.18.3
+   pkgrel = 1
epoch = 1
url = https://github.com/pydantic/pydantic-core
arch = x86_64
@@ -21,8 +21,8 @@ pkgbase = python-pydantic-core
depends = python
depends = python-typing_extensions
options = !lto
-   source = 
python-pydantic-core-2.18.2.tar.gz::https://github.com/pydantic/pydantic-core/archive/refs/tags/v2.18.2.tar.gz
-   sha512sums = 
082f693b875d89dc4ccaed1b97fd2211b4a414b3a1f54072a9a1130411a111da9ec1a4187883cc7c516265239ea50a48085862939bd68f0c46c1c8ce679f43b1
-   b2sums = 
ed2ee5c1d3f616fe66dae16740fef5b5b116dba60f85272ff71b99f14e813a7e4f8cdb387427a0a4f5754b8d6f1a079432a48aaba5ca23435d59725356e53bb7
+   source = 
python-pydantic-core-2.18.3.tar.gz::https://github.com/pydantic/pydantic-core/archive/refs/tags/v2.18.3.tar.gz
+   sha512sums = 
b8b3d859575bf401522fa5eb0af3011ca8bdbb09bc0280b6ae2b873108b2032ae2a0c1b923655b9c70b079a944b1206a43e26d2dc64498c35721db5e339b5704
+   b2sums = 
f46b37cd0e45356691b74cc05c9939e43b2fc49af08839f4795f06d20a89c5664df76181469edf107cd4dec985f615d6d11e8763af6e60158e06b3a1c4c9
 
 pkgname = python-pydantic-core


=
PKGBUILD
=
@@ -3,8 +3,8 @@
 _name=pydantic-core
 pkgname=python-pydantic-core
 # WARNING: this package is pinned down to the patch-level version in 
python-pydantic and should only be updated in lock-step with it
-pkgver=2.18.2
-pkgrel=2
+pkgver=2.18.3
+pkgrel=1
 epoch=1
 pkgdesc="Core validation logic for pydantic written in rust "
 arch=(x86_64)
@@ -32,8 +32,8 @@ checkdepends=(
 )
 options=(!lto)
 source=($pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz)
-sha512sums=('082f693b875d89dc4ccaed1b97fd2211b4a414b3a1f54072a9a1130411a111da9ec1a4187883cc7c516265239ea50a48085862939bd68f0c46c1c8ce679f43b1')
-b2sums=('ed2ee5c1d3f616fe66dae16740fef5b5b116dba60f85272ff71b99f14e813a7e4f8cdb387427a0a4f5754b8d6f1a079432a48aaba5ca23435d59725356e53bb7')
+sha512sums=('b8b3d859575bf401522fa5eb0af3011ca8bdbb09bc0280b6ae2b873108b2032ae2a0c1b923655b9c70b079a944b1206a43e26d2dc64498c35721db5e339b5704')
+b2sums=('f46b37cd0e45356691b74cc05c9939e43b2fc49af08839f4795f06d20a89c5664df76181469edf107cd4dec985f615d6d11e8763af6e60158e06b3a1c4c9')
 
 prepare() {
   # we don't support version pinning



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pydantic-core/-/commit/9424a3e35b3d59ffe7848ff643fafbcbd1f4c3fe

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




[Git][archlinux/packaging/packages/python-pydantic-core] Pushed new tag 1-2.18.3-1

2024-05-30 Thread David Runge (@dvzrv)


David Runge pushed new tag 1-2.18.3-1 at Arch Linux / Packaging / Packages / 
python-pydantic-core

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




[Git][archlinux/packaging/packages/stalwart-mail-server] Pushed new tag 0.8.1-1

2024-05-28 Thread David Runge (@dvzrv)


David Runge pushed new tag 0.8.1-1 at Arch Linux / Packaging / Packages / 
stalwart-mail-server

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




[Git][archlinux/packaging/packages/stalwart-mail-old-upgrade] Pushed new branch main

2024-05-28 Thread David Runge (@dvzrv)


David Runge pushed new branch main at Arch Linux / Packaging / Packages / 
stalwart-mail-old-upgrade

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/stalwart-mail-old-upgrade/-/tree/main
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/stalwart-mail-old-upgrade] Pushed new tag 0.7.3-1

2024-05-28 Thread David Runge (@dvzrv)


David Runge pushed new tag 0.7.3-1 at Arch Linux / Packaging / Packages / 
stalwart-mail-old-upgrade

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/stalwart-mail-old-upgrade/-/tree/0.7.3-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/brltty][main] 2 commits: Switch to upstream provided auto-generated source tarballs for better transparency

2024-05-28 Thread David Runge (@dvzrv)


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


Commits:
51a162e5 by David Runge at 2024-05-28T19:59:13+02:00
Switch to upstream provided auto-generated source tarballs for better 
transparency

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

- - - - -
921451d7 by David Runge at 2024-05-28T19:59:42+02:00
Add nvchecker integration

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

- - - - -


3 changed files:

- .SRCINFO
- + .nvchecker.toml
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -37,13 +37,13 @@ pkgbase = brltty
makedepends = systemd-libs
makedepends = tcl
options = !emptydirs
-   source = https://brltty.app/archive/brltty-6.6.tar.bz2
+   source = 
https://github.com/brltty/brltty/archive/refs/tags/BRLTTY-6.6.tar.gz
source = brltty-6.2-systemd_sysusers_groups.patch
source = brltty-6.4-x11_autostart.patch
-   sha512sums = 
a253efe9b53c97e670bb6dc5041a007944b220d88393a6df825ac95f3e0857ce3ba940b67b9723a03e18cdc962092ce937f38bdbf28816eceda168242c3682fd
+   sha512sums = 
a2cdcebd1f527aefa6dbfebcb6ec86e74bc42faa3b50130efd151a37b4e508b0da5dd1283800bead06b4f5f1f1f5a606cb1a7385fad812e02c6431e0e2943c69
sha512sums = 
32ba91271e2247b4a330cd213ed75b591268cb99a79c2efd9ae675804faee027c6b2f782768cb2329a65fc914ca2400b2901f35ce1fc2522c6691b343799eb02
sha512sums = 
4871512affefbc178f4204a1b285fc2b5a05ea2d181163195d695b760e9729b3d2d00b5f052abd71379df609c3859d7cbd64128bdefd16e898bbc4368500a9a0
-   b2sums = 
28e2593aac014f67f09d4e77c0e63f591c5bc1537ecc292370ac9f51689b722f6f4064cc8e185ba9bf0bbfbd28d3097be15e587ca35ea2018eab9538fdf8da7a
+   b2sums = 
04db7239ee9b2e6318eb235bc7c6a6407fc9519042d37a95dbb9661bd4cb4c4c6e6261230d963402ffcb22189ee00777a62067fe5b2677b0724a7f06cd3a774d
b2sums = 
036e36d558594bb06af1eb41ff5fc9ae52ccf4bad54556c3f4f81a5e2f31f574039835e5e756455527c327a73d563a3db54a9f32e3478545a2a22c2725aaeee2
b2sums = 
4ebc07a725ef8362233a83118e93901e78943e8dae08f9358b668ff13ab88a65eb9e87c49d106a8c3d87eb62007b230e199107eacb01f92dc683335076c01309
 


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


=
PKGBUILD
=
@@ -47,19 +47,19 @@ makedepends=(
 )
 options=(!emptydirs)
 source=(
-  https://brltty.app/archive/$pkgname-$pkgver.tar.bz2
+  
https://github.com/brltty/brltty/archive/refs/tags/${pkgbase^^}-$pkgver.tar.gz
   $pkgname-6.2-systemd_sysusers_groups.patch
   $pkgname-6.4-x11_autostart.patch
 )
-sha512sums=('a253efe9b53c97e670bb6dc5041a007944b220d88393a6df825ac95f3e0857ce3ba940b67b9723a03e18cdc962092ce937f38bdbf28816eceda168242c3682fd'
+sha512sums=('a2cdcebd1f527aefa6dbfebcb6ec86e74bc42faa3b50130efd151a37b4e508b0da5dd1283800bead06b4f5f1f1f5a606cb1a7385fad812e02c6431e0e2943c69'
 
'32ba91271e2247b4a330cd213ed75b591268cb99a79c2efd9ae675804faee027c6b2f782768cb2329a65fc914ca2400b2901f35ce1fc2522c6691b343799eb02'
 
'4871512affefbc178f4204a1b285fc2b5a05ea2d181163195d695b760e9729b3d2d00b5f052abd71379df609c3859d7cbd64128bdefd16e898bbc4368500a9a0')
-b2sums=('28e2593aac014f67f09d4e77c0e63f591c5bc1537ecc292370ac9f51689b722f6f4064cc8e185ba9bf0bbfbd28d3097be15e587ca35ea2018eab9538fdf8da7a'
+b2sums=('04db7239ee9b2e6318eb235bc7c6a6407fc9519042d37a95dbb9661bd4cb4c4c6e6261230d963402ffcb22189ee00777a62067fe5b2677b0724a7f06cd3a774d'
 
'036e36d558594bb06af1eb41ff5fc9ae52ccf4bad54556c3f4f81a5e2f31f574039835e5e756455527c327a73d563a3db54a9f32e3478545a2a22c2725aaeee2'
 
'4ebc07a725ef8362233a83118e93901e78943e8dae08f9358b668ff13ab88a65eb9e87c49d106a8c3d87eb62007b230e199107eacb01f92dc683335076c01309')
 
 prepare() {
-  cd $pkgbase-$pkgver
+  cd $pkgbase-${pkgbase^^}-$pkgver
   patch -Np1 -i ../$pkgbase-6.2-systemd_sysusers_groups.patch
   patch -Np1 -i ../$pkgbase-6.4-x11_autostart.patch
   ./autogen
@@ -81,7 +81,7 @@ build() {
   # fat-lto-objects is required for non-mangled static libs
   CFLAGS+=" -ffat-lto-objects"
 
-  cd $pkgbase-$pkgver
+  cd $pkgbase-${pkgbase^^}-$pkgver
   ./configure "${configure_options[@]}"
   make -j1
   # make brlapi.jar deterministic
@@ -129,7 +129,7 @@ package_brltty() {
   )
   install=brltty.install
 
-  cd $pkgbase-$pkgver
+  cd $pkgbase-${pkgbase^^}-$pkgver
   # installation does not work reliably with many cores, so set jobs to 1
   make -j1 INSTALL_ROOT="$pkgdir" install
   make -j1 INSTALL_ROOT="$pkgdir" install-systemd



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/brltty/-/compare/96f3fed6b0c6c623449bb44020f1003497372e3e...921451d7a468982051c875cf6efa0c76be9f686b

-- 
View it on GitLab: 

[Git][archlinux/packaging/packages/cardinal] Pushed new tag 24.05-1

2024-05-28 Thread David Runge (@dvzrv)


David Runge pushed new tag 24.05-1 at Arch Linux / Packaging / Packages / 
cardinal

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




[Git][archlinux/packaging/packages/cardinal][main] upgpkg: 24.05-1

2024-05-28 Thread David Runge (@dvzrv)


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


Commits:
ec7d40e3 by David Runge at 2024-05-28T16:16:17+02:00
upgpkg: 24.05-1

Add upstream fix for issues when compiling with LTO.

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = cardinal
pkgdesc = Virtual modular synthesizer
-   pkgver = 24.04
+   pkgver = 24.05
pkgrel = 1
url = https://github.com/DISTRHO/Cardinal
arch = x86_64
@@ -48,12 +48,15 @@ pkgbase = cardinal
makedepends = mold
makedepends = python
makedepends = speexdsp
-   source = 
https://github.com/DISTRHO/Cardinal/releases/download/24.04/cardinal-24.04.tar.xz
-   source = 
cardinal-24.04.svg::https://raw.githubusercontent.com/DISTRHO/Cardinal/eb95b5990cf734c10f2caab1a246eac893f0266d/plugins/Cardinal/orig/distrho.svg
-   sha512sums = 
2da862e99e5989120f80b1c3b08aabfb4395d266a739a8fc182e0f60c5a0041ffcdf0db3fae69eb67c1b663b30bdeec952b5f59bdb1c93bfdac6c4cbe987a200
+   source = 
https://github.com/DISTRHO/Cardinal/releases/download/24.05/cardinal-24.05.tar.xz
+   source = 
cardinal-24.05.svg::https://raw.githubusercontent.com/DISTRHO/Cardinal/eb95b5990cf734c10f2caab1a246eac893f0266d/plugins/Cardinal/orig/distrho.svg
+   source = 
cardinal-24.05-lto-fix.patch::https://github.com/DISTRHO/Cardinal/commit/77b5becf75c8842cd30ee99d326782894fb334d3.patch
+   sha512sums = 
a84a9d0453a7096314f38e93bf4871560ef76ae39b63887438872ae7c5a67ea7f8aea21a2ef9c9e6559fb2d5c06167c9ccc0f6a84ed5be9773c5289e177d
sha512sums = 
31a7d1e548285af0ead1bc844fbb1d35b50f6284159047cb401a829d4068992fa328770e42c377c08d013f6787e55ac12b94eba4d5af4b90373b157971fc8835
-   b2sums = 
11f6bc45ebb051d5fb16b557c0160db058d8ae56d01459796f257d6f01e1252ebb9b01c68b2d9a626e0c17e925682bc7016f84aaa0e4d63f24ac8d3af47e0d2c
+   sha512sums = 
30fdf2fc115837307c20753282014238d9aabf70a95cccfeb65992cca4cc9a3128e596bab8c0fff5b4bf23529c509e2cc914b6d741dc20a1096c4495b8e07032
+   b2sums = 
4a185866fe224f5d38f67029ee41c571f9d3494fd31fdadd79149b6ca53fa6bd6dc85cef3e852fb0a0c284e8cefcd3935d5a76d464d330b3b168b8e8f8c09366
b2sums = 
d82fefe15234c1ed3a4d487c6082a2e3ac73b60f11041314e99c5a5de5b3ea141efbd5afd18851510bd4f801fd71f7cd89d54d86258d1ba750bbfd762aa37a8d
+   b2sums = 
697c2b837ac1853dd49662d03d5f6af042530e2d14e2889640f8d4890631f231ca4cc94ef5c62b669517f9ae1a79ccac6226bfe8f6d8a3702741ecad6a1161ea
 
 pkgname = cardinal
depends = cardinal-clap


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgbase=cardinal
 pkgname=(cardinal cardinal-{clap,data,lv2,standalone,vst,vst3})
-pkgver=24.04
+pkgver=24.05
 pkgrel=1
 pkgdesc="Virtual modular synthesizer"
 arch=(x86_64)
@@ -60,11 +60,14 @@ checkdepends=(
 source=(
   $url/releases/download/$pkgver/$pkgbase-$pkgver.tar.xz
   
$pkgbase-$pkgver.svg::https://raw.githubusercontent.com/DISTRHO/Cardinal/eb95b5990cf734c10f2caab1a246eac893f0266d/plugins/Cardinal/orig/distrho.svg
+  
$pkgbase-$pkgver-lto-fix.patch::https://github.com/DISTRHO/Cardinal/commit/77b5becf75c8842cd30ee99d326782894fb334d3.patch
 )
-sha512sums=('2da862e99e5989120f80b1c3b08aabfb4395d266a739a8fc182e0f60c5a0041ffcdf0db3fae69eb67c1b663b30bdeec952b5f59bdb1c93bfdac6c4cbe987a200'
-
'31a7d1e548285af0ead1bc844fbb1d35b50f6284159047cb401a829d4068992fa328770e42c377c08d013f6787e55ac12b94eba4d5af4b90373b157971fc8835')
-b2sums=('11f6bc45ebb051d5fb16b557c0160db058d8ae56d01459796f257d6f01e1252ebb9b01c68b2d9a626e0c17e925682bc7016f84aaa0e4d63f24ac8d3af47e0d2c'
-
'd82fefe15234c1ed3a4d487c6082a2e3ac73b60f11041314e99c5a5de5b3ea141efbd5afd18851510bd4f801fd71f7cd89d54d86258d1ba750bbfd762aa37a8d')
+sha512sums=('a84a9d0453a7096314f38e93bf4871560ef76ae39b63887438872ae7c5a67ea7f8aea21a2ef9c9e6559fb2d5c06167c9ccc0f6a84ed5be9773c5289e177d'
+
'31a7d1e548285af0ead1bc844fbb1d35b50f6284159047cb401a829d4068992fa328770e42c377c08d013f6787e55ac12b94eba4d5af4b90373b157971fc8835'
+
'30fdf2fc115837307c20753282014238d9aabf70a95cccfeb65992cca4cc9a3128e596bab8c0fff5b4bf23529c509e2cc914b6d741dc20a1096c4495b8e07032')
+b2sums=('4a185866fe224f5d38f67029ee41c571f9d3494fd31fdadd79149b6ca53fa6bd6dc85cef3e852fb0a0c284e8cefcd3935d5a76d464d330b3b168b8e8f8c09366'
+
'd82fefe15234c1ed3a4d487c6082a2e3ac73b60f11041314e99c5a5de5b3ea141efbd5afd18851510bd4f801fd71f7cd89d54d86258d1ba750bbfd762aa37a8d'
+
'697c2b837ac1853dd49662d03d5f6af042530e2d14e2889640f8d4890631f231ca4cc94ef5c62b669517f9ae1a79ccac6226bfe8f6d8a3702741ecad6a1161ea')
 
 _common_depends=(
   cardinal-data
@@ -108,6 +111,7 @@ _license() {
   install -vDm 644 $pkgbase-$pkgver/plugins/AS/LICENSE.txt 
"$pkgdir/usr/share/licenses/$pkgname/AS/MIT.txt"
   install -vDm 644 $pkgbase-$pkgver/plugins/AaronStatic/LICENSE.txt 

[Git][archlinux/packaging/packages/desync] Pushed new tag 0.9.6-1

2024-05-28 Thread David Runge (@dvzrv)


David Runge pushed new tag 0.9.6-1 at Arch Linux / Packaging / Packages / desync

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




[Git][archlinux/packaging/packages/desync][main] 4 commits: Switch to correct SPDX license identifier

2024-05-28 Thread David Runge (@dvzrv)


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


Commits:
d813079b by David Runge at 2024-05-28T13:40:18+02:00
Switch to correct SPDX license identifier

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

- - - - -
888e50d9 by David Runge at 2024-05-28T13:40:43+02:00
Disable LTO to make package reproducible

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

- - - - -
157f15c4 by David Runge at 2024-05-28T13:41:23+02:00
Add nvchecker integration

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

- - - - -
630fa00d by David Runge at 2024-05-28T13:43:11+02:00
upgpkg: 0.9.6-1

- - - - -


3 changed files:

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


Changes:

=
.SRCINFO
=
@@ -0,0 +1,15 @@
+pkgbase = desync
+   pkgdesc = Alternative casync implementation
+   pkgver = 0.9.6
+   pkgrel = 1
+   url = https://github.com/folbricht/desync
+   arch = x86_64
+   license = BSD-3-Clause
+   makedepends = go
+   depends = glibc
+   options = !lto
+   source = 
desync-0.9.6.tar.gz::https://github.com/folbricht/desync/archive/refs/tags/v0.9.6.tar.gz
+   sha512sums = 
b1f840fda8aba170c93f4b17f53595290fed1eb0a3a408e47c60214e6aabe20583c8032aec838b883d1251b31f7a819c413dca0137ab8c7d83e8de04f466d4dd
+   b2sums = 
eb56e5706421d2b63d9f05fe0b4d24d9c5c6eedb676c52b13563e35792198f382d48536bd0393661c20cd8fa4588949f954a7a404735ab4a078baa06e5adb2bd
+
+pkgname = desync


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


=
PKGBUILD
=
@@ -1,17 +1,18 @@
 # Maintainer: David Runge 
 
 pkgname=desync
-pkgver=0.9.5
+pkgver=0.9.6
 pkgrel=1
 pkgdesc="Alternative casync implementation"
 arch=(x86_64)
 url="https://github.com/folbricht/desync;
-license=(BSD)
+license=(BSD-3-Clause)
 depends=(glibc)
 makedepends=(go)
+options=(!lto)
 source=($pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz)
-sha512sums=('650b397e218d852ceb8e0df5ebc2c8177f607f6e52017d075e746c358e0a1d110cfb0e893760eb86fdf72f428ea12a1cd5cc3843e6569e1f078a139e08d07543')
-b2sums=('cb29dd3f11660c9c83f7683df7624d3d934b071598a308d41b0b3685e9c3a57262b12ba4cff989f2f39645a07a69cf9aff943516e6187280d92b05411572d099')
+sha512sums=('b1f840fda8aba170c93f4b17f53595290fed1eb0a3a408e47c60214e6aabe20583c8032aec838b883d1251b31f7a819c413dca0137ab8c7d83e8de04f466d4dd')
+b2sums=('eb56e5706421d2b63d9f05fe0b4d24d9c5c6eedb676c52b13563e35792198f382d48536bd0393661c20cd8fa4588949f954a7a404735ab4a078baa06e5adb2bd')
 
 build() {
   export CGO_CPPFLAGS="$CPPFLAGS"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/desync/-/compare/a44e497142c746e853554635b92e8f270776cc4a...630fa00dfb0809512c9f33dff58fd83bb6d4859c

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/desync/-/compare/a44e497142c746e853554635b92e8f270776cc4a...630fa00dfb0809512c9f33dff58fd83bb6d4859c
You're receiving this email because of your account on gitlab.archlinux.org.




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

2024-05-28 Thread David Runge (@dvzrv)


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


Commits:
44fbbd91 by David Runge at 2024-05-28T13:39:12+02:00
upgpkg: 0.15.3-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

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


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



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

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




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

2024-05-28 Thread David Runge (@dvzrv)


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

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




[Git][archlinux/packaging/packages/python-ulid] Pushed new tag 2.6.0-1

2024-05-28 Thread David Runge (@dvzrv)


David Runge pushed new tag 2.6.0-1 at Arch Linux / Packaging / Packages / 
python-ulid

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




[Git][archlinux/packaging/packages/python-ulid][main] upgpkg: 2.6.0-1

2024-05-28 Thread David Runge (@dvzrv)


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


Commits:
543b8ea0 by David Runge at 2024-05-28T13:37:09+02:00
upgpkg: 2.6.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = python-ulid
pkgdesc = ULID implementation for Python
-   pkgver = 2.5.0
+   pkgver = 2.6.0
pkgrel = 1
url = https://github.com/mdomke/python-ulid
arch = any
@@ -16,8 +16,8 @@ pkgbase = python-ulid
makedepends = python-wheel
depends = python
optdepends = python-pydantic: for pydantic integration
-   source = 
python-ulid-2.5.0.tar.gz::https://github.com/mdomke/python-ulid/archive/refs/tags/2.5.0.tar.gz
-   sha512sums = 
9101c43e0ea95278a7d6af01d5a5cf5784a7ac697e633a7c56bd75fce3b214f1fc24ab2e9e70e2779abebd3c2a21e3167a4c70d385205fbd67eb3e1d213e5a41
-   b2sums = 
d009934f2e66419f42066e2c8a8fdb4ca8229a31a57968013a2c70324a371a14a7f6df5385bf77c877eb31f0888cc89af484c887c1303ae31f30b268e25af422
+   source = 
python-ulid-2.6.0.tar.gz::https://github.com/mdomke/python-ulid/archive/refs/tags/2.6.0.tar.gz
+   sha512sums = 
edc0d663cecdebb454d3a5821054247f9fe959dd5945f8aa67a84a0d8b880a5f52bedd63e78926a3df8b414701a206b3b355f8e254a1f428c2ff730ea04fa049
+   b2sums = 
5b3ae11b202d3c74ac59d0a6cf3eeaa062d6dafd6713088935e6c1473c36825ccb82a2aa6c44d5c3c3a1056f184c1e45ed805f8d260f0b2862406509ada6ddf1
 
 pkgname = python-ulid


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: David Runge 
 
 pkgname=python-ulid
-pkgver=2.5.0
+pkgver=2.6.0
 pkgrel=1
 pkgdesc="ULID implementation for Python"
 arch=(any)
@@ -23,8 +23,8 @@ checkdepends=(
 )
 optdepends=('python-pydantic: for pydantic integration')
 source=($pkgname-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz)
-sha512sums=('9101c43e0ea95278a7d6af01d5a5cf5784a7ac697e633a7c56bd75fce3b214f1fc24ab2e9e70e2779abebd3c2a21e3167a4c70d385205fbd67eb3e1d213e5a41')
-b2sums=('d009934f2e66419f42066e2c8a8fdb4ca8229a31a57968013a2c70324a371a14a7f6df5385bf77c877eb31f0888cc89af484c887c1303ae31f30b268e25af422')
+sha512sums=('edc0d663cecdebb454d3a5821054247f9fe959dd5945f8aa67a84a0d8b880a5f52bedd63e78926a3df8b414701a206b3b355f8e254a1f428c2ff730ea04fa049')
+b2sums=('5b3ae11b202d3c74ac59d0a6cf3eeaa062d6dafd6713088935e6c1473c36825ccb82a2aa6c44d5c3c3a1056f184c1e45ed805f8d260f0b2862406509ada6ddf1')
 
 build() {
   cd $pkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-ulid/-/commit/543b8ea08a0c807fc4256ea5ea7919762cd49e36

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




  1   2   3   4   5   6   7   8   9   10   >