[Git][archlinux/packaging/packages/swtpm][main] upgpkg: 0.8.1-1: Update to 0.8.1

2023-08-30 Thread Antonio Rojas (@arojas)


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


Commits:
a77c02e5 by Antonio Rojas at 2023-08-30T10:23:09+02:00
upgpkg: 0.8.1-1: Update to 0.8.1

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Jonas Witschel 
 pkgname=swtpm
-pkgver=0.8.0
-_tag=dfb0defcc0792996077dc55ce54234443d8c765f # git rev-parse "v$pkgver"
+pkgver=0.8.1
+_tag=66e70d3c677f0bd8dd3279d4dbf73042ca8e3429 # git rev-parse "v$pkgver"
 pkgrel=1
 pkgdesc='Libtpms-based TPM emulator with socket, character device, and Linux 
CUSE interface'
 arch=('x86_64')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/swtpm/-/commit/a77c02e516827eee659385e1bd93ecaa7bbf8c63

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




[Git][archlinux/packaging/packages/swtpm] Pushed new tag 0.8.1-1

2023-08-30 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 0.8.1-1 at Arch Linux / Packaging / Packages / 
swtpm

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




[Git][archlinux/packaging/packages/python-aiohttp][main] upgpkg: 3.8.5-1: Update to 3.8.5

2023-08-30 Thread Antonio Rojas (@arojas)


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


Commits:
6ce57939 by Antonio Rojas at 2023-08-30T11:14:18+02:00
upgpkg: 3.8.5-1: Update to 3.8.5

- - - - -


2 changed files:

- PKGBUILD
- + yarl-1.9.patch


Changes:

=
PKGBUILD
=
@@ -4,8 +4,8 @@
 
 _pkgname=aiohttp
 pkgname=python-aiohttp
-_gitcommit=33953f110e97eecc707e1402daa8d543f38a189b
-pkgver=3.8.4
+_gitcommit=9c13a52c21c23dfdb49ed89418d28a5b116d0681
+pkgver=3.8.5
 pkgrel=1
 pkgdesc='HTTP client/server for asyncio'
 url='https://aiohttp.readthedocs.io'
@@ -26,9 +26,11 @@ optdepends=('gunicorn: to deploy using Gunicorn'
 'python-cchardet: for faster encoding detection'
 'python-brotli: for Brotli transfer-encodings support')
 
