[Git][archlinux/packaging/packages/ninja][main] Change to SPDX license identifier

2024-04-09 Thread Anatol Pomozov (@anatolik)


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


Commits:
434909c0 by loqs at 2024-04-10T01:55:46+00:00
Change to SPDX license identifier

https://github.com/ninja-build/ninja/blob/v1.11.1/COPYING

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -9,7 +9,7 @@ pkgrel=4
 pkgdesc='Small build system with a focus on speed'
 arch=(x86_64)
 url='https://ninja-build.org/'
-license=(Apache)
+license=(Apache-2.0)
 depends=(gcc-libs)
 makedepends=(python re2c emacs-nox)
 
source=($pkgname-$pkgver.zip::https://github.com/ninja-build/ninja/archive/v$pkgver.zip)



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ninja/-/commit/434909c050ac545e9f622218328f75ba71155c7c

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




[Git][archlinux/packaging/packages/ninja][main] Update source URL to https://github.com/ninja-build/ninja

2024-04-09 Thread Anatol Pomozov (@anatolik)


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


Commits:
19cea274 by loqs at 2024-04-10T01:55:03+00:00
Update source URL to https://github.com/ninja-build/ninja

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -12,7 +12,7 @@ url='https://ninja-build.org/'
 license=(Apache)
 depends=(gcc-libs)
 makedepends=(python re2c emacs-nox)
-source=($pkgname-$pkgver.zip::https://github.com/martine/ninja/archive/v$pkgver.zip)
+source=($pkgname-$pkgver.zip::https://github.com/ninja-build/ninja/archive/v$pkgver.zip)
 sha1sums=('fbcb284b7280335835c3f085fb825e6f1514396e')
 sha256sums=('03b7ea14bf04b87cbdd64b9a1262577093e177f8e5662515de77f3a796b75951')
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ninja/-/commit/19cea2746326c747a1e63954e3b1b8d80315ea80

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




[Git][archlinux/packaging/packages/strace][main] Enable mpers

2024-04-09 Thread Anatol Pomozov (@anatolik)


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


Commits:
ee70361a by Anatol Pomozov at 2024-04-09T18:50:58-07:00
Enable mpers

Closes #1

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -16,7 +16,7 @@ validpgpkeys=('296D6F29A020808E8717A8842DB5BD89A340AEB7') # 
Dmitry V. Levin https://gitlab.archlinux.org/archlinux/packaging/packages/strace/-/commit/ee70361a9940f19ec470d68300f31f7e56da0d05

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




[Git][archlinux/packaging/packages/sway] Pushed new tag 1-1.9-3

2024-04-09 Thread Brett Cornwall (@ainola)


Brett Cornwall pushed new tag 1-1.9-3 at Arch Linux / Packaging / Packages / 
sway

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




[Git][archlinux/packaging/packages/sway][main] Add dmenu as optdepend

2024-04-09 Thread Brett Cornwall (@ainola)


Brett Cornwall pushed to branch main at Arch Linux / Packaging / Packages / sway


Commits:
8aa59c86 by Brett Cornwall at 2024-04-09T18:41:45-07:00
Add dmenu as optdepend

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = sway
pkgdesc = Tiling Wayland compositor and replacement for the i3 window 
manager
pkgver = 1.9
-   pkgrel = 2
+   pkgrel = 3
epoch = 1
url = https://swaywm.org/
install = sway.install
@@ -27,6 +27,7 @@ pkgbase = sway
depends = pcre2
depends = ttf-font
depends = xcb-util-wm
+   optdepends = dmenu: dmenu_path support (used alongside wmenu in default 
$menu)
optdepends = foot: Terminal emulator used in the default configuration
optdepends = i3status: Status line generation
optdepends = mako: Lightweight notification daemon


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 pkgname=sway
 pkgver=1.9
 epoch=1
-pkgrel=2
+pkgrel=3
 pkgdesc='Tiling Wayland compositor and replacement for the i3 window manager'
 arch=(x86_64)
 url='https://swaywm.org/'
@@ -33,6 +33,7 @@ backup=(
   etc/sway/config.d/50-systemd-user.conf
 )
 optdepends=(
+  'dmenu: dmenu_path support (used alongside wmenu in default $menu)'
   'foot: Terminal emulator used in the default configuration'
   'i3status: Status line generation'
   'mako: Lightweight notification daemon'



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

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




[Git][archlinux/packaging/packages/sway] Pushed new tag 1-1.9-2

2024-04-09 Thread Brett Cornwall (@ainola)


Brett Cornwall pushed new tag 1-1.9-2 at Arch Linux / Packaging / Packages / 
sway

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




[Git][archlinux/packaging/packages/sway][main] 3 commits: Add Inhibit=none to sway-portals.conf

2024-04-09 Thread Brett Cornwall (@ainola)


Brett Cornwall pushed to branch main at Arch Linux / Packaging / Packages / sway


Commits:
87acbcfc by trillian at 2024-04-09T18:25:52-07:00
Add Inhibit=none to sway-portals.conf

default=gtk is used for org.freedesktop.impl.portal.Inhibit. However,
xdg-desktop-portal-gtks implementation of this interface tries to use
the DBus interfaces org.gnome.SessionManager and
org.freedesktop.ScreenSaver, neither of which is implemented by Sway.

One way this manifests is that newer versions of Firefox will not
idle-inhibit when playing videos.

Adding org.freedesktop.impl.portal.Inhibit=none to sway-portals.conf
will cause at least Firefox to use waylands idle-inhibit protocol
instead, which sway does implement.

Fixes #2

- - - - -
9ef703d5 by Brett Cornwall at 2024-04-09T18:31:31-07:00
Remove PKG_CONFIG_PATH for wlroots 0.16

- - - - -
9405c3e6 by Brett Cornwall at 2024-04-09T18:36:04-07:00
upgpkg: 1:1.9-2

- - - - -


3 changed files:

- .SRCINFO
- PKGBUILD
- sway-portals.conf


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = sway
pkgdesc = Tiling Wayland compositor and replacement for the i3 window 
manager
pkgver = 1.9
-   pkgrel = 1
+   pkgrel = 2
epoch = 1
url = https://swaywm.org/
install = sway.install
@@ -51,6 +51,6 @@ pkgbase = sway
sha512sums = 
1d2a47bb8b838573a32f3719a7329fd744119c2c7efc5e5a4168b2bacfb09a3901a569177e5e10c129141fafe00e823ab78c04b76b502d23caa7621bbccd5919
sha512sums = SKIP
sha512sums = 
d5f9aadbb4bbef067c31d4c8c14dad220eb6f3e559e9157e20e1e3d47faf2f77b9a15e52519c3ffc53dc8a5202cb28757b81a4b3b0cc5dd50a4ddc49e03fe06e
-   sha512sums = 
b9e708c775825c8124d8e154e523c90b8a32715050ba06f6dbcdd08d109eed484d128ccc8dcd6a49dc9cd51a0c9035779c2706b4d7a139115e85c4f54226b775
+   sha512sums = 
4f9576b7218aef8152eb60e646985e96b13540b7a4fd34ba68fdc490199cf7a7b46bbee85587e41bffe81fc730222cf408d5712e6251edc85a0a0b0408c1a2df
 
 pkgname = sway


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 pkgname=sway
 pkgver=1.9
 epoch=1
-pkgrel=1
+pkgrel=2
 pkgdesc='Tiling Wayland compositor and replacement for the i3 window manager'
 arch=(x86_64)
 url='https://swaywm.org/'
@@ -55,7 +55,7 @@ install=sway.install
 
sha512sums=('1d2a47bb8b838573a32f3719a7329fd744119c2c7efc5e5a4168b2bacfb09a3901a569177e5e10c129141fafe00e823ab78c04b76b502d23caa7621bbccd5919'
 'SKIP'
 
'd5f9aadbb4bbef067c31d4c8c14dad220eb6f3e559e9157e20e1e3d47faf2f77b9a15e52519c3ffc53dc8a5202cb28757b81a4b3b0cc5dd50a4ddc49e03fe06e'
-
'b9e708c775825c8124d8e154e523c90b8a32715050ba06f6dbcdd08d109eed484d128ccc8dcd6a49dc9cd51a0c9035779c2706b4d7a139115e85c4f54226b775')
+
'4f9576b7218aef8152eb60e646985e96b13540b7a4fd34ba68fdc490199cf7a7b46bbee85587e41bffe81fc730222cf408d5712e6251edc85a0a0b0408c1a2df')
 validpgpkeys=('34FF9526CFEF0E97A340E2E40FDE7BE0E88F5E48'  # Simon Ser
   '9DDA3B9FA5D58DD5392C78E652CB6609B22DA89A') # Drew DeVault
 
@@ -66,7 +66,6 @@ prepare() {
 }
 
 build() {
-  export PKG_CONFIG_PATH='/usr/lib/wlroots0.16/pkgconfig'
   mkdir -p build
   arch-meson build "$pkgname-$pkgver" -D sd-bus-provider=libsystemd -D 
werror=false -D b_ndebug=true
   ninja -C build


=
sway-portals.conf
=
@@ -2,3 +2,8 @@
 default=gtk
 org.freedesktop.impl.portal.ScreenCast=wlr
 org.freedesktop.impl.portal.Screenshot=wlr
+# xdg-desktop-portal-gtk's implementation uses org.gnome.SessionManager and
+# org.freedesktop.ScreenSaver, neither of which is implemented by Sway. This
+# will cause some programs (e.g. Firefox) to use Wayland's idle-inhibit
+# protocol instead, which sway does implement.
+org.freedesktop.impl.portal.Inhibit=none



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/sway/-/compare/e93da93ff078a311d2446444d8afd56e185c40fb...9405c3e6e2a215cef79d3561bc4792e26cbfd1d0

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/sway/-/compare/e93da93ff078a311d2446444d8afd56e185c40fb...9405c3e6e2a215cef79d3561bc4792e26cbfd1d0
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/shards][main] upgpkg: 0.18.0-1

2024-04-09 Thread Anatol Pomozov (@anatolik)


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


Commits:
234d1f2d by Anatol Pomozov at 2024-04-09T17:59:38-07:00
upgpkg: 0.18.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = shards
pkgdesc = The package manager for the Crystal language
-   pkgver = 0.17.4
+   pkgver = 0.18.0
pkgrel = 1
url = https://github.com/crystal-lang/shards
arch = x86_64
@@ -14,7 +14,7 @@ pkgbase = shards
depends = libevent
depends = gc
depends = pcre2
-   source = 
shards-0.17.4.tar.gz::https://github.com/crystal-lang/shards/archive/v0.17.4.tar.gz
-   sha256sums = 
3576c7418fa9fe09636f985a0043037bb84345f88e03ddb3da78dbe96683232d
+   source = 
shards-0.18.0.tar.gz::https://github.com/crystal-lang/shards/archive/v0.18.0.tar.gz
+   sha256sums = 
46a830afd929280735d765e59d8c27ac9ba92eddde9647ae7d3fc85addc38cc5
 
 pkgname = shards


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Jonne Haß 
 
 pkgname=shards
-pkgver=0.17.4
+pkgver=0.18.0
 pkgrel=1
 pkgdesc='The package manager for the Crystal language'
 arch=(x86_64)
@@ -12,7 +12,7 @@ depends=(libyaml git libevent gc pcre2)
 makedepends=(crystal)
 checkdepends=(git mercurial fossil)
 
source=(shards-$pkgver.tar.gz::https://github.com/crystal-lang/shards/archive/v$pkgver.tar.gz)
-sha256sums=('3576c7418fa9fe09636f985a0043037bb84345f88e03ddb3da78dbe96683232d')
+sha256sums=('46a830afd929280735d765e59d8c27ac9ba92eddde9647ae7d3fc85addc38cc5')
 
 build() {
   cd shards-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/shards/-/commit/234d1f2d7b2e7c45657a29f01ee5429e767d7c0e

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




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

2024-04-09 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed new tag 0.18.0-1 at Arch Linux / Packaging / Packages / 
shards

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




[Git][archlinux/packaging/packages/crystal][main] upgpkg: 1.12.0-1

2024-04-09 Thread Anatol Pomozov (@anatolik)


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


Commits:
178e0f2e by Anatol Pomozov at 2024-04-09T17:50:47-07:00
upgpkg: 1.12.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = crystal
pkgdesc = The Crystal Programming Language
-   pkgver = 1.11.2
-   pkgrel = 2
+   pkgver = 1.12.0
+   pkgrel = 1
url = https://crystal-lang.org
arch = x86_64
license = Apache
@@ -21,7 +21,7 @@ pkgbase = crystal
optdepends = libyaml: For YAML support
optdepends = gmp: For BigInt support
optdepends = libxml2: For XML support
-   source = 
crystal-1.11.2.tar.gz::https://github.com/crystal-lang/crystal/archive/1.11.2.tar.gz
-   sha256sums = 
9740f0f52745d399449b11a64b060216c8599ef73712615fe8956a1e8f7c5d9c
+   source = 
crystal-1.12.0.tar.gz::https://github.com/crystal-lang/crystal/archive/1.12.0.tar.gz
+   sha256sums = 
d13d4cfb6911166f9ee5d1386dd297a01d69aec0a7ed9705d46892e7d41e2cc2
 
 pkgname = crystal


=
PKGBUILD
=
@@ -2,8 +2,8 @@
 # Contributor: Jonne Haß 
 
 pkgname=crystal
-pkgver=1.11.2
-pkgrel=2
+pkgver=1.12.0
+pkgrel=1
 pkgdesc='The Crystal Programming Language'
 arch=(x86_64)
 url='https://crystal-lang.org'
@@ -16,7 +16,7 @@ optdepends=('shards: crystal language package manager'
 'gmp: For BigInt support'
 'libxml2: For XML support')
 
source=(crystal-$pkgver.tar.gz::https://github.com/crystal-lang/crystal/archive/$pkgver.tar.gz)
-sha256sums=('9740f0f52745d399449b11a64b060216c8599ef73712615fe8956a1e8f7c5d9c')
+sha256sums=('d13d4cfb6911166f9ee5d1386dd297a01d69aec0a7ed9705d46892e7d41e2cc2')
 
 build() {
   cd $pkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/crystal/-/commit/178e0f2ec442d20a3045ca38eb65dba36edede53

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




[Git][archlinux/packaging/packages/crystal] Pushed new tag 1.12.0-1

2024-04-09 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed new tag 1.12.0-1 at Arch Linux / Packaging / Packages / 
crystal

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




[Git][archlinux/packaging/packages/tup] Pushed new tag 0.8-1

2024-04-09 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed new tag 0.8-1 at Arch Linux / Packaging / Packages / tup

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




[Git][archlinux/packaging/packages/tup][main] upgpkg: 0.8-1

2024-04-09 Thread Anatol Pomozov (@anatolik)


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


Commits:
93d5e66e by Anatol Pomozov at 2024-04-09T17:49:00-07:00
upgpkg: 0.8-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,14 @@
+pkgbase = tup
+   pkgdesc = A fast, file-based build system
+   pkgver = 0.8
+   pkgrel = 1
+   url = http://gittup.org/tup/index.html
+   install = tup.install
+   arch = x86_64
+   license = GPL2
+   depends = fuse3
+   depends = pcre
+   source = 
tup-0.8.tar.gz::https://github.com/gittup/tup/archive/v0.8.tar.gz
+   sha256sums = 
45ca35c4c1d140f3faaab7fabf9d68fd9c21074af2af9a720cff4b27cab47d07
+
+pkgname = tup


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Patrick McCarty 
 
 pkgname=tup
-pkgver=0.7.11
+pkgver=0.8
 pkgrel=1
 pkgdesc='A fast, file-based build system'
 arch=(x86_64)
@@ -12,7 +12,7 @@ license=(GPL2)
 depends=(fuse3 pcre)
 install=tup.install
 
source=($pkgname-$pkgver.tar.gz::https://github.com/gittup/tup/archive/v$pkgver.tar.gz)
-sha256sums=('be24dff5f1f32cc85c73398487a756b4a393adab5e4d8500fd5164909d3e85b9')
+sha256sums=('45ca35c4c1d140f3faaab7fabf9d68fd9c21074af2af9a720cff4b27cab47d07')
 
 prepare() {
   cd tup-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/tup/-/commit/93d5e66eb63602209ebba7e54d53eaf47e642d6d

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




[Git][archlinux/packaging/packages/mruby] Pushed new tag 3.3.0-1

2024-04-09 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed new tag 3.3.0-1 at Arch Linux / Packaging / Packages / 
mruby

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




[Git][archlinux/packaging/packages/mruby][main] upgpkg: 3.3.0-1

2024-04-09 Thread Anatol Pomozov (@anatolik)


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


Commits:
1cf9206f by Anatol Pomozov at 2024-04-09T17:45:09-07:00
upgpkg: 3.3.0-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,15 @@
+pkgbase = mruby
+   pkgdesc = An interpreter for the Ruby programming language with the 
intention of being lightweight and easily embeddable
+   pkgver = 3.3.0
+   pkgrel = 1
+   url = https://github.com/mruby/mruby
+   arch = x86_64
+   license = MIT
+   makedepends = bison
+   makedepends = ruby
+   makedepends = ruby-rake
+   depends = readline
+   source = 
mruby-3.3.0.zip::https://github.com/mruby/mruby/archive/3.3.0.zip
+   sha256sums = 
12a2837a35ce2a48fd3d8fe25e38bae864c46df6c3e3228e2f00c72c42b06572
+
+pkgname = mruby


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Anatol Pomozov 
 
 pkgname=mruby
-pkgver=3.2.0
+pkgver=3.3.0
 pkgrel=1
 pkgdesc='An interpreter for the Ruby programming language with the intention 
of being lightweight and easily embeddable'
 arch=(x86_64)
@@ -10,7 +10,7 @@ license=(MIT)
 depends=(readline)
 makedepends=(bison ruby ruby-rake)
 source=(mruby-$pkgver.zip::https://github.com/mruby/mruby/archive/$pkgver.zip)
-sha256sums=('64a0dd8b65825f2e7cdac6699e818648dc73bfdfc68aa1bfd58417a35315e5cc')
+sha256sums=('12a2837a35ce2a48fd3d8fe25e38bae864c46df6c3e3228e2f00c72c42b06572')
 
 build() {
   cd mruby-$pkgver



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

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




[Git][archlinux/packaging/packages/revive] Pushed new tag 1.3.7-1

2024-04-09 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed new tag 1.3.7-1 at Arch Linux / Packaging / Packages / 
revive

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




[Git][archlinux/packaging/packages/revive][main] upgpkg: 1.3.7-1

2024-04-09 Thread Anatol Pomozov (@anatolik)


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


Commits:
a4699b34 by Anatol Pomozov at 2024-04-09T17:44:43-07:00
upgpkg: 1.3.7-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,13 @@
+pkgbase = revive
+   pkgdesc = faster, stricter, configurable, extensible, and beautiful 
drop-in replacement for golint
+   pkgver = 1.3.7
+   pkgrel = 1
+   url = https://revive.run
+   arch = x86_64
+   license = MIT
+   makedepends = go
+   depends = glibc
+   source = 
revive-1.3.7.tar.gz::https://github.com/mgechev/revive/archive/v1.3.7.tar.gz
+   sha256sums = 
b2dccf39ca74ac858feb67e07b7aecdcb14c8252bf57acd19893494b2747
+
+pkgname = revive


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Contributor: Dimitris Kiziridis 
 
 pkgname=revive
-pkgver=1.3.3
+pkgver=1.3.7
 pkgrel=1
 pkgdesc="faster, stricter, configurable, extensible, and beautiful drop-in 
replacement for golint"
 arch=('x86_64')
@@ -10,7 +10,7 @@ license=('MIT')
 depends=('glibc')
 makedepends=('go')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/mgechev/revive/archive/v${pkgver}.tar.gz;)
-sha256sums=('961e7c268dad0934bff169043c9ac0ec736f62854a48a79fd979549fada0')
+sha256sums=('b2dccf39ca74ac858feb67e07b7aecdcb14c8252bf57acd19893494b2747')
 
 build() {
   cd revive-${pkgver}



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/revive/-/commit/a4699b34a426f92e12519eb399be88b6da98beb6

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




[Git][archlinux/packaging/packages/apache][main] upgpkg: 2.4.59-1

2024-04-09 Thread Anatol Pomozov (@anatolik)


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


Commits:
ab376a2e by Anatol Pomozov at 2024-04-09T17:43:08-07:00
upgpkg: 2.4.59-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = apache
pkgdesc = A high performance Unix-based HTTP server
-   pkgver = 2.4.58
+   pkgver = 2.4.59
pkgrel = 1
url = https://www.apache.org/dist/httpd
arch = x86_64
@@ -47,8 +47,8 @@ pkgbase = apache
backup = etc/httpd/conf/mime.types
backup = etc/httpd/conf/magic
backup = etc/logrotate.d/httpd
-   source = https://www.apache.org/dist/httpd/httpd-2.4.58.tar.bz2
-   source = https://www.apache.org/dist/httpd/httpd-2.4.58.tar.bz2.asc
+   source = https://www.apache.org/dist/httpd/httpd-2.4.59.tar.bz2
+   source = https://www.apache.org/dist/httpd/httpd-2.4.59.tar.bz2.asc
source = apache.tmpfiles.conf
source = httpd.logrotate
source = httpd.service
@@ -59,7 +59,7 @@ pkgbase = apache
validpgpkeys = 26F51EF9A82F4ACB43F1903ED377C9E7D1944C66
validpgpkeys = E3480043595621FE56105F112AB12A7ADC55C003
validpgpkeys = 65B2D44FE74BD5E3DE3AC3F082781DE46D5954FA
-   sha256sums = 
fa16d72a078210a54c47dd5bef2f8b9b8a01d94909a51453956b3ec6442ea4c5
+   sha256sums = 
ec51501ec480284ff52f637258135d333230a7d229c3afa6f6c2f9040e321323
sha256sums = SKIP
sha256sums = 
63da1a420f4714a3e7af2672d28384419cc7eedbe7bf35baebd02938fabc15bf
sha256sums = 
0bbbfae23a917b2fce0bf8f900f60319b50769224a96314e9301a75ccd078e16


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Pierre Schmitz 
 
 pkgname=apache
-pkgver=2.4.58
+pkgver=2.4.59
 pkgrel=1
 pkgdesc='A high performance Unix-based HTTP server'
 arch=('x86_64')
@@ -42,7 +42,7 @@ source=(
 httpd.service
 arch.layout
 )
-sha256sums=('fa16d72a078210a54c47dd5bef2f8b9b8a01d94909a51453956b3ec6442ea4c5'
+sha256sums=('ec51501ec480284ff52f637258135d333230a7d229c3afa6f6c2f9040e321323'
 'SKIP'
 '63da1a420f4714a3e7af2672d28384419cc7eedbe7bf35baebd02938fabc15bf'
 '0bbbfae23a917b2fce0bf8f900f60319b50769224a96314e9301a75ccd078e16'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/apache/-/commit/ab376a2e5c6acc66dc5e8062d5e96e1d1bb6b6d0

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




[Git][archlinux/packaging/packages/apache] Pushed new tag 2.4.59-1

2024-04-09 Thread Anatol Pomozov (@anatolik)


Anatol Pomozov pushed new tag 2.4.59-1 at Arch Linux / Packaging / Packages / 
apache

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




[Git][archlinux/packaging/packages/tldr] Pushed new tag 3.2.0-2

2024-04-09 Thread Brett Cornwall (@ainola)


Brett Cornwall pushed new tag 3.2.0-2 at Arch Linux / Packaging / Packages / 
tldr

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




[Git][archlinux/packaging/packages/tldr][main] Rebuild for Python 3.12

2024-04-09 Thread Brett Cornwall (@ainola)


Brett Cornwall pushed to branch main at Arch Linux / Packaging / Packages / tldr


Commits:
07e06254 by Brett Cornwall at 2024-04-09T17:36:23-07:00
Rebuild for Python 3.12

https://archlinux.org/todo/python-modules-part-1/

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,20 @@
+pkgbase = tldr
+   pkgdesc = Command line client for tldr, a collection of simplified and 
community-driven man pages.
+   pkgver = 3.2.0
+   pkgrel = 2
+   url = https://github.com/tldr-pages/tldr-python-client
+   arch = any
+   license = MIT
+   checkdepends = python-pytest
+   makedepends = python-build
+   makedepends = python-installer
+   makedepends = python-setuptools
+   makedepends = python-sphinx-argparse
+   makedepends = python-wheel
+   depends = python-shtab
+   depends = python-colorama
+   depends = python-termcolor
+   source = 
https://github.com/tldr-pages/tldr-python-client/archive/3.2.0/tldr-3.2.0.tar.gz
+   sha512sums = 
1535979548b49cd8b0312f2cd11f69ba3f710e16a27c074dc5a8cb5617d7f343df30ba01a83388b460508ab519045140852767bfc8ff1189d612d71a3d35d76b
+
+pkgname = tldr


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=tldr
 pkgver=3.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Command line client for tldr, a collection of simplified and 
community-driven man pages."
 arch=('any')
 url="https://github.com/tldr-pages/tldr-python-client;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/tldr/-/commit/07e0625458b7c67a9e1ae076e9c820ce8d23f830

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




[Git][archlinux/packaging/packages/waybar] Pushed new tag 0.10.0-4

2024-04-09 Thread Brett Cornwall (@ainola)


Brett Cornwall pushed new tag 0.10.0-4 at Arch Linux / Packaging / Packages / 
waybar

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




[Git][archlinux/packaging/packages/waybar][main] Rebuild for signature in sync db

2024-04-09 Thread Brett Cornwall (@ainola)


Brett Cornwall pushed to branch main at Arch Linux / Packaging / Packages / 
waybar


Commits:
cd5e1632 by Brett Cornwall at 2024-04-09T17:29:27-07:00
Rebuild for signature in sync db

https://archlinux.org/todo/rebuild-packages-without-signature-in-sync-db/

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = waybar
pkgdesc = Highly customizable Wayland bar for Sway and Wlroots based 
compositors
pkgver = 0.10.0
-   pkgrel = 3
+   pkgrel = 4
url = https://github.com/Alexays/Waybar/
arch = x86_64
license = MIT


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=waybar
 pkgver=0.10.0
-pkgrel=3
+pkgrel=4
 pkgdesc='Highly customizable Wayland bar for Sway and Wlroots based 
compositors'
 arch=('x86_64')
 url="https://github.com/Alexays/Waybar/;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/waybar/-/commit/cd5e1632fd2cf4c670e83e56ea554c07cb7953e2

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




[Git][archlinux/packaging/packages/firefox-decentraleyes][main] Rebuild for signature in sync db

2024-04-09 Thread Brett Cornwall (@ainola)


Brett Cornwall pushed to branch main at Arch Linux / Packaging / Packages / 
firefox-decentraleyes


Commits:
6743a42e by Brett Cornwall at 2024-04-09T17:25:45-07:00
Rebuild for signature in sync db

https://archlinux.org/todo/rebuild-packages-without-signature-in-sync-db/

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = firefox-decentraleyes
pkgdesc = Local emulation of Content Delivery Networks
pkgver = 2.0.19
-   pkgrel = 1
+   pkgrel = 2
url = https://decentraleyes.org/
arch = any
groups = firefox-addons


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 pkgname=firefox-decentraleyes
 pkgver=2.0.19
 _commit=d4e868b87302240a95a0be83da24822fdc0f52ba
-pkgrel=1
+pkgrel=2
 pkgdesc='Local emulation of Content Delivery Networks'
 url=https://decentraleyes.org/
 arch=('any')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/firefox-decentraleyes/-/commit/6743a42efb1f3499ad795ced4b65177849c46c01

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




[Git][archlinux/packaging/packages/firefox-decentraleyes] Pushed new tag 2.0.19-2

2024-04-09 Thread Brett Cornwall (@ainola)


Brett Cornwall pushed new tag 2.0.19-2 at Arch Linux / Packaging / Packages / 
firefox-decentraleyes

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




[Git][archlinux/packaging/packages/swayimg] Pushed new tag 2.2-1

2024-04-09 Thread Brett Cornwall (@ainola)


Brett Cornwall pushed new tag 2.2-1 at Arch Linux / Packaging / Packages / 
swayimg

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




[Git][archlinux/packaging/packages/swayimg][main] upgpkg: 2.2-1

2024-04-09 Thread Brett Cornwall (@ainola)


Brett Cornwall pushed to branch main at Arch Linux / Packaging / Packages / 
swayimg


Commits:
a785e139 by Brett Cornwall at 2024-04-09T16:29:56-07:00
upgpkg: 2.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = swayimg
pkgdesc = A lightweight image viewer for Wayland display servers
-   pkgver = 2.1
-   pkgrel = 3
+   pkgver = 2.2
+   pkgrel = 1
url = https://github.com/artemsen/swayimg
arch = x86_64
license = MIT
@@ -29,7 +29,7 @@ pkgbase = swayimg
depends = libwebpdemux.so
depends = libxkbcommon
depends = openexr
-   source = 
swayimg-2.1.tar.gz::https://github.com/artemsen/swayimg/archive/v2.1.tar.gz
-   sha256sums = 
d82fb8e75cdabf470677797444ec19b00c83e0e06d80be774727194404624e7e
+   source = 
swayimg-2.2.tar.gz::https://github.com/artemsen/swayimg/archive/v2.2.tar.gz
+   sha256sums = 
fc9cf24def4459570d2cd7fcd142e7e2228fc8ca77892c773b2061de778ac5c3
 
 pkgname = swayimg


=
PKGBUILD
=
@@ -2,8 +2,8 @@
 # Contributor: Artem Senichev 
 
 pkgname=swayimg
-pkgver=2.1
-pkgrel=3
+pkgver=2.2
+pkgrel=1
 pkgdesc='A lightweight image viewer for Wayland display servers'
 arch=('x86_64')
 license=('MIT')
@@ -37,7 +37,7 @@ depends=(
 )
 url='https://github.com/artemsen/swayimg'
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/artemsen/swayimg/archive/v$pkgver.tar.gz;)
-sha256sums=('d82fb8e75cdabf470677797444ec19b00c83e0e06d80be774727194404624e7e')
+sha256sums=('fc9cf24def4459570d2cd7fcd142e7e2228fc8ca77892c773b2061de778ac5c3')
 
 build() {
 arch-meson build ${pkgname}-${pkgver} \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/swayimg/-/commit/a785e1396225e976d3a9b4a5e29b195846f1ce3b

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




[Git][archlinux/packaging/packages/stow][main] upgpkg: 2.4.0-1

2024-04-09 Thread Brett Cornwall (@ainola)


Brett Cornwall pushed to branch main at Arch Linux / Packaging / Packages / stow


Commits:
bacbf470 by Brett Cornwall at 2024-04-09T16:24:00-07:00
upgpkg: 2.4.0-1

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,17 @@
+pkgbase = stow
+   pkgdesc = Manage installation of multiple softwares in the same 
directory tree
+   pkgver = 2.4.0
+   pkgrel = 1
+   url = https://www.gnu.org/software/stow/
+   arch = any
+   license = GPL-3.0-only
+   checkdepends = perl-test-output
+   checkdepends = perl-io-stringy
+   depends = perl
+   source = https://ftp.gnu.org/gnu/stow/stow-2.4.0.tar.gz
+   source = https://ftp.gnu.org/gnu/stow/stow-2.4.0.tar.gz.sig
+   validpgpkeys = 942B9075ACCA04E9037C73FED31B5563DAC1D4FA
+   sha256sums = 
6fed67cf64deab6d3d9151a43e2c06c95cdfca6a88fab7d416f46a648b1d761d
+   sha256sums = SKIP
+
+pkgname = stow


=
PKGBUILD
=
@@ -5,17 +5,17 @@
 # Contributor: Chris Brannon
 
 pkgname=stow
-pkgver=2.3.1
-pkgrel=3
+pkgver=2.4.0
+pkgrel=1
 pkgdesc='Manage installation of multiple softwares in the same directory tree'
 url='https://www.gnu.org/software/stow/'
 arch=('any')
-license=('GPL3')
+license=('GPL-3.0-only')
 depends=('perl')
 checkdepends=('perl-test-output' 'perl-io-stringy')
 validpgpkeys=('942B9075ACCA04E9037C73FED31B5563DAC1D4FA')  # Adam Spiers
 source=("https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz"{,.sig})
-sha256sums=('09d5d99671b78537fd9b2c0b39a5e9761a7a0e979f6fdb7eabfa58ee45f03d4b'
+sha256sums=('6fed67cf64deab6d3d9151a43e2c06c95cdfca6a88fab7d416f46a648b1d761d'
 'SKIP')
 
 build() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/stow/-/commit/bacbf470dd46e27cccf5c54714442f6062a72261

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




[Git][archlinux/packaging/packages/stow] Pushed new tag 2.4.0-1

2024-04-09 Thread Brett Cornwall (@ainola)


Brett Cornwall pushed new tag 2.4.0-1 at Arch Linux / Packaging / Packages / 
stow

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




[Git][archlinux/packaging/packages/jupyter-notebook][main] upgpkg: 7.1.2-2: Python 3.12 rebuild

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


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


Commits:
1a4238c2 by Antonio Rojas at 2024-04-10T00:53:37+02:00
upgpkg: 7.1.2-2: Python 3.12 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = jupyter-notebook
pkgdesc = The language-agnostic HTML notebook application for Project 
Jupyter
pkgver = 7.1.2
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/jupyter/notebook
arch = any
license = BSD-3-Clause


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 pkgname=jupyter-notebook
 _pipname=notebook
 pkgver=7.1.2
-pkgrel=1
+pkgrel=2
 pkgdesc='The language-agnostic HTML notebook application for Project Jupyter'
 arch=(any)
 url='https://github.com/jupyter/notebook'



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

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




[Git][archlinux/packaging/packages/jupyter-notebook] Pushed new tag 7.1.2-2

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


Antonio Rojas pushed new tag 7.1.2-2 at Arch Linux / Packaging / Packages / 
jupyter-notebook

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




[Git][archlinux/packaging/packages/imagemagick][main] upgpkg: 7.1.1.30-1: Update to 7.1.1.30

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


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


Commits:
1eab238b by Antonio Rojas at 2024-04-10T00:52:34+02:00
upgpkg: 7.1.1.30-1: Update to 7.1.1.30

- - - - -


3 changed files:

- .SRCINFO
- PKGBUILD
- + fix-wmf-detection.patch


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = imagemagick
pkgdesc = An image viewing/manipulation program
-   pkgver = 7.1.1.29
-   pkgrel = 2
+   pkgver = 7.1.1.30
+   pkgrel = 1
url = https://www.imagemagick.org/
arch = x86_64
license = custom
@@ -77,12 +77,14 @@ pkgbase = imagemagick
backup = etc/ImageMagick-7/type.xml
backup = etc/ImageMagick-7/type-dejavu.xml
backup = etc/ImageMagick-7/type-ghostscript.xml
-   source = https://imagemagick.org/archive/ImageMagick-7.1.1-29.tar.xz
-   source = https://imagemagick.org/archive/ImageMagick-7.1.1-29.tar.xz.asc
+   source = https://imagemagick.org/archive/ImageMagick-7.1.1-30.tar.xz
+   source = https://imagemagick.org/archive/ImageMagick-7.1.1-30.tar.xz.asc
source = arch-fonts.diff
+   source = fix-wmf-detection.patch
validpgpkeys = D8272EF51DA223E4D05B466989AB63D48277377A
-   sha256sums = 
f140465fbeb0b4724cba4394bc6f6fb32715731c1c62572d586f4f1c8b9b0685
+   sha256sums = 
ec192780d09da7d7b1e7a374a19f97d69cceb4e5e83057515cd595eda233a891
sha256sums = SKIP
sha256sums = 
a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73
+   sha256sums = 
9d96075030f303d5bab107921e172166b8ffad53cb55913decb4e35fc956213c
 
 pkgname = imagemagick


=
PKGBUILD
=
@@ -2,8 +2,8 @@
 # Contributor: Eric Bélanger 
 
 pkgname=imagemagick
-pkgver=7.1.1.29
-pkgrel=2
+pkgver=7.1.1.30
+pkgrel=1
 _relname=ImageMagick-${pkgver%%.*}
 _tarname=ImageMagick-${pkgver%.*}-${pkgver##*.}
 pkgdesc='An image viewing/manipulation program'
@@ -69,10 +69,12 @@ checkdepends=(gsfonts
   ttf-dejavu)
 replaces=(imagemagick-doc)
 source=(https://imagemagick.org/archive/$_tarname.tar.xz{,.asc}
-arch-fonts.diff)
-sha256sums=('f140465fbeb0b4724cba4394bc6f6fb32715731c1c62572d586f4f1c8b9b0685'
+arch-fonts.diff
+fix-wmf-detection.patch)
+sha256sums=('ec192780d09da7d7b1e7a374a19f97d69cceb4e5e83057515cd595eda233a891'
 'SKIP'
-'a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73')
+'a85b744c61b1b563743ecb7c7adad999d7ed9a8af816650e3ab9321b2b102e73'
+'9d96075030f303d5bab107921e172166b8ffad53cb55913decb4e35fc956213c')
 validpgpkeys=(D8272EF51DA223E4D05B466989AB63D48277377A)  # Lexie Parsimoniae
 
 shopt -s extglob
@@ -84,6 +86,11 @@ prepare() {
 
   # Fix up typemaps to match our packages, where possible
   patch -p1 -i ../arch-fonts.diff
+
+  # Fix WMF detection, https://github.com/ImageMagick/ImageMagick/issues/7230
+  patch -p1 -i ../fix-wmf-detection.patch
+
+  autoreconf -vif
 }
 
 build() {
@@ -109,7 +116,7 @@ build() {
 --with-openexr \
 --with-openjp2 \
 --with-perl \
---with-perl-options=INSTALLDIRS=vendor \
+--with-perl-options='INSTALLDIRS=vendor 
INSTALLVENDORMAN3DIR=/usr/share/man/man3' \
 --with-rsvg \
 --with-webp \
 --with-wmf \


=
fix-wmf-detection.patch
=
@@ -0,0 +1,13 @@
+diff --git a/configure.ac b/configure.ac
+index 9fa9b868b..24018b755 100644
+--- a/configure.ac
 b/configure.ac
+@@ -2898,7 +2898,7 @@ if test "$with_uhdr" != 'no'; then
+ AC_LANG_PUSH([C++])
+ AC_CHECK_HEADER([ultrahdr_api.h],[passed=`expr $passed + 
1`],[failed=`expr $failed + 1`])
+ AC_CHECK_LIB([uhdr],[uhdr_create_decoder],[passed=`expr $passed + 
1`],[failed=`expr $failed + 1`],[])
+-
++AC_LANG_POP
+ AC_MSG_CHECKING([if google ultrahdr package is complete])
+ 
+ if test $passed -gt 0; then



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

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




[Git][archlinux/packaging/packages/imagemagick] Pushed new tag 7.1.1.30-1

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


Antonio Rojas pushed new tag 7.1.1.30-1 at Arch Linux / Packaging / Packages / 
imagemagick

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




[Git][archlinux/packaging/packages/jupyterlab] Pushed new tag 4.1.6-2

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


Antonio Rojas pushed new tag 4.1.6-2 at Arch Linux / Packaging / Packages / 
jupyterlab

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




[Git][archlinux/packaging/packages/jupyterlab][main] upgpkg: 4.1.6-2: Python 3.12 rebuild

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


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


Commits:
cfefe820 by Antonio Rojas at 2024-04-10T00:50:46+02:00
upgpkg: 4.1.6-2: Python 3.12 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = jupyterlab
pkgdesc = JupyterLab computational environment
pkgver = 4.1.6
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/jupyterlab/jupyterlab
arch = any
license = LicenseRef-JupyterLab


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 pkgname=jupyterlab
 _pipname=jupyterlab
 pkgver=4.1.6
-pkgrel=1
+pkgrel=2
 pkgdesc='JupyterLab computational environment'
 arch=(any)
 url='https://github.com/jupyterlab/jupyterlab'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/jupyterlab/-/commit/cfefe820cc5523ebb3a94f1252549bd08b7d9618

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




[Git][archlinux/packaging/packages/python-jupyterlab-server][main] upgpkg: 2.26.0-2: Python 3.12 rebuild

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


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


Commits:
6cbf83b4 by Antonio Rojas at 2024-04-10T00:42:56+02:00
upgpkg: 2.26.0-2: Python 3.12 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-jupyterlab-server
pkgdesc = Launch an application built using JupyterLab
pkgver = 2.26.0
-   pkgrel = 1
+   pkgrel = 2
url = https://jupyter.org/
arch = any
license = custom


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 _pyname=jupyterlab_server
 pkgname=python-${_pyname/_/-}
 pkgver=2.26.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Launch an application built using JupyterLab'
 arch=(any)
 url='https://jupyter.org/'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-jupyterlab-server/-/commit/6cbf83b400cc8e47557112f2f839ec57999c1698

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




[Git][archlinux/packaging/packages/python-jupyterlab-server] Pushed new tag 2.26.0-2

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


Antonio Rojas pushed new tag 2.26.0-2 at Arch Linux / Packaging / Packages / 
python-jupyterlab-server

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




[Git][archlinux/packaging/packages/python-openapi-core][main] upgpkg: 0.19.0-2: Python 3.12 rebuild

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


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


Commits:
47b69be3 by Antonio Rojas at 2024-04-10T00:36:07+02:00
upgpkg: 0.19.0-2: Python 3.12 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,11 +1,11 @@
 pkgbase = python-openapi-core
pkgdesc = Client-side and server-side support for the OpenAPI 
Specification v3
pkgver = 0.19.0
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/p1c2u/openapi-core
arch = any
license = BSD
-   checkdepends = python-pytest
+   checkdepends = python-pytest7
checkdepends = python-pytest-aiohttp
checkdepends = python-pytest-asyncio
checkdepends = python-aiohttp


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _pyname=openapi-core
 pkgname=python-$_pyname
 pkgver=0.19.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Client-side and server-side support for the OpenAPI Specification v3'
 arch=(any)
 url='https://github.com/p1c2u/openapi-core'
@@ -30,7 +30,7 @@ optdepends=(python-aiohttp
 python-multidict
 python-requests
 python-starlette)
-checkdepends=(python-pytest
+checkdepends=(python-pytest7
   python-pytest-aiohttp
   python-pytest-asyncio  # a dependency of python-pytest-aiohttp
   python-aiohttp



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-openapi-core/-/commit/47b69be39a98bdab593ce8a7423764383d5ae5e4

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




[Git][archlinux/packaging/packages/python-openapi-core] Pushed new tag 0.19.0-2

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


Antonio Rojas pushed new tag 0.19.0-2 at Arch Linux / Packaging / Packages / 
python-openapi-core

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




[Git][archlinux/packaging/packages/python-falcon] Pushed new tag 3.1.3-2

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


Antonio Rojas pushed new tag 3.1.3-2 at Arch Linux / Packaging / Packages / 
python-falcon

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




[Git][archlinux/packaging/packages/yt-dlp][main] upgpkg: 2024.04.09-2: Python 3.12 rebuild

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


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
yt-dlp


Commits:
db620e21 by Antonio Rojas at 2024-04-10T00:14:41+02:00
upgpkg: 2024.04.09-2: Python 3.12 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = yt-dlp
pkgdesc = A youtube-dl fork with additional features and fixes
pkgver = 2024.04.09
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/yt-dlp/yt-dlp
arch = any
license = Unlicense


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=yt-dlp
 pkgver=2024.04.09
-pkgrel=1
+pkgrel=2
 pkgdesc='A youtube-dl fork with additional features and fixes'
 arch=(any)
 url='https://github.com/yt-dlp/yt-dlp'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/yt-dlp/-/commit/db620e21a22754d89b5fb9ccd96ef5447f8ebea6

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




[Git][archlinux/packaging/packages/yt-dlp] Pushed new tag 2024.04.09-2

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


Antonio Rojas pushed new tag 2024.04.09-2 at Arch Linux / Packaging / Packages 
/ yt-dlp

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




[Git][archlinux/packaging/packages/yt-dlp][main] upgpkg: 2024.04.09-1: Update to 2024.04.09

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


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
yt-dlp


Commits:
b205e50a by Antonio Rojas at 2024-04-10T00:09:38+02:00
upgpkg: 2024.04.09-1: Update to 2024.04.09

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = yt-dlp
pkgdesc = A youtube-dl fork with additional features and fixes
-   pkgver = 2024.03.10
-   pkgrel = 2
+   pkgver = 2024.04.09
+   pkgrel = 1
url = https://github.com/yt-dlp/yt-dlp
arch = any
license = Unlicense
@@ -28,7 +28,7 @@ pkgbase = yt-dlp
optdepends = python-pyxattr: for writing xattr metadata (alternative 
option)
optdepends = phantomjs: for extractors with javascript code
optdepends = python-secretstorage: For -cookies-from-browser to access 
the GNOME keyring while decrypting cookies of Chromium-based browsers
-   source = 
yt-dlp-2024.03.10.tar.gz::https://github.com/yt-dlp/yt-dlp/releases/download/2024.03.10/yt-dlp.tar.gz
-   sha256sums = 
1db8eade9e860543b655f5f973e26727ac2cc20874dc6fed9a3e78a4a05ee989
+   source = 
yt-dlp-2024.04.09.tar.gz::https://github.com/yt-dlp/yt-dlp/releases/download/2024.04.09/yt-dlp.tar.gz
+   sha256sums = 
59d3caed5cc899e486a7b8873f6143b6a1d22c5b5c05009b709ca0104f5d9eed
 
 pkgname = yt-dlp


=
PKGBUILD
=
@@ -3,8 +3,8 @@
 # Contributor: katt 
 
 pkgname=yt-dlp
-pkgver=2024.03.10
-pkgrel=2
+pkgver=2024.04.09
+pkgrel=1
 pkgdesc='A youtube-dl fork with additional features and fixes'
 arch=(any)
 url='https://github.com/yt-dlp/yt-dlp'
@@ -33,7 +33,7 @@ optdepends=('ffmpeg: for video post-processing'
 'phantomjs: for extractors with javascript code'
 'python-secretstorage: For -cookies-from-browser to access the 
GNOME keyring while decrypting cookies of Chromium-based browsers')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/yt-dlp/yt-dlp/releases/download/$pkgver/yt-dlp.tar.gz)
-sha256sums=('1db8eade9e860543b655f5f973e26727ac2cc20874dc6fed9a3e78a4a05ee989')
+sha256sums=('59d3caed5cc899e486a7b8873f6143b6a1d22c5b5c05009b709ca0104f5d9eed')
 
 build() {
   cd $pkgname



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/yt-dlp/-/commit/b205e50a38bbb90d1cbdeea1638d853b0aaf796e

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




[Git][archlinux/packaging/packages/yt-dlp] Pushed new tag 2024.04.09-1

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


Antonio Rojas pushed new tag 2024.04.09-1 at Arch Linux / Packaging / Packages 
/ yt-dlp

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




[Git][archlinux/packaging/packages/taglib][main] upgpkg: 2.0.1-1: Update to 2.0.1

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


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


Commits:
c3e889fb by Antonio Rojas at 2024-04-10T00:04:40+02:00
upgpkg: 2.0.1-1: Update to 2.0.1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = taglib
pkgdesc = A Library for reading and editing the meta-data of several 
popular audio formats
-   pkgver = 2.0
+   pkgver = 2.0.1
pkgrel = 1
url = https://taglib.github.io/
arch = x86_64
@@ -13,9 +13,7 @@ pkgbase = taglib
depends = glibc
depends = sh
depends = zlib
-   source = https://taglib.github.io/releases/taglib-2.0.tar.gz
-   source = https://github.com/taglib/taglib/commit/dfef09f1.patch
-   sha256sums = 
e36ea877a6370810b97d84cf8f72b1e4ed205149ab3ac8232d44c850f38a2859
-   sha256sums = 
bef9bf3cb5cb342e339612ca9fb9d9020ddd3307af15db0402507e7dcbcf35a2
+   source = https://taglib.github.io/releases/taglib-2.0.1.tar.gz
+   sha256sums = 
08c0a27b96aa5c4e23060fe0b6f93102ee9091a9385257b9d0ddcf467de0d925
 
 pkgname = taglib


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 # Contributor: Tobias Powalowski 
 
 pkgname=taglib
-pkgver=2.0
+pkgver=2.0.1
 pkgrel=1
 pkgdesc='A Library for reading and editing the meta-data of several popular 
audio formats'
 arch=(x86_64)
@@ -19,14 +19,8 @@ depends=(gcc-libs
 makedepends=(cmake
  utf8cpp)
 checkdepends=(cppunit)
-source=(https://taglib.github.io/releases/$pkgname-$pkgver.tar.gz
-https://github.com/taglib/taglib/commit/dfef09f1.patch)
-sha256sums=('e36ea877a6370810b97d84cf8f72b1e4ed205149ab3ac8232d44c850f38a2859'
-'bef9bf3cb5cb342e339612ca9fb9d9020ddd3307af15db0402507e7dcbcf35a2')
-
-prepare() {
-  patch -d $pkgname-$pkgver -Rp1 < dfef09f1.patch # 
https://github.com/taglib/taglib/issues/1211
-}
+source=(https://taglib.github.io/releases/$pkgname-$pkgver.tar.gz)
+sha256sums=('08c0a27b96aa5c4e23060fe0b6f93102ee9091a9385257b9d0ddcf467de0d925')
 
 build() {
   cmake -B build -S $pkgname-$pkgver \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/taglib/-/commit/c3e889fb33ae7ba550d9f28b4405cf9266576d4e

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




[Git][archlinux/packaging/packages/taglib] Pushed new tag 2.0.1-1

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


Antonio Rojas pushed new tag 2.0.1-1 at Arch Linux / Packaging / Packages / 
taglib

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




[Git][archlinux/packaging/packages/libxmlb] Pushed new tag 0.3.18-1

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


Antonio Rojas pushed new tag 0.3.18-1 at Arch Linux / Packaging / Packages / 
libxmlb

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




[Git][archlinux/packaging/packages/libxmlb][main] upgpkg: 0.3.18-1: Update to 0.3.18

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


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


Commits:
2dccbf2e by Antonio Rojas at 2024-04-09T23:57:30+02:00
upgpkg: 0.3.18-1: Update to 0.3.18

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = libxmlb
pkgdesc = Library to help create and query binary XML blobs
-   pkgver = 0.3.17
+   pkgver = 0.3.18
pkgrel = 1
url = https://github.com/hughsie/libxmlb
arch = x86_64
@@ -13,10 +13,10 @@ pkgbase = libxmlb
depends = libstemmer
depends = xz
depends = zstd
-   source = 
https://github.com/hughsie/libxmlb/releases/download/0.3.17/libxmlb-0.3.17.tar.xz
-   source = 
https://github.com/hughsie/libxmlb/releases/download/0.3.17/libxmlb-0.3.17.tar.xz.asc
+   source = 
https://github.com/hughsie/libxmlb/releases/download/0.3.18/libxmlb-0.3.18.tar.xz
+   source = 
https://github.com/hughsie/libxmlb/releases/download/0.3.18/libxmlb-0.3.18.tar.xz.asc
validpgpkeys = 163EB50119225DB3DF8F49EA17ACBA8DFA970E17
-   sha256sums = 
bdaf38779646e436cba73caf2bdc1ea07226e6ce418a01800595cd4702cc3caa
+   sha256sums = 
552131b3f58520478683ac75fa08fd95cf58db5aa7dac332144bcee5e7780b4f
sha256sums = SKIP
 
 pkgname = libxmlb


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Bruno Pagani 
 
 pkgname=libxmlb
-pkgver=0.3.17
+pkgver=0.3.18
 pkgrel=1
 pkgdesc="Library to help create and query binary XML blobs"
 arch=(x86_64)
@@ -11,7 +11,7 @@ depends=(glib2 libstemmer xz zstd)
 makedepends=(meson gobject-introspection gtk-doc)
 checkdepends=(shared-mime-info)
 
source=("https://github.com/hughsie/libxmlb/releases/download/${pkgver}/${pkgname}-${pkgver}.tar.xz"{,.asc})
-sha256sums=('bdaf38779646e436cba73caf2bdc1ea07226e6ce418a01800595cd4702cc3caa'
+sha256sums=('552131b3f58520478683ac75fa08fd95cf58db5aa7dac332144bcee5e7780b4f'
 'SKIP')
 validpgpkeys=(163EB50119225DB3DF8F49EA17ACBA8DFA970E17) # Richard Hughes 

 



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

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




[Git][archlinux/packaging/packages/uv][main] upgpkg: 0.1.31-1: upstream release

2024-04-09 Thread @orhun


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


Commits:
1b2694ea by Orhun Parmaksız at 2024-04-10T00:22:31+03:00
upgpkg: 0.1.31-1: upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = uv
pkgdesc = An extremely fast Python package installer and resolver 
written in Rust
-   pkgver = 0.1.29
-   pkgrel = 2
+   pkgver = 0.1.31
+   pkgrel = 1
url = https://github.com/astral-sh/uv
arch = x86_64
license = MIT
@@ -20,8 +20,8 @@ pkgbase = uv
depends = zlib
depends = libz.so
options = !lto
-   source = git+https://github.com/astral-sh/uv.git#tag=0.1.29
-   sha256sums = 
6b0f8f1d4f3023688d7a3dc4d2eb78507c62b18ab3cf1fa6a40377554d741400
+   source = git+https://github.com/astral-sh/uv.git#tag=0.1.31
+   sha256sums = 
7f87a3be084e66ccfbdac45a0e0e040d14621918f226f46ce3c0e3649b69ab32
 
 pkgname = uv
 


=
PKGBUILD
=
@@ -7,8 +7,8 @@
 
 pkgbase=uv
 pkgname=("$pkgbase" "python-$pkgbase")
-pkgver=0.1.29
-pkgrel=2
+pkgver=0.1.31
+pkgrel=1
 pkgdesc='An extremely fast Python package installer and resolver written in 
Rust'
 arch=('x86_64')
 url="https://github.com/astral-sh/uv;
@@ -20,7 +20,7 @@ makedepends=('cargo' 'maturin' 'python-installer' 'cmake' 
'git')
 checkdepends=('python' 'python-zstandard' 'libxcrypt-compat' 'clang')
 options=('!lto')
 source=("git+$url.git#tag=$pkgver")
-sha256sums=('6b0f8f1d4f3023688d7a3dc4d2eb78507c62b18ab3cf1fa6a40377554d741400')
+sha256sums=('7f87a3be084e66ccfbdac45a0e0e040d14621918f226f46ce3c0e3649b69ab32')
 
 prepare() {
   cd "$pkgbase"



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

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




[Git][archlinux/packaging/packages/uv] Pushed new tag 0.1.31-1

2024-04-09 Thread @orhun


Orhun Parmaksız pushed new tag 0.1.31-1 at Arch Linux / Packaging / Packages / 
uv

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




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

2024-04-09 Thread @orhun


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


Commits:
2ec5605e by Orhun Parmaksız at 2024-04-10T00:21:16+03:00
upgpkg: 1.20.7-1: upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

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


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



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

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




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

2024-04-09 Thread @orhun


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

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




[Git][archlinux/packaging/packages/python-nkdfu] Pushed new tag 0.2-4

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


David Runge pushed new tag 0.2-4 at Arch Linux / Packaging / Packages / 
python-nkdfu

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




[Git][archlinux/packaging/packages/python-nkdfu][main] 2 commits: upgpkg: 0.2-3: Rebuild against Python 3.12

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


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


Commits:
7a12520d by David Runge at 2024-04-09T23:15:55+02:00
upgpkg: 0.2-3: Rebuild against Python 3.12

- - - - -
3424b744 by David Runge at 2024-04-09T23:18:23+02:00
upgpkg: 0.2-4: Rebuild against Python 3.12

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,21 @@
+pkgbase = python-nkdfu
+   pkgdesc = Python tool for Nitrokeys' firmware update
+   pkgver = 0.2
+   pkgrel = 4
+   url = https://github.com/Nitrokey/nkdfu
+   arch = any
+   license = GPL-2.0-only
+   makedepends = python-build
+   makedepends = python-flit-core
+   makedepends = python-installer
+   makedepends = python-wheel
+   depends = python
+   depends = python-fire
+   depends = python-tqdm
+   depends = python-intelhex
+   depends = python-libusb1
+   source = 
python-nkdfu-0.2.tar.gz::https://github.com/Nitrokey/nkdfu/archive/refs/tags/v0.2.tar.gz
+   sha512sums = 
3b94b65115e84ca0a065746f92415d7be436484fd9a949ac841955ffd98a061ec7c9016f1d9bc05af1006fcfc2ca21a94f51a0d3a036c27945cf568b75cc7d58
+   b2sums = 
dbd01a91ae94fccae6cf7cee2b742fcb91fab421208236cfa7576b1a31ebf21dd168813534c8ca401d964c12b73d340ddd8e6e6ca009257a1a306f5e
+
+pkgname = python-nkdfu


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 pkgname=python-nkdfu
 _name="${pkgname#python-}"
 pkgver=0.2
-pkgrel=2
+pkgrel=4
 pkgdesc="Python tool for Nitrokeys' firmware update"
 arch=(any)
 url="https://github.com/Nitrokey/nkdfu;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-nkdfu/-/compare/c9807043ea0280364711cf0a31f7dc76f4c2f48d...3424b7445b86084d6e46b10f422ce12b0cb7be0a

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-nkdfu/-/compare/c9807043ea0280364711cf0a31f7dc76f4c2f48d...3424b7445b86084d6e46b10f422ce12b0cb7be0a
You're receiving this email because of your account on gitlab.archlinux.org.




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

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


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


Commits:
73ee7ddd by David Runge at 2024-04-09T23:12:07+02:00
Switch to correct SPDX license identifier

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

- - - - -
c5329c80 by David Runge at 2024-04-09T23:13:57+02:00
Switch to upstream provided auto-generated source tarball

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

- - - - -
d40bc67a by David Runge at 2024-04-09T23:14:43+02:00
Use bash arrays with one entry per line for easier handling.

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

- - - - -
c9807043 by David Runge at 2024-04-09T23:15:28+02:00
Add nvchecker integration

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

- - - - -


2 changed files:

- + .nvchecker.toml
- PKGBUILD


Changes:

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


=
PKGBUILD
=
@@ -1,18 +1,29 @@
 # Maintainer: David Runge 
 
-_name=nkdfu
 pkgname=python-nkdfu
+_name="${pkgname#python-}"
 pkgver=0.2
 pkgrel=2
 pkgdesc="Python tool for Nitrokeys' firmware update"
 arch=(any)
 url="https://github.com/Nitrokey/nkdfu;
-license=(GPL2)
-depends=(python-fire python-tqdm python-intelhex python-libusb1)
-makedepends=(python-build python-flit-core python-installer python-wheel)
-source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)
-sha256sums=('f25f75ddd382c47285b6943cde9f51577b1496ed284f93d58b5e054ae609f5f8')
-b2sums=('8251d54f02d7fa114a00037409cbc35fd0991d45465351dd3247c70d52aa299e260bacca69aa7e8958b9b50996141ee589c3c663c84523ff7488911ee0e3b9b3')
+license=(GPL-2.0-only)
+depends=(
+  python
+  python-fire
+  python-tqdm
+  python-intelhex
+  python-libusb1
+)
+makedepends=(
+  python-build
+  python-flit-core
+  python-installer
+  python-wheel
+)
+source=($pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz)
+sha512sums=('3b94b65115e84ca0a065746f92415d7be436484fd9a949ac841955ffd98a061ec7c9016f1d9bc05af1006fcfc2ca21a94f51a0d3a036c27945cf568b75cc7d58')
+b2sums=('dbd01a91ae94fccae6cf7cee2b742fcb91fab421208236cfa7576b1a31ebf21dd168813534c8ca401d964c12b73d340ddd8e6e6ca009257a1a306f5e')
 
 build() {
   cd $_name-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-nkdfu/-/compare/a823c4cce58d201309dbeb2ea13f1879dfeb5c09...c9807043ea0280364711cf0a31f7dc76f4c2f48d

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




[Git][archlinux/packaging/packages/python-fire] Pushed new tag 0.6.0-2

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


David Runge pushed new tag 0.6.0-2 at Arch Linux / Packaging / Packages / 
python-fire

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




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

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


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


Commits:
56f89e42 by David Runge at 2024-04-09T23:10:25+02:00
upgpkg: 0.6.0-2: Rebuild against Python 3.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-fire
pkgdesc = A library for automatically generating command line interfaces
pkgver = 0.6.0
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/google/python-fire
arch = any
license = Apache-2.0


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _name=fire
 pkgname=python-fire
 pkgver=0.6.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A library for automatically generating command line interfaces"
 arch=(any)
 url="https://github.com/google/python-fire;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-fire/-/commit/56f89e42967889df1d44450e9de4cf2cd9f083a6

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




[Git][archlinux/packaging/packages/python-levenshtein] Pushed new tag 0.25.0-2

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


David Runge pushed new tag 0.25.0-2 at Arch Linux / Packaging / Packages / 
python-levenshtein

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




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

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


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


Commits:
6727a8b8 by David Runge at 2024-04-09T23:09:37+02:00
upgpkg: 0.25.0-2: Rebuild against Python 3.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-levenshtein
pkgdesc = Python extension for computing string edit distances and 
similarities
pkgver = 0.25.0
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/rapidfuzz/Levenshtein
arch = x86_64
license = GPL-2.0-or-later


=
PKGBUILD
=
@@ -7,7 +7,7 @@
 pkgname=python-levenshtein
 _name=Levenshtein
 pkgver=0.25.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Python extension for computing string edit distances and similarities'
 arch=('x86_64')
 url='https://github.com/rapidfuzz/Levenshtein'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-levenshtein/-/commit/6727a8b8d6548e3a31972396d6fd620d09cbf3f9

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




[Git][archlinux/packaging/packages/python-crispy-bootstrap4][main] upgpkg: 2024.1-3: Rebuild against Python 3.12

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


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


Commits:
7281b075 by David Runge at 2024-04-09T23:08:13+02:00
upgpkg: 2024.1-3: Rebuild against Python 3.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-crispy-bootstrap4
pkgdesc = Bootstrap4 template pack for django-crispy-forms
pkgver = 2024.1
-   pkgrel = 2
+   pkgrel = 3
url = https://github.com/django-crispy-forms/crispy-bootstrap4
arch = any
license = MIT


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _name=crispy-bootstrap4
 pkgname=python-crispy-bootstrap4
 pkgver=2024.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Bootstrap4 template pack for django-crispy-forms"
 arch=(any)
 url="https://github.com/django-crispy-forms/crispy-bootstrap4;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-crispy-bootstrap4/-/commit/7281b0752bbc51d16e6644212bac807564119cdd

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




[Git][archlinux/packaging/packages/python-crispy-bootstrap4] Pushed new tag 2024.1-3

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


David Runge pushed new tag 2024.1-3 at Arch Linux / Packaging / Packages / 
python-crispy-bootstrap4

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




[Git][archlinux/packaging/packages/python-crispy-bootstrap3][main] upgpkg: 2024.1-3: Rebuild against Python 3.12

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


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


Commits:
82482523 by David Runge at 2024-04-09T23:07:31+02:00
upgpkg: 2024.1-3: Rebuild against Python 3.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-crispy-bootstrap3
pkgdesc = Bootstrap3 template pack for django-crispy-forms
pkgver = 2024.1
-   pkgrel = 2
+   pkgrel = 3
url = https://github.com/django-crispy-forms/crispy-bootstrap3
arch = any
license = MIT


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _name=crispy-bootstrap3
 pkgname=python-crispy-bootstrap3
 pkgver=2024.1
-pkgrel=2
+pkgrel=3
 pkgdesc="Bootstrap3 template pack for django-crispy-forms"
 arch=(any)
 url="https://github.com/django-crispy-forms/crispy-bootstrap3;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-crispy-bootstrap3/-/commit/8248252321dd1aeb6efcf029dcda1305353376a2

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




[Git][archlinux/packaging/packages/python-crispy-bootstrap3] Pushed new tag 2024.1-3

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


David Runge pushed new tag 2024.1-3 at Arch Linux / Packaging / Packages / 
python-crispy-bootstrap3

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




[Git][archlinux/packaging/packages/python-django-filter][main] upgpkg: 24.2-3: Rebuild against Python 3.12

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


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


Commits:
f1d43bca by David Runge at 2024-04-09T23:06:53+02:00
upgpkg: 24.2-3: Rebuild against Python 3.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-django-filter
pkgdesc = A generic system for filtering Django QuerySets based on user 
selections
pkgver = 24.2
-   pkgrel = 2
+   pkgrel = 3
url = https://github.com/carltongibson/django-filter
arch = any
license = BSD-3-Clause


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _name=django-filter
 pkgname=python-django-filter
 pkgver=24.2
-pkgrel=2
+pkgrel=3
 pkgdesc="A generic system for filtering Django QuerySets based on user 
selections"
 arch=(any)
 url="https://github.com/carltongibson/django-filter;



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

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




[Git][archlinux/packaging/packages/python-django-filter] Pushed new tag 24.2-3

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


David Runge pushed new tag 24.2-3 at Arch Linux / Packaging / Packages / 
python-django-filter

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




[Git][archlinux/packaging/packages/python-django-rest-framework][main] upgpkg: 3.15.1-3: Rebuild against Python 3.12

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


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


Commits:
c2301022 by David Runge at 2024-04-09T23:06:03+02:00
upgpkg: 3.15.1-3: Rebuild against Python 3.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-django-rest-framework
pkgdesc = A powerful and flexible toolkit for building Web APIs.
pkgver = 3.15.1
-   pkgrel = 2
+   pkgrel = 3
url = https://www.django-rest-framework.org/
arch = any
license = BSD-3-Clause


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 pkgname=python-django-rest-framework
 _name="${pkgname#python-}"
 pkgver=3.15.1
-pkgrel=2
+pkgrel=3
 pkgdesc="A powerful and flexible toolkit for building Web APIs."
 arch=(any)
 url="https://www.django-rest-framework.org/;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-django-rest-framework/-/commit/c2301022ec364bb70b6ebbb0c2fd6ea751489717

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




[Git][archlinux/packaging/packages/python-django-rest-framework] Pushed new tag 3.15.1-3

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


David Runge pushed new tag 3.15.1-3 at Arch Linux / Packaging / Packages / 
python-django-rest-framework

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




[Git][archlinux/packaging/packages/python-django-filter][main] upgpkg: 24.2-2: Rebuild against Python 3.12 (without checks for bootstrap)

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


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


Commits:
42a87d3a by David Runge at 2024-04-09T23:04:53+02:00
upgpkg: 24.2-2: Rebuild against Python 3.12 (without checks for bootstrap)

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-django-filter
pkgdesc = A generic system for filtering Django QuerySets based on user 
selections
pkgver = 24.2
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/carltongibson/django-filter
arch = any
license = BSD-3-Clause


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _name=django-filter
 pkgname=python-django-filter
 pkgver=24.2
-pkgrel=1
+pkgrel=2
 pkgdesc="A generic system for filtering Django QuerySets based on user 
selections"
 arch=(any)
 url="https://github.com/carltongibson/django-filter;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-django-filter/-/commit/42a87d3a72e7c0ada2889f665b59a2d1fcf89028

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




[Git][archlinux/packaging/packages/python-django-filter] Pushed new tag 24.2-2

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


David Runge pushed new tag 24.2-2 at Arch Linux / Packaging / Packages / 
python-django-filter

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




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

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


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


Commits:
d465666f by David Runge at 2024-04-09T22:57:09+02:00
Add nvchecker integration

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

- - - - -
613645fc by David Runge at 2024-04-09T23:03:01+02:00
upgpkg: 2.1-2: Rebuild against Python 3.12

- - - - -


3 changed files:

- .SRCINFO
- + .nvchecker.toml
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-django-crispy-forms
pkgdesc = The best way to have DRY Django forms
pkgver = 2.1
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/django-crispy-forms/django-crispy-forms
arch = any
license = MIT


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


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _name=django-crispy-forms
 pkgname=python-django-crispy-forms
 pkgver=2.1
-pkgrel=1
+pkgrel=2
 pkgdesc="The best way to have DRY Django forms"
 arch=(any)
 url="https://github.com/django-crispy-forms/django-crispy-forms;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-django-crispy-forms/-/compare/44c52c401d759639793edfac41c26fe6fcb37584...613645fc6b704598bfca82579b0f9386f529aab4

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-django-crispy-forms/-/compare/44c52c401d759639793edfac41c26fe6fcb37584...613645fc6b704598bfca82579b0f9386f529aab4
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-django-crispy-forms] Pushed new tag 2.1-2

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


David Runge pushed new tag 2.1-2 at Arch Linux / Packaging / Packages / 
python-django-crispy-forms

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




[Git][archlinux/packaging/packages/python-crispy-bootstrap4][main] upgpkg: 2024.1-2: Rebuild against Python 3.12 (without checks for bootstrap)

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


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


Commits:
c5ff636f by David Runge at 2024-04-09T22:56:10+02:00
upgpkg: 2024.1-2: Rebuild against Python 3.12 (without checks for bootstrap)

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-crispy-bootstrap4
pkgdesc = Bootstrap4 template pack for django-crispy-forms
pkgver = 2024.1
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/django-crispy-forms/crispy-bootstrap4
arch = any
license = MIT


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _name=crispy-bootstrap4
 pkgname=python-crispy-bootstrap4
 pkgver=2024.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Bootstrap4 template pack for django-crispy-forms"
 arch=(any)
 url="https://github.com/django-crispy-forms/crispy-bootstrap4;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-crispy-bootstrap4/-/commit/c5ff636f9a9f648877b2b86eeed6ef8a705b31ba

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




[Git][archlinux/packaging/packages/python-crispy-bootstrap4] Pushed new tag 2024.1-2

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


David Runge pushed new tag 2024.1-2 at Arch Linux / Packaging / Packages / 
python-crispy-bootstrap4

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




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

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


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


Commits:
b0b0fd94 by David Runge at 2024-04-09T22:49:49+02:00
Add nvchecker integration

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

- - - - -
70a5674f by David Runge at 2024-04-09T22:54:06+02:00
upgpkg: 2024.1-2: Rebuild against Python 3.12 (without checks for bootstrap)

- - - - -


3 changed files:

- .SRCINFO
- + .nvchecker.toml
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-crispy-bootstrap3
pkgdesc = Bootstrap3 template pack for django-crispy-forms
pkgver = 2024.1
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/django-crispy-forms/crispy-bootstrap3
arch = any
license = MIT


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


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _name=crispy-bootstrap3
 pkgname=python-crispy-bootstrap3
 pkgver=2024.1
-pkgrel=1
+pkgrel=2
 pkgdesc="Bootstrap3 template pack for django-crispy-forms"
 arch=(any)
 url="https://github.com/django-crispy-forms/crispy-bootstrap3;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-crispy-bootstrap3/-/compare/e55d563cdca9090969a98deb3ee9444535efa537...70a5674f5479a5f8d50fa6d2ec3e28d61af09827

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-crispy-bootstrap3/-/compare/e55d563cdca9090969a98deb3ee9444535efa537...70a5674f5479a5f8d50fa6d2ec3e28d61af09827
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-crispy-bootstrap3] Pushed new tag 2024.1-2

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


David Runge pushed new tag 2024.1-2 at Arch Linux / Packaging / Packages / 
python-crispy-bootstrap3

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




[Git][archlinux/packaging/packages/krfb][main] Add libxdamage makedepend

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


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


Commits:
fa34f455 by Antonio Rojas at 2024-04-09T22:45:11+02:00
Add libxdamage makedepend

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -34,6 +34,7 @@ depends=(gcc-libs
  xdg-desktop-portal)
 makedepends=(extra-cmake-modules
  kdoctools
+ libxdamage
  plasma-wayland-protocols)
 groups=(kde-applications
 kde-network)



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/krfb/-/commit/fa34f455e4e1d1a3e823a950016f9b3de1786845

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




[Git][archlinux/packaging/packages/xmlsec] Pushed new tag 1.3.4-1

2024-04-09 Thread Andreas Radke (@andyrtr)


Andreas Radke pushed new tag 1.3.4-1 at Arch Linux / Packaging / Packages / 
xmlsec

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




[Git][archlinux/packaging/packages/ginkgo-hpc][main] upgpkg: 1.7.0-4: rebuild with hip-runtime-amd 6.0.2

2024-04-09 Thread @lahwaacz


Jakub Klinkovský pushed to branch main at Arch Linux / Packaging / Packages / 
ginkgo-hpc


Commits:
d8de6cc3 by Jakub Klinkovský at 2024-04-09T22:18:30+02:00
upgpkg: 1.7.0-4: rebuild with hip-runtime-amd 6.0.2

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = ginkgo-hpc
pkgdesc = Numerical linear algebra software package
pkgver = 1.7.0
-   pkgrel = 3
+   pkgrel = 4
url = https://ginkgo-project.github.io/
arch = x86_64
license = BSD-3-Clause


=
PKGBUILD
=
@@ -4,7 +4,7 @@ _pkgname=ginkgo
 pkgbase=ginkgo-hpc
 pkgname=(ginkgo-hpc ginkgo-hpc-docs ginkgo-hpc-cuda ginkgo-hpc-hip)
 pkgver=1.7.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Numerical linear algebra software package"
 arch=(x86_64)
 url=https://ginkgo-project.github.io/



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ginkgo-hpc/-/commit/d8de6cc3b843eca9ca812358438a977a9ef17d8b

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




[Git][archlinux/packaging/packages/ginkgo-hpc] Pushed new tag 1.7.0-4

2024-04-09 Thread @lahwaacz


Jakub Klinkovský pushed new tag 1.7.0-4 at Arch Linux / Packaging / Packages / 
ginkgo-hpc

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




[Git][archlinux/packaging/packages/ansible-bender][main] upgpkg: 0.10.1-3: Rebuild Python 3.12

2024-04-09 Thread Robin Candau (@antiz)


Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / 
ansible-bender


Commits:
5857384f by Robin Candau at 2024-04-09T22:17:35+02:00
upgpkg: 0.10.1-3: Rebuild Python 3.12
https://archlinux.org/todo/python-modules-part-1/

- - - - -


3 changed files:

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


Changes:

=
.SRCINFO
=
@@ -0,0 +1,27 @@
+pkgbase = ansible-bender
+   pkgdesc = Build container images using Ansible playbooks
+   pkgver = 0.10.1
+   pkgrel = 3
+   url = https://github.com/ansible-community/ansible-bender
+   arch = any
+   license = MIT
+   checkdepends = python-flexmock
+   checkdepends = python-pytest
+   makedepends = git
+   makedepends = python-build
+   makedepends = python-installer
+   makedepends = python-setuptools-scm
+   makedepends = python-wheel
+   depends = ansible
+   depends = ansible-core
+   depends = podman
+   depends = buildah
+   depends = python
+   depends = python-jsonschema
+   depends = python-pyyaml
+   depends = python-setuptools
+   depends = python-tabulate
+   source = 
ansible-bender-0.10.1.tar.gz::https://github.com/ansible-community/ansible-bender/archive/0.10.1.tar.gz
+   b2sums = 
1bc0347bb1e2f42732dd0afe81a96e8e025132f85850600f8c64dbad4e33fc14527805877cd196bec954f160a2a551f8566dc6a4831f4c8a3e81286acdd98daf
+
+pkgname = ansible-bender


=
.nvchecker.toml
=
@@ -0,0 +1,6 @@
+[ansible-bender]
+source = "github"
+github = "ansible-community/ansible-bender"
+prefix = "v"
+use_max_tag = true
+exclude_regex = ".*(pre|a|alpha|b|beta|r|rc).*"


=
PKGBUILD
=
@@ -1,8 +1,9 @@
 # Maintainer: Filipe Laíns (FFY00) 
+# Maintainer: Robin Candau 
 
 pkgname=ansible-bender
 pkgver=0.10.1
-pkgrel=2
+pkgrel=3
 pkgdesc='Build container images using Ansible playbooks'
 arch=('any')
 url='https://github.com/ansible-community/ansible-bender'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ansible-bender/-/commit/5857384f71fd49a0de81ebfd62b06be156baca49

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




[Git][archlinux/packaging/packages/ansible-bender] Pushed new tag 0.10.1-3

2024-04-09 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 0.10.1-3 at Arch Linux / Packaging / Packages / 
ansible-bender

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




[Git][archlinux/packaging/packages/pcp][main] upgpkg: 6.2.0-3: python 3.12 rebuild

2024-04-09 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging / 
Packages / pcp


Commits:
53cdba5e by Massimiliano Torromeo at 2024-04-09T21:58:44+02:00
upgpkg: 6.2.0-3: python 3.12 rebuild

- - - - -


3 changed files:

- .SRCINFO
- PKGBUILD
- + setuptools.patch


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = pcp
pkgver = 6.2.0
-   pkgrel = 2
+   pkgrel = 3
url = https://pcp.io
arch = x86_64
license = GPL-2.0-or-later
@@ -13,6 +13,7 @@ pkgbase = pcp
makedepends = rsync
makedepends = llvm
makedepends = debugedit
+   makedepends = python-setuptools
makedepends = qt5-svg
makedepends = python-openpyxl
makedepends = python-jsonpointer
@@ -35,10 +36,12 @@ pkgbase = pcp
source = sysuser.conf
source = tmpfile.conf
source = check-lto.patch
+   source = setuptools.patch
sha256sums = 
9e5d502837d8afe4768c55878dd3aceec44e6b0fa80699eea7022fb9b5c7a032
sha256sums = 
3e21ef7925296f73c91fe85c8dba341ce00366163845dd8993e2813b0ad5e4a4
sha256sums = 
0166ffea180527de5a48a8e8f145cc80860b93e8f44bc5f96836c3d1cb4b01a2
sha256sums = 
228bb9c24ad8001b1806526d3cb65758dd184af7735038a93ab4465909d9fda9
+   sha256sums = 
b76db42b08c1cc5e2a61cc0b3371aee2508667ac544eeba40dfcc2b895f9587d
 
 pkgname = pcp
pkgdesc = System performance analysis toolkit


=
PKGBUILD
=
@@ -6,12 +6,12 @@ pkgname=(pcp pcp-gui pcp-pmda-activemq pcp-pmda-bcc 
pcp-pmda-bind2 pcp-pmda-bpft
  pcp-pmda-mysql pcp-pmda-nginx pcp-pmda-nutcracker pcp-pmda-openmetrics
  pcp-pmda-podman pcp-pmda-postgresql pcp-pmda-snmp)
 pkgver=6.2.0
-pkgrel=2
+pkgrel=3
 arch=('x86_64')
 url="https://pcp.io;
 license=(GPL-2.0-or-later LGPL-2.1-or-later CC-BY-3.0)
 makedepends=('avahi' 'procps-ng' 'which' 'libuv'
- 'rsync' 'llvm' 'debugedit'
+ 'rsync' 'llvm' 'debugedit' 'python-setuptools'
  'qt5-svg' # gui
  'python-openpyxl' # pcp2xlsx
  'python-jsonpointer' 'python-six' # json
@@ -32,15 +32,18 @@ makedepends=('avahi' 'procps-ng' 'which' 'libuv'
 
source=("https://github.com/performancecopilot/pcp/archive/$pkgver/$pkgname-$pkgver.tar.gz;
 "sysuser.conf"
 "tmpfile.conf"
-"check-lto.patch")
+"check-lto.patch"
+"setuptools.patch")
 sha256sums=('9e5d502837d8afe4768c55878dd3aceec44e6b0fa80699eea7022fb9b5c7a032'
 '3e21ef7925296f73c91fe85c8dba341ce00366163845dd8993e2813b0ad5e4a4'
 '0166ffea180527de5a48a8e8f145cc80860b93e8f44bc5f96836c3d1cb4b01a2'
-'228bb9c24ad8001b1806526d3cb65758dd184af7735038a93ab4465909d9fda9')
+'228bb9c24ad8001b1806526d3cb65758dd184af7735038a93ab4465909d9fda9'
+'b76db42b08c1cc5e2a61cc0b3371aee2508667ac544eeba40dfcc2b895f9587d')
 
 prepare() {
   cd "$pkgbase-$pkgver"
   patch -p1 -i "$srcdir/check-lto.patch"
+  patch -p1 -i "$srcdir/setuptools.patch"
 }
 
 build() {


=
setuptools.patch
=
@@ -0,0 +1,22 @@
+diff --git a/src/python/distutils-setup.py b/src/python/distutils-setup.py
+index 01ed6b58d..469b35956 100644
+--- a/src/python/distutils-setup.py
 b/src/python/distutils-setup.py
+@@ -10,7 +10,7 @@
+ # under the terms of the GNU General Public License as published by the
+ # Free Software Foundation; either version 2 of the License, or (at your
+ # option) any later version.
+-# 
++#
+ # This program is distributed in the hope that it will be useful, but
+ # WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+ # or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
+@@ -18,7 +18,7 @@
+ #
+ 
+ # Old way, only used by platforms without setuptools module
+-from distutils.core import setup, Extension
++from setuptools.core import setup, Extension
+ 
+ setup(name = 'pcp',
+ version = '5.0',



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pcp/-/commit/53cdba5e71965340e05bf68c67f41f1716d8b72b

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




[Git][archlinux/packaging/packages/pcp] Pushed new tag 6.2.0-3

2024-04-09 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed new tag 6.2.0-3 at Arch Linux / Packaging / 
Packages / pcp

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




[Git][archlinux/packaging/packages/svt-av1][main] Remove noexecstack linker flag

2024-04-09 Thread Maxime Gauduin (@alucryd)


Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages / 
svt-av1


Commits:
c9c53ffa by loqs at 2024-03-30T15:06:42+00:00
Remove noexecstack linker flag

Executable stack has been disabled by default in 
https://gitlab.archlinux.org/archlinux/packaging/packages/binutils/-/commit/ad781dd87500332d3265b93695326b025bec7f28

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -33,7 +33,6 @@ pkgver() {
 }
 
 build() {
-  export LDFLAGS="$LDFLAGS -Wl,-z,noexecstack"
   cmake -S SVT-AV1 -B build -G Ninja \
 -DCMAKE_INSTALL_PREFIX=/usr \
 -DBUILD_SHARED_LIBS=ON \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/svt-av1/-/commit/c9c53ffac28236384a117f02123ebb2fc6ed087b

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




[Git][archlinux/packaging/packages/python-aiofiles][main] Change to SPDX license identifier

2024-04-09 Thread Maxime Gauduin (@alucryd)


Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages / 
python-aiofiles


Commits:
ceedd924 by loqs at 2024-04-09T13:05:00+01:00
Change to SPDX license identifier

https://github.com/Tinche/aiofiles/blob/c35ef69768aed5a1a900164f80761a288836b015/LICENSE

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -6,7 +6,7 @@ pkgver=23.2.1
 pkgrel=2
 pkgdesc='File support for asyncio'
 arch=(any)
-license=(APACHE)
+license=(Apache-2.0)
 url=https://github.com/Tinche/aiofiles
 depends=(python)
 makedepends=(



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

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




[Git][archlinux/packaging/packages/python-aenum][main] 2 commits: Change to a PEP 517 based workflow

2024-04-09 Thread Maxime Gauduin (@alucryd)


Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages / 
python-aenum


Commits:
f3a12743 by loqs at 2024-04-05T21:34:54+01:00
Change to a PEP 517 based workflow

- - - - -
ed4c916d by loqs at 2024-04-05T21:34:57+01:00
Change to SPDX license identifier

https://github.com/ethanfurman/aenum/blob/2d72c2f8378469d8d7bc3972effed14c152d860d/aenum/LICENSE

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -8,11 +8,14 @@ pkgrel=2
 pkgdesc='Advanced Enumerations for Python'
 arch=(any)
 url=https://github.com/ethanfurman/aenum
-license=(BSD)
+license=(BSD-3-Clause)
 depends=(python)
 makedepends=(
   git
+  python-build
+  python-installer
   python-setuptools
+  python-wheel
 )
 _tag=2d72c2f8378469d8d7bc3972effed14c152d860d
 source=(git+https://github.com/ethanfurman/aenum.git#tag=${_tag})
@@ -29,12 +32,12 @@ pkgver() {
 
 build() {
   cd aenum
-  python setup.py build
+  python -m build --wheel --no-isolation
 }
 
 package() {
   cd aenum
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
+  python -m installer --destdir="$pkgdir" dist/*.whl
   install -dm 755 "${pkgdir}"/usr/share/{doc,licenses/python-aenum}
   local site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
   mv "${pkgdir}"${site_packages}/aenum/doc 
"${pkgdir}"/usr/share/doc/python-aenum



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-aenum/-/compare/877f15c4f1733e72096327b5b69c6ddd28a46655...ed4c916d3bd5d7673135f6d4f54566348d3f4760

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-aenum/-/compare/877f15c4f1733e72096327b5b69c6ddd28a46655...ed4c916d3bd5d7673135f6d4f54566348d3f4760
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/sssd][main] upgpkg: 2.9.4-4: python 3.12 rebuild

2024-04-09 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging / 
Packages / sssd


Commits:
a93898e0 by Massimiliano Torromeo at 2024-04-09T21:42:34+02:00
upgpkg: 2.9.4-4: python 3.12 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = sssd
pkgdesc = System Security Services Daemon
pkgver = 2.9.4
-   pkgrel = 3
+   pkgrel = 4
url = https://github.com/SSSD/sssd
arch = x86_64
license = GPL-3.0-or-later
@@ -18,6 +18,7 @@ pkgbase = sssd
makedepends = tevent
makedepends = ldb
makedepends = bc
+   makedepends = python-setuptools
depends = bind
depends = c-ares
depends = cyrus-sasl-gssapi
@@ -38,10 +39,12 @@ pkgbase = sssd
source = 
https://github.com/SSSD/sssd/releases/download/2.9.4/sssd-2.9.4.tar.gz.asc
source = 
https://patch-diff.githubusercontent.com/raw/SSSD/sssd/pull/7151/sssd-openssl3-no-ext.patch
source = 
https://github.com/SSSD/sssd/commit/1bf51929a48b84d62ac54f2a42f17e7fbffe1612.patch
+   source = 
https://github.com/SSSD/sssd/commit/9efd79b010dbb46d9968c3d3ab073b8e585cb2ad.patch
validpgpkeys = C13CD07FFB2DB1408E457A3CD3D21B2910CF6759
sha512sums = 
9546cf074628f32137b16ca0c763988785271124244b645d1e786762e8578f10d983793a29bffcc004b064452fe8d465476a3041688d2f3c11c2751fb5bec3e2
sha512sums = SKIP
sha512sums = 
4b2024d01d5f4a718f3aa954909941baa74c00769c087296934bdc7502ca1b18e26697d0406aa4e8708ec7e460d88a9457ce8471496b45522b50e727fc2891f2
sha512sums = 
bbd546fb580f496b4a766029ac67b42fed485c3bcca867a1ec5533e169cd2d04a4badc701d5b33c3b2216939c5d050081758658f71a797bf7c90b1682c39cbaa
+   sha512sums = 
8433f4a7ed7064690ce67cf209b9e7ab97d509a27df29374bbb86e3489b42154b34e7361418de8a1741d91e8b12a68b139bc365c58037e58263bd8f3494e9e73
 
 pkgname = sssd


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=sssd
 pkgver=2.9.4
-pkgrel=3
+pkgrel=4
 pkgdesc="System Security Services Daemon"
 arch=('x86_64')
 url="https://github.com/SSSD/sssd;
@@ -33,6 +33,7 @@ makedepends=(
   'tevent'
   'ldb'
   'bc'
+  'python-setuptools'
 )
 checkdepends=(
   'check'
@@ -45,11 +46,14 @@ options=('!lto')
 backup=('etc/logrotate.d/sssd')
 
source=("https://github.com/SSSD/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.gz"{,.asc}
 
"https://patch-diff.githubusercontent.com/raw/SSSD/sssd/pull/7151/sssd-openssl3-no-ext.patch;
-
"https://github.com/SSSD/sssd/commit/1bf51929a48b84d62ac54f2a42f17e7fbffe1612.patch;)
+
"https://github.com/SSSD/sssd/commit/1bf51929a48b84d62ac54f2a42f17e7fbffe1612.patch;
 # samba 4.20
+
"https://github.com/SSSD/sssd/commit/9efd79b010dbb46d9968c3d3ab073b8e585cb2ad.patch;
 # setuptools
+   )
 
sha512sums=('9546cf074628f32137b16ca0c763988785271124244b645d1e786762e8578f10d983793a29bffcc004b064452fe8d465476a3041688d2f3c11c2751fb5bec3e2'
 'SKIP'
 
'4b2024d01d5f4a718f3aa954909941baa74c00769c087296934bdc7502ca1b18e26697d0406aa4e8708ec7e460d88a9457ce8471496b45522b50e727fc2891f2'
-
'bbd546fb580f496b4a766029ac67b42fed485c3bcca867a1ec5533e169cd2d04a4badc701d5b33c3b2216939c5d050081758658f71a797bf7c90b1682c39cbaa')
+
'bbd546fb580f496b4a766029ac67b42fed485c3bcca867a1ec5533e169cd2d04a4badc701d5b33c3b2216939c5d050081758658f71a797bf7c90b1682c39cbaa'
+
'8433f4a7ed7064690ce67cf209b9e7ab97d509a27df29374bbb86e3489b42154b34e7361418de8a1741d91e8b12a68b139bc365c58037e58263bd8f3494e9e73')
 validpgpkeys=('C13CD07FFB2DB1408E457A3CD3D21B2910CF6759')
 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/sssd/-/commit/a93898e01076c924e84a34a28e0a4f294cdf400b

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




[Git][archlinux/packaging/packages/sssd] Pushed new tag 2.9.4-4

2024-04-09 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed new tag 2.9.4-4 at Arch Linux / Packaging / 
Packages / sssd

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




[Git][archlinux/packaging/packages/ansible][main] upgpkg: 9.4.0-4: Rebuild Python 3.12

2024-04-09 Thread Robin Candau (@antiz)


Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / 
ansible


Commits:
ee0bcd9d by Robin Candau at 2024-04-09T21:39:34+02:00
upgpkg: 9.4.0-4: Rebuild Python 3.12
https://archlinux.org/todo/python-modules-part-1/

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = ansible
pkgdesc = Official assortment of Ansible collections
pkgver = 9.4.0
-   pkgrel = 3
+   pkgrel = 4
url = https://pypi.org/project/ansible/
arch = any
license = GPL-3.0-or-later


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=ansible
 pkgver=9.4.0
-pkgrel=3
+pkgrel=4
 pkgdesc='Official assortment of Ansible collections'
 arch=('any')
 url='https://pypi.org/project/ansible/'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ansible/-/commit/ee0bcd9d8d5ab908d1134b079ca892eef52c6d50

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




[Git][archlinux/packaging/packages/ansible] Pushed new tag 9.4.0-4

2024-04-09 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 9.4.0-4 at Arch Linux / Packaging / Packages / 
ansible

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




[Git][archlinux/packaging/packages/rmlint] Pushed new tag 2.10.2-2

2024-04-09 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed new tag 2.10.2-2 at Arch Linux / Packaging / 
Packages / rmlint

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




[Git][archlinux/packaging/packages/rmlint][main] upgpkg: 2.10.2-2: python 3.12 rebuild

2024-04-09 Thread Massimiliano Torromeo (@mtorromeo)


Massimiliano Torromeo pushed to branch main at Arch Linux / Packaging / 
Packages / rmlint


Commits:
23e8a2ef by Massimiliano Torromeo at 2024-04-09T21:29:22+02:00
upgpkg: 2.10.2-2: python 3.12 rebuild

- - - - -


3 changed files:

- + .SRCINFO
- PKGBUILD
- + setuptools.patch


Changes:

=
.SRCINFO
=
@@ -0,0 +1,44 @@
+pkgbase = rmlint
+   pkgver = 2.10.2
+   pkgrel = 2
+   url = https://github.com/sahib/rmlint
+   arch = x86_64
+   license = GPL3
+   makedepends = scons
+   makedepends = python-sphinx
+   makedepends = gettext
+   makedepends = sqlite
+   makedepends = util-linux-libs
+   makedepends = binutils
+   makedepends = json-glib
+   makedepends = libelf
+   makedepends = python-gobject
+   makedepends = python-cairo
+   makedepends = dconf
+   makedepends = gtksourceview3
+   makedepends = librsvg
+   makedepends = desktop-file-utils
+   makedepends = python-requests
+   makedepends = python-setuptools
+   source = 
https://github.com/sahib/rmlint/archive/v2.10.2/rmlint-2.10.2.tar.gz
+   source = setuptools.patch
+   sha256sums = 
0a0233ad517e0fb721f21e188a57cdee5279dd5329b38acb56d5d5312ce46388
+   sha256sums = 
a9056ff1ae15272ad43af13a030d38be658c860026e8f5774f9e5481e880c902
+
+pkgname = rmlint
+   pkgdesc = Tool to remove duplicates and other lint, being much faster 
than fdupes
+   depends = sqlite
+   depends = util-linux-libs
+   depends = binutils
+   depends = json-glib
+   depends = libelf
+
+pkgname = rmlint-shredder
+   pkgdesc = Graphical user interface for rmlint
+   depends = rmlint
+   depends = python-gobject
+   depends = python-cairo
+   depends = dconf
+   depends = librsvg
+   depends = gtksourceview3
+   depends = xdg-utils


=
PKGBUILD
=
@@ -5,15 +5,23 @@
 pkgbase=rmlint
 pkgname=(rmlint rmlint-shredder)
 pkgver=2.10.2
-pkgrel=1
+pkgrel=2
 url="https://github.com/sahib/rmlint;
 license=('GPL3')
 arch=('x86_64')
 makedepends=('scons' 'python-sphinx' 'gettext' 'sqlite' 'util-linux-libs'
  'binutils' 'json-glib' 'libelf' 'python-gobject' 'python-cairo'
- 'dconf' 'gtksourceview3' 'librsvg' 'desktop-file-utils' 
'python-requests')
-source=("https://github.com/sahib/rmlint/archive/v$pkgver/$pkgbase-$pkgver.tar.gz;)
-sha256sums=('0a0233ad517e0fb721f21e188a57cdee5279dd5329b38acb56d5d5312ce46388')
+ 'dconf' 'gtksourceview3' 'librsvg' 'desktop-file-utils' 
'python-requests'
+ 'python-setuptools')
+source=("https://github.com/sahib/rmlint/archive/v$pkgver/$pkgbase-$pkgver.tar.gz;
+"setuptools.patch")
+sha256sums=('0a0233ad517e0fb721f21e188a57cdee5279dd5329b38acb56d5d5312ce46388'
+'a9056ff1ae15272ad43af13a030d38be658c860026e8f5774f9e5481e880c902')
+
+prepare() {
+cd "$srcdir"/$pkgbase-$pkgver
+patch -p1 -i ../setuptools.patch
+}
 
 build() {
 cd "$srcdir"/$pkgbase-$pkgver


=
setuptools.patch
=
@@ -0,0 +1,15 @@
+diff --git a/gui/setup.py b/gui/setup.py
+index 4c078be2..821f1f85 100644
+--- a/gui/setup.py
 b/gui/setup.py
+@@ -2,8 +2,8 @@
+ # encoding: utf-8
+ #!/usr/bin/env python
+ 
+-from distutils.core import setup
+-from distutils.command.install import install
++from setuptools import setup
++from setuptools.command.install import install
+ 
+ import os
+ import sys



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/rmlint/-/commit/23e8a2ef1010006259598b513633d01b2c3ca5c4

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




[Git][archlinux/packaging/packages/ansible-core][main] upgpkg: 2.16.5-3: Rebuild Python 3.12

2024-04-09 Thread Robin Candau (@antiz)


Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / 
ansible-core


Commits:
bcaeafb9 by Robin Candau at 2024-04-09T21:23:27+02:00
upgpkg: 2.16.5-3: Rebuild Python 3.12
https://archlinux.org/todo/python-modules-part-1/

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = ansible-core
pkgdesc = Radically simple IT automation platform
pkgver = 2.16.5
-   pkgrel = 2
+   pkgrel = 3
url = https://www.ansible.com
arch = any
license = GPL-3.0-or-later AND BSD-2-Clause AND PSF-2.0 AND MIT AND 
Apache-2.0


=
PKGBUILD
=
@@ -10,7 +10,7 @@
 pkgname=ansible-core
 _pkgname=ansible
 pkgver=2.16.5
-pkgrel=2
+pkgrel=3
 pkgdesc='Radically simple IT automation platform'
 arch=('any')
 url='https://www.ansible.com'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ansible-core/-/commit/bcaeafb9a07a9da80900e7cbfd926737a90aace3

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




[Git][archlinux/packaging/packages/ansible-core] Pushed new tag 2.16.5-3

2024-04-09 Thread Robin Candau (@antiz)


Robin Candau pushed new tag 2.16.5-3 at Arch Linux / Packaging / Packages / 
ansible-core

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




[Git][archlinux/packaging/packages/python-cliff][main] upgpkg: 4.6.0-3: Rebuild with Python 3.12

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


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


Commits:
49eb2a95 by Jelle van der Waa at 2024-04-09T21:18:28+02:00
upgpkg: 4.6.0-3: Rebuild with Python 3.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-cliff
pkgdesc = Command Line Interface Formulation Framework
pkgver = 4.6.0
-   pkgrel = 2
+   pkgrel = 3
url = https://docs.openstack.org/cliff/latest/
arch = any
license = Apache


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 pkgname=python-cliff
 pkgver=4.6.0
 _commit=b6119d504deca17e8c092b12fae209d944c6fa73
-pkgrel=2
+pkgrel=3
 pkgdesc="Command Line Interface Formulation Framework"
 arch=('any')
 url="https://docs.openstack.org/cliff/latest/;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-cliff/-/commit/49eb2a95866a250a67710c07abca4c503371980b

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




[Git][archlinux/packaging/packages/python-cliff] Pushed new tag 4.6.0-3

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


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

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




[Git][archlinux/packaging/packages/perl-datetime-locale][main] upgpkg: 1.41-1

2024-04-09 Thread Sergej Pupykin (@spupykin)


Sergej Pupykin pushed to branch main at Arch Linux / Packaging / Packages / 
perl-datetime-locale


Commits:
fe548c50 by Sergej Pupykin at 2024-04-09T22:18:26+03:00
upgpkg: 1.41-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = perl-datetime-locale
pkgdesc = Localization support for DateTime.pm
-   pkgver = 1.40
+   pkgver = 1.41
pkgrel = 1
url = https://search.cpan.org/dist/DateTime-Locale
arch = any
@@ -11,7 +11,7 @@ pkgbase = perl-datetime-locale
depends = perl-file-sharedir
depends = perl-file-sharedir-install
options = !emptydirs
-   source = 
https://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-Locale-1.40.tar.gz
-   sha256sums = 
7490b4194b5d23a4e144976dedb3bdbcc6d3364b5d139cc922a86d41fdb87afb
+   source = 
https://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-Locale-1.41.tar.gz
+   sha256sums = 
d928902b13262c998ac06c0a7f9911cc869014a0db2e72d2138fa5ab3c10dac2
 
 pkgname = perl-datetime-locale


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: François Charette 
 
 pkgname=perl-datetime-locale
-pkgver=1.40
+pkgver=1.41
 pkgrel=1
 pkgdesc="Localization support for DateTime.pm "
 arch=(any)
@@ -12,7 +12,7 @@ depends=('perl-params-validate' 'perl-list-moreutils'
 'perl-file-sharedir' 'perl-file-sharedir-install')
 options=('!emptydirs')
 
source=(https://www.cpan.org/authors/id/D/DR/DROLSKY/DateTime-Locale-$pkgver.tar.gz)
-sha256sums=('7490b4194b5d23a4e144976dedb3bdbcc6d3364b5d139cc922a86d41fdb87afb')
+sha256sums=('d928902b13262c998ac06c0a7f9911cc869014a0db2e72d2138fa5ab3c10dac2')
 
 build() {
   cd  "$srcdir"/DateTime-Locale-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/perl-datetime-locale/-/commit/fe548c50f063d985c33852d175ac39956ea85393

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




[Git][archlinux/packaging/packages/perl-datetime-locale] Pushed new tag 1.41-1

2024-04-09 Thread Sergej Pupykin (@spupykin)


Sergej Pupykin pushed new tag 1.41-1 at Arch Linux / Packaging / Packages / 
perl-datetime-locale

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




[Git][archlinux/packaging/packages/python-prettytable][main] upgpkg: 3.10.0-2: Rebuild with Python 3.12

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


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


Commits:
899297d3 by Jelle van der Waa at 2024-04-09T21:17:29+02:00
upgpkg: 3.10.0-2: Rebuild with Python 3.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-prettytable
pkgdesc = A simple Python library for easily displaying tabular data
pkgver = 3.10.0
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/jazzband/prettytable
arch = any
license = BSD


=
PKGBUILD
=
@@ -6,7 +6,7 @@
 pkgname=python-prettytable
 pkgver=3.10.0
 _commit=6498a578ba81ccb45d741905d6ef675b1b53a709
-pkgrel=1
+pkgrel=2
 pkgdesc="A simple Python library for easily displaying tabular data"
 url="https://github.com/jazzband/prettytable;
 arch=('any')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-prettytable/-/commit/899297d38a45dc2628c1c212e27105ea23457a48

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




[Git][archlinux/packaging/packages/python-prettytable] Pushed new tag 3.10.0-2

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


Jelle van der Waa pushed new tag 3.10.0-2 at Arch Linux / Packaging / Packages 
/ python-prettytable

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




  1   2   3   4   5   6   >