[Git][archlinux/packaging/packages/python-sqlalchemy][main] upgpkg: 1.4.52-1

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


Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / 
python-sqlalchemy


Commits:
d6ce71ee by Daniel M. Capella at 2024-04-06T01:57:46-04:00
upgpkg: 1.4.52-1

Bump to latest 1.4.x release, to pick up Python 3.12 support.

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,20 @@
+pkgbase = python-sqlalchemy
+   pkgdesc = Python SQL toolkit and Object Relational Mapper
+   pkgver = 1.4.52
+   pkgrel = 1
+   url = https://www.sqlalchemy.org/
+   arch = x86_64
+   license = MIT
+   checkdepends = python-pytest-runner
+   checkdepends = python-pytest-xdist
+   makedepends = python-setuptools
+   makedepends = python-build
+   makedepends = python-installer
+   makedepends = python-wheel
+   depends = python
+   depends = python-greenlet
+   optdepends = python-psycopg2: connect to PostgreSQL database
+   source = 
https://pypi.io/packages/source/S/SQLAlchemy/SQLAlchemy-1.4.52.tar.gz
+   sha512sums = 
afda6a3503c9d2baba8c1dd9e7216d5ac1561f52f5f11009c41a1a98ac998643c980c60cf8ba4d84c4af8808be26ead9fd2e7a2c8bf15b2fdb521b4e5de7748e
+
+pkgname = python-sqlalchemy


=
PKGBUILD
=
@@ -3,8 +3,8 @@
 # Contributor: Sébastien Luttringer 
 
 pkgname=python-sqlalchemy
-pkgver=1.4.44
-pkgrel=2
+pkgver=1.4.52
+pkgrel=1
 arch=('x86_64')
 url="https://www.sqlalchemy.org/;
 license=('MIT')
@@ -13,23 +13,23 @@ depends=('python' 'python-greenlet')
 optdepends=('python-psycopg2: connect to PostgreSQL database')
 makedepends=('python-setuptools' 'python-build' 'python-installer' 
'python-wheel')
 checkdepends=('python-pytest-runner' 'python-pytest-xdist')