source=(${pkgname}::"git+https://github.com/aio-libs/aiohttp#commit=${_gitcommit};
-git+https://github.com/nodejs/llhttp.git)
+git+https://github.com/nodejs/llhttp.git
+yarl-1.9.patch)
 sha512sums=('SKIP'
-'SKIP')
+'SKIP'
+
'd82603b24d2525e801878e807cef7bc3f69c3bb263581e1f0078e6794e39f07ad714254fc7257a6ca5f1e165977ada3b1116e00478b7206b329d9e277b3c1829')
 
 pkgver() {
   cd ${pkgname}
@@ -48,6 +50,9 @@ prepare() {
   tests/test_circular_imports.py
 
   sed -e 's|charset-normalizer >=2.0, < 3.0|charset-normalizer >=2.0, < 4.0|' 
-i setup.cfg
+
+  # yarl 1.9 compatibility
+  patch -p1 -i ../yarl-1.9.patch
 }
 
 build() {


=
yarl-1.9.patch
=
@@ -0,0 +1,36 @@
+From 2be9318dc95a26940e9095673ebcbbf77dfd087b Mon Sep 17 00:00:00 2001
+From: danigm 
+Date: Tue, 2 May 2023 21:28:50 +0200
+Subject: [PATCH] Update update_query calls to work with latest yarl (#7260)
+
+This patch pass "{}" when params is "None" to the url.update_query to
+avoid setting the url params to None.
+
+Related to this change in yarl:
+
+https://github.com/aio-libs/yarl/commit/dd86b3435093b9ca251ecb7831346b92a3f16b25
+
+Fix https://github.com/aio-libs/aiohttp/issues/7259
+
+-
+
+Co-authored-by: Sam Bull 
+--- a/aiohttp/client.py
 b/aiohttp/client.py
+@@ -374,6 +374,7 @@ async def _request(
+ redirects = 0
+ history = []
+ version = self._version
++params = params or {}
+ 
+ # Merge with default headers and transform to CIMultiDict
+ headers = self._prepare_headers(headers)
+@@ -613,7 +614,7 @@ async def _request(
+ headers.pop(hdrs.AUTHORIZATION, None)
+ 
+ url = parsed_url
+-params = None
++params = {}
+ resp.release()
+ continue
+ 



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

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




[Git][archlinux/packaging/packages/python-aiohttp] Pushed new tag 3.8.5-1

2023-08-30 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 3.8.5-1 at Arch Linux / Packaging / Packages / 
python-aiohttp

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




[Git][archlinux/packaging/packages/qbittorrent] Pushed new tag 4.5.5-1

2023-08-30 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 4.5.5-1 at Arch Linux / Packaging / Packages / 
qbittorrent

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




[Git][archlinux/packaging/packages/qbittorrent][main] upgpkg: 4.5.5-1: Update to 4.5.5

2023-08-30 Thread Antonio Rojas (@arojas)


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


Commits:
a799cb72 by Antonio Rojas at 2023-08-30T10:19:54+02:00
upgpkg: 4.5.5-1: Update to 4.5.5

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -9,7 +9,7 @@
 
 pkgbase=qbittorrent
 pkgname=(qbittorrent qbittorrent-nox)
-pkgver=4.5.4
+pkgver=4.5.5
 pkgrel=1
 arch=(x86_64)
 url='https://www.qbittorrent.org'
@@ -18,7 +18,7 @@ depends=(libtorrent-rasterbar qt6-base)
 makedepends=(cmake boost qt6-tools qt6-svg)
 optdepends=('python: needed for torrent search tab')
 
source=(https://downloads.sourceforge.net/sourceforge/qbittorrent/${pkgname}-${pkgver}.tar.xz{,.asc})
-sha256sums=('f92bcd3ed25600796c59257c507e56a252a65af60bd042b71f1e7ff3fe5264da'
+sha256sums=('8e84a5ba63c7203cfb2e5bb23e27d000120fb8e9dfb6e9f9a1064dce1b9294e9'
 'SKIP')
 validpgpkeys=('D8F3DA77AAC6741053599C136E4A2D025B7CC9A2') # sledgehammer999 

 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/qbittorrent/-/commit/a799cb725bcf2958d843cde65478d4c4ec4d487f

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




[Git][archlinux/packaging/packages/python-pplpy] Pushed new tag 0.8.8-2

2023-09-03 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 0.8.8-2 at Arch Linux / Packaging / Packages / 
python-pplpy

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




[Git][archlinux/packaging/packages/imagemagick] Pushed new tag 7.1.1.15-4

2023-09-02 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 7.1.1.15-4 at Arch Linux / Packaging / Packages / 
imagemagick

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




[Git][archlinux/packaging/packages/imagemagick][main] upgpkg: 7.1.1.15-4: shared jbigkit rebuild

2023-09-02 Thread Antonio Rojas (@arojas)


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


Commits:
fb2ec070 by Antonio Rojas at 2023-09-02T19:40:14+02:00
upgpkg: 7.1.1.15-4: shared jbigkit rebuild

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=imagemagick
 pkgver=7.1.1.15
-pkgrel=3
+pkgrel=4
 _relname=ImageMagick-${pkgver%%.*}
 _tarname=ImageMagick-${pkgver%.*}-${pkgver##*.}
 pkgdesc='An image viewing/manipulation program'
@@ -12,6 +12,7 @@ arch=(x86_64)
 license=(custom)
 depends=(libltdl lcms2 fontconfig libxext liblqr libraqm libpng libxml2 fftw)
 optdepends=('ghostscript: PS/PDF support'
+'jbigkit: JBIG support'
 'libheif: HEIF support'
 'libjxl: JPEG XL support'
 'libraw: DNG support'



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

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




[Git][archlinux/packaging/packages/libosmosdr][main] upgpkg: 0.1.r10.gba4fd96-3: Add missing libusb dependency (FS#77787)

2023-09-02 Thread Antonio Rojas (@arojas)


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


Commits:
4073f4e7 by Antonio Rojas at 2023-09-02T20:12:58+02:00
upgpkg: 0.1.r10.gba4fd96-3: Add missing libusb dependency (FS#77787)

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -4,11 +4,12 @@ pkgname=libosmosdr
 _pkgname=osmo-sdr
 _commit=ba4fd96622606620ff86141b4d0aa564712a735a
 pkgver=0.1.r10.gba4fd96
-pkgrel=2
+pkgrel=3
 pkgdesc='Library to communicate with OsmoSDR devices'
 arch=('x86_64')
 url='https://sdr.osmocom.org/trac/'
 license=('GPL3')
+depends=(libusb)
 makedepends=('git' 'cmake')
 source=("git+https://git.osmocom.org/osmo-sdr#commit=$_commit;)
 sha512sums=('SKIP')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libosmosdr/-/commit/4073f4e772625d99b64f924e569c6e623e38fe29

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




[Git][archlinux/packaging/packages/libosmosdr] Pushed new tag 0.1.r10.gba4fd96-3

2023-09-02 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 0.1.r10.gba4fd96-3 at Arch Linux / Packaging / 
Packages / libosmosdr

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




[Git][archlinux/packaging/packages/scapy][main] upgpkg: 2.5.0-4: Add prompt_toolkit optdepend (FS#74154)

2023-09-02 Thread Antonio Rojas (@arojas)


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


Commits:
404df19d by Antonio Rojas at 2023-09-02T20:31:43+02:00
upgpkg: 2.5.0-4: Add prompt_toolkit optdepend (FS#74154)

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -6,7 +6,7 @@
 pkgbase=scapy
 pkgname=('scapy' 'python-scapy')
 pkgver=2.5.0
-pkgrel=3
+pkgrel=4
 pkgdesc='Powerful interactive packet manipulation program written in Python'
 url='http://www.secdev.org/projects/scapy/'
 arch=('any')
@@ -54,7 +54,8 @@ package_python-scapy() {
   'python-pyx: psdump() and pdfdump() functions'
   'python-matplotlib: plotting support'
   'graphviz: conversations() method support'
-  'sox: for VOIP support')
+  'sox: for VOIP support'
+  'python-prompt_toolkit: expore function')
   cd ${pkgbase}-${pkgver}
   python -m installer --destdir="$pkgdir" dist/*.whl
   install -Dm 644 doc/scapy/*.rst -t "${pkgdir}/usr/share/doc/${pkgname}"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/scapy/-/commit/404df19da2f8056901d8fc9eecc649fbee75d09d

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




[Git][archlinux/packaging/packages/rpm-tools] Pushed new tag 4.18.1-4

2023-09-02 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 4.18.1-4 at Arch Linux / Packaging / Packages / 
rpm-tools

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




[Git][archlinux/packaging/packages/rpm-tools][main] upgpkg: 4.18.1-4: Drop unused lmdb dependency (FS#78653)

2023-09-02 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
rpm-tools


Commits:
71078fed by Antonio Rojas at 2023-09-02T19:43:16+02:00
upgpkg: 4.18.1-4: Drop unused lmdb dependency (FS#78653)

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -7,12 +7,12 @@
 
 pkgname=rpm-tools
 pkgver=4.18.1
-pkgrel=3
+pkgrel=4
 pkgdesc="RPM Package Manager - RPM.org fork, used in major RPM distros"
 arch=('x86_64')
 url='http://www.rpm.org/'
 license=('GPL2')
-depends=('lua' 'file' 'nss' 'popt' 'elfutils' 'libarchive' 'libcap' 'lmdb')
+depends=('lua' 'file' 'nss' 'popt' 'elfutils' 'libarchive' 'libcap')
 makedepends=('python' 'pkg-config')
 conflicts=('rpm' 'rpmextract')
 options=('!libtool')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/rpm-tools/-/commit/71078fed9d61406b5799248adfff2b1eb01c0886

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




[Git][archlinux/packaging/packages/python-internetarchive][main] upgpkg: 3.5.0-1: Update to 3.5.0, drop unused dependencies (FS#74978)

2023-09-02 Thread Antonio Rojas (@arojas)


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


Commits:
2f29d5c8 by Antonio Rojas at 2023-09-02T19:22:57+02:00
upgpkg: 3.5.0-1: Update to 3.5.0, drop unused dependencies (FS#74978)

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -3,20 +3,18 @@
 # Contributor:  jyantis 
 
 pkgname=python-internetarchive
-pkgver=3.4.0
-pkgrel=2
+pkgver=3.5.0
+pkgrel=1
 pkgdesc='Wrapper for the various Internet Archive APIs (IA-S3, Metadata API, 
etc)'
 arch=('any')
 url='https://github.com/jjjake/ia-wrapper'
 license=('AGPL3')
 depends=('python'
- 'python-six'
  'python-yaml'
  'python-requests'
  'python-jsonpatch'
  'python-docopt'
  'python-jsonpointer'
- 'python-args'
  'python-tqdm'
  'python-schema'
 )
@@ -28,7 +26,7 @@ checkdepends=(python-responses
   python-pytest
  )
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/jjjake/internetarchive/archive/v${pkgver}.tar.gz;)
-sha256sums=('c2a037cc1dd4d6d63a539384d75cafd5fcc7e89c35b2a16f608ff59f10488073')
+sha256sums=('c437d48f4838081c377f590250b7cf3049deaeabf7fbaf3adc19bef5ae0ca627')
 
 build() {
   cd internetarchive-${pkgver}



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

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




[Git][archlinux/packaging/packages/python-internetarchive] Pushed new tag 3.5.0-1

2023-09-02 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 3.5.0-1 at Arch Linux / Packaging / Packages / 
python-internetarchive

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




[Git][archlinux/packaging/packages/scapy] Pushed new tag 2.5.0-4

2023-09-02 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 2.5.0-4 at Arch Linux / Packaging / Packages / 
scapy

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




[Git][archlinux/packaging/packages/openjpeg2] Pushed new tag 2.5.0-3

2023-09-02 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 2.5.0-3 at Arch Linux / Packaging / Packages / 
openjpeg2

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




[Git][archlinux/packaging/packages/openjpeg2][main] upgpkg: 2.5.0-3: Drop unused jbigkit and zlib dependencies

2023-09-02 Thread Antonio Rojas (@arojas)


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


Commits:
0f7022ce by Antonio Rojas at 2023-09-02T19:51:37+02:00
upgpkg: 2.5.0-3: Drop unused jbigkit and zlib dependencies

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -3,13 +3,13 @@
 
 pkgname=openjpeg2
 pkgver=2.5.0
-pkgrel=2
+pkgrel=3
 pkgdesc="An open source JPEG 2000 codec, version ${pkgver}"
 arch=(x86_64)
 license=('custom: BSD')
 url="https://github.com/uclouvain/openjpeg;
-makedepends=('cmake' 'doxygen' 'jbigkit')
-depends=('zlib' 'libpng' 'libtiff' 'lcms2')
+makedepends=('cmake' 'doxygen')
+depends=('libpng' 'libtiff' 'lcms2')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/uclouvain/openjpeg/archive/v$pkgver.tar.gz;)
 sha256sums=('0333806d6adecc6f7a91243b2b839ff4d2053823634d4f6ed7a59bc87409122a')
 



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

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




[Git][archlinux/packaging/packages/coq][main] Drop unused argparse optdepend (FS#78497)

2023-09-02 Thread Antonio Rojas (@arojas)


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


Commits:
519dfee2 by Antonio Rojas at 2023-09-02T20:07:30+02:00
Drop unused argparse optdepend (FS#78497)

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -57,8 +57,7 @@ build() {
 package_coq() {
   optdepends=('coqide: graphical Coq IDE'
   'coq-doc: offline documentation'
-  'coin-or-csdp: for psatz plugin'
-  'python-argparse: needed by some coq tools (e.g. TimeFileMaker)')
+  'coin-or-csdp: for psatz plugin')
   # coq-nox was the old name for coq without coqide
   replaces=('coq-nox')
   conflicts=('coq-nox')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/coq/-/commit/519dfee2bf5e14d8b0665c1c62c3415c761d7a9c

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




[Git][archlinux/packaging/packages/python-lsp-server] Pushed new tag 1.7.4-2

2023-09-05 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 1.7.4-2 at Arch Linux / Packaging / Packages / 
python-lsp-server

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




[Git][archlinux/packaging/packages/python-lsp-server][main] upgpkg: 1.7.4-2: Support jedi 0.19

2023-09-05 Thread Antonio Rojas (@arojas)


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


Commits:
57f7ad78 by Antonio Rojas at 2023-09-05T22:26:27+02:00
upgpkg: 1.7.4-2: Support jedi 0.19

- - - - -


2 changed files:

- PKGBUILD
- − ce913f16.patch


Changes:

=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=python-lsp-server
 pkgver=1.7.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Fork of the python-language-server project, maintained by the Spyder 
IDE team and the community"
 arch=(any)
 url="https://github.com/python-lsp/python-lsp-server;
@@ -50,6 +50,7 @@ 
sha256sums=('c84254485a4d9431b24ecefd59741d21c00165611bcf6037bd7d54d0ed06a197'
 prepare() {
   cd ${pkgname}-${pkgver}
   patch -p1 -i ../43104e98.patch # support pyflakes 3.1
+  sed 's|jedi>=0.17.2,<0.19.0|jedi>=0.17.2,<0.20.0|' -i pyproject.toml
   sed 's|autopep8>=1.6.0,<1.7.0|autopep8>=1.6.0|' -i pyproject.toml
   sed 's|flake8>=6.1.0,<7|flake8>=6.1.0|' -i pyproject.toml
   sed 's|mccabe>=0.7.0,<0.8.0|mccabe>=0.7.0|' -i pyproject.toml


=
ce913f16.patch deleted
=
@@ -1,26 +0,0 @@
-From ce913f16359f03ffe4a60b6a2fe7ccae4b15bb4a Mon Sep 17 00:00:00 2001
-From: Carlos Cordoba 
-Date: Wed, 4 Jan 2023 19:05:01 -0500
-Subject: [PATCH] Fix pydocstyle linting with its 6.2.0 version (#329)
-

- pylsp/plugins/pydocstyle_lint.py | 4 ++--
- pyproject.toml   | 4 ++--
- 2 files changed, 4 insertions(+), 4 deletions(-)
-
-diff --git a/pylsp/plugins/pydocstyle_lint.py 
b/pylsp/plugins/pydocstyle_lint.py
-index 7f4e0723..0aa72b7c 100644
 a/pylsp/plugins/pydocstyle_lint.py
-+++ b/pylsp/plugins/pydocstyle_lint.py
-@@ -66,9 +66,9 @@ def pylsp_lint(config, workspace, document):
- 
- # Will only yield a single filename, the document path
- diags = []
--for filename, checked_codes, ignore_decorators in 
conf.get_files_to_check():
-+for filename, checked_codes, ignore_decorators, property_decorators 
in conf.get_files_to_check():
- errors = pydocstyle.checker.ConventionChecker().check_source(
--document.source, filename, ignore_decorators=ignore_decorators
-+document.source, filename, 
ignore_decorators=ignore_decorators, property_decorators=property_decorators
- )
- 
- try:



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-lsp-server/-/commit/57f7ad7883eadb31c90bf1e8c6195c2079bae8b2

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




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

2023-09-05 Thread Antonio Rojas (@arojas)


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

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




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

2023-09-05 Thread Antonio Rojas (@arojas)


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


Commits:
547e81ca by Antonio Rojas at 2023-09-05T20:31:21+02:00
upgpkg: 2.1.3-1: Update to 2.1.3

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -1,8 +1,8 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=papilo
-pkgver=2.1.2
-pkgrel=3
+pkgver=2.1.3
+pkgrel=1
 pkgdesc='Parallel Presolve for Integer and Linear Optimization'
 arch=(x86_64)
 url='https://www.scipopt.org/'
@@ -10,7 +10,7 @@ license=(Apache)
 depends=(tbb gmp boost-libs)
 makedepends=(cmake boost)
 
source=(https://github.com/scipopt/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('7e3d829c957767028db50b5c5085601449b00671e7efc2d5eb0701a6903d102f')
+sha256sums=('d22e8e2e91e1967afda5cf27eaeaa4ab3d40694c7716b4d328d69a50e05d5115')
 
 build() {
   cmake -B build -S $pkgname-$pkgver \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/papilo/-/commit/547e81ca49b28bc1068dd75a54d68e30d6f0ba10

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




[Git][archlinux/packaging/packages/soplex][main] upgpkg: 6.0.4-1: Update to 6.0.4

2023-09-05 Thread Antonio Rojas (@arojas)


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


Commits:
c5455858 by Antonio Rojas at 2023-09-05T20:45:33+02:00
upgpkg: 6.0.4-1: Update to 6.0.4

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -1,8 +1,8 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=soplex
-pkgver=6.0.3
-pkgrel=2
+pkgver=6.0.4
+pkgrel=1
 pkgdesc='Sequential object-oriented simPlex'
 arch=(x86_64)
 url='https://www.scipopt.org/'
@@ -11,7 +11,7 @@ depends=(zlib mpfr)
 makedepends=(cmake boost)
 options=(!lto)
 
source=(https://github.com/scipopt/$pkgname/archive/release-${pkgver//./}/$pkgname-$pkgver.tar.gz)
-sha256sums=('2bdf9adc9ac6ad48f98056679b7b852e626ac4aaaf277e7d4ce17794ed1097be')
+sha256sums=('691f5b593cb85c2586522d5de5a5a7692958d22ff1ddffb4fc395f4696590b6f')
 
 build() {
   cmake -B build -S $pkgname-release-${pkgver//./} \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/soplex/-/commit/c5455858fa4fd988a7bbb9bc2e0118b6fcdbe5bc

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




[Git][archlinux/packaging/packages/soplex] Pushed new tag 6.0.4-1

2023-09-05 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 6.0.4-1 at Arch Linux / Packaging / Packages / 
soplex

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




[Git][archlinux/packaging/packages/amule] Pushed new tag 1-2.3.3-7

2023-09-05 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 1-2.3.3-7 at Arch Linux / Packaging / Packages / 
amule

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




[Git][archlinux/packaging/packages/amule][main] upgpkg: 1:2.3.3-7: Enable geolocalization (FS#79577)

2023-09-05 Thread Antonio Rojas (@arojas)


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


Commits:
2856f475 by Antonio Rojas at 2023-09-05T20:12:29+02:00
upgpkg: 1:2.3.3-7: Enable geolocalization (FS#79577)

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -8,13 +8,13 @@
 pkgname=amule
 epoch=1
 pkgver=2.3.3
-pkgrel=6
+pkgrel=7
 pkgdesc='An eMule-like client for ed2k p2p network'
 arch=(x86_64)
 url='http://www.amule.org'
 license=(GPL)
-depends=(wxwidgets-gtk3 gd geoip libupnp crypto++)
-makedepends=(boost cmake)
+depends=(wxwidgets-gtk3 geoip libupnp crypto++)
+makedepends=(boost cmake gd)
 provides=(amule-daemon)
 
source=(https://download.sourceforge.net/project/amule/aMule/$pkgver/aMule-$pkgver.tar.gz
 amuled.systemd amuleweb.systemd amule.sysusers amule.tmpfiles
@@ -57,6 +57,7 @@ build() {
 -DBUILD_WEBSERVER=ON \
 -DBUILD_WXCAS=ON \
 -DBUILD_FILEVIEW=ON \
+-DENABLE_IP2COUNTRY=ON \
 -DENABLE_NLS=ON
   cmake --build build
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/amule/-/commit/2856f47541cd12c7d678491f5144e1b1bcf1c127

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




[Git][archlinux/packaging/packages/python-pplpy][main] upgpkg: 0.8.8-3: Build with cython 3

2023-09-03 Thread Antonio Rojas (@arojas)


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


Commits:
d7d3ef40 by Antonio Rojas at 2023-09-03T23:28:02+02:00
upgpkg: 0.8.8-3: Build with cython 3

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -3,13 +3,13 @@
 _pipname=pplpy
 pkgname=python-pplpy
 pkgver=0.8.8
-pkgrel=2
+pkgrel=3
 pkgdesc='Python wrapper to the C++ Parma Polyhedra Library (PPL)'
 arch=(x86_64)
 url='https://gitlab.com/videlec/pplpy/'
 license=(LGPL2.1)
 depends=(python-cysignals python-gmpy2 ppl)
-makedepends=(cython0 python-build python-installer python-setuptools 
python-wheel python-sphinx)
+makedepends=(cython python-build python-installer python-setuptools 
python-wheel python-sphinx)
 
source=(https://pypi.io/packages/source/${_pipname:0:1}/$_pipname/$_pipname-$pkgver.tar.gz
 fcd3a155.patch)
 sha256sums=('eaa50927321fb6c5eb8283262c38f4e9ace26263baf06651deebc271031ef031'



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

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




[Git][archlinux/packaging/packages/python-pplpy] Pushed new tag 0.8.8-3

2023-09-03 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 0.8.8-3 at Arch Linux / Packaging / Packages / 
python-pplpy

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




[Git][archlinux/packaging/packages/libayatana-appindicator] Pushed new tag 0.5.92-2

2023-09-03 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 0.5.92-2 at Arch Linux / Packaging / Packages / 
libayatana-appindicator

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




[Git][archlinux/packaging/packages/libayatana-appindicator][main] upgpkg: 0.5.92-2: Build docs (FS#79541)

2023-09-03 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
libayatana-appindicator


Commits:
45d87779 by Antonio Rojas at 2023-09-04T07:50:37+02:00
upgpkg: 0.5.92-2: Build docs (FS#79541)

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=libayatana-appindicator
 pkgver=0.5.92
-pkgrel=1
+pkgrel=2
 pkgdesc='Ayatana Application Indicators shared library'
 arch=(x86_64)
 url='https://github.com/AyatanaIndicators/libayatana-appindicator'
@@ -16,7 +16,8 @@ 
sha256sums=('adedcf160dae7547971d475b42062cab278d54ec075537e6958ffdbf2d996857')
 build() {
   cmake -B build -S $pkgname-$pkgver \
 -DCMAKE_INSTALL_PREFIX=/usr \
--DENABLE_BINDINGS_MONO=OFF
+-DENABLE_BINDINGS_MONO=OFF \
+-DENABLE_GTKDOC=ON
   cmake --build build
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libayatana-appindicator/-/commit/45d877793d710848af39325fd6a3ecd48c1ed12c

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




[Git][archlinux/packaging/packages/python-debugpy] Pushed new tag 1.6.8-2

2023-09-06 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 1.6.8-2 at Arch Linux / Packaging / Packages / 
python-debugpy

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




[Git][archlinux/packaging/packages/python-debugpy][main] upgpkg: 1.6.8-2: New tag

2023-09-06 Thread Antonio Rojas (@arojas)


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


Commits:
f6628b74 by Antonio Rojas at 2023-09-06T08:32:52+02:00
upgpkg: 1.6.8-2: New tag

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -4,7 +4,7 @@
 _pipname=debugpy
 pkgname=python-$_pipname
 pkgver=1.6.8
-pkgrel=1
+pkgrel=2
 pkgdesc='An implementation of the Debug Adapter Protocol for Python'
 arch=(x86_64)
 url='https://aka.ms/debugpy'
@@ -12,7 +12,7 @@ license=(EPL MIT)
 depends=(python)
 makedepends=(python-setuptools)
 
source=(https://github.com/microsoft/debugpy/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('dc4a02ec78f0b18c657357a7d16f29a93486e05a9a10e4a4b6eb2914fcb021c7')
+sha256sums=('9d61180c1c9c9b06428a8543008aaf3df2c5537f22cfefb281a7ecb5d9e1558a')
 
 prepare() {
   cd $_pipname-$pkgver



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

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




[Git][archlinux/packaging/packages/meson-python] Pushed new tag 0.14.0-1

2023-09-05 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 0.14.0-1 at Arch Linux / Packaging / Packages / 
meson-python

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




[Git][archlinux/packaging/packages/meson-python][main] upgpkg: 0.14.0-1: Update to 0.14.0

2023-09-05 Thread Antonio Rojas (@arojas)


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


Commits:
1de3808e by Antonio Rojas at 2023-09-05T10:11:52+02:00
upgpkg: 0.14.0-1: Update to 0.14.0

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer:
 
 pkgname=meson-python
-pkgver=0.13.2
+pkgver=0.14.0
 pkgrel=1
 pkgdesc='Meson PEP 517 Python build backend'
 arch=(any)
@@ -11,7 +11,7 @@ depends=(meson patchelf python-wheel 
python-pyproject-metadata)
 makedepends=(python-build python-installer ninja)
 checkdepends=(python-pytest python-gitpython python-pytest-mock cython)
 
source=(https://github.com/mesonbuild/meson-python/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('5287e69abc9a5f0d936782c90c691b3f020cd8413b50c91e60ab3bd09a893725')
+sha256sums=('fcc416586bc2445cd0dadda87e3d969d07a609fce131810564d7c71e8f237afa')
 
 prepare() {
   cd $pkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/meson-python/-/commit/1de3808eb9978d7b5c6502dfe8fb5be6af14729a

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




[Git][archlinux/packaging/packages/jmol][main] upgpkg: 16.1.37-1: Update to 16.1.37

2023-09-05 Thread Antonio Rojas (@arojas)


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


Commits:
0efce32f by Antonio Rojas at 2023-09-05T10:12:01+02:00
upgpkg: 16.1.37-1: Update to 16.1.37

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -3,14 +3,14 @@
 
 pkgbase=jmol
 pkgname=(jmol jsmol)
-pkgver=16.1.35
+pkgver=16.1.37
 pkgrel=1
 arch=(any)
 url='https://jmol.sourceforge.net'
 license=(LGPL)
 makedepends=(unzip)
 
source=(https://sourceforge.net/projects/jmol/files/Jmol/Version%20${pkgver%.*}/Jmol%20$pkgver/Jmol-$pkgver-binary.zip)
-sha256sums=('2a908c87c221991cab5e8b971682334c89dabd89d46574368764c02ca0c6ffa5')
+sha256sums=('6b05fad7011baa4178e16fc396be26a1d45dab4486276e8d0250c712ee2fa0a7')
 
 package_jmol() {
   pkgdesc='A Java 3D viewer for chemical structures'



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

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




[Git][archlinux/packaging/packages/jmol] Pushed new tag 16.1.37-1

2023-09-05 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 16.1.37-1 at Arch Linux / Packaging / Packages / 
jmol

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




[Git][archlinux/packaging/packages/python-pythran] Pushed new tag 0.14.0-1

2023-09-07 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 0.14.0-1 at Arch Linux / Packaging / Packages / 
python-pythran

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




[Git][archlinux/packaging/packages/python-pythran][main] upgpkg: 0.14.0-1: Update to 0.14.0

2023-09-07 Thread Antonio Rojas (@arojas)


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


Commits:
5d9f2b9a by Antonio Rojas at 2023-09-07T08:21:43+02:00
upgpkg: 0.14.0-1: Update to 0.14.0

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -3,8 +3,8 @@
 # Contributor: xantares
 
 pkgname=python-pythran
-pkgver=0.13.1
-pkgrel=2
+pkgver=0.14.0
+pkgrel=1
 pkgdesc='Ahead of Time compiler for numeric kernels'
 arch=(any)
 url='https://pythran.readthedocs.io/'
@@ -12,7 +12,7 @@ license=(BSD)
 depends=(python-ply python-numpy python-beniget xsimd boost)
 makedepends=(python-setuptools python-pytest-runner)
 
source=(https://files.pythonhosted.org/packages/source/p/pythran/pythran-$pkgver.tar.gz)
-sha256sums=('8aad08162f010e5425a7b254dd68d83311b430bb29f9252dce2eff3ba39497dd')
+sha256sums=('42f3473946205964844eff7f750e2541afb2006d53475d708f5ff2d048db89bd')
 
 build() {
   cd pythran-$pkgver



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

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




[Git][archlinux/packaging/packages/sundials][main] upgpkg: 6.6.1-1: Update to 6.6.1

2023-09-07 Thread Antonio Rojas (@arojas)


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


Commits:
2e7634d2 by Antonio Rojas at 2023-09-07T08:44:52+02:00
upgpkg: 6.6.1-1: Update to 6.6.1

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Elmar Klausmeier 
 
 pkgname=sundials
-pkgver=6.6.0
+pkgver=6.6.1
 pkgrel=1
 pkgdesc='Suite of nonlinear differential/algebraic equation solvers'
 arch=(x86_64)
@@ -11,7 +11,7 @@ license=(BSD)
 depends=(openmpi suitesparse)
 makedepends=(cmake gcc-fortran python)
 
source=(https://github.com/LLNL/sundials/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('e10e624e6104cbf77c3f934f5bfb2d7a7fca8fadef1d2a0f4d433ecb7ec4b71c')
+sha256sums=('4830d6f6943e95a6edf33a90a7181ce5bece28efe6d21e1e39ea1135708a948f')
 
 build() {
   cmake -B build -S $pkgname-$pkgver \



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

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




[Git][archlinux/packaging/packages/sundials] Pushed new tag 6.6.1-1

2023-09-07 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 6.6.1-1 at Arch Linux / Packaging / Packages / 
sundials

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




[Git][archlinux/packaging/packages/kcrash][main] KDE Frameworks 5.110

2023-09-10 Thread Antonio Rojas (@arojas)


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


Commits:
2f56864c by Antonio Rojas at 2023-09-03T19:34:48+02:00
KDE Frameworks 5.110

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kcrash
-pkgver=5.109.0
+pkgver=5.110.0
 pkgrel=1
 pkgdesc='Support for application crash analysis and bug report from apps'
 arch=(x86_64)
@@ -14,7 +14,7 @@ makedepends=(extra-cmake-modules doxygen qt5-tools qt5-doc)
 optdepends=('drkonqi: KDE crash handler application')
 groups=(kf5)
 
source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('2e96d147803f4fb4f9a3affc9ebf69149d221ab49e78f8561ef80cdcf5b276fb'
+sha256sums=('cf40d5bb8308820db78f89a7011dc2f32504e811f91010c8f31430a74c064796'
 'SKIP')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

 



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

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




[Git][archlinux/packaging/packages/kguiaddons] Pushed new tag 5.110.0-1

2023-09-10 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 5.110.0-1 at Arch Linux / Packaging / Packages / 
kguiaddons

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




[Git][archlinux/packaging/packages/kconfigwidgets] Pushed new tag 5.110.0-1

2023-09-10 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 5.110.0-1 at Arch Linux / Packaging / Packages / 
kconfigwidgets

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




[Git][archlinux/packaging/packages/kguiaddons][main] KDE Frameworks 5.110

2023-09-10 Thread Antonio Rojas (@arojas)


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


Commits:
88942624 by Antonio Rojas at 2023-09-03T19:34:45+02:00
KDE Frameworks 5.110

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kguiaddons
-pkgver=5.109.0
+pkgver=5.110.0
 pkgrel=1
 pkgdesc='Addons to QtGui'
 arch=(x86_64)
@@ -13,7 +13,7 @@ depends=(qt5-x11extras qt5-wayland)
 makedepends=(extra-cmake-modules clang doxygen qt5-tools qt5-doc 
plasma-wayland-protocols)
 groups=(kf5)
 
source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('207d66c3b1b2630f366cb6bab408be60e3f8299ac56be35b24a3c8f336ce7fbd'
+sha256sums=('2ca155dec16b7a3d7968c3b7dc01ba71c1c11d4e9a98c6217146476891ec552a'
 'SKIP')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kguiaddons/-/commit/889426244841cff6fd664bfcdbb9b4db810e72a0

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




[Git][archlinux/packaging/packages/kservice][main] KDE Frameworks 5.110

2023-09-10 Thread Antonio Rojas (@arojas)


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


Commits:
cd3bb29f by Antonio Rojas at 2023-09-03T19:34:52+02:00
KDE Frameworks 5.110

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kservice
-pkgver=5.109.0
+pkgver=5.110.0
 pkgrel=1
 pkgdesc='Advanced plugin and service introspection'
 arch=(x86_64)
@@ -13,7 +13,7 @@ depends=(ki18n kconfig kdbusaddons kcoreaddons)
 makedepends=(extra-cmake-modules kdoctools doxygen qt5-tools qt5-doc)
 groups=(kf5)
 
source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('5eefe87a080d88d2e8d60bc19e49ef925ab4c2c3cdffb29edb63eb91db3a6995'
+sha256sums=('efc1d6e3338812b2170a7a9319da1006a1709e295c23fedb28bcb26ad2363666'
 'SKIP')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kservice/-/commit/cd3bb29f585644d451981c1a4da732a4ff3ac010

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




[Git][archlinux/packaging/packages/kglobalaccel] Pushed new tag 5.110.0-1

2023-09-10 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 5.110.0-1 at Arch Linux / Packaging / Packages / 
kglobalaccel

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




[Git][archlinux/packaging/packages/kglobalaccel][main] KDE Frameworks 5.110

2023-09-10 Thread Antonio Rojas (@arojas)


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


Commits:
637ebe61 by Antonio Rojas at 2023-09-03T19:34:53+02:00
KDE Frameworks 5.110

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kglobalaccel
-pkgver=5.109.0
+pkgver=5.110.0
 pkgrel=1
 pkgdesc='Add support for global workspace shortcuts'
 arch=(x86_64)
@@ -13,7 +13,7 @@ depends=(kdbusaddons kconfig kcrash)
 makedepends=(extra-cmake-modules doxygen qt5-tools qt5-doc)
 groups=(kf5)
 
source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('a58e5ea7b3628f4d56cbe493915136aeb1d7606e30b53442441892bae2d1a9e2'
+sha256sums=('f75325f5f7b9e6d254e82c58ec4395091514d1759b050235fbf78099fd1682c7'
 'SKIP')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kglobalaccel/-/commit/637ebe61cf0cb59f8e574f49a0597ec504140cf9

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




[Git][archlinux/packaging/packages/kcompletion] Pushed new tag 5.110.0-1

2023-09-10 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 5.110.0-1 at Arch Linux / Packaging / Packages / 
kcompletion

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




[Git][archlinux/packaging/packages/kwidgetsaddons][main] KDE Frameworks 5.110

2023-09-10 Thread Antonio Rojas (@arojas)


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


Commits:
045f5c69 by Antonio Rojas at 2023-09-03T19:34:43+02:00
KDE Frameworks 5.110

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kwidgetsaddons
-pkgver=5.109.0
+pkgver=5.110.0
 pkgrel=1
 pkgdesc='Addons to QtWidgets'
 arch=(x86_64)
@@ -13,7 +13,7 @@ depends=(qt5-base)
 makedepends=(extra-cmake-modules qt5-tools qt5-doc clang doxygen)
 groups=(kf5)
 
source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('d68072f9f351b71a09c86f2856aaa6b6883e4681e542111c42faa1219692e2e2'
+sha256sums=('ca74b0e9b1a937ee6f91ced70f16b41489d4bab1aba6c8ef485bc8928186d7b3'
 'SKIP')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kwidgetsaddons/-/commit/045f5c69788be58f2c7389e4993344e22c30d694

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




[Git][archlinux/packaging/packages/kcompletion][main] KDE Frameworks 5.110

2023-09-10 Thread Antonio Rojas (@arojas)


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


Commits:
850eb9ba by Antonio Rojas at 2023-09-03T19:34:44+02:00
KDE Frameworks 5.110

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kcompletion
-pkgver=5.109.0
+pkgver=5.110.0
 pkgrel=1
 pkgdesc='Text completion helpers and widgets'
 arch=(x86_64)
@@ -13,7 +13,7 @@ depends=(kwidgetsaddons kconfig)
 makedepends=(extra-cmake-modules qt5-tools qt5-doc clang doxygen)
 groups=(kf5)
 
source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('72c4a602664b88f16d138cd36a709afbee86a555609232084e29ddb0c2a4aaf1'
+sha256sums=('4f04f1a41f4e49a15b06a60304d75f7945b506b12d65f03b27073c37d3353429'
 'SKIP')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kcompletion/-/commit/850eb9ba3640a60effc9fe0bfd37b0f5cad1cb08

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




[Git][archlinux/packaging/packages/kcrash] Pushed new tag 5.110.0-1

2023-09-10 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 5.110.0-1 at Arch Linux / Packaging / Packages / 
kcrash

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




[Git][archlinux/packaging/packages/attica] Pushed new tag 5.110.0-1

2023-09-10 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 5.110.0-1 at Arch Linux / Packaging / Packages / 
attica

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




[Git][archlinux/packaging/packages/attica][main] KDE Frameworks 5.110

2023-09-10 Thread Antonio Rojas (@arojas)


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


Commits:
50b4f391 by Antonio Rojas at 2023-09-03T19:34:50+02:00
KDE Frameworks 5.110

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=attica
-pkgver=5.109.0
+pkgver=5.110.0
 pkgrel=1
 arch=(x86_64)
 pkgdesc='Qt library that implements the Open Collaboration Services API'
@@ -13,7 +13,7 @@ depends=(qt5-base)
 makedepends=(extra-cmake-modules doxygen qt5-tools qt5-doc)
 groups=(kf5)
 
source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('7329ec6dacfd814c0ea6a63d9b08f48963c2fd21d7d0b7d13cbabccbeb7400f1'
+sha256sums=('a6f5abb1834afa0bcc12e3315489377a492b18a26fbac0d91c695f3b32f0e7d2'
 'SKIP')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/attica/-/commit/50b4f391817395a35aabfb78194dd165174a6416

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




[Git][archlinux/packaging/packages/kdbusaddons][main] KDE Frameworks 5.110

2023-09-10 Thread Antonio Rojas (@arojas)


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


Commits:
f95e05bc by Antonio Rojas at 2023-09-03T19:34:49+02:00
KDE Frameworks 5.110

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kdbusaddons
-pkgver=5.109.0
+pkgver=5.110.0
 pkgrel=1
 pkgdesc='Addons to QtDBus'
 arch=(x86_64)
@@ -13,7 +13,7 @@ depends=(qt5-x11extras)
 makedepends=(extra-cmake-modules qt5-tools qt5-doc clang doxygen)
 groups=(kf5)
 
source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('251876bc1a0006741a32406bf52d4f0034f69c4dec9842a47353f5221965f035'
+sha256sums=('10ad0ec26b1a7076110a0fd431e5a4a26dbcf62da070888e93b9b3028f999f46'
 'SKIP')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kdbusaddons/-/commit/f95e05bc6066247851e15317506b7241ba668a7b

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




[Git][archlinux/packaging/packages/kservice] Pushed new tag 5.110.0-1

2023-09-10 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 5.110.0-1 at Arch Linux / Packaging / Packages / 
kservice

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




[Git][archlinux/packaging/packages/kdbusaddons] Pushed new tag 5.110.0-1

2023-09-10 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 5.110.0-1 at Arch Linux / Packaging / Packages / 
kdbusaddons

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




[Git][archlinux/packaging/packages/kitemviews] Pushed new tag 5.110.0-1

2023-09-10 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 5.110.0-1 at Arch Linux / Packaging / Packages / 
kitemviews

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




[Git][archlinux/packaging/packages/kitemviews][main] KDE Frameworks 5.110

2023-09-10 Thread Antonio Rojas (@arojas)


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


Commits:
8c0ed8d9 by Antonio Rojas at 2023-09-03T19:34:54+02:00
KDE Frameworks 5.110

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kitemviews
-pkgver=5.109.0
+pkgver=5.110.0
 pkgrel=1
 pkgdesc='Widget addons for Qt Model/View'
 arch=(x86_64)
@@ -13,7 +13,7 @@ depends=(qt5-base)
 makedepends=(extra-cmake-modules qt5-tools qt5-doc clang doxygen)
 groups=(kf5)
 
source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('4d59fbb9f07737a9d104abf6678e3ac3433885eca379d180b1b22f2514d8c2a9'
+sha256sums=('d763b6939662dc9f23781c318bdce2282f5c1174e0a7d091c26a6506ecf50bdb'
 'SKIP')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

 



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

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




[Git][archlinux/packaging/packages/kwindowsystem][main] KDE Frameworks 5.110

2023-09-10 Thread Antonio Rojas (@arojas)


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


Commits:
012958cd by Antonio Rojas at 2023-09-03T19:34:47+02:00
KDE Frameworks 5.110

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kwindowsystem
-pkgver=5.109.0
+pkgver=5.110.0
 pkgrel=1
 pkgdesc='Access to the windowing system'
 arch=(x86_64)
@@ -13,7 +13,7 @@ depends=(qt5-x11extras)
 makedepends=(extra-cmake-modules qt5-tools qt5-doc doxygen)
 groups=(kf5)
 
source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('088075c9ff367b5b53b6ecdd34dcf8a47a4cf47458ef02fd9d8df3266679c1a2'
+sha256sums=('e00860e592fcee42c18e6da351b310cbb1358a45d9424f31ffe9e33fb29d6a50'
 'SKIP')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kwindowsystem/-/commit/012958cda5b9d56cf3b32be441b234d15fdcb275

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




[Git][archlinux/packaging/packages/kwindowsystem] Pushed new tag 5.110.0-1

2023-09-10 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 5.110.0-1 at Arch Linux / Packaging / Packages / 
kwindowsystem

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




[Git][archlinux/packaging/packages/kconfigwidgets][main] KDE Frameworks 5.110

2023-09-10 Thread Antonio Rojas (@arojas)


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


Commits:
26dfb3fa by Antonio Rojas at 2023-09-03T19:34:46+02:00
KDE Frameworks 5.110

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kconfigwidgets
-pkgver=5.109.0
+pkgver=5.110.0
 pkgrel=1
 pkgdesc='Widgets for KConfig'
 arch=(x86_64)
@@ -14,7 +14,7 @@ makedepends=(extra-cmake-modules kdoctools clang doxygen 
qt5-tools qt5-doc)
 optdepends=('perl: for preparetips5')
 groups=(kf5)
 
source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('1e67fa94fd1a91ceb7800061b80e7a498d8031b75d8baabe1099e9e62cd614bf'
+sha256sums=('4f0fc941bae4eb41436a2b5dbc45bf3116268f7e98b15aedc347dfd603e1b412'
 'SKIP')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kconfigwidgets/-/commit/26dfb3fab07884866fb4f0d0547ccec515de8957

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




[Git][archlinux/packaging/packages/syntax-highlighting][main] KDE Frameworks 5.110

2023-09-10 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
syntax-highlighting


Commits:
d8085247 by Antonio Rojas at 2023-09-03T19:35:24+02:00
KDE Frameworks 5.110

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Maintainer: Felix Yan 
 
 pkgname=syntax-highlighting
-pkgver=5.109.0
+pkgver=5.110.0
 pkgrel=1
 pkgdesc='Syntax highlighting engine for structured text and code'
 arch=(x86_64)
@@ -13,7 +13,7 @@ makedepends=(extra-cmake-modules qt5-declarative 
qt5-xmlpatterns qt5-tools qt5-d
 optdepends=('qt5-declarative: QML bindings')
 groups=(kf5)
 
source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('9e637ae8e92dce33ab0f658e30d6aa132fc354304f90ffb099cd27c776d0b5c7'
+sha256sums=('85277cab858cd04f3b4861daf5d885706e0e9da3e081e098849d7806ac7a753d'
 'SKIP')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/syntax-highlighting/-/commit/d808524789d1112d82bf2c6b53e2c7f3621b5959

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




[Git][archlinux/packaging/packages/syntax-highlighting] Pushed new tag 5.110.0-1

2023-09-10 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 5.110.0-1 at Arch Linux / Packaging / Packages / 
syntax-highlighting

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




[Git][archlinux/packaging/packages/kidletime] Pushed new tag 5.110.0-1

2023-09-10 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 5.110.0-1 at Arch Linux / Packaging / Packages / 
kidletime

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




[Git][archlinux/packaging/packages/plasma-framework][main] KDE Frameworks 5.110

2023-09-10 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
plasma-framework


Commits:
a21d3d4f by Antonio Rojas at 2023-09-03T19:35:21+02:00
KDE Frameworks 5.110

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=plasma-framework
-pkgver=5.109.0
+pkgver=5.110.0
 pkgrel=1
 pkgdesc='Plasma library and runtime components based upon KF5 and Qt5'
 arch=(x86_64)
@@ -13,7 +13,7 @@ depends=(kactivities kdeclarative kwayland kirigami2)
 makedepends=(extra-cmake-modules qt5-tools qt5-doc kdoctools doxygen)
 groups=(kf5)
 
source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('610ed1c136ed9b9a403c09821cbc886a8a1103aece23119f47b6a0a43c00198d'
+sha256sums=('8e1d7055f2c590f40e70620cc67311cfc8560d2f325e44219e96d59f29b2d449'
 'SKIP')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/plasma-framework/-/commit/a21d3d4f0c7db62831838a2db49f8767470dc280

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




[Git][archlinux/packaging/packages/kfilemetadata] Pushed new tag 5.110.0-1

2023-09-10 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 5.110.0-1 at Arch Linux / Packaging / Packages / 
kfilemetadata

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




[Git][archlinux/packaging/packages/kfilemetadata][main] KDE Frameworks 5.110

2023-09-10 Thread Antonio Rojas (@arojas)


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


Commits:
da355f90 by Antonio Rojas at 2023-09-03T19:35:22+02:00
KDE Frameworks 5.110

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kfilemetadata
-pkgver=5.109.0
+pkgver=5.110.0
 pkgrel=1
 pkgdesc='A library for extracting file metadata'
 arch=(x86_64)
@@ -16,7 +16,7 @@ optdepends=('catdoc: Extract text from Office 98 files'
 makedepends=(extra-cmake-modules catdoc doxygen qt5-tools qt5-doc libappimage 
kdegraphics-mobipocket)
 groups=(kf5)
 
source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('b524da82cbbb69dee00acf1e30912b448ccc0aed0e455d4091e1e97d0890b4ea'
+sha256sums=('892ec8817ab6f75ff5bc86c7efa6ee10e76155d2a3421dd290f6ee822322aa1e'
 'SKIP')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kfilemetadata/-/commit/da355f9027a8109814fda36f5654a613182c8554

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




[Git][archlinux/packaging/packages/baloo] Pushed new tag 5.110.0-1

2023-09-10 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 5.110.0-1 at Arch Linux / Packaging / Packages / 
baloo

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




[Git][archlinux/packaging/packages/baloo][main] KDE Frameworks 5.110

2023-09-10 Thread Antonio Rojas (@arojas)


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


Commits:
e8b933e2 by Antonio Rojas at 2023-09-03T19:35:30+02:00
KDE Frameworks 5.110

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=baloo
-pkgver=5.109.0
+pkgver=5.110.0
 pkgrel=1
 pkgdesc='A framework for searching and managing metadata'
 arch=(x86_64)
@@ -14,7 +14,7 @@ makedepends=(extra-cmake-modules kdoctools doxygen qt5-tools 
qt5-doc qt5-declara
 optdepends=('qt5-declarative: QML bindings')
 groups=(kf5)
 
source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('936f96597bb25a23f4ff5eb8df2b08e7fe444741a681a8d766f2f234720a5be6'
+sha256sums=('36a85d71cacc7384531e84f7f363cbf4ad0c41637ca1678f9a35dc7faeb7e22d'
 'SKIP')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/baloo/-/commit/e8b933e20002ea2b413089407079ae70565664dc

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




[Git][archlinux/packaging/packages/bluez-qt] Pushed new tag 5.110.0-1

2023-09-10 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 5.110.0-1 at Arch Linux / Packaging / Packages / 
bluez-qt

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




[Git][archlinux/packaging/packages/kirigami2] Pushed new tag 5.110.0-1

2023-09-10 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 5.110.0-1 at Arch Linux / Packaging / Packages / 
kirigami2

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




[Git][archlinux/packaging/packages/kirigami2][main] KDE Frameworks 5.110

2023-09-10 Thread Antonio Rojas (@arojas)


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


Commits:
294c0eb0 by Antonio Rojas at 2023-09-03T19:35:19+02:00
KDE Frameworks 5.110

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=kirigami2
-pkgver=5.109.0
+pkgver=5.110.0
 pkgrel=1
 pkgdesc='A QtQuick based components set'
 arch=(x86_64)
@@ -11,7 +11,7 @@ groups=(kf5)
 depends=(qt5-quickcontrols qt5-quickcontrols2 qt5-graphicaleffects)
 makedepends=(extra-cmake-modules qt5-tools qt5-doc qt5-svg kpackage doxygen)
 
source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('cc8b6b188c1863011355dbec8971c754c2c75bc2687fe00e5192066fd0cfc0fd'
+sha256sums=('fd3dd9b0220570ee734cee50a18c7f5746ecd51a44ce77d549980f052df8498e'
 'SKIP')
 validpgpkeys=('53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB') # David Faure 

 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kirigami2/-/commit/294c0eb04ae9fc086d9a936aa85ed495bb8c518d

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




[Git][archlinux/packaging/packages/plasma-framework] Pushed new tag 5.110.0-1

2023-09-10 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 5.110.0-1 at Arch Linux / Packaging / Packages / 
plasma-framework

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




[Git][archlinux/packaging/packages/knewstuff][main] KDE Frameworks 5.110

2023-09-10 Thread Antonio Rojas (@arojas)


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


Commits:
49e55b36 by Antonio Rojas at 2023-09-03T19:35:25+02:00
KDE Frameworks 5.110

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=knewstuff
-pkgver=5.109.0
+pkgver=5.110.0
 pkgrel=1
 pkgdesc='Support for downloading application assets from the network'
 arch=(x86_64)
@@ -14,7 +14,7 @@ makedepends=(extra-cmake-modules doxygen qt5-tools qt5-doc 
qt5-declarative)
 optdepends=('kirigami2: QML components')
 groups=(kf5)
 
source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('3fc8e70c1f8a14e02c4f0b95ec564cac44e2f2cb0669764bb5616988efa1076e'
+sha256sums=('74ad95ea18b42b00f4b3d51bfe0bdcfebf5e40c26a27c569c3c0fce365448d62'
 'SKIP')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/knewstuff/-/commit/49e55b3658d68dbfac9ceda2aad1d27167deeaab

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




[Git][archlinux/packaging/packages/knewstuff] Pushed new tag 5.110.0-1

2023-09-10 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 5.110.0-1 at Arch Linux / Packaging / Packages / 
knewstuff

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




[Git][archlinux/packaging/packages/kemoticons][main] KDE Frameworks 5.110

2023-09-10 Thread Antonio Rojas (@arojas)


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


Commits:
d60c40d5 by Antonio Rojas at 2023-09-03T19:35:26+02:00
KDE Frameworks 5.110

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kemoticons
-pkgver=5.109.0
+pkgver=5.110.0
 pkgrel=1
 pkgdesc='Support for emoticons and emoticons themes'
 arch=(x86_64)
@@ -13,7 +13,7 @@ depends=(karchive kservice)
 makedepends=(extra-cmake-modules doxygen qt5-tools qt5-doc)
 groups=(kf5)
 
source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('f0a21dd4b621f2312d3778655e782c2e7a727f6e3e87bcc9ced01a8bfc32c86b'
+sha256sums=('22f80fae0c356128d30f2eeda333a9d53298966091789ef01c867f6ef81c2de4'
 'SKIP')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kemoticons/-/commit/d60c40d53831a682ff84df76fea41ad0afbb0629

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




[Git][archlinux/packaging/packages/kidletime][main] KDE Frameworks 5.110

2023-09-10 Thread Antonio Rojas (@arojas)


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


Commits:
113fa24c by Antonio Rojas at 2023-09-03T19:35:23+02:00
KDE Frameworks 5.110

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kidletime
-pkgver=5.109.0
+pkgver=5.110.0
 pkgrel=1
 pkgdesc='Monitoring user activity'
 arch=(x86_64)
@@ -14,7 +14,7 @@ makedepends=(extra-cmake-modules doxygen qt5-tools qt5-doc 
qt5-wayland plasma-wa
 optdepends=('qt5-wayland: Wayland plugin')
 groups=(kf5)
 
source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('443b1aa6e70386787362a045c6e0a72a3b9c439b8d0414c67c550fc881222adf'
+sha256sums=('84fc1f0f6b7d1a551aaa5f758cc4d0dcaed28663a85c8d49dd608686ce018341'
 'SKIP')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kidletime/-/commit/113fa24ca8efdabc050ae50855c66df0430c2515

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




[Git][archlinux/packaging/packages/kemoticons] Pushed new tag 5.110.0-1

2023-09-10 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 5.110.0-1 at Arch Linux / Packaging / Packages / 
kemoticons

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




[Git][archlinux/packaging/packages/kded][main] KDE Frameworks 5.110

2023-09-10 Thread Antonio Rojas (@arojas)


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


Commits:
994fe57d by Antonio Rojas at 2023-09-03T19:35:27+02:00
KDE Frameworks 5.110

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kded
-pkgver=5.109.0
+pkgver=5.110.0
 pkgrel=1
 pkgdesc='Extensible deamon for providing system level services'
 arch=(x86_64)
@@ -13,7 +13,7 @@ depends=(kservice kcrash)
 makedepends=(extra-cmake-modules kdoctools)
 groups=(kf5)
 
source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('3e3b5d7d123a1c7b627138803ef7ddc228eff23ae9053909283aec5c9c306293'
+sha256sums=('d4bfecd640bed1abdcbd5008e505ba8cea1f807ad362a8ceaaa4670cf9fc10d9'
 'SKIP')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kded/-/commit/994fe57dfd07b23f53b02d1a87a82e33224af6e8

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




[Git][archlinux/packaging/packages/kded] Pushed new tag 5.110.0-1

2023-09-10 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 5.110.0-1 at Arch Linux / Packaging / Packages / 
kded

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




[Git][archlinux/packaging/packages/kdesignerplugin] Pushed new tag 5.110.0-1

2023-09-10 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 5.110.0-1 at Arch Linux / Packaging / Packages / 
kdesignerplugin

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




[Git][archlinux/packaging/packages/kdesignerplugin][main] KDE Frameworks 5.110

2023-09-10 Thread Antonio Rojas (@arojas)


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


Commits:
7be8f00a by Antonio Rojas at 2023-09-03T19:35:28+02:00
KDE Frameworks 5.110

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kdesignerplugin
-pkgver=5.109.0
+pkgver=5.110.0
 pkgrel=1
 pkgdesc='Integration of Frameworks widgets in Qt Designer/Creator'
 arch=(x86_64)
@@ -12,7 +12,7 @@ depends=(kconfig kcoreaddons)
 makedepends=(extra-cmake-modules qt5-tools kdoctools)
 groups=(kf5-aids)
 
source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('2dc1a83d7c9e14aab7e9140767e89f754f769fa951e9b40def28f13c2190cb29'
+sha256sums=('cc124e9e0a867b62175ca280afb96f61d8862246e40314fa0050aa9c9345d190'
 'SKIP')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

 



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

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




[Git][archlinux/packaging/packages/kjs] Pushed new tag 5.110.0-1

2023-09-10 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 5.110.0-1 at Arch Linux / Packaging / Packages / 
kjs

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




[Git][archlinux/packaging/packages/kjs][main] KDE Frameworks 5.110

2023-09-10 Thread Antonio Rojas (@arojas)


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


Commits:
894a1ae9 by Antonio Rojas at 2023-09-03T19:35:29+02:00
KDE Frameworks 5.110

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=kjs
-pkgver=5.109.0
+pkgver=5.110.0
 pkgrel=1
 pkgdesc='Support for JS scripting in applications'
 arch=(x86_64)
@@ -13,7 +13,7 @@ depends=(qt5-base pcre)
 makedepends=(extra-cmake-modules kdoctools)
 groups=(kf5-aids)
 
source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/portingAids/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('a5f4bec85662c1c554cf4e7fff3c6c7d9e0ce57e46b2139f9c8140891688133e'
+sha256sums=('256c527e77e00cf6c2531b02e171f1485062e55ea7227890bbb11c8d4f6c9376'
 'SKIP')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kjs/-/commit/894a1ae9cb98f8433860bd40072145434c58f0f8

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




[Git][archlinux/packaging/packages/python-pikepdf] Pushed new tag 8.4.1-1

2023-09-10 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 8.4.1-1 at Arch Linux / Packaging / Packages / 
python-pikepdf

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




[Git][archlinux/packaging/packages/python-pikepdf][main] upgpkg: 8.4.1-1: Update to 8.4.1

2023-09-10 Thread Antonio Rojas (@arojas)


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


Commits:
e2ef0a9a by Antonio Rojas at 2023-09-10T10:41:08+02:00
upgpkg: 8.4.1-1: Update to 8.4.1

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Stephan Eisvogel 
 
 pkgname=python-pikepdf
-pkgver=8.4.0
+pkgver=8.4.1
 pkgrel=1
 pkgdesc='Read and write PDFs with Python, powered by qpdf'
 arch=(x86_64)
@@ -13,7 +13,7 @@ makedepends=(pybind11 python-build python-installer 
python-wheel python-toml pyt
 depends=(python-lxml python-pillow python-packaging qpdf)
 checkdepends=(python-pytest-xdist python-hypothesis python-psutil)
 
source=(https://github.com/pikepdf/pikepdf/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('45514a9d4f1df38dd26406c44cc052ef15730aa65376c59b80afda045671f1db')
+sha256sums=('c31cbfb125423391cb97443e421f4377e84ae4826c9d3e4adb55a63c7b5fd4af')
 
 build() {
   cd pikepdf-$pkgver



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

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




[Git][archlinux/packaging/packages/libtommath] Pushed new tag 1.2.1-1

2023-09-10 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 1.2.1-1 at Arch Linux / Packaging / Packages / 
libtommath

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




[Git][archlinux/packaging/packages/libtommath][main] upgpkg: 1.2.1-1: Update to 1.2.1

2023-09-10 Thread Antonio Rojas (@arojas)


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


Commits:
f1669c48 by Antonio Rojas at 2023-09-10T12:24:24+02:00
upgpkg: 1.2.1-1: Update to 1.2.1

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -4,21 +4,15 @@
 # Contributor: Michael Fellinger 
 
 pkgname=libtommath
-pkgver=1.2.0
-pkgrel=4
-pkgdesc="Highly optimized and portable routines for integer based number 
theoretic applications"
-url="http://www.libtom.org/;
-license=('custom')
-arch=('x86_64')
-depends=('glibc')
-source=("https://github.com/libtom/libtommath/releases/download/v$pkgver/ltm-$pkgver.tar.xz;
- https://github.com/libtom/libtommath/commit/7bbc1f8e.patch)
-sha256sums=('b7c75eecf680219484055fcedd686064409254ae44bc31a96c5032843c0e18b1'
-'7481cc2d115ee47828e2c3182db54fe390d17e10ab1e09c12944652b3be64c72')
-
-prepare() {
-  patch -d $pkgname-$pkgver -p1 < 7bbc1f8e.patch # Fix integer overflow
-}
+pkgver=1.2.1
+pkgrel=1
+pkgdesc='Highly optimized and portable routines for integer based number 
theoretic applications'
+url='http://www.libtom.net/'
+license=(custom)
+arch=(x86_64)
+depends=(glibc)
+source=(https://github.com/libtom/libtommath/releases/download/v$pkgver/ltm-$pkgver.tar.xz)
+sha256sums=('986025d7b374276fee2e30e99f3649e4ac0db8a02257a37ee10eae72abed0d1f')
 
 build() {
   cd $pkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/libtommath/-/commit/f1669c4809725a2383834a6bfe651865b27061df

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




[Git][archlinux/packaging/packages/python-peewee][main] upgpkg: 3.16.3-1: Update to 3.16.3

2023-09-10 Thread Antonio Rojas (@arojas)


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


Commits:
214f6910 by Antonio Rojas at 2023-09-10T12:36:34+02:00
upgpkg: 3.16.3-1: Update to 3.16.3

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -4,8 +4,8 @@
 # Contributor: juantascon
 
 pkgname=python-peewee
-pkgver=3.16.2
-pkgrel=2
+pkgver=3.16.3
+pkgrel=1
 pkgdesc="a little orm"
 url="https://github.com/coleifer/peewee/;
 arch=('x86_64')
@@ -16,7 +16,7 @@ optdepends=('python-psycopg2: for PostgreSQL database support'
 makedepends=('python-build' 'python-installer' 'cython' 'python-setuptools' 
'python-wheel')
 checkdepends=('python-apsw' 'python-flask' 'python-psycopg2')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/coleifer/peewee/archive/$pkgver.tar.gz;)
-sha512sums=('7e507d9f2ace45c5ec482d657e7722812fae10eea9a23b12caf2611d3739bc6dc70800f21d606d5e854e3209dd6d2ff73b93f004515f6549c3bbc423bce650d8')
+sha512sums=('e940c0fc78c736477b2550379912587f2129bf6c11252a04188a70d260410539ef90879dcf4145466c3276130b33c85b53db80afb5503b7b76693155d5f8abbe')
 
 build() {
   cd peewee-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-peewee/-/commit/214f691093370e4b6da0cf7127ca97baf26a56e0

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




[Git][archlinux/packaging/packages/python-peewee] Pushed new tag 3.16.3-1

2023-09-10 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 3.16.3-1 at Arch Linux / Packaging / Packages / 
python-peewee

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




[Git][archlinux/packaging/packages/jupyter-collaboration][main] upgpkg: 1.2.0-1: Update to 1.2.0

2023-09-10 Thread Antonio Rojas (@arojas)


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


Commits:
3ceaa120 by Antonio Rojas at 2023-09-10T19:28:02+02:00
upgpkg: 1.2.0-1: Update to 1.2.0

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 _pyname=jupyter_collaboration
 pkgname=${_pyname/_/-}
-pkgver=1.1.0
+pkgver=1.2.0
 pkgrel=1
 pkgdesc='A Jupyter Server Extension Providing Support for Y Documents'
 arch=(any)
@@ -12,7 +12,7 @@ depends=(jupyter-server python-ypy-websocket 
jupyter-server-ydoc)
 makedepends=(python-build python-installer python-hatchling 
python-hatch-nodejs-version python-hatch-jupyter-builder)
 checkdepends=(python-pytest-jupyter python-pytest-timeout 
python-pytest-asyncio)
 
source=(https://pypi.io/packages/source/${_pyname:0:1}/$_pyname/$_pyname-$pkgver.tar.gz)
-sha256sums=('dcec5db89f774e66d2fdf2922a6557b39be3d8864c5f932a28f4de1a494509b3')
+sha256sums=('aa17023c0807941c2df8bb7c35d0daf993e134da2d0af36dcfd590c7a387bce7')
 
 build() {
   cd $_pyname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/jupyter-collaboration/-/commit/3ceaa120a1bbbe1ace310865b29f421b645b8420

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




[Git][archlinux/packaging/packages/jupyter-collaboration] Pushed new tag 1.2.0-1

2023-09-10 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 1.2.0-1 at Arch Linux / Packaging / Packages / 
jupyter-collaboration

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




[Git][archlinux/packaging/packages/networkmanager-qt][main] KDE Frameworks 5.110

2023-09-10 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed to branch main at Arch Linux / Packaging / Packages / 
networkmanager-qt


Commits:
877a0e9b by Antonio Rojas at 2023-09-03T19:35:50+02:00
KDE Frameworks 5.110

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino 
 
 pkgname=networkmanager-qt
-pkgver=5.109.0
+pkgver=5.110.0
 pkgrel=1
 pkgdesc='Qt wrapper for NetworkManager API'
 arch=(x86_64)
@@ -13,7 +13,7 @@ depends=(networkmanager qt5-base)
 makedepends=(extra-cmake-modules doxygen qt5-tools qt5-doc)
 groups=(kf5)
 
source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('7f415d77382fc7c8b459faaca6d588b0a478f47655aa0781dcc818416bd9fe3d'
+sha256sums=('1837f9b4795124f7fb0e63d75ea8f29b575e5a9f3ff5ae5e26861a0ed4ae'
 'SKIP')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/networkmanager-qt/-/commit/877a0e9b685a7283056a07bea435c2c795c7b34e

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




[Git][archlinux/packaging/packages/networkmanager-qt] Pushed new tag 5.110.0-1

2023-09-10 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 5.110.0-1 at Arch Linux / Packaging / Packages / 
networkmanager-qt

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




[Git][archlinux/packaging/packages/kpeople][main] KDE Frameworks 5.110

2023-09-10 Thread Antonio Rojas (@arojas)


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


Commits:
65820280 by Antonio Rojas at 2023-09-03T19:35:45+02:00
KDE Frameworks 5.110

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=kpeople
-pkgver=5.109.0
+pkgver=5.110.0
 pkgrel=1
 pkgdesc='A library that provides access to all contacts and the people who 
hold them'
 arch=(x86_64)
@@ -13,7 +13,7 @@ makedepends=(extra-cmake-modules doxygen qt5-tools qt5-doc 
qt5-declarative)
 optdepends=('qt5-declarative: QML bindings')
 groups=(kf5)
 
source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('3d5e711132ae3f7ce5b8413ad2ee0350be9f50c21119e9609e86a997d0f4b9be'
+sha256sums=('f700e48269fc5dfb5f56e84556f5484d5b0b0f589d45a769831800cea463b981'
 'SKIP')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kpeople/-/commit/6582028042b65c597bf61cdf91302be12fa1dce2

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




[Git][archlinux/packaging/packages/kpeople] Pushed new tag 5.110.0-1

2023-09-10 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 5.110.0-1 at Arch Linux / Packaging / Packages / 
kpeople

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




[Git][archlinux/packaging/packages/kquickcharts] Pushed new tag 5.110.0-1

2023-09-10 Thread Antonio Rojas (@arojas)


Antonio Rojas pushed new tag 5.110.0-1 at Arch Linux / Packaging / Packages / 
kquickcharts

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




[Git][archlinux/packaging/packages/kquickcharts][main] KDE Frameworks 5.110

2023-09-10 Thread Antonio Rojas (@arojas)


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


Commits:
c4d0dbc9 by Antonio Rojas at 2023-09-03T19:35:46+02:00
KDE Frameworks 5.110

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=kquickcharts
-pkgver=5.109.0
+pkgver=5.110.0
 pkgrel=1
 pkgdesc='A QtQuick plugin providing high-performance charts'
 arch=(x86_64)
@@ -12,7 +12,7 @@ depends=(qt5-quickcontrols2)
 makedepends=(extra-cmake-modules)
 groups=(kf5)
 
source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('743387f56359b571708c0fe68fa4c12b98e599dd68659e8014e8f6ba3dd9a1ad'
+sha256sums=('bbc897c701dc6d356a316d17e4f71cd90bc62dffadd5ea8ee5a68a0eabb61d69'
 'SKIP')
 validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 

 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/kquickcharts/-/commit/c4d0dbc909b9bcbb9fc2d95357b9bd2711cd882d

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




  1   2   3   4   5   6   7   8   9   10   >