-source=("https://pypi.io/packages/source/S/SQLAlchemy/SQLAlchemy-$pkgver.tar.gz"{,.asc})
-validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')
-sha512sums=('ba4e022f7af77cdf099b59a7af088852d7d4e0b4c6d632a63d244f501ff0b76837e601de63619f219fe50e6d526cd13415c4e623a6127afb0a2f24b87a4c3ece'
-'SKIP')
+source=("https://pypi.io/packages/source/S/SQLAlchemy/SQLAlchemy-$pkgver.tar.gz;)
+#validpgpkeys=('83AF7ACE251C13E6BB7DEFBD330239C1C4DAFEE1')
+sha512sums=('afda6a3503c9d2baba8c1dd9e7216d5ac1561f52f5f11009c41a1a98ac998643c980c60cf8ba4d84c4af8808be26ead9fd2e7a2c8bf15b2fdb521b4e5de7748e')
 
 prepare() {
+  cd SQLAlchemy-$pkgver
   sed -i '/warnings.filterwarnings("error", category=DeprecationWarning)/a \   
 warnings.filterwarnings("ignore", category=DeprecationWarning, 
message="Creating a LegacyVersion has been deprecated and will be removed in 
the next major release")' \
-  SQLAlchemy-$pkgver/lib/sqlalchemy/testing/warnings.py
+  lib/sqlalchemy/testing/warnings.py
 }
 
 build() {
-  cd "$srcdir"/SQLAlchemy-$pkgver
+  cd SQLAlchemy-$pkgver
   python -m build --wheel --no-isolation
 }
 
 check() {
-  cd "$srcdir"/SQLAlchemy-$pkgver
+  cd SQLAlchemy-$pkgver
   PYTHONPATH=build/lib pytest
 }
 



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

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




[Git][archlinux/packaging/packages/python-sqlalchemy] Pushed new tag 1.4.52-1

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


Daniel M. Capella pushed new tag 1.4.52-1 at Arch Linux / Packaging / Packages 
/ python-sqlalchemy

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




[Git][archlinux/packaging/packages/python-curio][main] upgpkg: 1.6-4: Rebuild for Python 3.12

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


Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / 
python-curio


Commits:
0fdf116c by Daniel M. Capella at 2024-04-06T01:39:17-04:00
upgpkg: 1.6-4: Rebuild for Python 3.12

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,22 @@
+pkgbase = python-curio
+   pkgdesc = Concurrent I/O
+   pkgver = 1.6
+   pkgrel = 4
+   url = https://github.com/dabeaz/curio
+   arch = any
+   license = BSD
+   checkdepends = python-pytest
+   checkdepends = python-sphinx
+   makedepends = git
+   makedepends = python-build
+   makedepends = python-installer
+   makedepends = python-setuptools
+   makedepends = python-wheel
+   depends = python
+   provides = python-multio-provider
+   source = 
git+https://github.com/dabeaz/curio.git#tag=5d8ecb2333761b4fd629e14d940f3807d143c0ed
+   source = 
curio-py312-support.patch::https://github.com/dabeaz/curio/commit/a5590bb04de3f1f201fd1fd0ce9cfe5825db80ac.patch
+   sha256sums = 
6b0f33c303cde68e70dd0267523227f67eaacee7288c3f52c80e5b0540af
+   sha256sums = 
e94c676822ce930320cbe367f4c743e72f59c86f572a2add4c01beff6ad66568
+
+pkgname = python-curio


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=python-curio
 pkgver=1.6
-pkgrel=3
+pkgrel=4
 pkgdesc='Concurrent I/O'
 arch=(any)
 url=https://github.com/dabeaz/curio
@@ -10,7 +10,10 @@ license=(BSD)
 depends=(python)
 makedepends=(
   git
+  python-build
+  python-installer
   python-setuptools
+  python-wheel
 )
 checkdepends=(
   python-pytest
@@ -18,17 +21,26 @@ checkdepends=(
 )
 provides=(python-multio-provider)
 _tag=5d8ecb2333761b4fd629e14d940f3807d143c0ed
-source=(git+https://github.com/dabeaz/curio.git#tag=${_tag})
-sha256sums=(SKIP)
+source=(
+  git+https://github.com/dabeaz/curio.git#tag=${_tag}
+  
curio-py312-support.patch::https://github.com/dabeaz/curio/commit/a5590bb04de3f1f201fd1fd0ce9cfe5825db80ac.patch
+)
+sha256sums=('6b0f33c303cde68e70dd0267523227f67eaacee7288c3f52c80e5b0540af'
+'e94c676822ce930320cbe367f4c743e72f59c86f572a2add4c01beff6ad66568')
 
 pkgver() {
   cd curio
   git describe --tags
 }
 
+prepare() {
+  cd curio
+  patch --forward --strip=1 --input=../curio-py312-support.patch
+}
+
 build() {
   cd curio
-  python setup.py build
+  python -m build --wheel --skip-dependency-check --no-isolation
 }
 
 check() {
@@ -38,8 +50,13 @@ check() {
 
 package() {
   cd curio
-  python setup.py install --root="${pkgdir}" --optimize=1 --skip-build
-  install -Dm 644 LICENSE -t "${pkgdir}"/usr/share/licenses/python-curio/
+  python -m installer --destdir="${pkgdir}" dist/*.whl
+
+  # Symlink license file
+  local site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
+  install -d "${pkgdir}"/usr/share/licenses/${pkgname}
+  ln -s "${site_packages}"/curio-${pkgver}.dist-info/LICENSE \
+"${pkgdir}"/usr/share/licenses/${pkgname}/LICENSE
 }
 
 # vim: ts=2 sw=2 et:



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

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




[Git][archlinux/packaging/packages/python-curio] Pushed new tag 1.6-4

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


Daniel M. Capella pushed new tag 1.6-4 at Arch Linux / Packaging / Packages / 
python-curio

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




[Git][archlinux/packaging/packages/python-testpath][main] upgpkg: 0.6.0-3: Rebuild for Python 3.12

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


Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / 
python-testpath


Commits:
1dbbf127 by Daniel M. Capella at 2024-04-06T00:56:58-04:00
upgpkg: 0.6.0-3: Rebuild for Python 3.12

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,16 @@
+pkgbase = python-testpath
+   pkgdesc = Test utilities for code working with files and commands
+   pkgver = 0.6.0
+   pkgrel = 3
+   url = https://pypi.python.org/pypi/testpath
+   arch = any
+   license = MIT
+   checkdepends = python-pytest
+   makedepends = python-build
+   makedepends = python-installer
+   makedepends = python-flit-core
+   depends = python
+   source = 
https://pypi.io/packages/source/t/testpath/testpath-0.6.0.tar.gz
+   sha256sums = 
2f1b97e6442c02681ebe01bd84f531028a7caea1af3825000f52345c30285e0f
+
+pkgname = python-testpath


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _name=testpath
 pkgname=python-testpath
 pkgver=0.6.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Test utilities for code working with files and commands'
 arch=('any')
 url="https://pypi.python.org/pypi/testpath;



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

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




[Git][archlinux/packaging/packages/python-testpath] Pushed new tag 0.6.0-3

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


Daniel M. Capella pushed new tag 0.6.0-3 at Arch Linux / Packaging / Packages / 
python-testpath

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




[Git][archlinux/packaging/packages/python-urwid] Pushed new tag 2.6.10-2

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


Daniel M. Capella pushed new tag 2.6.10-2 at Arch Linux / Packaging / Packages 
/ python-urwid

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




[Git][archlinux/packaging/packages/python-urwid][main] upgpkg: 2.6.10-2: Rebuild for Python 3.12

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


Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / 
python-urwid


Commits:
10c6f8f4 by Daniel M. Capella at 2024-04-06T00:44:24-04:00
upgpkg: 2.6.10-2: Rebuild for Python 3.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-urwid
pkgdesc = Curses-based user interface library
pkgver = 2.6.10
-   pkgrel = 1
+   pkgrel = 2
url = https://urwid.org/
arch = x86_64
license = LGPL-2.1-only


=
PKGBUILD
=
@@ -6,7 +6,7 @@
 _name=urwid
 pkgname=python-urwid
 pkgver=2.6.10
-pkgrel=1
+pkgrel=2
 pkgdesc='Curses-based user interface library'
 url='https://urwid.org/'
 arch=('x86_64')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-urwid/-/commit/10c6f8f45088c8e08106a776282eaef154c46c6b

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




[Git][archlinux/packaging/packages/python-aiosignal][main] upgpkg: 1.3.1-6: Rebuild for Python 3.12

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


Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / 
python-aiosignal


Commits:
c287dcd1 by Daniel M. Capella at 2024-04-06T00:21:45-04:00
upgpkg: 1.3.1-6: Rebuild for Python 3.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-aiosignal
pkgdesc = List of registered asynchronous callbacks
pkgver = 1.3.1
-   pkgrel = 5
+   pkgrel = 6
url = https://github.com/aio-libs/aiosignal
arch = any
license = Apache


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _pyname=aiosignal
 pkgname=python-${_pyname}
 pkgver=1.3.1
-pkgrel=5
+pkgrel=6
 pkgdesc='List of registered asynchronous callbacks'
 url='https://github.com/aio-libs/aiosignal'
 arch=('any')



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

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




[Git][archlinux/packaging/packages/python-aiosignal] Pushed new tag 1.3.1-6

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


Daniel M. Capella pushed new tag 1.3.1-6 at Arch Linux / Packaging / Packages / 
python-aiosignal

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




[Git][archlinux/packaging/packages/python-frozenlist] Pushed new tag 1.4.1-2

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


Daniel M. Capella pushed new tag 1.4.1-2 at Arch Linux / Packaging / Packages / 
python-frozenlist

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




[Git][archlinux/packaging/packages/python-frozenlist][main] upgpkg: 1.4.1-2: Rebuild for Python 3.12

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


Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / 
python-frozenlist


Commits:
5f08b7ad by Daniel M. Capella at 2024-04-06T00:20:52-04:00
upgpkg: 1.4.1-2: Rebuild for Python 3.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-frozenlist
pkgdesc = FrozenList is a list-like structure which can be made 
immutable
pkgver = 1.4.1
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/aio-libs/frozenlist
arch = x86_64
license = Apache


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _pyname=frozenlist
 pkgname=python-${_pyname}
 pkgver=1.4.1
-pkgrel=1
+pkgrel=2
 pkgdesc='FrozenList is a list-like structure which can be made immutable'
 url='https://github.com/aio-libs/frozenlist'
 arch=('x86_64')



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

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




[Git][archlinux/packaging/packages/python-yarl][main] upgpkg: 1.9.4-2: Rebuild for Python 3.12

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


Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / 
python-yarl


Commits:
55e469fe by Daniel M. Capella at 2024-04-06T00:16:28-04:00
upgpkg: 1.9.4-2: Rebuild for Python 3.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-yarl
pkgdesc = Yet another URL library
pkgver = 1.9.4
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/aio-libs/yarl/
arch = x86_64
license = Apache-2.0


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _pkgname=yarl
 pkgname=python-yarl
 pkgver=1.9.4
-pkgrel=1
+pkgrel=2
 pkgdesc='Yet another URL library'
 url='https://github.com/aio-libs/yarl/'
 arch=('x86_64')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-yarl/-/commit/55e469fec72ef3c6f0feaf4025ba023d2742406e

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




[Git][archlinux/packaging/packages/python-yarl] Pushed new tag 1.9.4-2

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


Daniel M. Capella pushed new tag 1.9.4-2 at Arch Linux / Packaging / Packages / 
python-yarl

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




[Git][archlinux/packaging/packages/python-expandvars][main] upgpkg: 0.12.0-2: Rebuild for Python 3.12

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


Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / 
python-expandvars


Commits:
b4fc7078 by Daniel M. Capella at 2024-04-06T00:15:34-04:00
upgpkg: 0.12.0-2: Rebuild for Python 3.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-expandvars
pkgdesc = Expand system variables Unix style
pkgver = 0.12.0
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/sayanarijit/expandvars
arch = any
license = BSD


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _pyname=expandvars
 pkgname=python-$_pyname
 pkgver=0.12.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Expand system variables Unix style'
 arch=(any)
 url='https://github.com/sayanarijit/expandvars'



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

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




[Git][archlinux/packaging/packages/python-expandvars] Pushed new tag 0.12.0-2

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


Daniel M. Capella pushed new tag 0.12.0-2 at Arch Linux / Packaging / Packages 
/ python-expandvars

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




[Git][archlinux/packaging/packages/python-multidict][main] upgpkg: 6.0.5-2: Rebuild for Python 3.12

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


Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / 
python-multidict


Commits:
3349725f by Daniel M. Capella at 2024-04-06T00:08:10-04:00
upgpkg: 6.0.5-2: Rebuild for Python 3.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-multidict
pkgdesc = Asyncio-based multidict implementation for Python
pkgver = 6.0.5
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/aio-libs/multidict
arch = x86_64
license = Apache-2.0


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 _pkgname=multidict
 pkgname=python-${_pkgname}
 pkgver=6.0.5
-pkgrel=1
+pkgrel=2
 pkgdesc='Asyncio-based multidict implementation for Python'
 url='https://github.com/aio-libs/multidict'
 arch=('x86_64')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-multidict/-/commit/3349725f8241e4659d150a929cc041f7e7ef462d

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




[Git][archlinux/packaging/packages/python-multidict] Pushed new tag 6.0.5-2

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


Daniel M. Capella pushed new tag 6.0.5-2 at Arch Linux / Packaging / Packages / 
python-multidict

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




[Git][archlinux/packaging/packages/python-pyfakefs][main] upgpkg: 5.3.5-2: Rebuild for Python 3.12

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


Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / 
python-pyfakefs


Commits:
4d6224e7 by Daniel M. Capella at 2024-04-06T00:02:39-04:00
upgpkg: 5.3.5-2: Rebuild for Python 3.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-pyfakefs
pkgdesc = pyfakefs implements a fake file system that mocks the Python 
file system modules
pkgver = 5.3.5
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/jmcgeheeiv/pyfakefs/
arch = any
license = APACHE


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=python-pyfakefs
 pkgver=5.3.5
-pkgrel=1
+pkgrel=2
 pkgdesc='pyfakefs implements a fake file system that mocks the Python file 
system modules'
 url=https://github.com/jmcgeheeiv/pyfakefs/
 license=(APACHE)



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

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




[Git][archlinux/packaging/packages/python-pyfakefs] Pushed new tag 5.3.5-2

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


Daniel M. Capella pushed new tag 5.3.5-2 at Arch Linux / Packaging / Packages / 
python-pyfakefs

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




[Git][archlinux/packaging/packages/python-mongoengine] Pushed new tag 0.24.2-3

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


Daniel M. Capella pushed new tag 0.24.2-3 at Arch Linux / Packaging / Packages 
/ python-mongoengine

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




[Git][archlinux/packaging/packages/python-mongoengine][main] upgpkg: 0.24.2-3: Rebuild for Python 3.12

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


Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / 
python-mongoengine


Commits:
12103821 by Daniel M. Capella at 2024-04-05T23:36:12-04:00
upgpkg: 0.24.2-3: Rebuild for Python 3.12

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,24 @@
+pkgbase = python-mongoengine
+   pkgdesc = A Python Object-Document-Mapper for working with MongoDB
+   pkgver = 0.24.2
+   pkgrel = 3
+   url = https://github.com/MongoEngine/mongoengine
+   arch = any
+   license = MIT
+   checkdepends = python-pytest-cov
+   checkdepends = python-coverage
+   checkdepends = python-blinker
+   checkdepends = python-pillow
+   checkdepends = python-zipp
+   checkdepends = python-mongomock
+   makedepends = python-build
+   makedepends = python-installer
+   makedepends = python-setuptools
+   makedepends = python-wheel
+   depends = python-pymongo
+   optdepends = python-dateutil: for DateTimeField
+   optdepends = python-pillow: for ImageField / ImageGridFsProxy
+   source = 
https://github.com/MongoEngine/mongoengine/archive/v0.24.2/python-mongoengine-0.24.2.tar.gz
+   sha512sums = 
24e855e1da89d01b63e02a3476167efe6de2186eb17b091504605263c02efe1d9e128b6e3dbb7dace1926db9006ad79d7f1f675f58e66491e14426e398ab6aa1
+
+pkgname = python-mongoengine


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=python-mongoengine
 pkgver=0.24.2
-pkgrel=2
+pkgrel=3
 pkgdesc="A Python Object-Document-Mapper for working with MongoDB"
 url="https://github.com/MongoEngine/mongoengine;
 license=('MIT')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-mongoengine/-/commit/12103821144a9e67d0f89ab0781b1576f2620a6e

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




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

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


Daniel M. Capella pushed new tag 4.0.0-4 at Arch Linux / Packaging / Packages / 
python-mongomock

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




[Git][archlinux/packaging/packages/python-mongomock][main] upgpkg: 4.0.0-4: Rebuild for Python 3.12

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


Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / 
python-mongomock


Commits:
82bd23ba by Daniel M. Capella at 2024-04-05T23:34:58-04:00
upgpkg: 4.0.0-4: Rebuild for Python 3.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-mongomock
pkgdesc = Fake pymongo stub for testing simple MongoDB-dependent code
pkgver = 4.0.0
-   pkgrel = 3
+   pkgrel = 4
url = https://github.com/mongomock/mongomock
arch = any
license = BSD-3-Clause


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=python-mongomock
 pkgver=4.0.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Fake pymongo stub for testing simple MongoDB-dependent code"
 url="https://github.com/mongomock/mongomock;
 license=('BSD-3-Clause')



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

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




[Git][archlinux/packaging/packages/python-faker] Pushed new tag 24.4.0-2

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


Daniel M. Capella pushed new tag 24.4.0-2 at Arch Linux / Packaging / Packages 
/ python-faker

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




[Git][archlinux/packaging/packages/python-faker][main] upgpkg: 24.4.0-2: Rebuild for Python 3.12

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


Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / 
python-faker


Commits:
b33c4986 by Daniel M. Capella at 2024-04-05T23:32:52-04:00
upgpkg: 24.4.0-2: Rebuild for Python 3.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-faker
pkgdesc = Faker generates fake data for you.
pkgver = 24.4.0
-   pkgrel = 1
+   pkgrel = 2
url = https://faker.readthedocs.io/en/master/
arch = any
license = MIT
@@ -11,8 +11,11 @@ pkgbase = python-faker
checkdepends = python-pillow
checkdepends = python-xmltodict
makedepends = git
-   makedepends = python-setuptools
+   makedepends = python-build
+   makedepends = python-installer
makedepends = python-pytest
+   makedepends = python-setuptools
+   makedepends = python-wheel
depends = python-dateutil
optdepends = python-xmltodict: for xml provider
source = git+https://github.com/joke2k/faker.git#tag=v24.4.0


=
PKGBUILD
=
@@ -4,14 +4,14 @@
 
 pkgname=python-faker
 pkgver=24.4.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Faker generates fake data for you.'
 arch=('any')
 url='https://faker.readthedocs.io/en/master/'
 license=('MIT')
 depends=('python-dateutil')
 optdepends=('python-xmltodict: for xml provider')
-makedepends=('git' 'python-setuptools' 'python-pytest')
+makedepends=('git' 'python-build' 'python-installer' 'python-pytest' 
'python-setuptools' 'python-wheel')
 checkdepends=('python-validators' 'python-ukpostcodeparser' 'python-freezegun' 
'python-pillow'
   'python-xmltodict')
 source=("git+https://github.com/joke2k/faker.git#tag=v$pkgver;)
@@ -19,7 +19,7 @@ 
sha512sums=('0ff170d266d2fea3981baedbf527586096d6e948e74c13c46738a725fa2138ce031
 
 build() {
   cd faker
-  python setup.py build
+  python -m build --wheel --skip-dependency-check --no-isolation
 }
 
 check() {
@@ -30,6 +30,11 @@ check() {
 
 package() {
   cd faker
-  python setup.py install --root="$pkgdir" --optimize=1
-  install -Dm644 LICENSE.txt -t "$pkgdir"/usr/share/licenses/$pkgname/
+  python -m installer --destdir="$pkgdir" dist/*.whl
+
+  # Symlink license file
+  local site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
+  install -d "$pkgdir"/usr/share/licenses/$pkgname
+  ln -s "$site_packages"/faker-$pkgver.dist-info/LICENSE.txt \
+"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
 }



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

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




[Git][archlinux/packaging/packages/python-validators][main] upgpkg: 0.20.2-2: Rebuild for Python 3.12

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


Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / 
python-validators


Commits:
f4060b0c by Daniel M. Capella at 2024-04-05T23:29:31-04:00
upgpkg: 0.20.2-2: Rebuild for Python 3.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-validators
pkgdesc = Python Data Validation for Humans
pkgver = 0.20.2
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/kvesteri/validators
arch = any
license = MIT


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=python-validators
 pkgver=0.20.2
-pkgrel=1
+pkgrel=2
 pkgdesc="Python Data Validation for Humans"
 url="https://github.com/kvesteri/validators;
 license=('MIT')



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

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




[Git][archlinux/packaging/packages/python-validators] Pushed new tag 0.20.2-2

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


Daniel M. Capella pushed new tag 0.20.2-2 at Arch Linux / Packaging / Packages 
/ python-validators

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




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

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


Daniel M. Capella pushed new tag 1.5.3-4 at Arch Linux / Packaging / Packages / 
python-pandas

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




[Git][archlinux/packaging/packages/python-pandas][main] upgpkg: 1.5.3-4: Rebuild for Python 3.12

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


Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / 
python-pandas


Commits:
8444c095 by Daniel M. Capella at 2024-04-05T23:27:44-04:00
upgpkg: 1.5.3-4: Rebuild for Python 3.12

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,95 @@
+pkgbase = python-pandas
+   pkgdesc = High-performance, easy-to-use data structures and data 
analysis tools for Python
+   pkgver = 1.5.3
+   pkgrel = 4
+   url = https://pandas.pydata.org/
+   arch = x86_64
+   license = BSD
+   checkdepends = python-pytest
+   checkdepends = python-pytest-asyncio
+   checkdepends = python-pytest-xdist
+   checkdepends = python-hypothesis
+   checkdepends = python-pandas-datareader
+   checkdepends = python-numexpr
+   checkdepends = python-bottleneck
+   checkdepends = python-matplotlib
+   checkdepends = python-jinja
+   checkdepends = python-tabulate
+   checkdepends = python-scipy
+   checkdepends = python-numba
+   checkdepends = python-xarray
+   checkdepends = python-xlrd
+   checkdepends = python-xlwt
+   checkdepends = python-openpyxl
+   checkdepends = python-xlsxwriter
+   checkdepends = python-beautifulsoup4
+   checkdepends = python-html5lib
+   checkdepends = python-lxml
+   checkdepends = python-sqlalchemy
+   checkdepends = python-psycopg2
+   checkdepends = python-pymysql
+   checkdepends = python-pytables
+   checkdepends = python-blosc
+   checkdepends = zlib
+   checkdepends = python-pyarrow
+   checkdepends = python-fsspec
+   checkdepends = python-pyqt5
+   checkdepends = python-qtpy
+   checkdepends = xclip
+   checkdepends = xsel
+   checkdepends = python-brotli
+   checkdepends = python-snappy
+   checkdepends = python-zstandard
+   checkdepends = python-dask
+   checkdepends = python-toolz
+   checkdepends = python-cftime
+   checkdepends = python-statsmodels
+   checkdepends = python-scikit-learn
+   checkdepends = python-seaborn
+   checkdepends = python-geopandas
+   checkdepends = python-odfpy
+   checkdepends = ipython
+   checkdepends = python-botocore
+   checkdepends = python-numba
+   makedepends = cython0
+   makedepends = python-setuptools
+   depends = python-numpy
+   depends = python-dateutil
+   depends = python-pytz
+   optdepends = python-pandas-datareader: pandas.io.data replacement 
(recommended)
+   optdepends = python-numexpr: accelerating certain numerical operations 
(recommended)
+   optdepends = python-bottleneck: accelerating certain types of nan 
evaluations (recommended)
+   optdepends = python-matplotlib: plotting
+   optdepends = python-jinja: conditional formatting with DataFrame.style
+   optdepends = python-tabulate: printing in Markdown-friendly format
+   optdepends = python-scipy: miscellaneous statistical functions
+   optdepends = python-numba: alternative execution engine
+   optdepends = python-xarray: pandas-like API for N-dimensional data
+   optdepends = python-xlrd: Excel XLS input
+   optdepends = python-xlwt: Excel XLS output
+   optdepends = python-openpyxl: Excel XLSX input/output
+   optdepends = python-xlsxwriter: alternative Excel XLSX output
+   optdepends = python-beautifulsoup4: read_html function (in any case)
+   optdepends = python-html5lib: read_html function (and/or python-lxml)
+   optdepends = python-lxml: read_xml, to_xml and read_html function 
(and/or python-html5lib)
+   optdepends = python-sqlalchemy: SQL database support
+   optdepends = python-psycopg2: PostgreSQL engine for sqlalchemy
+   optdepends = python-pymysql: MySQL engine for sqlalchemy
+   optdepends = python-pytables: HDF5-based reading / writing
+   optdepends = python-blosc: for msgpack compression using blosc
+   optdepends = zlib: compression for msgpack
+   optdepends = python-pyarrow: Parquet, ORC and feather reading/writing
+   optdepends = python-fsspec: handling files aside from local and HTTP
+   optdepends = python-pyqt5: read_clipboard function (only one needed)
+   optdepends = python-qtpy: read_clipboard function (only one needed)
+   optdepends = xclip: read_clipboard function (only one needed)
+   optdepends = xsel: read_clipboard function (only one needed)
+   optdepends = python-brotli: Brotli compression
+   optdepends = python-snappy: Snappy compression
+   optdepends = python-zstandard: Zstandard (zstd) compression
+   source = 
https://github.com/pandas-dev/pandas/archive/refs/tags/v1.5.3/python-pandas-1.5.3.tar.gz
+   source = fix-pyarrow-10.patch
+   sha256sums = 
d8abf9c2bf33cac75b28f32c174c29778414eb249e5e2ccb69b1079b97a8fc66
+   sha256sums = 

[Git][archlinux/packaging/packages/python-click-default-group] Pushed new tag 1.2.4-2

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


Daniel M. Capella pushed new tag 1.2.4-2 at Arch Linux / Packaging / Packages / 
python-click-default-group

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




[Git][archlinux/packaging/packages/python-click-default-group][main] upgpkg: 1.2.4-2: Rebuild for Python 3.12

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


Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / 
python-click-default-group


Commits:
ffe0d6ed by Daniel M. Capella at 2024-04-05T23:25:24-04:00
upgpkg: 1.2.4-2: Rebuild for Python 3.12

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,16 @@
+pkgbase = python-click-default-group
+   pkgdesc = Extends click.Group to invoke a command without explicit 
subcommand name
+   pkgver = 1.2.4
+   pkgrel = 2
+   url = https://github.com/click-contrib/click-default-group
+   arch = any
+   license = BSD
+   checkdepends = python-pytest
+   makedepends = python-build
+   makedepends = python-installer
+   makedepends = python-flit-core
+   depends = python-click
+   source = 
https://github.com/click-contrib/click-default-group/archive/v1.2.4/python-click-default-group-1.2.4.tar.gz
+   sha512sums = 
0239e703421e693399e8e54e4a6bdc4a74e6f16307f008ee742788ce3e8040f633de2b1bf12997a5c448b70cb55f77ccd4f42c5b4abe3b6a05df18908daf61da
+
+pkgname = python-click-default-group


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=python-click-default-group
 pkgver=1.2.4
-pkgrel=1
+pkgrel=2
 pkgdesc="Extends click.Group to invoke a command without explicit subcommand 
name"
 url="https://github.com/click-contrib/click-default-group;
 license=('BSD')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-click-default-group/-/commit/ffe0d6ed4f42488c43280eb2ae125a3ee7056f28

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




[Git][archlinux/packaging/packages/python-sphinx-inline-tabs] Pushed new tag 2023.04.21-2

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


Daniel M. Capella pushed new tag 2023.04.21-2 at Arch Linux / Packaging / 
Packages / python-sphinx-inline-tabs

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




[Git][archlinux/packaging/packages/python-sphinx-inline-tabs][main] upgpkg: 2023.04.21-2: Rebuild for Python 3.12

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


Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / 
python-sphinx-inline-tabs


Commits:
c1874fc6 by Daniel M. Capella at 2024-04-05T23:21:33-04:00
upgpkg: 2023.04.21-2: Rebuild for Python 3.12

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,15 @@
+pkgbase = python-sphinx-inline-tabs
+   pkgdesc = Add inline tabbed content to your Sphinx documentation
+   pkgver = 2023.04.21
+   pkgrel = 2
+   url = https://github.com/pradyunsg/sphinx-inline-tabs
+   arch = any
+   license = MIT
+   makedepends = python-build
+   makedepends = python-installer
+   makedepends = python-flit-core
+   depends = python-sphinx
+   source = 
python-sphinx-inline-tabs-2023.04.21.tar.gz::https://github.com/pradyunsg/sphinx-inline-tabs/archive/2023.04.21.tar.gz
+   sha512sums = 
cad9ccdbf820c69b1f729d6c44ce34ec6005b5a72819f18aff0bf2a02aab66162c51f6a00119c95bddbea39363ce42ead502dc2526013785cb98e3b21965de7d
+
+pkgname = python-sphinx-inline-tabs


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _pkgname=sphinx-inline-tabs
 pkgname=python-$_pkgname
 pkgver=2023.04.21
-pkgrel=1
+pkgrel=2
 pkgdesc='Add inline tabbed content to your Sphinx documentation'
 arch=('any')
 url='https://github.com/pradyunsg/sphinx-inline-tabs'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-sphinx-inline-tabs/-/commit/c1874fc633cc0a404ce78c1959aa808b3a703189

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




[Git][archlinux/packaging/packages/python-priority][main] upgpkg: 2.0.0-6: Rebuild for Python 3.12

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


Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / 
python-priority


Commits:
35e0e778 by Daniel M. Capella at 2024-04-05T23:11:58-04:00
upgpkg: 2.0.0-6: Rebuild for Python 3.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-priority
pkgdesc = A pure-Python implementation of the HTTP/2 priority tree
pkgver = 2.0.0
-   pkgrel = 5
+   pkgrel = 6
url = https://github.com/python-hyper/priority
arch = any
license = MIT


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=python-priority
 pkgver=2.0.0
-pkgrel=5
+pkgrel=6
 pkgdesc='A pure-Python implementation of the HTTP/2 priority tree'
 arch=('any')
 license=('MIT')
@@ -25,8 +25,13 @@ check() {
 
 package() {
   cd priority-$pkgver
-  python -m build --wheel --no-isolation
-  install -Dm644 LICENSE -t "$pkgdir"/usr/share/licenses/$pkgname/
+  python -m installer --destdir="$pkgdir" dist/*.whl
+
+  # Symlink license file
+  local site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
+  install -d "$pkgdir"/usr/share/licenses/$pkgname
+  ln -s "$site_packages"/priority-$pkgver.dist-info/LICENSE \
+"$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }
 
 # vim:set ts=2 sw=2 et:



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-priority/-/commit/35e0e7783cd0fb3d016d03c75503ad429e4e7bb3

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




[Git][archlinux/packaging/packages/python-priority] Pushed new tag 2.0.0-6

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


Daniel M. Capella pushed new tag 2.0.0-6 at Arch Linux / Packaging / Packages / 
python-priority

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




[Git][archlinux/packaging/packages/python-priority][main] upgpkg: 2.0.0-5: Rebuild for Python 3.12

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


Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / 
python-priority


Commits:
fcfb9ab7 by Daniel M. Capella at 2024-04-05T23:08:04-04:00
upgpkg: 2.0.0-5: Rebuild for Python 3.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-priority
pkgdesc = A pure-Python implementation of the HTTP/2 priority tree
pkgver = 2.0.0
-   pkgrel = 4
+   pkgrel = 5
url = https://github.com/python-hyper/priority
arch = any
license = MIT


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=python-priority
 pkgver=2.0.0
-pkgrel=4
+pkgrel=5
 pkgdesc='A pure-Python implementation of the HTTP/2 priority tree'
 arch=('any')
 license=('MIT')



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

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




[Git][archlinux/packaging/packages/python-priority] Pushed new tag 2.0.0-5

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


Daniel M. Capella pushed new tag 2.0.0-5 at Arch Linux / Packaging / Packages / 
python-priority

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




[Git][archlinux/packaging/packages/python-nose] Pushed new tag 1.3.7-16

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


Daniel M. Capella pushed new tag 1.3.7-16 at Arch Linux / Packaging / Packages 
/ python-nose

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




[Git][archlinux/packaging/packages/python-cairosvg][main] upgpkg: 2.7.1-3: Rebuild for Python 3.12

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


Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / 
python-cairosvg


Commits:
5d9b7cc8 by Daniel M. Capella at 2024-04-05T22:17:03-04:00
upgpkg: 2.7.1-3: Rebuild for Python 3.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,13 +1,16 @@
 pkgbase = python-cairosvg
pkgdesc = SVG converter based on Cairo. It can export SVG files to PDF, 
PostScript and PNG files
pkgver = 2.7.1
-   pkgrel = 2
+   pkgrel = 3
url = https://cairosvg.org
arch = any
license = LGPL3
checkdepends = python-pytest
-   makedepends = python-setuptools
+   makedepends = python-build
+   makedepends = python-installer
makedepends = python-pytest
+   makedepends = python-setuptools
+   makedepends = python-wheel
depends = python-cairocffi
depends = python-cssselect2
depends = python-defusedxml


=
PKGBUILD
=
@@ -4,13 +4,13 @@
 pkgname=python-cairosvg
 _pkgname=CairoSVG
 pkgver=2.7.1
-pkgrel=2
+pkgrel=3
 pkgdesc='SVG converter based on Cairo. It can export SVG files to PDF, 
PostScript and PNG files'
 arch=('any')
 url='https://cairosvg.org'
 license=('LGPL3')
 depends=('python-cairocffi' 'python-cssselect2' 'python-defusedxml' 
'python-pillow' 'python-tinycss2')
-makedepends=('python-setuptools' 'python-pytest')
+makedepends=('python-build' 'python-installer' 'python-pytest' 
'python-setuptools' 'python-wheel')
 checkdepends=('python-pytest')
 replaces=('cairosvg')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/Kozea/CairoSVG/archive/$pkgver.tar.gz;)
@@ -26,7 +26,7 @@ prepare() {
 build() {
   cd $_pkgname-$pkgver
 
-  python setup.py build
+  python -m build --wheel --skip-dependency-check --no-isolation
 }
 
 check() {
@@ -38,5 +38,5 @@ check() {
 package() {
   cd $_pkgname-$pkgver
 
-  python setup.py install --root="$pkgdir" --optimize=1 --skip-build
+  python -m installer --destdir="$pkgdir" dist/*.whl
 }



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

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




[Git][archlinux/packaging/packages/python-cairosvg] Pushed new tag 2.7.1-3

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


Daniel M. Capella pushed new tag 2.7.1-3 at Arch Linux / Packaging / Packages / 
python-cairosvg

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




[Git][archlinux/packaging/packages/python-cairocffi] Pushed new tag 1.6.1-2

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


Daniel M. Capella pushed new tag 1.6.1-2 at Arch Linux / Packaging / Packages / 
python-cairocffi

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




[Git][archlinux/packaging/packages/python-cairocffi][main] upgpkg: 1.6.1-2: Rebuild for Python 3.12

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


Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / 
python-cairocffi


Commits:
880a5fa4 by Daniel M. Capella at 2024-04-05T22:12:58-04:00
upgpkg: 1.6.1-2: Rebuild for Python 3.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-cairocffi
pkgdesc = cffi-based cairo bindings for Python
pkgver = 1.6.1
-   pkgrel = 1
+   pkgrel = 2
url = https://doc.courtbouillon.org/cairocffi
arch = any
license = BSD


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=python-cairocffi
 pkgver=1.6.1
-pkgrel=1
+pkgrel=2
 pkgdesc="cffi-based cairo bindings for Python"
 arch=('any')
 url="https://doc.courtbouillon.org/cairocffi;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-cairocffi/-/commit/880a5fa4b97847ec7876e7fd2d90f6b6124f30f0

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




[Git][archlinux/packaging/packages/python-pikepdf][main] upgpkg: 8.14.0-2: Rebuild for Python 3.12

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


Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / 
python-pikepdf


Commits:
b6c73b3a by Daniel M. Capella at 2024-04-05T22:11:37-04:00
upgpkg: 8.14.0-2: Rebuild for Python 3.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-pikepdf
pkgdesc = Read and write PDFs with Python, powered by qpdf
pkgver = 8.14.0
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/pikepdf/pikepdf
arch = x86_64
license = MPL-2.0
@@ -24,6 +24,6 @@ pkgbase = python-pikepdf
depends = python-pillow
depends = qpdf
source = 
https://github.com/pikepdf/pikepdf/archive/v8.14.0/python-pikepdf-8.14.0.tar.gz
-   sha256sums = 
190e040e777df1d884b2e7a31131c00c5a37b6ebae617194f41a95c6f127e6fc
+   sha256sums = 
38010a6e79c8750f2abbfe058b4a6f04d6086d4ce939e1cd3ff7d1664a676235
 
 pkgname = python-pikepdf


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=python-pikepdf
 pkgver=8.14.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Read and write PDFs with Python, powered by qpdf'
 arch=(x86_64)
 url='https://github.com/pikepdf/pikepdf'
@@ -28,7 +28,7 @@ checkdepends=(python-hypothesis
   python-psutil
   python-pytest-xdist)
 
source=(https://github.com/pikepdf/pikepdf/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('190e040e777df1d884b2e7a31131c00c5a37b6ebae617194f41a95c6f127e6fc')
+sha256sums=('38010a6e79c8750f2abbfe058b4a6f04d6086d4ce939e1cd3ff7d1664a676235')
 
 build() {
   cd pikepdf-$pkgver



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

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




[Git][archlinux/packaging/packages/python-pikepdf] Pushed new tag 8.14.0-2

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


Daniel M. Capella pushed new tag 8.14.0-2 at Arch Linux / Packaging / Packages 
/ python-pikepdf

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




[Git][archlinux/packaging/packages/python-pyquery][main] upgpkg: 2.0.0-4: Rebuild for Python 3.12

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


Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / 
python-pyquery


Commits:
e72e4ee9 by Daniel M. Capella at 2024-04-05T22:04:15-04:00
upgpkg: 2.0.0-4: Rebuild for Python 3.12

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,24 @@
+pkgbase = python-pyquery
+   pkgdesc = A jquery-like library for python.
+   pkgver = 2.0.0
+   pkgrel = 4
+   url = https://github.com/gawel/pyquery/
+   arch = any
+   license = BSD
+   checkdepends = python-requests
+   checkdepends = python-webob
+   checkdepends = python-pytest
+   checkdepends = python-webtest
+   makedepends = python-build
+   makedepends = python-installer
+   makedepends = python-setuptools
+   makedepends = python-wheel
+   depends = python-lxml
+   depends = python-cssselect
+   optdepends = python-webob: query wsgi app
+   source = 
https://github.com/gawel/pyquery/archive/2.0.0/python-pyquery-2.0.0.tar.gz
+   source = 
pyquery-py312-test-fix.patch::https://github.com/gawel/pyquery/commit/60ea3abafdf3e9cddcc580b9f94197c6badab09b.patch
+   sha512sums = 
0c44ca00ee30922e72aff23764d4a6a8ab9f4df684de77703b69b87af4b461ee2338ef5fb134dce280926e2575b976a1b86d16b1234e13fc450811e4874a34e9
+   sha512sums = 
00bb7a1b9c38e8a4cba8d92f0daf7fcf5649653f24188abf3b4dac074d598a47442abc016c6f80af1d427d3e4ef545bf93b35c0aa165e72327c00b6465c8226c
+
+pkgname = python-pyquery


=
PKGBUILD
=
@@ -4,30 +4,45 @@
 
 pkgname=python-pyquery
 pkgver=2.0.0
-pkgrel=3
+pkgrel=4
 pkgdesc="A jquery-like library for python."
 arch=('any')
 url="https://github.com/gawel/pyquery/;
 license=('BSD')
 depends=('python-lxml' 'python-cssselect')
 optdepends=('python-webob: query wsgi app')
-makedepends=('python-setuptools')
+makedepends=('python-build' 'python-installer' 'python-setuptools' 
'python-wheel')
 checkdepends=('python-requests' 'python-webob' 'python-pytest' 
'python-webtest')
-source=("https://github.com/gawel/pyquery/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('0c44ca00ee30922e72aff23764d4a6a8ab9f4df684de77703b69b87af4b461ee2338ef5fb134dce280926e2575b976a1b86d16b1234e13fc450811e4874a34e9')
+source=(
+  "https://github.com/gawel/pyquery/archive/$pkgver/$pkgname-$pkgver.tar.gz;
+  
"pyquery-py312-test-fix.patch::https://github.com/gawel/pyquery/commit/60ea3abafdf3e9cddcc580b9f94197c6badab09b.patch;
+)
+sha512sums=('0c44ca00ee30922e72aff23764d4a6a8ab9f4df684de77703b69b87af4b461ee2338ef5fb134dce280926e2575b976a1b86d16b1234e13fc450811e4874a34e9'
+
'00bb7a1b9c38e8a4cba8d92f0daf7fcf5649653f24188abf3b4dac074d598a47442abc016c6f80af1d427d3e4ef545bf93b35c0aa165e72327c00b6465c8226c')
+
+prepare() {
+  cd pyquery-$pkgver
+  patch --forward --strip=1 --input=../pyquery-py312-test-fix.patch
+}
 
 build() {
   cd pyquery-$pkgver
-  python setup.py build
+  python -m build --wheel --skip-dependency-check --no-isolation
 }
 
 check() {
   cd pyquery-$pkgver
-  pytest
+  # Test removed upstream
+  pytest -k 'not test_selector_html'
 }
 
 package() {
   cd pyquery-$pkgver
-  python setup.py install -O1 --root="$pkgdir"
-  install -Dm644 LICENSE.txt -t "$pkgdir"/usr/share/licenses/$pkgname/
+  python -m installer --destdir="$pkgdir" dist/*.whl
+
+  # Symlink license file
+  local site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
+  install -d "$pkgdir"/usr/share/licenses/$pkgname
+  ln -s "$site_packages"/pyquery-$pkgver.dist-info/LICENSE.txt \
+"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
 }



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

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




[Git][archlinux/packaging/packages/python-pyquery] Pushed new tag 2.0.0-4

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


Daniel M. Capella pushed new tag 2.0.0-4 at Arch Linux / Packaging / Packages / 
python-pyquery

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




[Git][archlinux/packaging/packages/python-wsgiproxy2][main] upgpkg: 0.5.1-6: Rebuild for Python 3.12

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


Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / 
python-wsgiproxy2


Commits:
96e0f204 by Daniel M. Capella at 2024-04-05T21:48:54-04:00
upgpkg: 0.5.1-6: Rebuild for Python 3.12

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,21 @@
+pkgbase = python-wsgiproxy2
+   pkgdesc = A WSGI Proxy with various http client backends
+   pkgver = 0.5.1
+   pkgrel = 6
+   url = https://github.com/gawel/WSGIProxy2/
+   arch = any
+   license = MIT
+   checkdepends = python-pytest
+   checkdepends = python-requests
+   checkdepends = python-webtest
+   checkdepends = python-waitress
+   makedepends = python-build
+   makedepends = python-installer
+   makedepends = python-setuptools
+   makedepends = python-wheel
+   depends = python-webob
+   depends = python-six
+   source = 
https://github.com/gawel/WSGIProxy2/archive/0.5.1/python-wsgiproxy2-0.5.1.tar.gz
+   sha512sums = 
f72e151fedafae535fae3708220586b4baf137b66980b4b395be2895ae2c91e4a8c2a0473cb76a80de6ce057cdf9990620184f726235c1bb780bfb59d0cf54c0
+
+pkgname = python-wsgiproxy2


=
PKGBUILD
=
@@ -2,28 +2,28 @@
 
 pkgname=python-wsgiproxy2
 pkgver=0.5.1
-pkgrel=5
+pkgrel=6
 pkgdesc="A WSGI Proxy with various http client backends"
 arch=('any')
 license=('MIT')
 url="https://github.com/gawel/WSGIProxy2/;
 depends=('python-webob' 'python-six')
-makedepends=('python-setuptools')
-checkdepends=('python-nose' 'python-requests' 'python-webtest' 
'python-waitress')
+makedepends=('python-build' 'python-installer' 'python-setuptools' 
'python-wheel')
+checkdepends=('python-pytest' 'python-requests' 'python-webtest' 
'python-waitress')
 
source=("https://github.com/gawel/WSGIProxy2/archive/$pkgver/$pkgname-$pkgver.tar.gz;)
 
sha512sums=('f72e151fedafae535fae3708220586b4baf137b66980b4b395be2895ae2c91e4a8c2a0473cb76a80de6ce057cdf9990620184f726235c1bb780bfb59d0cf54c0')
 
 build() {
   cd WSGIProxy2-$pkgver
-  python setup.py build
+  python -m build --wheel --skip-dependency-check --no-isolation
 }
 
 check() {
   cd WSGIProxy2-$pkgver
-  nosetests3
+  pytest
 }
 
 package() {
   cd WSGIProxy2-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
+  python -m installer --destdir="$pkgdir" dist/*.whl
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-wsgiproxy2/-/commit/96e0f2040b99d82b9b95c23a90034d0b2f0474f8

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




[Git][archlinux/packaging/packages/python-wsgiproxy2] Pushed new tag 0.5.1-6

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


Daniel M. Capella pushed new tag 0.5.1-6 at Arch Linux / Packaging / Packages / 
python-wsgiproxy2

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




[Git][archlinux/packaging/packages/python-webtest][main] upgpkg: 3.0.0-6: Rebuild for Python 3.12

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


Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / 
python-webtest


Commits:
5a634df6 by Daniel M. Capella at 2024-04-05T21:48:08-04:00
upgpkg: 3.0.0-6: Rebuild for Python 3.12

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,26 @@
+pkgbase = python-webtest
+   pkgdesc = Helper to test WSGI applications
+   pkgver = 3.0.0
+   pkgrel = 6
+   url = https://docs.pylonsproject.org/projects/webtest/en/latest/
+   arch = any
+   license = MIT
+   checkdepends = python-pytest
+   checkdepends = python-pyquery
+   checkdepends = python-pastedeploy
+   checkdepends = python-wsgiproxy2
+   makedepends = python-build
+   makedepends = python-installer
+   makedepends = python-setuptools
+   makedepends = python-wheel
+   depends = python-webob
+   depends = python-beautifulsoup4
+   depends = python-waitress
+   optdepends = python-pyquery: for response.pyquery
+   optdepends = python-lxml: for response.lxml
+   source = https://pypi.io/packages/source/W/WebTest/WebTest-3.0.0.tar.gz
+   source = 
webtest-py312-test-fix.patch::https://github.com/Pylons/webtest/commit/d82ec5bd2cf3c7109a1d49ad9fa802ae1eae1763.patch
+   sha512sums = 
b97a6311d7e3bf653bec93c2390fb75c991d0dea6148680d8b6ff87861c130518a5d150dd157eab9b032b278566ad12c0ac8f5fc2ddbeba31e35de1e1f06f747
+   sha512sums = 
be5964cd8d01f2c1b396ee124fa60098e95a7b0b202d0212768a9f63c4a9faa029ec82ca5256c9356c709164b1db7d75056a718b3cdc9264a6fc76bcd3547e24
+
+pkgname = python-webtest


=
PKGBUILD
=
@@ -3,22 +3,29 @@
 
 pkgname=python-webtest
 pkgver=3.0.0
-pkgrel=5
+pkgrel=6
 pkgdesc="Helper to test WSGI applications"
 arch=('any')
-url='http://webtest.pythonpaste.org/'
+url='https://docs.pylonsproject.org/projects/webtest/en/latest/'
 license=('MIT')
 depends=('python-webob' 'python-beautifulsoup4' 'python-waitress')
 optdepends=('python-pyquery: for response.pyquery'
 'python-lxml: for response.lxml')
-makedepends=('python-setuptools')
+makedepends=('python-build' 'python-installer' 'python-setuptools' 
'python-wheel')
 checkdepends=('python-pytest' 'python-pyquery' 'python-pastedeploy' 
'python-wsgiproxy2')
-source=("https://pypi.io/packages/source/W/WebTest/WebTest-$pkgver.tar.gz;)
-sha512sums=('b97a6311d7e3bf653bec93c2390fb75c991d0dea6148680d8b6ff87861c130518a5d150dd157eab9b032b278566ad12c0ac8f5fc2ddbeba31e35de1e1f06f747')
+source=("https://pypi.io/packages/source/W/WebTest/WebTest-$pkgver.tar.gz;
+
'webtest-py312-test-fix.patch::https://github.com/Pylons/webtest/commit/d82ec5bd2cf3c7109a1d49ad9fa802ae1eae1763.patch')
+sha512sums=('b97a6311d7e3bf653bec93c2390fb75c991d0dea6148680d8b6ff87861c130518a5d150dd157eab9b032b278566ad12c0ac8f5fc2ddbeba31e35de1e1f06f747'
+
'be5964cd8d01f2c1b396ee124fa60098e95a7b0b202d0212768a9f63c4a9faa029ec82ca5256c9356c709164b1db7d75056a718b3cdc9264a6fc76bcd3547e24')
+
+prepare() {
+  cd WebTest-$pkgver
+  patch --forward --strip=1 --input=../webtest-py312-test-fix.patch
+}
 
 build() {
   cd WebTest-$pkgver
-  python setup.py build
+  python -m build --wheel --skip-dependency-check --no-isolation
 }
 
 check() {
@@ -28,6 +35,11 @@ check() {
 
 package() {
   cd WebTest-$pkgver
-  python setup.py install --prefix=/usr --root="$pkgdir" --optimize=1 
--skip-build
-  install -Dm644 license.rst "$pkgdir"/usr/share/licenses/$pkgname/license.rst
+  python -m installer --destdir="$pkgdir" dist/*.whl
+
+  # Symlink license file
+  local site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
+  install -d "$pkgdir"/usr/share/licenses/$pkgname
+  ln -s "$site_packages"/WebTest-$pkgver.dist-info/LICENSE.rst \
+"$pkgdir"/usr/share/licenses/$pkgname/LICENSE.rst
 }



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

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




[Git][archlinux/packaging/packages/python-webtest] Pushed new tag 3.0.0-6

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


Daniel M. Capella pushed new tag 3.0.0-6 at Arch Linux / Packaging / Packages / 
python-webtest

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




[Git][archlinux/packaging/packages/python-waitress][main] upgpkg: 3.0.0-2: Rebuild for Python 3.12

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


Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / 
python-waitress


Commits:
827a31d5 by Daniel M. Capella at 2024-04-05T21:27:23-04:00
upgpkg: 3.0.0-2: Rebuild for Python 3.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-waitress
pkgdesc = Waitress WSGI server
pkgver = 3.0.0
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/Pylons/waitress
arch = any
license = ZPL-2.1


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=python-waitress
 pkgver=3.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc="Waitress WSGI server"
 arch=('any')
 license=('ZPL-2.1')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-waitress/-/commit/827a31d575afb6eba20de3f3322ac441d2d53eff

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




[Git][archlinux/packaging/packages/python-waitress] Pushed new tag 3.0.0-2

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


Daniel M. Capella pushed new tag 3.0.0-2 at Arch Linux / Packaging / Packages / 
python-waitress

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




[Git][archlinux/packaging/packages/python-webob] Pushed new tag 1.8.7-8

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


Daniel M. Capella pushed new tag 1.8.7-8 at Arch Linux / Packaging / Packages / 
python-webob

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




[Git][archlinux/packaging/packages/python-webob][main] upgpkg: 1.8.7-8: Rebuild for Python 3.12

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


Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / 
python-webob


Commits:
cc2c1231 by Daniel M. Capella at 2024-04-05T21:25:31-04:00
upgpkg: 1.8.7-8: Rebuild for Python 3.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-webob
pkgdesc = WSGI request and response object
pkgver = 1.8.7
-   pkgrel = 7
+   pkgrel = 8
url = http://pythonpaste.org/webob/
arch = any
license = MIT


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 pkgbase='python-webob'
 pkgname=('python-webob' 'python-webob-docs')
 pkgver=1.8.7
-pkgrel=7
+pkgrel=8
 pkgdesc="WSGI request and response object"
 arch=('any')
 url="http://pythonpaste.org/webob/;



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

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




[Git][archlinux/packaging/packages/python-openpyxl][main] upgpkg: 3.1.2-4: Rebuild for Python 3.12

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


Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / 
python-openpyxl


Commits:
1929632e by Daniel M. Capella at 2024-04-05T21:22:40-04:00
upgpkg: 3.1.2-4: Rebuild for Python 3.12

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,29 @@
+pkgbase = python-openpyxl
+   pkgdesc = A Python library to read/write Excel 2010 xlsx/xlsm files
+   pkgver = 3.1.2
+   pkgrel = 4
+   url = https://openpyxl.readthedocs.org/
+   arch = any
+   license = MIT
+   checkdepends = python-pytest
+   checkdepends = python-py
+   checkdepends = python-lxml
+   checkdepends = python-pandas
+   checkdepends = python-pillow
+   makedepends = python-build
+   makedepends = python-installer
+   makedepends = python-wheel
+   makedepends = python-setuptools
+   makedepends = python-defusedxml
+   depends = python
+   depends = python-et-xmlfile
+   optdepends = python-pillow: needed to include images
+   optdepends = python-lxml: alternative XML backend
+   optdepends = python-defusedxml: guard against various XML 
vulnerabilities
+   optdepends = python-pandas: for iteration over Pandas DataFrames
+   source = 
https://foss.heptapod.net/openpyxl/openpyxl/-/archive/3.1.2/openpyxl-3.1.2.tar.bz2
+   source = pytest8.patch
+   sha256sums = 
421e13e7004f6fee7cf84c1b9fa738615bf409ff2b57e2227be75452f7608c12
+   sha256sums = 
28014dede088afb80047458c88d0e121aae93b20cf8789ad45b47fd4c8884b2d
+
+pkgname = python-openpyxl


=
PKGBUILD
=
@@ -6,7 +6,7 @@
 pkgname=python-openpyxl
 # https://openpyxl.readthedocs.io/en/stable/changes.html
 pkgver=3.1.2
-pkgrel=3
+pkgrel=4
 pkgdesc="A Python library to read/write Excel 2010 xlsx/xlsm files"
 arch=('any')
 url="https://openpyxl.readthedocs.org/;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-openpyxl/-/commit/1929632e167707c77fa9a7bf098c49bb89c90112

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




[Git][archlinux/packaging/packages/python-openpyxl] Pushed new tag 3.1.2-4

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


Daniel M. Capella pushed new tag 3.1.2-4 at Arch Linux / Packaging / Packages / 
python-openpyxl

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




[Git][archlinux/packaging/packages/python-et-xmlfile][main] upgpkg: 1.1-5: Rebuild for Python 3.12

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


Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / 
python-et-xmlfile


Commits:
50840b9d by Daniel M. Capella at 2024-04-05T21:19:53-04:00
upgpkg: 1.1-5: Rebuild for Python 3.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-et-xmlfile
pkgdesc = A low memory library for creating large XML files.
pkgver = 1.1
-   pkgrel = 4
+   pkgrel = 5
url = https://et-xmlfile.readthedocs.io/
arch = any
license = MIT


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname='python-et-xmlfile'
 pkgver=1.1
-pkgrel=4
+pkgrel=5
 pkgdesc="A low memory library for creating large XML files."
 arch=('any')
 url="https://et-xmlfile.readthedocs.io/;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-et-xmlfile/-/commit/50840b9dbe437530252e912d98faeb128295d59f

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




[Git][archlinux/packaging/packages/python-et-xmlfile] Pushed new tag 1.1-5

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


Daniel M. Capella pushed new tag 1.1-5 at Arch Linux / Packaging / Packages / 
python-et-xmlfile

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




[Git][archlinux/packaging/packages/ttf-nerd-fonts-symbols][main] upgpkg: 3.2.0-1

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


Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / 
ttf-nerd-fonts-symbols


Commits:
d4c9034d by Daniel M. Capella at 2024-04-05T20:17:05-04:00
upgpkg: 3.2.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,18 +1,18 @@
 pkgbase = ttf-nerd-fonts-symbols
pkgdesc = High number of extra glyphs from popular 'iconic fonts'
-   pkgver = 3.1.1
+   pkgver = 3.2.0
pkgrel = 1
url = https://github.com/ryanoasis/nerd-fonts
install = ttf-nerd-fonts-symbols.install
arch = any
license = MIT
-   source = 
SymbolsNerdFont-Regular-3.1.1.ttf::https://raw.githubusercontent.com/ryanoasis/nerd-fonts/v3.1.1/patched-fonts/NerdFontsSymbolsOnly/SymbolsNerdFont-Regular.ttf
-   source = 
SymbolsNerdFontMono-Regular-3.1.1.ttf::https://raw.githubusercontent.com/ryanoasis/nerd-fonts/v3.1.1/patched-fonts/NerdFontsSymbolsOnly/SymbolsNerdFontMono-Regular.ttf
-   source = 
10-nerd-font-symbols-3.1.1.conf::https://raw.githubusercontent.com/ryanoasis/nerd-fonts/v3.1.1/10-nerd-font-symbols.conf
-   source = 
Nerd_Fonts-3.1.1-LICENSE::https://raw.githubusercontent.com/ryanoasis/nerd-fonts/v3.1.1/LICENSE
-   b2sums = 
2c22b0375e9646082f5234f42c37ffcc3aca41c03afc962ca09226e72de3a83c88536c23d6a7cad14b144fe0f3434f210d51ad5124351cffc0c649a8b3774d02
-   b2sums = 
deae35a7f1f4d9bc692defcac30cc6ef0cece58671ef68384f89d14710a8c5ca751b3f89109a7ff0a7227ebfd8948d7efeec193fb6b7b779545e91857c2d1a7d
-   b2sums = 
5246807cdd9e81eec3102e48ff42dad76a32e8c7d24823b7757fcec8844dd6568602025876b7cc9717c5f4a6afefc0aa35241c5ec6d75d6649c653b2a8bd5a6e
+   source = 
SymbolsNerdFont-Regular-3.2.0.ttf::https://raw.githubusercontent.com/ryanoasis/nerd-fonts/v3.2.0/patched-fonts/NerdFontsSymbolsOnly/SymbolsNerdFont-Regular.ttf
+   source = 
SymbolsNerdFontMono-Regular-3.2.0.ttf::https://raw.githubusercontent.com/ryanoasis/nerd-fonts/v3.2.0/patched-fonts/NerdFontsSymbolsOnly/SymbolsNerdFontMono-Regular.ttf
+   source = 
10-nerd-font-symbols-3.2.0.conf::https://raw.githubusercontent.com/ryanoasis/nerd-fonts/v3.2.0/10-nerd-font-symbols.conf
+   source = 
Nerd_Fonts-3.2.0-LICENSE::https://raw.githubusercontent.com/ryanoasis/nerd-fonts/v3.2.0/LICENSE
+   b2sums = 
d595bae0319f3a307bbb0d4b547380262b61a38061c10fc3d1ca44d8c91ac4f0648f076dc0cc7116e664dfe07b5c87808969f38e9442d5a82a036ee7baaf9c2f
+   b2sums = 
67b66b852e672c81bc79b49a25c2331429770ebf4e71db4958eaee7b33f8cd52c9eb97e393a6e9dcbc51f0a7fa0eddf562b6885a8d359e6aff656fd861f790aa
+   b2sums = 
141708eb505c16352e8a9690b3a746b049bd5656c48cdb47233a9d0c5188c950b000b7c200cd8cc3d5d18d67ef6925cab964eaa26fb4c33e764acbd6bef2
b2sums = 
cf89e6d30dfd223c0b67941c1641d3290f0ff9bdb49b618a5938079c885ff74e61c555119fc5e0d9111bd37dbb21401f9cd6dc8a29bf3d6f97fc3a4827b6c1e3
 
 pkgname = ttf-nerd-fonts-symbols


=
PKGBUILD
=
@@ -7,7 +7,7 @@ pkgname=(
   'ttf-nerd-fonts-symbols-common'
 )
 pkgbase=ttf-nerd-fonts-symbols
-pkgver=3.1.1
+pkgver=3.2.0
 pkgrel=1
 pkgdesc="High number of extra glyphs from popular 'iconic fonts'"
 arch=('any')
@@ -20,9 +20,9 @@ source=(
   
"10-nerd-font-symbols-$pkgver.conf::https://raw.githubusercontent.com/ryanoasis/nerd-fonts/v$pkgver/10-nerd-font-symbols.conf;
   
"Nerd_Fonts-$pkgver-LICENSE::https://raw.githubusercontent.com/ryanoasis/nerd-fonts/v$pkgver/LICENSE;
 )
-b2sums=('2c22b0375e9646082f5234f42c37ffcc3aca41c03afc962ca09226e72de3a83c88536c23d6a7cad14b144fe0f3434f210d51ad5124351cffc0c649a8b3774d02'
-
'deae35a7f1f4d9bc692defcac30cc6ef0cece58671ef68384f89d14710a8c5ca751b3f89109a7ff0a7227ebfd8948d7efeec193fb6b7b779545e91857c2d1a7d'
-
'5246807cdd9e81eec3102e48ff42dad76a32e8c7d24823b7757fcec8844dd6568602025876b7cc9717c5f4a6afefc0aa35241c5ec6d75d6649c653b2a8bd5a6e'
+b2sums=('d595bae0319f3a307bbb0d4b547380262b61a38061c10fc3d1ca44d8c91ac4f0648f076dc0cc7116e664dfe07b5c87808969f38e9442d5a82a036ee7baaf9c2f'
+
'67b66b852e672c81bc79b49a25c2331429770ebf4e71db4958eaee7b33f8cd52c9eb97e393a6e9dcbc51f0a7fa0eddf562b6885a8d359e6aff656fd861f790aa'
+
'141708eb505c16352e8a9690b3a746b049bd5656c48cdb47233a9d0c5188c950b000b7c200cd8cc3d5d18d67ef6925cab964eaa26fb4c33e764acbd6bef2'
 
'cf89e6d30dfd223c0b67941c1641d3290f0ff9bdb49b618a5938079c885ff74e61c555119fc5e0d9111bd37dbb21401f9cd6dc8a29bf3d6f97fc3a4827b6c1e3')
 
 _package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ttf-nerd-fonts-symbols/-/commit/d4c9034d739a7e28ffa00d18efdb6bdbc3eb4ee3

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ttf-nerd-fonts-symbols/-/commit/d4c9034d739a7e28ffa00d18efdb6bdbc3eb4ee3
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/ttf-nerd-fonts-symbols] Pushed new tag 3.2.0-1

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


Daniel M. Capella pushed new tag 3.2.0-1 at Arch Linux / Packaging / Packages / 
ttf-nerd-fonts-symbols

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ttf-nerd-fonts-symbols/-/tree/3.2.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/dark-reader][main] upgpkg: 4.9.82-1

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


Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / 
dark-reader


Commits:
e064622c by Daniel M. Capella at 2024-04-05T20:16:34-04:00
upgpkg: 4.9.82-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,14 +1,14 @@
 pkgbase = dark-reader
pkgdesc = Inverts brightness of web pages and aims to reduce eyestrain 
while browsing the web
-   pkgver = 4.9.81
-   pkgrel = 2
+   pkgver = 4.9.82
+   pkgrel = 1
url = https://darkreader.org/
arch = any
license = MIT
makedepends = git
makedepends = npm
-   source = git+https://github.com/darkreader/darkreader.git#tag=v4.9.81
-   b2sums = 
b23521513703ea92b4700b33146f15ce79533c592ab680aabc907f63acb7000fcc29c4f83c2fcf2e9dde738aaf1633400fd23eff321749b63288ce4d6124fde7
+   source = git+https://github.com/darkreader/darkreader.git#tag=v4.9.82
+   b2sums = 
783ca2aa3dc41fbc52a44e47f275cbcd3fd7f898184b4e56fde38e27d5fd0d28664a8a6a6b989fd8a01f7ad532f55befd1b8f6a6f57654bb71bf33092317ab14
 
 pkgname = dark-reader
pkgdesc = Inverts brightness of web pages and aims to reduce eyestrain 
while browsing the web (unpacked webextension)


=
PKGBUILD
=
@@ -4,15 +4,15 @@
 pkgname=('dark-reader' 'firefox-dark-reader' 'thunderbird-dark-reader')
 pkgbase=dark-reader
 _name=${pkgbase/-}
-pkgver=4.9.81
-pkgrel=2
+pkgver=4.9.82
+pkgrel=1
 pkgdesc='Inverts brightness of web pages and aims to reduce eyestrain while 
browsing the web'
 arch=('any')
 url=https://darkreader.org/
 license=('MIT')
 makedepends=('git' 'npm')
 source=("git+https://github.com/$_name/$_name.git#tag=v$pkgver;)
-b2sums=('b23521513703ea92b4700b33146f15ce79533c592ab680aabc907f63acb7000fcc29c4f83c2fcf2e9dde738aaf1633400fd23eff321749b63288ce4d6124fde7')
+b2sums=('783ca2aa3dc41fbc52a44e47f275cbcd3fd7f898184b4e56fde38e27d5fd0d28664a8a6a6b989fd8a01f7ad532f55befd1b8f6a6f57654bb71bf33092317ab14')
 
 prepare() {
   cd "$_name"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/dark-reader/-/commit/e064622c64f5f9ec7a387c4b3d24e46c9f840324

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




[Git][archlinux/packaging/packages/dark-reader] Pushed new tag 4.9.82-1

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


Daniel M. Capella pushed new tag 4.9.82-1 at Arch Linux / Packaging / Packages 
/ dark-reader

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




[Git][archlinux/packaging/packages/python-myst-parser][main] upgpkg: 2.0.0-2: Rebuild for Python 3.12

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


Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / 
python-myst-parser


Commits:
6b1851ce by Daniel M. Capella at 2024-04-05T19:29:47-04:00
upgpkg: 2.0.0-2: Rebuild for Python 3.12

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,30 @@
+pkgbase = python-myst-parser
+   pkgdesc = An extended commonmark compliant parser, with bridges to 
docutils/sphinx
+   pkgver = 2.0.0
+   pkgrel = 2
+   url = https://github.com/executablebooks/MyST-Parser
+   arch = any
+   license = MIT
+   checkdepends = python-beautifulsoup4
+   checkdepends = python-linkify-it-py
+   checkdepends = python-pytest
+   checkdepends = python-pytest-param-files
+   checkdepends = python-pytest-regressions
+   checkdepends = python-sphinx-pytest
+   makedepends = python-build
+   makedepends = python-installer
+   makedepends = python-flit-core
+   makedepends = python-wheel
+   depends = python
+   depends = python-docutils
+   depends = python-jinja
+   depends = python-markdown-it-py
+   depends = python-mdit_py_plugins
+   depends = python-pygments
+   depends = python-sphinx
+   depends = python-yaml
+   optdepends = python-linkify-it-py: linkify support
+   source = 
https://github.com/executablebooks/MyST-Parser/archive/v2.0.0/python-myst-parser-2.0.0.tar.gz
+   sha512sums = 
c47bdd773565e93c4714d318a70f9a8adab1be6e2a63c23175667fc4afb5da4d66b84e11176782c8202e9fd68883e74d444911ddfb0b91356c2ba07fa65f7ea4
+
+pkgname = python-myst-parser


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 _pkgname=MyST-Parser
 pkgname=python-myst-parser
 pkgver=2.0.0
-pkgrel=1
+pkgrel=2
 pkgdesc='An extended commonmark compliant parser, with bridges to 
docutils/sphinx'
 arch=('any')
 url='https://github.com/executablebooks/MyST-Parser'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-myst-parser/-/commit/6b1851ce4006084273fc0cceb12a1700b253

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




[Git][archlinux/packaging/packages/python-myst-parser] Pushed new tag 2.0.0-2

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


Daniel M. Capella pushed new tag 2.0.0-2 at Arch Linux / Packaging / Packages / 
python-myst-parser

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




[Git][archlinux/packaging/packages/python-sphinx-pytest][main] upgpkg: 0.2.0-2: Rebuild for Python 3.12

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


Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / 
python-sphinx-pytest


Commits:
d372c9cb by Daniel M. Capella at 2024-04-05T19:27:34-04:00
upgpkg: 0.2.0-2: Rebuild for Python 3.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-sphinx-pytest
pkgdesc = Helpful pytest fixtures for sphinx extensions
pkgver = 0.2.0
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/chrisjsewell/sphinx-pytest
arch = any
license = MIT


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _pkgname=sphinx-pytest
 pkgname=python-$_pkgname
 pkgver=0.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Helpful pytest fixtures for sphinx extensions'
 arch=('any')
 url='https://github.com/chrisjsewell/sphinx-pytest'



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

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




[Git][archlinux/packaging/packages/python-sphinx-pytest] Pushed new tag 0.2.0-2

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


Daniel M. Capella pushed new tag 0.2.0-2 at Arch Linux / Packaging / Packages / 
python-sphinx-pytest

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




[Git][archlinux/packaging/packages/python-pytest-param-files][main] upgpkg: 0.6.0-3: Rebuild for Python 3.12

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


Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / 
python-pytest-param-files


Commits:
ced82c1e by Daniel M. Capella at 2024-04-05T19:25:15-04:00
upgpkg: 0.6.0-3: Rebuild for Python 3.12

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,17 @@
+pkgbase = python-pytest-param-files
+   pkgdesc = Create pytest parametrize decorators from external files
+   pkgver = 0.6.0
+   pkgrel = 3
+   url = https://github.com/chrisjsewell/pytest-param-files
+   arch = any
+   license = MIT
+   makedepends = python-build
+   makedepends = python-installer
+   makedepends = python-flit-core
+   depends = python
+   depends = python-ruamel-yaml
+   depends = python-pytest
+   source = 
https://files.pythonhosted.org/packages/source/p/pytest-param-files/pytest_param_files-0.6.0.tar.gz
+   sha256sums = 
ab02608d63f7baf14483682ee6213c9330401f2a14d7a63489b872f6830a9848
+
+pkgname = python-pytest-param-files


=
PKGBUILD
=
@@ -5,7 +5,7 @@ BUILDENV+=(!check)
 pkgname=python-pytest-param-files
 _pyname=${pkgname#python-}
 pkgver=0.6.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Create pytest parametrize decorators from external files '
 arch=(any)
 url="https://github.com/chrisjsewell/$_pyname;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-param-files/-/commit/ced82c1eaf47a62070094870ac405cee47cef1bf

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




[Git][archlinux/packaging/packages/python-pytest-param-files] Pushed new tag 0.6.0-3

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


Daniel M. Capella pushed new tag 0.6.0-3 at Arch Linux / Packaging / Packages / 
python-pytest-param-files

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




[Git][archlinux/packaging/packages/python-anyascii] Pushed new tag 0.3.2-2

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


Daniel M. Capella pushed new tag 0.3.2-2 at Arch Linux / Packaging / Packages / 
python-anyascii

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




[Git][archlinux/packaging/packages/python-anyascii][main] upgpkg: 0.3.2-2: Rebuild for Python 3.12

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


Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / 
python-anyascii


Commits:
a713098a by Daniel M. Capella at 2024-04-05T19:22:54-04:00
upgpkg: 0.3.2-2: Rebuild for Python 3.12

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,17 @@
+pkgbase = python-anyascii
+   pkgdesc = Unicode to ASCII transliteration
+   pkgver = 0.3.2
+   pkgrel = 2
+   url = https://anyascii.com/
+   arch = any
+   license = ISC
+   checkdepends = python-pytest
+   makedepends = git
+   makedepends = python-build
+   makedepends = python-flit-core
+   makedepends = python-installer
+   depends = python
+   source = git+https://github.com/anyascii/anyascii.git#tag=0.3.2
+   b2sums = 
76bd68cfd817592750f686767d5b3426848f688b172520e6a4bb289987ccd480bc26504d36dfef0063580b2012a528091548236795f6476adbe68f8f20533b57
+
+pkgname = python-anyascii


=
PKGBUILD
=
@@ -1,37 +1,36 @@
 # Maintainer: Daniel M. Capella 
 
-_name=anyascii
 pkgname=python-anyascii
+_name=${pkgname#python-}
 pkgver=0.3.2
-pkgrel=1
+pkgrel=2
 pkgdesc='Unicode to ASCII transliteration'
 arch=('any')
 url=https://anyascii.com/
 license=('ISC')
 depends=('python')
-makedepends=('python-build' 'python-flit-core' 'python-installer')
+makedepends=('git' 'python-build' 'python-flit-core' 'python-installer')
 checkdepends=('python-pytest')
-source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz;)
-sha256sums=('9d5d32ef844fe225b8bc7cba7f950534fae4da27a9bf3a6bea2cb0ea46ce4730')
-b2sums=('6e267b3b8bf9d5db3f66c1a55d73ad080d0b2e29ea7862b27387adae0fe5b79e518ff3286be805e8472c8275d2e7bda3998eebf2a04c86abbc584aa7a4735424')
+source=("git+https://github.com/$_name/$_name.git#tag=$pkgver;)
+b2sums=('76bd68cfd817592750f686767d5b3426848f688b172520e6a4bb289987ccd480bc26504d36dfef0063580b2012a528091548236795f6476adbe68f8f20533b57')
 
 build() {
-  cd $_name-$pkgver
+  cd "$_name"/impl/python
   python -m build --wheel --skip-dependency-check --no-isolation
 }
 
 check() {
-  cd $_name-$pkgver
+  cd "$_name"/impl/python
   python -m pytest
 }
 
 package() {
-  cd $_name-$pkgver
+  cd "$_name"/impl/python
   python -m installer --destdir="$pkgdir" dist/*.whl
 
   # Symlink license file
   local site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")
   install -d "$pkgdir"/usr/share/licenses/$pkgname
-  ln -s "$site_packages"/$_name-$pkgver.dist-info/LICENSE \
+  ln -s "$site_packages"/"$_name"-$pkgver.dist-info/LICENSE \
 "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
 }



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

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




[Git][archlinux/packaging/packages/python-configobj] Pushed new tag 5.0.8-5

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


Daniel M. Capella pushed new tag 5.0.8-5 at Arch Linux / Packaging / Packages / 
python-configobj

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




[Git][archlinux/packaging/packages/python-configobj][main] upgpkg: 5.0.8-5: Rebuild for Python 3.12

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


Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / 
python-configobj


Commits:
cca53b2b by Daniel M. Capella at 2024-04-05T19:15:02-04:00
upgpkg: 5.0.8-5: Rebuild for Python 3.12

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,14 @@
+pkgbase = python-configobj
+   pkgdesc = Simple config file reader and writer
+   pkgver = 5.0.8
+   pkgrel = 5
+   url = https://github.com/DiffSK/configobj
+   arch = any
+   license = BSD
+   makedepends = git
+   makedepends = python-setuptools
+   depends = python-six
+   source = 
git+https://github.com/DiffSK/configobj#commit=a58c2f4de0e9e854daa67fec630506e5a461eea9
+   b2sums = 
02df6ff081dc22d639314532dfc496400048f3fde36e782159132f3351f7e3a9b15a31cd4846b2a6c6c2b54bddad4b8128f6ba533c68664da06b0274a993a223
+
+pkgname = python-configobj


=
PKGBUILD
=
@@ -5,7 +5,7 @@
 
 pkgname=python-configobj
 pkgver=5.0.8
-pkgrel=4
+pkgrel=5
 pkgdesc='Simple config file reader and writer'
 arch=(any)
 url='https://github.com/DiffSK/configobj'
@@ -13,7 +13,7 @@ license=(BSD)
 depends=(python-six)
 makedepends=(git python-setuptools)
 source=("git+$url#commit=a58c2f4de0e9e854daa67fec630506e5a461eea9") # tag: 
v5.0.8
-b2sums=('SKIP')
+b2sums=('02df6ff081dc22d639314532dfc496400048f3fde36e782159132f3351f7e3a9b15a31cd4846b2a6c6c2b54bddad4b8128f6ba533c68664da06b0274a993a223')
 
 prepare() {
   cd configobj



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

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




[Git][archlinux/packaging/packages/eslint][main] upgpkg: 9.0.0-1

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


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


Commits:
528e0671 by Daniel M. Capella at 2024-04-05T19:07:31-04:00
upgpkg: 9.0.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = eslint
pkgdesc = An AST-based pattern checker for JavaScript
-   pkgver = 8.57.0
+   pkgver = 9.0.0
pkgrel = 1
url = https://eslint.org
arch = any
@@ -11,7 +11,7 @@ pkgbase = eslint
depends = acorn
depends = nodejs
options = !emptydirs
-   source = git+https://github.com/eslint/eslint.git#tag=v8.57.0
-   b2sums = 
e70c240a486f7de584f59e28feaa277a153b985699926ce9ba9001d8ae436c4feccf645a06f3bf881c54671241f85f1a205774b866b040c64fcd51e8402c880c
+   source = git+https://github.com/eslint/eslint.git#tag=v9.0.0
+   b2sums = 
a06c7026bf89c6cbbb98de674ac2907e2d414661032643148447559ebf45cbcba41b3f878247248118f0b38e717460a94bb8df09b602a5b507d50f7d23b7b95a
 
 pkgname = eslint


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Maintainer: Daniel M. Capella 
 
 pkgname=eslint
-pkgver=8.57.0
+pkgver=9.0.0
 pkgrel=1
 pkgdesc='An AST-based pattern checker for JavaScript'
 arch=('any')
@@ -12,7 +12,7 @@ depends=('acorn' 'nodejs')
 makedepends=('git' 'jq' 'npm')
 options=('!emptydirs')
 source=("git+https://github.com/$pkgname/$pkgname.git#tag=v$pkgver;)
-b2sums=('e70c240a486f7de584f59e28feaa277a153b985699926ce9ba9001d8ae436c4feccf645a06f3bf881c54671241f85f1a205774b866b040c64fcd51e8402c880c')
+b2sums=('a06c7026bf89c6cbbb98de674ac2907e2d414661032643148447559ebf45cbcba41b3f878247248118f0b38e717460a94bb8df09b602a5b507d50f7d23b7b95a')
 
 prepare() {
   cd $pkgname



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/eslint/-/commit/528e0671deaeb4f08f0f704f206c90da6469dec5

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




[Git][archlinux/packaging/packages/eslint] Pushed new tag 9.0.0-1

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


Daniel M. Capella pushed new tag 9.0.0-1 at Arch Linux / Packaging / Packages / 
eslint

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




[Git][archlinux/packaging/packages/pyside6][main] upgpkg: 6.7.0git20240406-2: Python 3.12 rebuild

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


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


Commits:
394a63a9 by Antonio Rojas at 2024-04-06T01:05:01+02:00
upgpkg: 6.7.0git20240406-2: Python 3.12 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = pyside6
pkgver = 6.7.0git20240406
-   pkgrel = 1
+   pkgrel = 2
url = https://www.qt.io
arch = x86_64
license = LGPL


=
PKGBUILD
=
@@ -9,7 +9,7 @@ _qtver=6.7.0git20240406
 _clangver=17.0.6
 _commit=06744deed8bfb71255a74dee9f12c8ec1f79eb49
 pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
 arch=(x86_64)
 url='https://www.qt.io'
 license=(LGPL)



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pyside6/-/commit/394a63a90bde8decab31e069ccf2dd8f63d0bf4a

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




[Git][archlinux/packaging/packages/pyside6] Pushed new tag 6.7.0git20240406-2

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


Antonio Rojas pushed new tag 6.7.0git20240406-2 at Arch Linux / Packaging / 
Packages / pyside6

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




[Git][archlinux/packaging/packages/python-i3ipc][main] upgpkg: 2.2.1-5

2024-04-05 Thread Maxim Baz (@maximbaz)


Maxim Baz pushed to branch main at Arch Linux / Packaging / Packages / 
python-i3ipc


Commits:
7a9b5cf4 by Maxim Baz at 2024-04-06T01:03:20+02:00
upgpkg: 2.2.1-5

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,16 @@
+pkgbase = python-i3ipc
+   pkgdesc = An improved Python library to control i3wm
+   pkgver = 2.2.1
+   pkgrel = 5
+   url = https://github.com/altdesktop/i3ipc-python
+   arch = any
+   license = BSD
+   makedepends = python-setuptools
+   depends = python
+   depends = python-xlib
+   conflicts = i3ipc-python
+   replaces = i3ipc-python
+   source = 
python-i3ipc-2.2.1.tar.gz::https://github.com/altdesktop/i3ipc-python/archive/v2.2.1.tar.gz
+   b2sums = 
19d62ad3cf5a3b2081cff9e193aef64d5108b9e2b304862d3bff60e11140873d8190d287e6ca89566602fc5300d80101576dc2d837b6f1e75d30adeb3772667e
+
+pkgname = python-i3ipc


=
PKGBUILD
=
@@ -1,10 +1,10 @@
-# Maintainer: Maxim Baz <$pkgname at maximbaz dot com>
+# Maintainer: Maxim Baz 
 # Contributor: Stick 
 
 _name=i3ipc-python
 pkgname=python-i3ipc
 pkgver=2.2.1
-pkgrel=4
+pkgrel=5
 pkgdesc='An improved Python library to control i3wm'
 arch=('any')
 url="https://github.com/altdesktop/${_name};
@@ -14,7 +14,7 @@ replaces=('i3ipc-python')
 depends=('python' 'python-xlib')
 makedepends=('python-setuptools')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/altdesktop/${_name}/archive/v${pkgver}.tar.gz;)
-sha256sums=('54af180fac6e3e16c65747884ae4479f0df034c45ed02523f8300f98c99eb29e')
+b2sums=('19d62ad3cf5a3b2081cff9e193aef64d5108b9e2b304862d3bff60e11140873d8190d287e6ca89566602fc5300d80101576dc2d837b6f1e75d30adeb3772667e')
 
 build() {
 cd "${_name}-${pkgver}"



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

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




[Git][archlinux/packaging/packages/python-i3ipc] Pushed new tag 2.2.1-5

2024-04-05 Thread Maxim Baz (@maximbaz)


Maxim Baz pushed new tag 2.2.1-5 at Arch Linux / Packaging / Packages / 
python-i3ipc

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




[Git][archlinux/packaging/packages/pyside6] Pushed new tag 6.7.0git20240406-1

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


Antonio Rojas pushed new tag 6.7.0git20240406-1 at Arch Linux / Packaging / 
Packages / pyside6

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




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

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


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


Commits:
8eddf04f by Antonio Rojas at 2024-04-06T00:57:04+02:00
upgpkg: 0.3.17-1: Update to 0.3.17

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

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


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

 



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

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




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

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


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

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




[Git][archlinux/packaging/packages/giac][main] upgpkg: 1.9.0.97-1: Update to 1.9.0.97

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


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


Commits:
b7377b19 by Antonio Rojas at 2024-04-06T00:52:10+02:00
upgpkg: 1.9.0.97-1: Update to 1.9.0.97

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = giac
pkgdesc = A free computer algebra system
-   pkgver = 1.9.0.93
+   pkgver = 1.9.0.97
pkgrel = 1
url = http://www-fourier.ujf-grenoble.fr/~parisse/giac.html
arch = x86_64
@@ -34,9 +34,9 @@ pkgbase = giac
depends = readline
depends = zlib
optdepends = perl: for pgiac
-   source = 
http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/giac_1.9.0-93.tar.gz
+   source = 
http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/giac_1.9.0-97.tar.gz
source = format-security.patch
-   sha256sums = 
153fddf4a27de32300cc3e9e9497875bc52b3ad212f5ff464e711323da5b4c85
+   sha256sums = 
fb384d92a5dc54d47df930b010de13c91e0d827a684b70f9673ae6b08be5f48d
sha256sums = 
04288944e408807a15aa502e1215087870d8921229c9f9890d862d3c9de337cd
 
 pkgname = giac


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Antonio Rojas 
 
 pkgname=giac
-_pkgver=1.9.0-93
+_pkgver=1.9.0-97
 pkgver=${_pkgver//-/.}
 pkgrel=1
 pkgdesc='A free computer algebra system'
@@ -39,7 +39,7 @@ makedepends=(hevea
 optdepends=('perl: for pgiac')
 
source=(http://www-fourier.ujf-grenoble.fr/~parisse/debian/dists/stable/main/source/${pkgname}_$_pkgver.tar.gz
 format-security.patch)
-sha256sums=('153fddf4a27de32300cc3e9e9497875bc52b3ad212f5ff464e711323da5b4c85'
+sha256sums=('fb384d92a5dc54d47df930b010de13c91e0d827a684b70f9673ae6b08be5f48d'
 '04288944e408807a15aa502e1215087870d8921229c9f9890d862d3c9de337cd')
 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/giac/-/commit/b7377b1918fc0b5cd9df8b1ce43fe64e65fe5255

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




[Git][archlinux/packaging/packages/giac] Pushed new tag 1.9.0.97-1

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


Antonio Rojas pushed new tag 1.9.0.97-1 at Arch Linux / Packaging / Packages / 
giac

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




[Git][archlinux/packaging/packages/freecad][main] upgpkg: 0.21.2-9: Python 3.12 rebuild

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


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


Commits:
0c182aef by Antonio Rojas at 2024-04-06T00:48:58+02:00
upgpkg: 0.21.2-9: Python 3.12 rebuild

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = freecad
pkgdesc = Feature based parametric 3D CAD modeler
pkgver = 0.21.2
-   pkgrel = 8
+   pkgrel = 9
url = https://freecadweb.org/
arch = x86_64
license = LGPL
@@ -53,9 +53,11 @@ pkgbase = freecad
source = freecad-vtk9.3.patch
source = pyside6.patch
source = 62c3836c.patch
-   b2sums = SKIP
+   source = https://github.com/FreeCAD/FreeCAD/commit/6043c904.patch
+   b2sums = 
b20da85de907a41b14581583f9d69cab8fe79b1bdd50c24fc299c649ef0bfd7723c0b23aebc68ca5bbdee2da22c959004c7b595e19b542b1ec06a7275c0f5ea7
b2sums = 
f0b5a4648eb4befabb2339bae4e42044e436aa50ad1c2a25b243c965272a217b2c1c69c34d0d20bd01c573008de10f733b74857ffecac502b8558a7095e305e5
b2sums = 
34a9c80fd2413284a2e09c41e91ef5079edafde6177384bfe8cc28ab44c60a8a1dfbee00d99ede39841f9405d1bc1b2b0e7bd1abff3e6a9fc32d124b656c2a9e
b2sums = 
eb474708c3611293cfe3dfc287418b606f7735f6eb306f44f7394cd7e65256daddcee35984211982f25064e7ec81cc038d4eeb8d34af7399058ecfb6e8e99e9f
+   b2sums = 
de4b98c4b488045f9810dce124c271d6f4f629922e026f2d4f1efd6c9060b92309db41f8e0f6ebe5e7a27399911ac908cc8935c2501214326dbb1c4b739d46cc
 
 pkgname = freecad


=
PKGBUILD
=
@@ -12,7 +12,7 @@
 
 pkgname=freecad
 pkgver=0.21.2
-pkgrel=8
+pkgrel=9
 pkgdesc='Feature based parametric 3D CAD modeler'
 arch=(x86_64)
 url='https://freecadweb.org/'
@@ -30,16 +30,19 @@ optdepends=('graphviz: dependency graph support'
 source=("git+https://github.com/$pkgname/$pkgname#tag=$pkgver;
 freecad-vtk9.3.patch
 pyside6.patch
-62c3836c.patch)
-b2sums=('SKIP'
+62c3836c.patch
+https://github.com/FreeCAD/FreeCAD/commit/6043c904.patch)
+b2sums=('b20da85de907a41b14581583f9d69cab8fe79b1bdd50c24fc299c649ef0bfd7723c0b23aebc68ca5bbdee2da22c959004c7b595e19b542b1ec06a7275c0f5ea7'
 
'f0b5a4648eb4befabb2339bae4e42044e436aa50ad1c2a25b243c965272a217b2c1c69c34d0d20bd01c573008de10f733b74857ffecac502b8558a7095e305e5'
 
'34a9c80fd2413284a2e09c41e91ef5079edafde6177384bfe8cc28ab44c60a8a1dfbee00d99ede39841f9405d1bc1b2b0e7bd1abff3e6a9fc32d124b656c2a9e'
-
'eb474708c3611293cfe3dfc287418b606f7735f6eb306f44f7394cd7e65256daddcee35984211982f25064e7ec81cc038d4eeb8d34af7399058ecfb6e8e99e9f')
+
'eb474708c3611293cfe3dfc287418b606f7735f6eb306f44f7394cd7e65256daddcee35984211982f25064e7ec81cc038d4eeb8d34af7399058ecfb6e8e99e9f'
+
'de4b98c4b488045f9810dce124c271d6f4f629922e026f2d4f1efd6c9060b92309db41f8e0f6ebe5e7a27399911ac908cc8935c2501214326dbb1c4b739d46cc')
 
 prepare() {
   patch -d freecad -Np1 -i "$srcdir"/freecad-vtk9.3.patch
   patch -d freecad -Np1 -i ../62c3836c.patch # Fix Qt6 issues in addons manager
   patch -d freecad -Np1 -i ../pyside6.patch
+  patch -d freecad -Np1 -i ../6043c904.patch # Fix build with Python 3.12
 }
 
 build() {



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

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




[Git][archlinux/packaging/packages/freecad] Pushed new tag 0.21.2-9

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


Antonio Rojas pushed new tag 0.21.2-9 at Arch Linux / Packaging / Packages / 
freecad

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




[Git][archlinux/packaging/packages/corrosion][main] upgpkg: 0.4.8-1: Update to 0.4.8

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


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


Commits:
44742ffa by Antonio Rojas at 2024-04-06T00:45:08+02:00
upgpkg: 0.4.8-1: Update to 0.4.8

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,13 +1,13 @@
 pkgbase = corrosion
pkgdesc = Tool for integrating Rust into an existing CMake project
-   pkgver = 0.4.7
+   pkgver = 0.4.8
pkgrel = 1
url = https://github.com/corrosion-rs/corrosion
arch = any
license = MIT
depends = cmake
depends = rust
-   source = 
https://github.com/corrosion-rs/corrosion/archive/v0.4.7/corrosion-0.4.7.tar.gz
-   sha256sums = 
f1fbb39e627e1972a5922895548e4fecaec39a06a538a1d26225d95c219a163e
+   source = 
https://github.com/corrosion-rs/corrosion/archive/v0.4.8/corrosion-0.4.8.tar.gz
+   sha256sums = 
6b9090647d372adec2b09ac7a553458b6e39004238967f9a25e9dd8c1d77584d
 
 pkgname = corrosion


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 # Contributor: Vaporeon 
 
 pkgname=corrosion
-pkgver=0.4.7
+pkgver=0.4.8
 pkgrel=1
 pkgdesc='Tool for integrating Rust into an existing CMake project'
 arch=(any)
@@ -11,7 +11,7 @@ license=(MIT)
 depends=(cmake
  rust)
 
source=(https://github.com/corrosion-rs/corrosion/archive/v$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('f1fbb39e627e1972a5922895548e4fecaec39a06a538a1d26225d95c219a163e')
+sha256sums=('6b9090647d372adec2b09ac7a553458b6e39004238967f9a25e9dd8c1d77584d')
 
 build() {
   cmake -B build -S $pkgname-$pkgver \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/corrosion/-/commit/44742ffa92d0b313183c191e54bac638adcc4a3b

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




[Git][archlinux/packaging/packages/corrosion] Pushed new tag 0.4.8-1

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


Antonio Rojas pushed new tag 0.4.8-1 at Arch Linux / Packaging / Packages / 
corrosion

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




[Git][archlinux/packaging/packages/wrangler] Pushed new tag 3.48.0-1

2024-04-05 Thread kpcyrd (@kpcyrd)


kpcyrd pushed new tag 3.48.0-1 at Arch Linux / Packaging / Packages / wrangler

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




[Git][archlinux/packaging/packages/wrangler][main] upgpkg: 3.48.0-1

2024-04-05 Thread kpcyrd (@kpcyrd)


kpcyrd pushed to branch main at Arch Linux / Packaging / Packages / wrangler


Commits:
51bee021 by kpcyrd at 2024-04-06T00:42:13+02:00
upgpkg: 3.48.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = wrangler
pkgdesc = The CLI for Cloudflare Workers
-   pkgver = 3.47.1
+   pkgver = 3.48.0
pkgrel = 1
url = https://github.com/cloudflare/workers-sdk
arch = x86_64
@@ -17,11 +17,11 @@ pkgbase = wrangler
depends = worker-build
depends = workerd
options = !lto
-   source = 
https://github.com/cloudflare/workers-sdk/archive/refs/tags/wrang...@3.47.1.tar.gz
+   source = 
https://github.com/cloudflare/workers-sdk/archive/refs/tags/wrang...@3.48.0.tar.gz
source = 
esbuild-0.17.19.tar.gz::https://github.com/evanw/esbuild/archive/v0.17.19.tar.gz
-   sha256sums = 
4c6b12ae47ccb0ec5fa40293961b5edfab272f5c78f6f3ab695603929dabf250
+   sha256sums = 
fa86331630ed7e6341713a0fba1079392bf3ef3a9c83acb6532d6e96eae92a09
sha256sums = 
481201f00848594f5850ac32ddf9d4d21047e5a4c306485fb7461dd4d14d6fa2
-   b2sums = 
4c2de07dd5614f70c94b3f21fff9021ac4741d10293c53488e0101906a65c267325bc2c17171fa9494276203a23b44a4d24ae84bd73519055cfb3463b1f964a5
+   b2sums = 
cb2a6468819aa2372c50ede5ecff4eb032500f743d981dcb23b88a3f95680cb08d3d27adc38fbac1637a560faeeca0d7430278979631effa4044867b12d33f8e
b2sums = 
4c26fdd7dd52706f98c6e9d60e6b3993168b2ffefd35b326e03be806d5083adcb50d9cb931f925f551e90aef5392647c99807b73af4075d6d5e2336c565c33ea
 
 pkgname = wrangler


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: kpcyrd 
 
 pkgname=wrangler
-pkgver=3.47.1
+pkgver=3.48.0
 pkgrel=1
 _esbuild_ver='0.17.19'
 pkgdesc="The CLI for Cloudflare Workers"
@@ -26,9 +26,9 @@ makedepends=(
 options=(!lto)
 
source=(https://github.com/cloudflare/workers-sdk/archive/refs/tags/wrangler@${pkgver}.tar.gz
 
"esbuild-${_esbuild_ver}.tar.gz::https://github.com/evanw/esbuild/archive/v${_esbuild_ver}.tar.gz;)
-sha256sums=('4c6b12ae47ccb0ec5fa40293961b5edfab272f5c78f6f3ab695603929dabf250'
+sha256sums=('fa86331630ed7e6341713a0fba1079392bf3ef3a9c83acb6532d6e96eae92a09'
 '481201f00848594f5850ac32ddf9d4d21047e5a4c306485fb7461dd4d14d6fa2')
-b2sums=('4c2de07dd5614f70c94b3f21fff9021ac4741d10293c53488e0101906a65c267325bc2c17171fa9494276203a23b44a4d24ae84bd73519055cfb3463b1f964a5'
+b2sums=('cb2a6468819aa2372c50ede5ecff4eb032500f743d981dcb23b88a3f95680cb08d3d27adc38fbac1637a560faeeca0d7430278979631effa4044867b12d33f8e'
 
'4c26fdd7dd52706f98c6e9d60e6b3993168b2ffefd35b326e03be806d5083adcb50d9cb931f925f551e90aef5392647c99807b73af4075d6d5e2336c565c33ea')
 
 prepare() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/wrangler/-/commit/51bee021995fd303e927b8c144398c191e5f9246

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




[Git][archlinux/packaging/packages/gnome-shell-extension-vitals][main] upgpkg: 66.0.1-1: Update to new release

2024-04-05 Thread @bgyorgy


Balló György pushed to branch main at Arch Linux / Packaging / Packages / 
gnome-shell-extension-vitals


Commits:
a8cf711a by Balló György at 2024-04-06T00:41:22+02:00
upgpkg: 66.0.1-1: Update to new release

- - - - -


3 changed files:

- .SRCINFO
- PKGBUILD
- − gnome-shell-extension-vitals-swap-details.patch


Changes:

=
.SRCINFO
=
@@ -1,15 +1,13 @@
 pkgbase = gnome-shell-extension-vitals
pkgdesc = GNOME Shell extension to display computer's temperature, 
voltage, fan speed, memory usage, processor load, system resources, network 
speed and storage stats
-   pkgver = 66.0.0
-   pkgrel = 3
+   pkgver = 66.0.1
+   pkgrel = 1
url = https://github.com/corecoding/Vitals
arch = any
license = GPL-2.0-or-later
depends = gnome-shell
optdepends = libgtop: show storage stats
-   source = 
gnome-shell-extension-vitals-66.0.0.zip::https://github.com/corecoding/Vitals/releases/download/v66.0.0/vitals.zip
-   source = gnome-shell-extension-vitals-swap-details.patch
-   sha256sums = 
c8b4431e42872dec22ed2c3dc1e625c69ac57d0c2b449ec6117865454bda66d0
-   sha256sums = 
0bd0d7d297bb18e7e69a22bdaae2755da84565d0f51f478c9a3a0632aa922939
+   source = 
gnome-shell-extension-vitals-66.0.1.zip::https://github.com/corecoding/Vitals/releases/download/v66.0.1/vitals.zip
+   sha256sums = 
b039982c67929add4e7fd906768df7f07bbdb64bc1a100315995a2887852960f
 
 pkgname = gnome-shell-extension-vitals


=
PKGBUILD
=
@@ -2,24 +2,16 @@
 
 pkgname=gnome-shell-extension-vitals
 _uuid=vit...@corecoding.com
-pkgver=66.0.0
-pkgrel=3
+pkgver=66.0.1
+pkgrel=1
 pkgdesc="GNOME Shell extension to display computer's temperature, voltage, fan 
speed, memory usage, processor load, system resources, network speed and 
storage stats"
 arch=('any')
 url='https://github.com/corecoding/Vitals'
 license=('GPL-2.0-or-later')
 depends=('gnome-shell')
 optdepends=('libgtop: show storage stats')
-source=("$pkgname-$pkgver.zip::https://github.com/corecoding/Vitals/releases/download/v$pkgver/vitals.zip;
-'gnome-shell-extension-vitals-swap-details.patch')
-sha256sums=('c8b4431e42872dec22ed2c3dc1e625c69ac57d0c2b449ec6117865454bda66d0'
-'0bd0d7d297bb18e7e69a22bdaae2755da84565d0f51f478c9a3a0632aa922939')
-
-prepare() {
-  # https://github.com/corecoding/Vitals/pull/417
-  patch -Np1 -i gnome-shell-extension-vitals-swap-details.patch
-  rm *.patch *.zip
-}
+source=("$pkgname-$pkgver.zip::https://github.com/corecoding/Vitals/releases/download/v$pkgver/vitals.zip;)
+sha256sums=('b039982c67929add4e7fd906768df7f07bbdb64bc1a100315995a2887852960f')
 
 package() {
   install -dm755 "$pkgdir/usr/share/gnome-shell/extensions/$_uuid"
@@ -28,4 +20,5 @@ package() {
   mv "$pkgdir"/usr/share/gnome-shell/extensions/*/schemas 
"$pkgdir/usr/share/glib-2.0"
   mv "$pkgdir"/usr/share/gnome-shell/extensions/*/locale "$pkgdir/usr/share"
   rm "$pkgdir/usr/share/glib-2.0/schemas/gschemas.compiled"
+  rm "$pkgdir"/usr/share/gnome-shell/extensions/$_uuid/*.zip
 }


=
gnome-shell-extension-vitals-swap-details.patch deleted
=
@@ -1,35 +0,0 @@
-From 9a49363b1e2d3927cfb290013b24b51a426e352e Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Ball=C3=B3=20Gy=C3=B6rgy?= 
-Date: Thu, 28 Mar 2024 08:31:47 +0100
-Subject: [PATCH] Add more details about swap usage
-
-In addition to the used swap, display total and free swap as well as the 
percentage of used swap.

- sensors.js | 7 ++-
- 1 file changed, 6 insertions(+), 1 deletion(-)
-
-diff --git a/sensors.js b/sensors.js
-index 2ba8c2e..d3854d5 100644
 a/sensors.js
-+++ b/sensors.js
-@@ -140,6 +140,8 @@ export const Sensors = GObject.registerClass({
- 
- let used = total - avail
- let utilized = used / total;
-+let swapUsed = swapTotal - swapFree
-+let swapUtilized = swapUsed / swapTotal;
- 
- this._returnValue(callback, 'Usage', utilized, 'memory', 
'percent');
- this._returnValue(callback, 'memory', utilized, 'memory-group', 
'percent');
-@@ -148,7 +150,10 @@ export const Sensors = GObject.registerClass({
- this._returnValue(callback, 'Allocated', used, 'memory', 
'memory');
- this._returnValue(callback, 'Cached', cached, 'memory', 'memory');
- this._returnValue(callback, 'Free', memFree, 'memory', 'memory');
--this._returnValue(callback, 'Swap', swapTotal - swapFree, 
'memory', 'memory');
-+this._returnValue(callback, 'Swap Total', swapTotal, 'memory', 
'memory');
-+this._returnValue(callback, 'Swap Free', swapFree, 'memory', 
'memory');
-+this._returnValue(callback, 'Swap Used', swapUsed, 'memory', 
'memory');
-+this._returnValue(callback, 'Swap Usage', 

[Git][archlinux/packaging/packages/gnome-shell-extension-vitals] Pushed new tag 66.0.1-1

2024-04-05 Thread @bgyorgy


Balló György pushed new tag 66.0.1-1 at Arch Linux / Packaging / Packages / 
gnome-shell-extension-vitals

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gnome-shell-extension-vitals/-/tree/66.0.1-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/workerd] Pushed new tag 1.20240405.0-1

2024-04-05 Thread kpcyrd (@kpcyrd)


kpcyrd pushed new tag 1.20240405.0-1 at Arch Linux / Packaging / Packages / 
workerd

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




[Git][archlinux/packaging/packages/workerd][main] upgpkg: 1.20240405.0-1

2024-04-05 Thread kpcyrd (@kpcyrd)


kpcyrd pushed to branch main at Arch Linux / Packaging / Packages / workerd


Commits:
ff1b2ccb by kpcyrd at 2024-04-06T00:39:22+02:00
upgpkg: 1.20240405.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = workerd
pkgdesc = The JavaScript / Wasm runtime that powers Cloudflare Workers
-   pkgver = 1.20240404.0
+   pkgver = 1.20240405.0
pkgrel = 1
url = https://github.com/cloudflare/workerd
arch = x86_64
@@ -13,8 +13,8 @@ pkgbase = workerd
makedepends = rust
makedepends = tcl
depends = glibc
-   source = 
https://github.com/cloudflare/workerd/archive/v1.20240404.0/workerd-1.20240404.0.tar.gz
-   sha256sums = 
7552869658b69fd9a4f371e4c270341a5eda4f2f88a1bd67f3b25c3eba0ef66f
-   b2sums = 
61286eb61a2b50c2e188e93eea54d07a9088efe1e3c5b174ab3b112b91797a03297460126a67b7e1a2d1157927064334b676c3b9c167e0198f2fd0970fa91d43
+   source = 
https://github.com/cloudflare/workerd/archive/v1.20240405.0/workerd-1.20240405.0.tar.gz
+   sha256sums = 
6a416998c6fb69433672c9e2f30f1fd71ec27ffa817f9df1ed6d37d84e0e7b0b
+   b2sums = 
9d7b3e096fdd6f82597d2d1517c3e6dda7eb4fbdaa0f1e6b04390a8d9241d47c14eb1b9ba2061da3253962317d6bfdc00524d982ff1524b7edd42b41c139a92d
 
 pkgname = workerd


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: kpcyrd 
 
 pkgname=workerd
-pkgver=1.20240404.0
+pkgver=1.20240405.0
 pkgrel=1
 pkgdesc="The JavaScript / Wasm runtime that powers Cloudflare Workers"
 url='https://github.com/cloudflare/workerd'
@@ -20,8 +20,8 @@ makedepends=(
   'tcl'
 )
 
source=(https://github.com/cloudflare/${pkgname}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz)
-sha256sums=('7552869658b69fd9a4f371e4c270341a5eda4f2f88a1bd67f3b25c3eba0ef66f')
-b2sums=('61286eb61a2b50c2e188e93eea54d07a9088efe1e3c5b174ab3b112b91797a03297460126a67b7e1a2d1157927064334b676c3b9c167e0198f2fd0970fa91d43')
+sha256sums=('6a416998c6fb69433672c9e2f30f1fd71ec27ffa817f9df1ed6d37d84e0e7b0b')
+b2sums=('9d7b3e096fdd6f82597d2d1517c3e6dda7eb4fbdaa0f1e6b04390a8d9241d47c14eb1b9ba2061da3253962317d6bfdc00524d982ff1524b7edd42b41c139a92d')
 
 build() {
   cd ${pkgname}-${pkgver}



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/workerd/-/commit/ff1b2ccbbd1b1526d42567365a3f2bf00323ab69

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




[Git][archlinux/packaging/packages/afew][main] upgpkg: 3.0.1-7: Rebuild for Python 3.12

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


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


Commits:
81df8831 by Daniel M. Capella at 2024-04-05T18:38:36-04:00
upgpkg: 3.0.1-7: Rebuild for Python 3.12

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,22 @@
+pkgbase = afew
+   pkgdesc = Initial tagging script for notmuch mail
+   pkgver = 3.0.1
+   pkgrel = 7
+   url = https://github.com/afewmail/afew
+   arch = any
+   license = ISC
+   checkdepends = python-freezegun
+   makedepends = git
+   makedepends = python-build
+   makedepends = python-installer
+   makedepends = python-setuptools-scm
+   makedepends = python-sphinx
+   makedepends = python-wheel
+   depends = notmuch
+   depends = python-chardet
+   depends = python-dkim
+   depends = python-setuptools
+   source = git+https://github.com/afewmail/afew.git#tag=3.0.1
+   b2sums = 
9b1e75379270dd2eb680f6f23bc89fa511658137742467d06ff01bd665de25ecd5d4bd5b95c43a6f994d6635cc8914b422788da49d3c959cb0008b262d18ecc9
+
+pkgname = afew


=
PKGBUILD
=
@@ -5,34 +5,39 @@
 
 pkgname=afew
 pkgver=3.0.1
-pkgrel=6
+pkgrel=7
 pkgdesc='Initial tagging script for notmuch mail'
 arch=('any')
 url=https://github.com/afewmail/afew
 license=('ISC')
 depends=('notmuch' 'python-chardet' 'python-dkim' 'python-setuptools')
-makedepends=('python-build' 'python-installer' 'python-setuptools-scm'
- 'python-sphinx' 'python-wheel')
+makedepends=(
+  'git'
+  'python-build'
+  'python-installer'
+  'python-setuptools-scm'
+  'python-sphinx'
+  'python-wheel'
+)
 checkdepends=('python-freezegun')
-source=("https://files.pythonhosted.org/packages/source/a/afew/afew-$pkgver.tar.gz;)
-sha256sums=('ce857fe1a3bc0982c1dac81aef66cacc148e4f9db06da720f869392af1c2ee72')
-b2sums=('9ce125ec2359f7cf4630b9602b3068327adc06a699d325c90bc9b545df9ce7f3a62623cc733dfec55ee3e51523e4512ebec04e7186470fc56bb1589a7141cbc9')
+source=("git+$url.git#tag=$pkgver")
+b2sums=('9b1e75379270dd2eb680f6f23bc89fa511658137742467d06ff01bd665de25ecd5d4bd5b95c43a6f994d6635cc8914b422788da49d3c959cb0008b262d18ecc9')
 
 build() {
-  cd afew-$pkgver
+  cd $pkgname
   python -m build --wheel --skip-dependency-check --no-isolation
   PYTHONPATH="build:$PYTHONPATH" sphinx-build -b man docs build
 }
 
 check() {
-  cd afew-$pkgver
-  python -m unittest discover afew/tests
+  cd $pkgname
+  python -m unittest discover $pkgname/tests
 }
 
 package() {
-  cd afew-$pkgver
+  cd $pkgname
   python -m installer --destdir="$pkgdir" dist/*.whl
-  install -Dm644 -t "$pkgdir"/usr/share/man/man1 build/afew.1
+  install -Dm644 -t "$pkgdir"/usr/share/man/man1 build/$pkgname.1
 
   # Symlink license file
   local site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/afew/-/commit/81df8831d7233effad5c0b279936af9853a0388a

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




[Git][archlinux/packaging/packages/afew] Pushed new tag 3.0.1-7

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


Daniel M. Capella pushed new tag 3.0.1-7 at Arch Linux / Packaging / Packages / 
afew

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




[Git][archlinux/packaging/packages/python-dkim][main] upgpkg: 1.1.5-2: Rebuild for Python 3.12

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


Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / 
python-dkim


Commits:
22d0cbde by Daniel M. Capella at 2024-04-05T18:37:52-04:00
upgpkg: 1.1.5-2: Rebuild for Python 3.12

- - - - -


2 changed files:

- + .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -0,0 +1,22 @@
+pkgbase = python-dkim
+   pkgdesc = Python library that implements DKIM and ARC email signing and 
verification
+   pkgver = 1.1.5
+   pkgrel = 2
+   url = https://launchpad.net/dkimpy
+   arch = any
+   license = ZLIB
+   checkdepends = python-authres
+   checkdepends = python-pynacl
+   makedepends = python-build
+   makedepends = python-installer
+   makedepends = python-setuptools
+   makedepends = python-wheel
+   depends = python-dnspython
+   optdepends = python-aiodns
+   optdepends = python-authres
+   optdepends = python-pynacl
+   source = 
https://files.pythonhosted.org/packages/source/d/dkimpy/dkimpy-1.1.5.tar.gz
+   sha256sums = 
9a667f8664b72eb9f8aa1250b0757cc3982ab68f70c48af39317b58cf62f2d75
+   b2sums = 
d4b192a08469be678b5f08cdf2a582ec5cbd4ada56a02de011c372518a3c863e2fea1976af507a1d202f6a36f9ccef8621ba882f542e26ba22acc2f64daaf735
+
+pkgname = python-dkim


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=python-dkim
 pkgver=1.1.5
-pkgrel=1
+pkgrel=2
 pkgdesc='Python library that implements DKIM and ARC email signing and 
verification'
 arch=('any')
 url=https://launchpad.net/dkimpy



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-dkim/-/commit/22d0cbde4d71a0f64c70cec67f241d2d1a95ebfb

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




[Git][archlinux/packaging/packages/python-dkim] Pushed new tag 1.1.5-2

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


Daniel M. Capella pushed new tag 1.1.5-2 at Arch Linux / Packaging / Packages / 
python-dkim

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




[Git][archlinux/packaging/packages/python-aiodns][main] upgpkg: 3.2.0-2: Rebuild for Python 3.12

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


Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / 
python-aiodns


Commits:
8904d0ca by Daniel M. Capella at 2024-04-05T18:36:58-04:00
upgpkg: 3.2.0-2: Rebuild for Python 3.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-aiodns
pkgdesc = Simple DNS resolver for asyncio
pkgver = 3.2.0
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/saghul/aiodns
arch = any
license = MIT


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 pkgname=python-aiodns
 _name=${pkgname#python-}
 pkgver=3.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Simple DNS resolver for asyncio'
 arch=('any')
 url=https://github.com/saghul/aiodns



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-aiodns/-/commit/8904d0ca503b0470bf079cadb946491a3e419b99

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




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

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


Daniel M. Capella pushed new tag 3.2.0-2 at Arch Linux / Packaging / Packages / 
python-aiodns

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




  1   2   3   4   5   6   7   8   9   10   >