[Git][archlinux/packaging/packages/python-latexcodec] Pushed new tag 2.0.1-8

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


Jelle van der Waa pushed new tag 2.0.1-8 at Arch Linux / Packaging / Packages / 
python-latexcodec

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-latexcodec/-/tree/2.0.1-8
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-latexcodec][main] Use pytest instead of nose

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


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


Commits:
145c1dc8 by Jelle van der Waa at 2024-04-30T22:05:31+02:00
Use pytest instead of nose

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,11 +1,10 @@
 pkgbase = python-latexcodec
pkgdesc = A lexer and codec to work with LaTeX code in Python
pkgver = 2.0.1
-   pkgrel = 7
+   pkgrel = 8
url = https://github.com/mcmtroffaes/latexcodec
arch = any
license = MIT
-   checkdepends = python-nose
checkdepends = python-pytest
makedepends = python-setuptools
depends = python-six


=
PKGBUILD
=
@@ -4,14 +4,14 @@
 _pkgname=latexcodec
 pkgname=python-${_pkgname}
 pkgver=2.0.1
-pkgrel=7
+pkgrel=8
 pkgdesc="A lexer and codec to work with LaTeX code in Python"
 arch=('any')
 url="https://github.com/mcmtroffaes/latexcodec;
 license=('MIT')
 depends=('python-six')
 makedepends=('python-setuptools')
-checkdepends=('python-nose' 'python-pytest')
+checkdepends=('python-pytest')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/mcmtroffaes/${_pkgname}/archive/${pkgver}.tar.gz;)
 sha256sums=('eda36ddfc969f86c9a8fdd50c12b484fa42dbfa33b84422144643b60081ca022')
 
@@ -22,7 +22,7 @@ build() {
 
 check() {
   cd "${srcdir}/${_pkgname}-${pkgver}"
-  nosetests
+  PYTHONPATH=. pytest
 }
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-latexcodec/-/commit/145c1dc86d67ff86ddbafb93663188a68891cbe0

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-latexcodec/-/commit/145c1dc86d67ff86ddbafb93663188a68891cbe0
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-rx][main] Drop python-nose from checkdepends

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


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


Commits:
d3228227 by Jelle van der Waa at 2024-04-30T22:02:27+02:00
Drop python-nose from checkdepends

This package uses pytest

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,12 +1,11 @@
 pkgbase = python-rx
pkgdesc = Reactive Extensions for Python
pkgver = 3.2.0
-   pkgrel = 5
+   pkgrel = 6
url = http://reactivex.io
arch = any
license = MIT
checkdepends = python-coverage
-   checkdepends = python-nose
checkdepends = python-pytest
checkdepends = python-pytest-asyncio
makedepends = git


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=python-rx
 pkgver=3.2.0
-pkgrel=5
+pkgrel=6
 pkgdesc='Reactive Extensions for Python'
 arch=(any)
 url=http://reactivex.io
@@ -16,7 +16,6 @@ makedepends=(
 )
 checkdepends=(
   python-coverage
-  python-nose
   python-pytest
   python-pytest-asyncio
 )



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

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-rx/-/commit/d3228227241219ef255626b491ae5436c68671ac
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-rx] Pushed new tag 3.2.0-6

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


Jelle van der Waa pushed new tag 3.2.0-6 at Arch Linux / Packaging / Packages / 
python-rx

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-rx/-/tree/3.2.0-6
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/dbus-client-gen][main] Use pytest instead of nose

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


Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
dbus-client-gen


Commits:
a2ed04d1 by Jelle van der Waa at 2024-04-30T21:57:43+02:00
Use pytest instead of nose

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,11 +1,11 @@
 pkgbase = dbus-client-gen
pkgdesc = A library for generating some simple classes and functions 
useful for a Python D-Bus client
pkgver = 0.5.1
-   pkgrel = 2
+   pkgrel = 3
url = https://stratis-storage.github.io/
arch = any
license = MPL2
-   checkdepends = python-nose
+   checkdepends = python-pytest
checkdepends = python-hypothesis
checkdepends = python-hs-dbus-signature
makedepends = python-pylint


=
PKGBUILD
=
@@ -3,20 +3,20 @@
 
 pkgname='dbus-client-gen'
 pkgver=0.5.1
-pkgrel=2
+pkgrel=3
 pkgdesc='A library for generating some simple classes and functions useful for 
a Python D-Bus client'
 arch=('any')
 license=('MPL2')
 url='https://stratis-storage.github.io/'
 depends=('python-dbus')
 makedepends=('python-pylint' 'python-setuptools')
-checkdepends=('python-nose' 'python-hypothesis' 'python-hs-dbus-signature')
+checkdepends=('python-pytest' 'python-hypothesis' 'python-hs-dbus-signature')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/stratis-storage/${pkgname}/archive/v${pkgver}.tar.gz;)
 sha256sums=('2fd53bf85955cf9bc76f8bbbdb9968fc891401bea247b31d702a35f5a3bd8bba')
 
 check() {
   cd "${pkgname}-${pkgver}"
-  nosetests
+  PYTHONPATH=src pytest
 }
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/dbus-client-gen/-/commit/a2ed04d1a10b641294c99cc8267ec5f356b9c28f

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/dbus-client-gen/-/commit/a2ed04d1a10b641294c99cc8267ec5f356b9c28f
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/dbus-client-gen] Pushed new tag 0.5.1-3

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


Jelle van der Waa pushed new tag 0.5.1-3 at Arch Linux / Packaging / Packages / 
dbus-client-gen

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/dbus-client-gen/-/tree/0.5.1-3
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-feedgenerator] Pushed new tag 2.1.0-4

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


Jelle van der Waa pushed new tag 2.1.0-4 at Arch Linux / Packaging / Packages / 
python-feedgenerator

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-feedgenerator/-/tree/2.1.0-4
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-feedgenerator][main] Drop python-nose makedependency

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


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


Commits:
b0542194 by Jelle van der Waa at 2024-04-30T21:52:19+02:00
Drop python-nose makedependency

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,14 +1,13 @@
 pkgbase = python-feedgenerator
pkgdesc = Standalone version of django.utils.feedgenerator (python3).
pkgver = 2.1.0
-   pkgrel = 3
+   pkgrel = 4
url = https://pypi.org/project/feedgenerator/
arch = any
license = GPL
checkdepends = python-pytest
checkdepends = python-pytest-cov
makedepends = python-distribute
-   makedepends = python-nose
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel


=
PKGBUILD
=
@@ -4,13 +4,13 @@
 _name=feedgenerator
 pkgname="python-${_name}"
 pkgver=2.1.0
-pkgrel=3
+pkgrel=4
 pkgdesc="Standalone version of django.utils.feedgenerator (python3)."
 url="https://pypi.org/project/feedgenerator/;
 arch=('any')
 license=('GPL')
 depends=('python' 'python-pytz' 'python-six')
-makedepends=('python-distribute' 'python-nose' 'python-build' 
'python-installer' 'python-wheel')
+makedepends=('python-distribute' 'python-build' 'python-installer' 
'python-wheel')
 checkdepends=('python-pytest' 'python-pytest-cov')
 
source=("https://pypi.python.org/packages/source/${_name:0:1}/$_name/$_name-$pkgver.tar.gz;)
 
sha512sums=('b8b41f5b256130166c8dba34dd950782f9acb506e3e37a2fe13b5e1f9d33f7d39b7f862e446f4f6f2f480973617feb70303f78a4fb6741f110166e61b92f0075')



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

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-feedgenerator/-/commit/b0542194eed92a2e9e1e219393addbf606b05d32
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-rdflib][main] Drop unused test dependency python-doctest-ignore-unicode

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


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


Commits:
b8b88350 by Jelle van der Waa at 2024-04-30T21:45:58+02:00
Drop unused test dependency python-doctest-ignore-unicode

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,14 +1,13 @@
 pkgbase = python-rdflib
pkgdesc = A Python library for working with RDF, a simple yet powerful 
language for representing information
pkgver = 7.0.0
-   pkgrel = 3
+   pkgrel = 4
url = https://github.com/RDFLib/rdflib
arch = any
license = BSD-3-Clause
checkdepends = python-pytest-cov
checkdepends = python-html5lib
checkdepends = python-networkx
-   checkdepends = python-doctest-ignore-unicode
checkdepends = python-pip
makedepends = python-build
makedepends = python-installer


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=python-rdflib
 pkgver=7.0.0
-pkgrel=3
+pkgrel=4
 pkgdesc="A Python library for working with RDF, a simple yet powerful language 
for representing information"
 arch=('any')
 url="https://github.com/RDFLib/rdflib;
@@ -13,7 +13,7 @@ depends=('python-isodate' 'python-pyparsing' 
'python-setuptools')
 makedepends=('python-build' 'python-installer' 'python-poetry-core')
 optdepends=('python-html5lib: for html support')
 checkdepends=('python-pytest-cov' 'python-html5lib' 'python-networkx'
-  'python-doctest-ignore-unicode' 'python-pip')
+  'python-pip')
 
source=(https://github.com/RDFLib/rdflib/archive/$pkgver/$pkgname-$pkgver.tar.gz)
 
sha512sums=('176192bd2ce8a400e661ced2e21e3dd35783fa1c6c8390f6dee4ac61ca63da5d3a50df3d287f47783631da12452ca3ec92ad06050417029396fe8b3ab0182041')
 



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

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-rdflib/-/commit/b8b8835021d571e5baa8bc2266f31a6c4f4598f0
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-rdflib] Pushed new tag 7.0.0-4

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


Jelle van der Waa pushed new tag 7.0.0-4 at Arch Linux / Packaging / Packages / 
python-rdflib

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-rdflib/-/tree/7.0.0-4
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-beaker][main] upgpkg: 1.13.0-1

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


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


Commits:
24e74579 by Jelle van der Waa at 2024-04-30T21:35:53+02:00
upgpkg: 1.13.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-beaker
pkgdesc = Caching and sessions WSGI middleware for use with web 
applications and stand-alone Python scripts and applications
-   pkgver = 1.12.0
-   pkgrel = 5
+   pkgver = 1.13.0
+   pkgrel = 1
url = https://beaker.readthedocs.io/en/latest/
arch = any
license = BSD-3-Clause
@@ -21,11 +21,7 @@ pkgbase = python-beaker
checkdepends = python-mongomock
makedepends = python-setuptools
depends = python
-   source = 
python-beaker-1.12.0.tar.gz::https://github.com/bbangert/beaker/archive/1.12.0.tar.gz
-   source = 
python-beaker-1.12.0-remove_mock.patch::https://github.com/bbangert/beaker/commit/056d68f954b778e79cb5dc64db9a485fe1f64915.patch
-   source = 
python-beaker-1.12.0-remove_mock2.patch::https://github.com/bbangert/beaker/commit/c089668e6ebb92c6d813ce731ea3b676e0024b7a.patch
-   sha512sums = 
d7ef5070f036ca7ea100c348df58aa98edad0ee8e361c0a600485b6e1de301f3381ecc782dcbc4b1b2735a4b54e8aff7fd516a7c9d655d2c10517e358ffe031c
-   sha512sums = 
8d61b8201b14f04b3b62b751341ad683344b2d6a09cef45168be76e9d9d2b249240448a0e49df13e1dbba3005477dfa46a85349f77524db91db3eaabb664633f
-   sha512sums = 
e59f5e5c5e0ede5ba243e6ec764152c07655529a365d90c14dff3d3134422b899ba0a902b35c1e1dffdb12a935ae66f6ef112f62e1d053d5fdd6b9c83973ef79
+   source = 
python-beaker-1.13.0.tar.gz::https://github.com/bbangert/beaker/archive/1.13.0.tar.gz
+   sha512sums = 
474a619f2cff8bddc09cb030bb666b306316569ff4dc0f49700ea52c3bd9d95755b39f09034e4054c431eb46c294f8efb30e13c7ec1dd787047262cd481a352b
 
 pkgname = python-beaker


=
PKGBUILD
=
@@ -4,8 +4,8 @@
 
 _name=beaker
 pkgname=python-beaker
-pkgver=1.12.0
-pkgrel=5
+pkgver=1.13.0
+pkgrel=1
 arch=('any')
 license=('BSD-3-Clause')
 pkgdesc="Caching and sessions WSGI middleware for use with web applications 
and stand-alone Python scripts and applications"
@@ -18,23 +18,18 @@ checkdepends=('python-pytest' 'python-sqlalchemy'
   'python-memcached' 'memcached' 'pifpaf' 'python-mongomock')
 source=(
   
"$pkgname-$pkgver.tar.gz::https://github.com/bbangert/beaker/archive/$pkgver.tar.gz;
-  
$pkgname-1.12.0-remove_mock.patch::https://github.com/bbangert/beaker/commit/056d68f954b778e79cb5dc64db9a485fe1f64915.patch
-  
$pkgname-1.12.0-remove_mock2.patch::https://github.com/bbangert/beaker/commit/c089668e6ebb92c6d813ce731ea3b676e0024b7a.patch
 )
-sha512sums=('d7ef5070f036ca7ea100c348df58aa98edad0ee8e361c0a600485b6e1de301f3381ecc782dcbc4b1b2735a4b54e8aff7fd516a7c9d655d2c10517e358ffe031c'
-
'8d61b8201b14f04b3b62b751341ad683344b2d6a09cef45168be76e9d9d2b249240448a0e49df13e1dbba3005477dfa46a85349f77524db91db3eaabb664633f'
-
'e59f5e5c5e0ede5ba243e6ec764152c07655529a365d90c14dff3d3134422b899ba0a902b35c1e1dffdb12a935ae66f6ef112f62e1d053d5fdd6b9c83973ef79')
+sha512sums=('474a619f2cff8bddc09cb030bb666b306316569ff4dc0f49700ea52c3bd9d95755b39f09034e4054c431eb46c294f8efb30e13c7ec1dd787047262cd481a352b')
 
 prepare() {
-  # remove the use of python-mock
-  patch -Np1 -d $_name-$pkgver -i ../$pkgname-1.12.0-remove_mock.patch
-  patch -Np1 -d $_name-$pkgver -i ../$pkgname-1.12.0-remove_mock2.patch
-
   # Use a fake MongoDB for tests
   sed -e '/class TestMongoDB/i import mongomock' \
   -e 
"s|'mongodb://localhost:27017/beaker_testdb'|mongomock.MongoClient('mongodb://localhost:27017/beaker_testdb')|"
 \
   -i beaker-$pkgver/tests/test_managers/test_ext_mongodb.py
 
+  # Drop tests which require a redis cluster
+  rm beaker-$pkgver/tests/test_managers/test_ext_rediscluster.py
+
   sed -i "s#/usr/bin/python#/usr/bin/python3#" 
beaker-$pkgver/beaker/crypto/pbkdf2.py
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-beaker/-/commit/24e7457967a5b628fbe0e2c984fc18eb9f95d75b

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-beaker/-/commit/24e7457967a5b628fbe0e2c984fc18eb9f95d75b
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-beaker] Pushed new tag 1.13.0-1

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


Jelle van der Waa pushed new tag 1.13.0-1 at Arch Linux / Packaging / Packages 
/ python-beaker

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-beaker/-/tree/1.13.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/gcovr] Pushed new tag 7.2-2

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


Jelle van der Waa pushed new tag 7.2-2 at Arch Linux / Packaging / Packages / 
gcovr

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gcovr/-/tree/7.2-2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/gcovr][main] 2 commits: Add python-colorlog depends

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


Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
gcovr


Commits:
f39a11dc by SungHoon Bae at 2024-04-30T21:06:47+02:00
Add python-colorlog depends
- - - - -
ace6aab7 by Jelle van der Waa at 2024-04-30T21:07:20+02:00
upgpkg: 7.2-2

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = gcovr
pkgdesc = provides a utility for managing the use of the GNU gcov 
utility
pkgver = 7.2
-   pkgrel = 1
+   pkgrel = 2
url = https://gcovr.com/
arch = any
license = BSD-3-Clause
@@ -14,6 +14,7 @@ pkgbase = gcovr
depends = python-jinja
depends = python-lxml
depends = gcc
+   depends = python-colorlog
source = https://github.com/gcovr/gcovr/archive/7.2/gcovr-7.2.tar.gz
sha256sums = 
17d3014b2dcfdfd155a8c38ef808ad6da11502cbb156e58172af259631e9b4ad
 


=
PKGBUILD
=
@@ -2,12 +2,12 @@
 
 pkgname=gcovr
 pkgver=7.2
-pkgrel=1
+pkgrel=2
 pkgdesc='provides a utility for managing the use of the GNU gcov utility'
 arch=(any)
 url="https://gcovr.com/;
 license=(BSD-3-Clause)
-depends=('python' 'python-jinja' 'python-lxml' 'gcc')
+depends=('python' 'python-jinja' 'python-lxml' 'gcc' 'python-colorlog')
 makedepends=('python-setuptools' 'python-build' 'python-installer' 
'python-wheel')
 checkdepends=('python-pytest')
 
source=("https://github.com/gcovr/gcovr/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz;)



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gcovr/-/compare/83e65b23abd8b622ce444e126230c7eda72e7429...ace6aab7104f91769db94faee6c71fe672428e92

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/gcovr/-/compare/83e65b23abd8b622ce444e126230c7eda72e7429...ace6aab7104f91769db94faee6c71fe672428e92
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/pyopengl][main] upgpkg: 3.1.7-1

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


Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
pyopengl


Commits:
da6f5a16 by Jelle van der Waa at 2024-04-30T21:04:19+02:00
upgpkg: 3.1.7-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,16 +1,16 @@
 pkgbase = pyopengl
pkgdesc = The cross platform Python binding to OpenGL and related APIs
-   pkgver = 3.1.6
-   pkgrel = 3
+   pkgver = 3.1.7
+   pkgrel = 1
url = http://pyopengl.sourceforge.net/
arch = any
license = BSD
makedepends = python-setuptools
depends = python
depends = freeglut
-   source = 
https://pypi.python.org/packages/source/P/PyOpenGL/PyOpenGL-3.1.6.tar.gz
+   source = 
https://pypi.python.org/packages/source/P/PyOpenGL/PyOpenGL-3.1.7.tar.gz
source = LICENSE
-   sha512sums = 
b6f2f083df0fd7cf8f8a1077f42fa388bce94c0edde00ed6492104af8306c9925b74649cd2c222be4205b0892e7975de2f7591d0f0bcd9540eb53c0de95fec00
+   sha512sums = 
add1b4d02e7297f00f82a9c9249d6665029073fe620a1650491af9102a76a16e9320b5f227275b0c273ff5a616c284fd9f25f0f425848676c37cab9f3c22ae2e
sha512sums = 
84e8b6e984aa53ffdce33df2f4ee8993887bdb8752617d7f66b2ff5641ca16f9c3a13b383a9bb3236192b3af9518a3f3de1e7ac9f1496c8704911bb4238d091d
 
 pkgname = python-opengl


=
PKGBUILD
=
@@ -6,8 +6,8 @@
 
 pkgbase=pyopengl
 pkgname=('python-opengl')
-pkgver=3.1.6
-pkgrel=3
+pkgver=3.1.7
+pkgrel=1
 pkgdesc="The cross platform Python binding to OpenGL and related APIs"
 url="http://pyopengl.sourceforge.net/;
 license=('BSD')
@@ -16,7 +16,7 @@ depends=('python' 'freeglut')
 makedepends=('python-setuptools')
 
source=("https://pypi.python.org/packages/source/P/PyOpenGL/PyOpenGL-${pkgver}.tar.gz;
 'LICENSE')
-sha512sums=('b6f2f083df0fd7cf8f8a1077f42fa388bce94c0edde00ed6492104af8306c9925b74649cd2c222be4205b0892e7975de2f7591d0f0bcd9540eb53c0de95fec00'
+sha512sums=('add1b4d02e7297f00f82a9c9249d6665029073fe620a1650491af9102a76a16e9320b5f227275b0c273ff5a616c284fd9f25f0f425848676c37cab9f3c22ae2e'
 
'84e8b6e984aa53ffdce33df2f4ee8993887bdb8752617d7f66b2ff5641ca16f9c3a13b383a9bb3236192b3af9518a3f3de1e7ac9f1496c8704911bb4238d091d')
 
 package_python-opengl() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pyopengl/-/commit/da6f5a16f398cf9fd4912262c881672e4697a79b

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pyopengl/-/commit/da6f5a16f398cf9fd4912262c881672e4697a79b
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/pyopengl] Pushed new tag 3.1.7-1

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


Jelle van der Waa pushed new tag 3.1.7-1 at Arch Linux / Packaging / Packages / 
pyopengl

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pyopengl/-/tree/3.1.7-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-validate-pyproject][main] upgpkg: 0.16-1

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


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


Commits:
c83a959b by Jelle van der Waa at 2024-04-30T10:56:32+02:00
upgpkg: 0.16-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-validate-pyproject
pkgdesc = Validation library and CLI tool for checking on 
'pyproject.toml' files using JSON Schema
-   pkgver = 0.13
-   pkgrel = 3
+   pkgver = 0.16
+   pkgrel = 1
url = https://github.com/abravalheri/validate-pyproject
arch = any
license = MPL
@@ -14,7 +14,7 @@ pkgbase = python-validate-pyproject
depends = python-fastjsonschema
depends = python-packaging
depends = python-trove-classifiers
-   source = 
git+https://github.com/abravalheri/validate-pyproject.git#commit=b752273289ecf6d81dbbe6fc8284f2689ef8514d
-   sha512sums = SKIP
+   source = 
git+https://github.com/abravalheri/validate-pyproject.git#tag=v0.16
+   sha512sums = 
95034b4d89667c5e70dbcbbe33350dfbf44992c5c5ad1d3abf5a61fb3ced40242137eef5bc701f77afb87d3d5d10e28a3b8f00520725bae14a0ba68127eb91b5
 
 pkgname = python-validate-pyproject


=
PKGBUILD
=
@@ -1,9 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-validate-pyproject
-pkgver=0.13
-_commit=b752273289ecf6d81dbbe6fc8284f2689ef8514d
-pkgrel=3
+pkgver=0.16
+pkgrel=1
 pkgdesc="Validation library and CLI tool for checking on 'pyproject.toml' 
files using JSON Schema"
 url="https://github.com/abravalheri/validate-pyproject;
 license=('MPL')
@@ -11,8 +10,8 @@ arch=('any')
 depends=('python-fastjsonschema' 'python-packaging' 'python-trove-classifiers')
 makedepends=('git' 'python-build' 'python-installer' 'python-wheel' 
'python-setuptools-scm')
 checkdepends=('python-pytest')
-source=("git+https://github.com/abravalheri/validate-pyproject.git#commit=$_commit;)
-sha512sums=('SKIP')
+source=("git+https://github.com/abravalheri/validate-pyproject.git#tag=v$pkgver;)
+sha512sums=('95034b4d89667c5e70dbcbbe33350dfbf44992c5c5ad1d3abf5a61fb3ced40242137eef5bc701f77afb87d3d5d10e28a3b8f00520725bae14a0ba68127eb91b5')
 
 prepare() {
   cd validate-pyproject
@@ -29,9 +28,9 @@ check() {
 
   cd validate-pyproject
   python -m installer --destdir=tmp_install dist/*.whl
-  PYTHONPATH="$PWD/tmp_install/$site_packages:$PYTHONPATH" pytest 
--doctest-modules --ignore src/validate_pyproject/_vendor src
+  PYTHONPATH="$PWD/tmp_install/$site_packages:$PYTHONPATH" pytest -o 
addopts='' --doctest-modules --ignore src/validate_pyproject/_vendor src
   # Deselected tests requiring a installed validate-pyproject
-  PYTHONPATH="$PWD/tmp_install/$site_packages:$PYTHONPATH" pytest --deselect 
tests/test_pre_compile.py --deselect tests/test_vendoring.py
+  PYTHONPATH="$PWD/tmp_install/$site_packages:$PYTHONPATH" pytest -o 
addopts='' --deselect tests/test_pre_compile.py --deselect 
tests/test_vendoring.py
 }
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-validate-pyproject/-/commit/c83a959b36fc52e5da4a5b88f978ce66c0437284

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-validate-pyproject/-/commit/c83a959b36fc52e5da4a5b88f978ce66c0437284
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-validate-pyproject] Pushed new tag 0.16-1

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


Jelle van der Waa pushed new tag 0.16-1 at Arch Linux / Packaging / Packages / 
python-validate-pyproject

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-validate-pyproject/-/tree/0.16-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-libevdev][main] upgpkg: 0.11-4: drop python-py checkdepends

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


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


Commits:
1d75760f by Jelle van der Waa at 2024-04-29T19:41:03+02:00
upgpkg: 0.11-4: drop python-py checkdepends

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,12 +1,11 @@
 pkgbase = python-libevdev
pkgdesc = Python wrapper for libevdev
pkgver = 0.11
-   pkgrel = 3
+   pkgrel = 4
url = https://gitlab.freedesktop.org/libevdev/python-libevdev
arch = any
license = MIT
checkdepends = python-pytest
-   checkdepends = python-py
checkdepends = python-pluggy
makedepends = python-setuptools
makedepends = python-sphinx


=
PKGBUILD
=
@@ -2,14 +2,14 @@
 
 pkgname=python-libevdev
 pkgver=0.11
-pkgrel=3
+pkgrel=4
 arch=('any')
 url='https://gitlab.freedesktop.org/libevdev/python-libevdev'
 license=('MIT')
 pkgdesc='Python wrapper for libevdev'
 depends=('python' 'libevdev')
 makedepends=('python-setuptools' 'python-sphinx' 'python-sphinx_rtd_theme')
-checkdepends=('python-pytest' 'python-py' 'python-pluggy')
+checkdepends=('python-pytest' 'python-pluggy')
 source=("$url/-/archive/$pkgver/$pkgname-$pkgver.tar.gz")
 
sha512sums=('224e2d18915f08d9f02e32845968e0e2eac531ad7f4efe5401de692cdb0980049f3cfd9cb869319e7526dbefd38144ab6e0b52ceba67ab371045ce60d21286da')
 



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

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-libevdev/-/commit/1d75760f4fa51785ae3fb8c4453dde248271bddf
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-libevdev] Pushed new tag 0.11-4

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


Jelle van der Waa pushed new tag 0.11-4 at Arch Linux / Packaging / Packages / 
python-libevdev

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-libevdev/-/tree/0.11-4
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-pytest-xprocess][main] upgpkg: 1.0.1-1

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


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


Commits:
472a5ae5 by Jelle van der Waa at 2024-04-29T19:34:31+02:00
upgpkg: 1.0.1-1

Drop python-py dependency: 
https://github.com/pytest-dev/pytest-xprocess/commit/1847ca771201229b3607dcbdf9f29c6becc50d83

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-pytest-xprocess
pkgdesc = Pytest plugin to manage external processes across test runs.
-   pkgver = 0.23.0
-   pkgrel = 2
+   pkgver = 1.0.1
+   pkgrel = 1
url = https://github.com/pytest-dev/pytest-xprocess
arch = any
license = MIT
@@ -11,10 +11,9 @@ pkgbase = python-pytest-xprocess
makedepends = python-wheel
depends = python
depends = python-psutil
-   depends = python-py
depends = python-pytest
-   source = 
pytest-xprocess-0.23.0.tar.gz::https://github.com/pytest-dev/pytest-xprocess/archive/refs/tags/0.23.0.tar.gz
-   sha512sums = 
80b577257413ed1bc4e7799d9c6b90f05a7ff318c273a9c7be902bc996cb99e383ad93e145eb1eabdff23a0d47b7c26174e81fd1933753f53de81816798a05ed
-   b2sums = 
a0494be4d5fd7a8600f7b496dad6d3beefb81e56ff30796d36b8514bf2da74bd014c5bbe757081dfec6cbdc4360425231cf66d6a73565097fbd4c17b10011030
+   source = 
pytest-xprocess-1.0.1.tar.gz::https://github.com/pytest-dev/pytest-xprocess/archive/refs/tags/1.0.1.tar.gz
+   sha512sums = 
44c0c496fd3c52134b4a208c61cae3e8e0620091e356eddc2b5105b85a5ca9201e54a985c9fbef2a486701dcd42616a02a5e0f86cc3c25857b874f04850613b2
+   b2sums = 
b38f822ccb1f903d6e9ec4150484537ffbe20116d631a874252c731e3002d01e88e254d4e4ede8965a929b1f46b2c4fcec9a00dafb7ed242e065a70cadbc35fa
 
 pkgname = python-pytest-xprocess


=
PKGBUILD
=
@@ -4,8 +4,8 @@
 
 _name=pytest-xprocess
 pkgname=python-pytest-xprocess
-pkgver=0.23.0
-pkgrel=2
+pkgver=1.0.1
+pkgrel=1
 pkgdesc='Pytest plugin to manage external processes across test runs.'
 arch=(any)
 url="https://github.com/pytest-dev/pytest-xprocess;
@@ -13,7 +13,6 @@ license=(MIT)
 depends=(
   python
   python-psutil
-  python-py
   python-pytest
 )
 makedepends=(
@@ -23,8 +22,8 @@ makedepends=(
   python-wheel
 )
 source=($_name-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz)
-sha512sums=('80b577257413ed1bc4e7799d9c6b90f05a7ff318c273a9c7be902bc996cb99e383ad93e145eb1eabdff23a0d47b7c26174e81fd1933753f53de81816798a05ed')
-b2sums=('a0494be4d5fd7a8600f7b496dad6d3beefb81e56ff30796d36b8514bf2da74bd014c5bbe757081dfec6cbdc4360425231cf66d6a73565097fbd4c17b10011030')
+sha512sums=('44c0c496fd3c52134b4a208c61cae3e8e0620091e356eddc2b5105b85a5ca9201e54a985c9fbef2a486701dcd42616a02a5e0f86cc3c25857b874f04850613b2')
+b2sums=('b38f822ccb1f903d6e9ec4150484537ffbe20116d631a874252c731e3002d01e88e254d4e4ede8965a929b1f46b2c4fcec9a00dafb7ed242e065a70cadbc35fa')
 
 build() {
   cd $_name-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-xprocess/-/commit/472a5ae5342d1428bf6398b55a30342a068f2991

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-xprocess/-/commit/472a5ae5342d1428bf6398b55a30342a068f2991
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-pytest-xprocess] Pushed new tag 1.0.1-1

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


Jelle van der Waa pushed new tag 1.0.1-1 at Arch Linux / Packaging / Packages / 
python-pytest-xprocess

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-xprocess/-/tree/1.0.1-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-pytest-aiohttp][main] Drop unrequired python-py dependency

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


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


Commits:
11bf53ba by Jelle van der Waa at 2024-04-29T19:17:41+02:00
Drop unrequired python-py dependency

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-pytest-aiohttp
pkgdesc = pytest plugin for aiohttp support
pkgver = 1.0.5
-   pkgrel = 2
+   pkgrel = 3
url = https://github.com/aio-libs/pytest-aiohttp
arch = any
license = Apache-2.0
@@ -13,7 +13,6 @@ pkgbase = python-pytest-aiohttp
depends = python
depends = python-pytest
depends = python-aiohttp
-   depends = python-py
source = 
python-pytest-aiohttp-1.0.5.tar.gz::https://github.com/aio-libs/pytest-aiohttp/archive/v1.0.5.tar.gz
sha256sums = 
c185f35de7ade7faec96e8a83d31ef1da61b93cdf6d0f405be500f60a315253b
sha512sums = 
953305728271cb5f3e315653db32b582689ab773fde2c73d4bd369153cb021f4543c12e37acef8b5694447b659bc9f94ffcbad277b53362933d13d2dd7a326d9


=
PKGBUILD
=
@@ -3,12 +3,12 @@
 pkgname=python-pytest-aiohttp
 _name="${pkgname#python-}"
 pkgver=1.0.5
-pkgrel=2
+pkgrel=3
 pkgdesc='pytest plugin for aiohttp support'
 url='https://github.com/aio-libs/pytest-aiohttp'
 arch=('any')
 license=('Apache-2.0')
-depends=('python' 'python-pytest' 'python-aiohttp' 'python-py')
+depends=('python' 'python-pytest' 'python-aiohttp')
 makedepends=('python-build' 'python-installer' 'python-setuptools' 
'python-setuptools-scm' 'python-wheel')
 source=(${pkgname}-${pkgver}.tar.gz::$url/archive/v${pkgver}.tar.gz)
 sha256sums=('c185f35de7ade7faec96e8a83d31ef1da61b93cdf6d0f405be500f60a315253b')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-aiohttp/-/commit/11bf53bab04a2cb287da321bb83978b983daf88d

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-aiohttp/-/commit/11bf53bab04a2cb287da321bb83978b983daf88d
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-pytest-aiohttp] Pushed new tag 1.0.5-3

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


Jelle van der Waa pushed new tag 1.0.5-3 at Arch Linux / Packaging / Packages / 
python-pytest-aiohttp

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-aiohttp/-/tree/1.0.5-3
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-nox] Pushed new tag 2023.04.22-4

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


Jelle van der Waa pushed new tag 2023.04.22-4 at Arch Linux / Packaging / 
Packages / python-nox

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-nox/-/tree/2023.04.22-4
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-nox][main] Drop python-py dependency

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


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


Commits:
ad493905 by Jelle van der Waa at 2024-04-29T19:13:27+02:00
Drop python-py dependency

Removed in 
https://github.com/wntrblm/nox/commit/cdd0f3bdbd83f4d2e426b096750e281998ac4900

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-nox
pkgdesc = Flexible test automation for Python
pkgver = 2023.04.22
-   pkgrel = 3
+   pkgrel = 4
url = https://github.com/wntrblm/nox
arch = any
license = Apache
@@ -14,7 +14,6 @@ pkgbase = python-nox
depends = python
depends = python-argcomplete
depends = python-colorlog
-   depends = python-py
depends = python-virtualenv
depends = python-packaging
optdepends = python-jinja: tox_to_nox


=
PKGBUILD
=
@@ -3,12 +3,12 @@
 _pkgname=nox
 pkgname=python-$_pkgname
 pkgver=2023.04.22
-pkgrel=3
+pkgrel=4
 pkgdesc='Flexible test automation for Python'
 arch=('any')
 url='https://github.com/wntrblm/nox'
 license=('Apache')
-depends=('python' 'python-argcomplete' 'python-colorlog' 'python-py' 
'python-virtualenv' 'python-packaging')
+depends=('python' 'python-argcomplete' 'python-colorlog' 'python-virtualenv' 
'python-packaging')
 optdepends=('python-jinja: tox_to_nox'
 'python-tox: tox_to_nox')
 makedepends=('python-build' 'python-installer' 'python-hatchling')



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

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-nox/-/commit/ad493905c6728c5c80ebe48f8669b29410db0404
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/cockpit] Pushed new tag 316-1

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


Jelle van der Waa pushed new tag 316-1 at Arch Linux / Packaging / Packages / 
cockpit

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cockpit/-/tree/316-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/cockpit][main] upgpkg: 316-1

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


Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
cockpit


Commits:
59ada887 by Jelle van der Waa at 2024-04-28T13:11:26+02:00
upgpkg: 316-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = cockpit
pkgdesc = A systemd web based user interface for Linux servers
-   pkgver = 315
-   pkgrel = 2
+   pkgver = 316
+   pkgrel = 1
url = https://cockpit-project.org/
arch = x86_64
license = LGPL-2.1-or-later
@@ -22,11 +22,11 @@ pkgbase = cockpit
makedepends = python-wheel
makedepends = python-build
makedepends = python-pip
-   source = 
https://github.com/cockpit-project/cockpit/releases/download/315/cockpit-315.tar.xz
+   source = 
https://github.com/cockpit-project/cockpit/releases/download/316/cockpit-316.tar.xz
source = cockpit.pam
source = cockpit-ws.sysuser.conf
source = cockpit-wsinstance.sysuser.conf
-   sha256sums = 
c1e4ec6c9c86a7344dd42a48a06c8bf767c9e061bc2f65e7df6ba2d3caa8acc1
+   sha256sums = 
b84a638b827f408f54d84af94f8d87abf204101a8a52b3e4fb30f1bbc6e35941
sha256sums = 
1257fb3be713ca26831faea6963d292ec2ccd284f3a6be800142fab270c504fc
sha256sums = 
1ad9dad75858264778bd94799b60c651f7cc1c7f7fa1c54622174303e639287a
sha256sums = 
46ee8ecad7bc97ba588ab9471dde76e41c00daf40658902425626c3a1938b438


=
PKGBUILD
=
@@ -5,8 +5,8 @@
 
 pkgbase=cockpit
 pkgname=(cockpit cockpit-packagekit cockpit-pcp cockpit-storaged)
-pkgver=315
-pkgrel=2
+pkgver=316
+pkgrel=1
 pkgdesc='A systemd web based user interface for Linux servers'
 arch=('x86_64')
 url='https://cockpit-project.org/'
@@ -18,7 +18,7 @@ 
source=("https://github.com/cockpit-project/cockpit/releases/download/$pkgver/co
 "cockpit.pam"
 "cockpit-ws.sysuser.conf"
 "cockpit-wsinstance.sysuser.conf")
-sha256sums=('c1e4ec6c9c86a7344dd42a48a06c8bf767c9e061bc2f65e7df6ba2d3caa8acc1'
+sha256sums=('b84a638b827f408f54d84af94f8d87abf204101a8a52b3e4fb30f1bbc6e35941'
 '1257fb3be713ca26831faea6963d292ec2ccd284f3a6be800142fab270c504fc'
 '1ad9dad75858264778bd94799b60c651f7cc1c7f7fa1c54622174303e639287a'
 '46ee8ecad7bc97ba588ab9471dde76e41c00daf40658902425626c3a1938b438')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cockpit/-/commit/59ada88795e7f573108ca62a5fcfbd749a48ee5d

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cockpit/-/commit/59ada88795e7f573108ca62a5fcfbd749a48ee5d
You're receiving this email because of your account on gitlab.archlinux.org.




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

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


Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
cockpit-podman


Commits:
f45baf5b by Jelle van der Waa at 2024-04-28T13:10:14+02:00
upgpkg: 87-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,13 +1,13 @@
 pkgbase = cockpit-podman
pkgdesc = Cockpit UI for podman containers
-   pkgver = 86
-   pkgrel = 2
+   pkgver = 87
+   pkgrel = 1
url = https://github.com/cockpit-project/cockpit-podman
arch = any
license = LGPL-2.1-or-later
depends = cockpit
depends = podman
-   source = 
https://github.com/cockpit-project/cockpit-podman/releases/download/86/cockpit-podman-86.tar.xz
-   sha256sums = 
99327e951ed2acc2f405b4b01af5f423112c04d59be3f7fb02e8ebfa34d4a4a0
+   source = 
https://github.com/cockpit-project/cockpit-podman/releases/download/87/cockpit-podman-87.tar.xz
+   sha256sums = 
e0052a66acaf0b81baf3ce8418ffb6e17a48d476ef333ff0c88161db34a59dfe
 
 pkgname = cockpit-podman


=
PKGBUILD
=
@@ -1,15 +1,15 @@
 # Maintainer: Massimiliano Torromeo 
 
 pkgname=cockpit-podman
-pkgver=86
-pkgrel=2
+pkgver=87
+pkgrel=1
 pkgdesc='Cockpit UI for podman containers'
 arch=('any')
 url='https://github.com/cockpit-project/cockpit-podman'
 license=(LGPL-2.1-or-later)
 depends=(cockpit podman)
 
source=("https://github.com/cockpit-project/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;)
-sha256sums=('99327e951ed2acc2f405b4b01af5f423112c04d59be3f7fb02e8ebfa34d4a4a0')
+sha256sums=('e0052a66acaf0b81baf3ce8418ffb6e17a48d476ef333ff0c88161db34a59dfe')
 
 package() {
   cd $pkgname



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

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cockpit-podman/-/commit/f45baf5b89ae4e98b0217cb371fba2798b4346cf
You're receiving this email because of your account on gitlab.archlinux.org.




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

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


Jelle van der Waa pushed new tag 87-1 at Arch Linux / Packaging / Packages / 
cockpit-podman

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cockpit-podman/-/tree/87-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/cockpit-machines] Pushed new tag 312-1

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


Jelle van der Waa pushed new tag 312-1 at Arch Linux / Packaging / Packages / 
cockpit-machines

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cockpit-machines/-/tree/312-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/cockpit-machines][main] upgpkg: 312-1

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


Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
cockpit-machines


Commits:
4697817f by Jelle van der Waa at 2024-04-28T13:06:51+02:00
upgpkg: 312-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,6 +1,6 @@
 pkgbase = cockpit-machines
pkgdesc = Cockpit UI for virtual machines
-   pkgver = 311
+   pkgver = 312
pkgrel = 1
url = https://github.com/cockpit-project/cockpit-machines
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = cockpit-machines
depends = cockpit
depends = libvirt-dbus
optdepends = virt-install: create new virtual machines
-   source = 
https://github.com/cockpit-project/cockpit-machines/releases/download/311/cockpit-machines-311.tar.xz
-   sha256sums = 
4f4dd3aacd24195e0d9bebbb434faa064198d2ff5c7ecc8632f59e1bf0556d64
+   source = 
https://github.com/cockpit-project/cockpit-machines/releases/download/312/cockpit-machines-312.tar.xz
+   sha256sums = 
bb3260010d3b55b7093745eee9bedf496a1d2bb65bdee2e505285c866afb4de9
 
 pkgname = cockpit-machines


=
PKGBUILD
=
@@ -1,7 +1,7 @@
 # Maintainer: Massimiliano Torromeo 
 
 pkgname=cockpit-machines
-pkgver=311
+pkgver=312
 pkgrel=1
 pkgdesc='Cockpit UI for virtual machines'
 arch=('x86_64')
@@ -10,7 +10,7 @@ license=(LGPL-2.1-or-later)
 depends=(cockpit libvirt-dbus)
 optdepends=("virt-install: create new virtual machines")
 
source=("https://github.com/cockpit-project/$pkgname/releases/download/$pkgver/$pkgname-$pkgver.tar.xz;)
-sha256sums=('4f4dd3aacd24195e0d9bebbb434faa064198d2ff5c7ecc8632f59e1bf0556d64')
+sha256sums=('bb3260010d3b55b7093745eee9bedf496a1d2bb65bdee2e505285c866afb4de9')
 
 package() {
   cd $pkgname



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cockpit-machines/-/commit/4697817ff2e0746ba90af20ef9f3455ed7aca2e5

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/cockpit-machines/-/commit/4697817ff2e0746ba90af20ef9f3455ed7aca2e5
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/prometheus-node-exporter] Pushed new tag 1.8.0-1

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


Jelle van der Waa pushed new tag 1.8.0-1 at Arch Linux / Packaging / Packages / 
prometheus-node-exporter

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/prometheus-node-exporter/-/tree/1.8.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/prometheus-node-exporter][main] upgpkg: 1.8.0-1

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


Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
prometheus-node-exporter


Commits:
ab77334e by Jelle van der Waa at 2024-04-28T12:04:03+02:00
upgpkg: 1.8.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,20 +1,20 @@
 pkgbase = prometheus-node-exporter
pkgdesc = Exporter for machine metrics
-   pkgver = 1.7.0
+   pkgver = 1.8.0
pkgrel = 1
url = https://github.com/prometheus/node_exporter
arch = x86_64
-   license = Apache
+   license = Apache-2.0
makedepends = go
makedepends = git
depends = glibc
options = !lto
backup = etc/conf.d/prometheus-node-exporter
-   source = 
prometheus-node-exporter-1.7.0.tar.gz::https://github.com/prometheus/node_exporter/archive/v1.7.0.tar.gz
+   source = 
prometheus-node-exporter-1.8.0.tar.gz::https://github.com/prometheus/node_exporter/archive/v1.8.0.tar.gz
source = prometheus-node-exporter.conf
source = prometheus-node-exporter.service
source = prometheus-node-exporter.sysusers
-   sha256sums = 
5da1dcc3608db663fc1949042c6f3ec29184c9414c37c0e2bdfe9b19fd5d75c7
+   sha256sums = 
57b5c0d15a37d497f95a8ba08988c4fd8a7145644b94840e91dc54b61a756cad
sha256sums = 
ce93e2b95bfc86a8a046e2f9175408e1cbffa784fd3b65dd141fde70b5bb2585
sha256sums = 
457e305760323f941d20248e2ca5817ae4a8b5586f79a2331b968bf3baa66c5b
sha256sums = 
c7fd0b1793dfe7a354a28e978d3c79e7195eaf43376b9eece37e996fe0772c5c


=
PKGBUILD
=
@@ -1,13 +1,13 @@
 # Maintainer: Johannes Löthberg 
 
 pkgname=prometheus-node-exporter
-pkgver=1.7.0
+pkgver=1.8.0
 pkgrel=1
 
 pkgdesc='Exporter for machine metrics'
 url='https://github.com/prometheus/node_exporter'
 arch=('x86_64')
-license=('Apache')
+license=('Apache-2.0')
 
 depends=('glibc')
 makedepends=('go' 'git')
@@ -20,7 +20,7 @@ 
source=("$pkgname-$pkgver.tar.gz::https://github.com/prometheus/node_exporter/ar
 prometheus-node-exporter.service
 prometheus-node-exporter.sysusers)
 
-sha256sums=('5da1dcc3608db663fc1949042c6f3ec29184c9414c37c0e2bdfe9b19fd5d75c7'
+sha256sums=('57b5c0d15a37d497f95a8ba08988c4fd8a7145644b94840e91dc54b61a756cad'
 'ce93e2b95bfc86a8a046e2f9175408e1cbffa784fd3b65dd141fde70b5bb2585'
 '457e305760323f941d20248e2ca5817ae4a8b5586f79a2331b968bf3baa66c5b'
 'c7fd0b1793dfe7a354a28e978d3c79e7195eaf43376b9eece37e996fe0772c5c')
@@ -33,7 +33,7 @@ build() {
 -buildmode=pie \
 -mod=readonly \
 -modcacherw \
--ldflags "-linkmode external -extldflags ${LDFLAGS} \
+-ldflags "-linkmode external -extldflags \"${LDFLAGS}\" \
   -X github.com/prometheus/common/version.Version=$pkgver \
   -X github.com/prometheus/common/version.Revision=$pkgver \
   -X github.com/prometheus/common/version.Branch=tarball \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/prometheus-node-exporter/-/commit/ab77334e7a349913912f0dc4c441c892dd3b6019

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/prometheus-node-exporter/-/commit/ab77334e7a349913912f0dc4c441c892dd3b6019
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-schema][main] Drop python-contextlib2 dependency

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


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


Commits:
c8e57646 by Jelle van der Waa at 2024-04-27T18:49:03+02:00
Drop python-contextlib2 dependency

Merged upstream: https://github.com/keleshev/schema/pull/291

- - - - -


3 changed files:

- .SRCINFO
- PKGBUILD
- + drop-contextlib2.patch


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-schema
pkgdesc = Python module to validate and convert data structures.
pkgver = 0.7.5
-   pkgrel = 5
+   pkgrel = 6
url = https://github.com/keleshev/schema
arch = any
license = MIT
@@ -11,10 +11,11 @@ pkgbase = python-schema
makedepends = python-setuptools
makedepends = python-wheel
depends = python
-   depends = python-contextlib2
source = 
schema-0.7.5.tar.gz::https://github.com/keleshev/schema/archive/refs/tags/v0.7.5.tar.gz
source = python-schema-0.7.5-mock.patch
+   source = drop-contextlib2.patch
sha256sums = 
9af94571c6c2df01be002a8dcd5efda33a64b08ce2c7fba9646d2a8fe762c8e3
sha256sums = 
fa8c47083e9531f6865dfbe61e7f33eddd09b1e40d42cc55b99e3e69a4ce256d
+   sha256sums = 
8d90f933d7372d268b329ee8d6ca8ec843fef5826f752e57acb5f9238b5f76e3
 
 pkgname = python-schema


=
PKGBUILD
=
@@ -3,11 +3,11 @@
 _name=schema
 pkgname="python-$_name"
 pkgver=0.7.5
-pkgrel=5
+pkgrel=6
 pkgdesc='Python module to validate and convert data structures.'
 arch=(any)
 url="https://github.com/keleshev/$_name;
-depends=(python python-contextlib2)
+depends=(python)
 makedepends=(
   python-build
   python-installer
@@ -19,9 +19,11 @@ license=(MIT)
 source=(
   $_name-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz
   $pkgname-0.7.5-mock.patch
+  drop-contextlib2.patch
 )
 sha256sums=('9af94571c6c2df01be002a8dcd5efda33a64b08ce2c7fba9646d2a8fe762c8e3'
-'fa8c47083e9531f6865dfbe61e7f33eddd09b1e40d42cc55b99e3e69a4ce256d')
+'fa8c47083e9531f6865dfbe61e7f33eddd09b1e40d42cc55b99e3e69a4ce256d'
+'8d90f933d7372d268b329ee8d6ca8ec843fef5826f752e57acb5f9238b5f76e3')
 
 prepare() {
   cd "$srcdir/$_name-$pkgver"
@@ -30,6 +32,9 @@ prepare() {
 
   # remove the use of python-mock
   patch -Np1 -i ../$pkgname-0.7.5-mock.patch
+
+  # remove contextlib2 requirement provided by Python since 3.3
+  patch -Np1 -i ../drop-contextlib2.patch
 }
 
 build() {


=
drop-contextlib2.patch
=
@@ -0,0 +1,17 @@
+From e446ee43919b0adfefd27ec04b2485a40bc77879 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= 
+Date: Sat, 4 Feb 2023 23:07:37 -0800
+Subject: [PATCH] only require contextlib2 on Python < 3.3
+
+contextlib.ExitStack was added in Python 3.3
+---
+ requirements.txt | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/requirements.txt b/requirements.txt
+index 22f593a..4c1eafd 100644
+--- a/requirements.txt
 b/requirements.txt
+@@ -1 +1 @@
+-contextlib2>=0.5.5
++contextlib2>=0.5.5; python_version < "3.3"



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

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-schema/-/commit/c8e576468d3065e58905691b3341c96f68e1764c
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-schema] Pushed new tag 0.7.5-6

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


Jelle van der Waa pushed new tag 0.7.5-6 at Arch Linux / Packaging / Packages / 
python-schema

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-schema/-/tree/0.7.5-6
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-fakeredis][main] Drop python-six dependency

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


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


Commits:
5b1c08ca by Jelle van der Waa at 2024-04-27T18:34:33+02:00
Drop python-six dependency

https://github.com/cunla/fakeredis-py/commit/cc8c2e77ccb9117676cb22fee3bdff38a622d6a2

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-fakeredis
pkgdesc = Fake implementation of redis API (redis-py) for testing 
purposes
pkgver = 2.22.0
-   pkgrel = 2
+   pkgrel = 3
url = https://github.com/dsoftwareinc/fakeredis-py
arch = any
license = BSD
@@ -17,7 +17,6 @@ pkgbase = python-fakeredis
makedepends = python-lupa
makedepends = python-poetry-core
depends = python-redis
-   depends = python-six
depends = python-sortedcontainers
optdepends = python-packaging: for aioredis support
optdepends = python-lupa: for lua scripting support


=
PKGBUILD
=
@@ -7,13 +7,12 @@ BUILDENV+=(!check)
 _pyname=fakeredis
 pkgname=python-fakeredis
 pkgver=2.22.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Fake implementation of redis API (redis-py) for testing purposes'
 arch=(any)
 url="https://github.com/dsoftwareinc/${_pyname}-py;
 license=(BSD MIT)
 depends=(python-redis
- python-six
  python-sortedcontainers)
 makedepends=(python-{build,installer,wheel}
  python-packaging



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

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-fakeredis/-/commit/5b1c08ca0503a2c12eee6245d1af7a61f3323793
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-fakeredis] Pushed new tag 2.22.0-3

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


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

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-fakeredis/-/tree/2.22.0-3
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-ntlm-auth][main] Drop unused python-six dependency

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


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


Commits:
13994564 by Jelle van der Waa at 2024-04-27T18:31:20+02:00
Drop unused python-six dependency

https://github.com/jborean93/ntlm-auth/commit/dc83682eea1b1cc2993c43ff09ff58ad9c3d7926

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,13 +1,12 @@
 pkgbase = python-ntlm-auth
pkgdesc = Creates NTLM authentication structures
pkgver = 1.5.0
-   pkgrel = 8
+   pkgrel = 9
url = https://github.com/jborean93/ntlm-auth
arch = any
license = MIT
makedepends = python-setuptools
depends = python
-   depends = python-six
depends = python-cryptography
source = 
python-ntlm-auth-1.5.0.tar.gz::https://github.com/jborean93/ntlm-auth/archive/v1.5.0.tar.gz
sha512sums = 
cf08b23e49d45c528404b70b6be88f6c3edee9fd0d4584f3962931a08a0982cdad4089963a95aea911b6eb4db32a932536cf6d9c02c292cd447e0a9c6b3b802b


=
PKGBUILD
=
@@ -4,10 +4,10 @@
 pkgname=python-ntlm-auth
 _module='ntlm-auth'
 pkgver=1.5.0
-pkgrel=8
+pkgrel=9
 pkgdesc="Creates NTLM authentication structures"
 url="https://github.com/jborean93/ntlm-auth;
-depends=('python' 'python-six' 'python-cryptography')
+depends=('python' 'python-cryptography')
 makedepends=('python-setuptools')
 license=('MIT')
 arch=('any')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-ntlm-auth/-/commit/139945643a5ae0d72504f69782afd0856ae73aa7

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-ntlm-auth/-/commit/139945643a5ae0d72504f69782afd0856ae73aa7
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-ntlm-auth] Pushed new tag 1.5.0-9

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


Jelle van der Waa pushed new tag 1.5.0-9 at Arch Linux / Packaging / Packages / 
python-ntlm-auth

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-ntlm-auth/-/tree/1.5.0-9
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-jose][main] Drop dependency on python-six

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


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


Commits:
bdd1b352 by Jelle van der Waa at 2024-04-27T18:28:31+02:00
Drop dependency on python-six

https://github.com/mpdavis/python-jose/commit/e44cbc8a4eaec10230bee8acd83b9ea8fcff890f

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-jose
pkgdesc = A JOSE implementation in Python
pkgver = 3.3.0
-   pkgrel = 6
+   pkgrel = 7
url = https://github.com/mpdavis/python-jose
arch = any
license = MIT
@@ -14,7 +14,6 @@ pkgbase = python-jose
makedepends = python-installer
makedepends = python-wheel
depends = python-rsa
-   depends = python-six
depends = python-ecdsa
depends = python-future
optdepends = python-cryptography: one option for better performance


=
PKGBUILD
=
@@ -2,12 +2,12 @@
 
 pkgname=python-jose
 pkgver=3.3.0
-pkgrel=6
+pkgrel=7
 pkgdesc="A JOSE implementation in Python"
 arch=('any')
 license=('MIT')
 url="https://github.com/mpdavis/python-jose;
-depends=('python-rsa' 'python-six' 'python-ecdsa' 'python-future')
+depends=('python-rsa' 'python-ecdsa' 'python-future')
 optdepends=('python-cryptography: one option for better performance'
 'python-pycryptodome: one option for better performance')
 makedepends=('python-setuptools' 'python-build' 'python-installer' 
'python-wheel')



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

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-jose/-/commit/bdd1b3529a3b0aaf17b1b0b7ecb21c8870a79943
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-jose] Pushed new tag 3.3.0-7

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


Jelle van der Waa pushed new tag 3.3.0-7 at Arch Linux / Packaging / Packages / 
python-jose

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-jose/-/tree/3.3.0-7
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-protego] Pushed new tag 0.3.1-2

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


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

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-protego/-/tree/0.3.1-2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-protego][main] Drop python-six dependency

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


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


Commits:
476f74f5 by Jelle van der Waa at 2024-04-27T18:25:40+02:00
Drop python-six dependency

No longer needed since 0.3.1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-protego
pkgdesc = A pure-Python robots.txt parser with support for modern 
conventions
pkgver = 0.3.1
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/scrapy/protego
arch = any
license = BSD-3-Clause
@@ -10,7 +10,7 @@ pkgbase = python-protego
makedepends = python-build
makedepends = python-installer
makedepends = python-wheel
-   depends = python-six
+   depends = python
source = 
python-protego-0.3.1.tar.gz::https://github.com/scrapy/protego/archive/0.3.1.tar.gz
sha512sums = 
0f6d2915c189c8c04da30b31bee40773a9cec77f8d1025b498d8ec29aea8a5fe918341b0bae9515b83cb276ed5c9218dcb4b075406ee8d57a503ab761a275338
 


=
PKGBUILD
=
@@ -2,12 +2,12 @@
 
 pkgname=python-protego
 pkgver=0.3.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A pure-Python robots.txt parser with support for modern conventions"
 url="https://github.com/scrapy/protego;
 license=('BSD-3-Clause')
 arch=('any')
-depends=('python-six')
+depends=('python')
 makedepends=('python-setuptools' 'python-build' 'python-installer' 
'python-wheel')
 checkdepends=('python-pytest')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/scrapy/protego/archive/$pkgver.tar.gz;)



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-protego/-/commit/476f74f589d9dd6a044c35bd2454445482e753ff

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-protego/-/commit/476f74f589d9dd6a044c35bd2454445482e753ff
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/nltk-data] Pushed new tag 3.7-2

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


Jelle van der Waa pushed new tag 3.7-2 at Arch Linux / Packaging / Packages / 
nltk-data

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/nltk-data/-/tree/3.7-2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-ptrace][main] Drop python-six dependency

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


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


Commits:
c0e7a856 by Jelle van der Waa at 2024-04-27T17:50:54+02:00
Drop python-six dependency

>From release notes:
- Drop Python 2.7 support. six dependency is no longer needed.

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-ptrace
pkgdesc = Python binding of ptrace library to trace processes and 
syscalls
pkgver = 0.9.9
-   pkgrel = 2
+   pkgrel = 3
url = https://github.com/vstinner/python-ptrace
arch = any
license = GPL-2.0-only
@@ -11,7 +11,6 @@ pkgbase = python-ptrace
makedepends = python-sphinx
makedepends = python-wheel
depends = python
-   depends = python-six
source = 
https://github.com/vstinner/python-ptrace/archive/0.9.9/python-ptrace-0.9.9.tar.gz
sha512sums = 
5f2291a4ca642ab99c49e853f12a3cd4ee911df45326fe077ef5df82b813b54a4351c3c23a195b65342af37aed8ecbc26968f65ce9b6a974863bee0ffd556039
b2sums = 
ff9b85e17fd8d767c3fd1db13f1c69ad0b4e7d47379d6ee9468d9424702d34d7a7a7489590987213707829ab62e5eb83df277d3b60de6d2ad05ac99b93586ca3


=
PKGBUILD
=
@@ -4,14 +4,13 @@
 
 pkgname=python-ptrace
 pkgver=0.9.9
-pkgrel=2
+pkgrel=3
 pkgdesc='Python binding of ptrace library to trace processes and syscalls'
 url='https://github.com/vstinner/python-ptrace'
 arch=('any')
 license=('GPL-2.0-only')
 depends=(
   'python'
-  'python-six'
 )
 makedepends=(
   'python-build'



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

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-ptrace/-/commit/c0e7a856ef38ceb4937538c14c011773d78cf159
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-ptrace] Pushed new tag 0.9.9-3

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


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

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-ptrace/-/tree/0.9.9-3
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-7

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


Jelle van der Waa pushed new tag 0.5.1-7 at Arch Linux / Packaging / Packages / 
python-wsgiproxy2

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-wsgiproxy2/-/tree/0.5.1-7
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-wsgiproxy2][main] Drop dependency on python-six

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


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


Commits:
ca9a2487 by Jelle van der Waa at 2024-04-27T17:46:28+02:00
Drop dependency on python-six

https://github.com/gawel/WSGIProxy2/blob/1ff3742e954e9186e1cfce824132e25a98bc27f6/CHANGES.rst#L13

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-wsgiproxy2
pkgdesc = A WSGI Proxy with various http client backends
pkgver = 0.5.1
-   pkgrel = 6
+   pkgrel = 7
url = https://github.com/gawel/WSGIProxy2/
arch = any
license = MIT
@@ -14,7 +14,6 @@ pkgbase = python-wsgiproxy2
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
 


=
PKGBUILD
=
@@ -2,12 +2,12 @@
 
 pkgname=python-wsgiproxy2
 pkgver=0.5.1
-pkgrel=6
+pkgrel=7
 pkgdesc="A WSGI Proxy with various http client backends"
 arch=('any')
 license=('MIT')
 url="https://github.com/gawel/WSGIProxy2/;
-depends=('python-webob' 'python-six')
+depends=('python-webob')
 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;)



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

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-wsgiproxy2/-/commit/ca9a2487304e81adf21b3faad300a3f871f23b1a
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/xmldiff][main] Drop python-six dependency

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


Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
xmldiff


Commits:
7b099cff by Jelle van der Waa at 2024-04-27T17:42:17+02:00
Drop python-six dependency

https://github.com/Shoobx/xmldiff/commit/090faefb9bc2afcd142b997aba387e6a1d8c51f7

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = xmldiff
pkgdesc = A python tool that figures out the differences between two 
similar XML files, in the same way the diff utility does it
pkgver = 2.6.3
-   pkgrel = 2
+   pkgrel = 3
url = https://github.com/Shoobx/xmldiff
arch = x86_64
license = GPL2
@@ -10,7 +10,6 @@ pkgbase = xmldiff
depends = jade
depends = python-setuptools
depends = python-lxml
-   depends = python-six
optdepends = docbook-xsl: render revision info
source = 
xmldiff-2.6.3.tar.gz::https://github.com/Shoobx/xmldiff/archive/2.6.3.tar.gz
sha512sums = 
52d728310bc144894d8db178c89e5ae7bee22acaa9a4bfe5b8014420b854c385029ccf55f36bf831ac86e5d58ef497fb994f78172bcff7c980ed2f766609cc36


=
PKGBUILD
=
@@ -4,12 +4,12 @@
 
 pkgname=xmldiff
 pkgver=2.6.3
-pkgrel=2
+pkgrel=3
 pkgdesc="A python tool that figures out the differences between two similar 
XML files, in the same way the diff utility does it"
 arch=('x86_64')
 url="https://github.com/Shoobx/xmldiff;
 license=('GPL2')
-depends=('python' 'libxslt' 'jade' 'python-setuptools' 'python-lxml' 
'python-six')
+depends=('python' 'libxslt' 'jade' 'python-setuptools' 'python-lxml')
 optdepends=('docbook-xsl: render revision info')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/Shoobx/xmldiff/archive/$pkgver.tar.gz;)
 
sha512sums=('52d728310bc144894d8db178c89e5ae7bee22acaa9a4bfe5b8014420b854c385029ccf55f36bf831ac86e5d58ef497fb994f78172bcff7c980ed2f766609cc36')



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

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xmldiff/-/commit/7b099cffd05460dd0f249a17dcbb5146808737ea
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/xmldiff] Pushed new tag 2.6.3-3

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


Jelle van der Waa pushed new tag 2.6.3-3 at Arch Linux / Packaging / Packages / 
xmldiff

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/xmldiff/-/tree/2.6.3-3
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-formencode][main] Drop unneeded dependency on python-six

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


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


Commits:
4b52d68b by Jelle van der Waa at 2024-04-27T17:40:06+02:00
Drop unneeded dependency on python-six

https://github.com/formencode/formencode/commit/98e9e97ea6e8a7574fb106d699c2b00e3a6bc5ae

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-formencode
pkgdesc = A validation library for Python.
pkgver = 2.1.0
-   pkgrel = 2
+   pkgrel = 3
url = http://www.formencode.org/en/latest/
arch = any
license = MIT
@@ -14,7 +14,6 @@ pkgbase = python-formencode
makedepends = python-setuptools
makedepends = python-setuptools-scm
depends = python
-   depends = python-six
source = 
https://files.pythonhosted.org/packages/source/f/formencode/FormEncode-2.1.0.tar.gz
sha256sums = 
eb74d223078a28cf015fa88966c6e34f2d18d75127318d65c144bed9afc4263f
 


=
PKGBUILD
=
@@ -4,12 +4,12 @@ pkgname=python-formencode
 _pkgname=formencode
 _pypi=FormEncode
 pkgver=2.1.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A validation library for Python."
 arch=("any")
 url="http://www.formencode.org/en/latest/;
 license=("MIT")
-depends=("python" "python-six")
+depends=("python")
 checkdepends=("python-pytest" "python-dnspython" "python-pycountry")
 makedepends=('python-build' 'python-installer' 'python-wheel' 
'python-setuptools' 'python-setuptools-scm')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/formencode/formencode/archive/$pkgver.tar.gz;)



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

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-formencode/-/commit/4b52d68b21b064555128163ee88700a77cd46d58
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-formencode] Pushed new tag 2.1.0-3

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


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

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-formencode/-/tree/2.1.0-3
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-pyudev] Pushed new tag 0.24.1-4

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


Jelle van der Waa pushed new tag 0.24.1-4 at Arch Linux / Packaging / Packages 
/ python-pyudev

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pyudev/-/tree/0.24.1-4
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-pyudev][main] Drop unrequired python-six depends

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


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


Commits:
3fa33810 by Jelle van der Waa at 2024-04-27T17:37:48+02:00
Drop unrequired python-six depends

https://github.com/pyudev/pyudev/commit/24ebdebee53e9edcdf6a904a477cdae6730217e4

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-pyudev
pkgdesc = Python bindings to libudev
pkgver = 0.24.1
-   pkgrel = 3
+   pkgrel = 4
url = https://github.com/pyudev/pyudev
arch = any
license = LGPL
@@ -14,7 +14,6 @@ pkgbase = python-pyudev
makedepends = python-setuptools
makedepends = python-wheel
makedepends = python-sphinx
-   depends = python-six
depends = systemd
optdepends = python-pyqt5: PyQt integration
optdepends = python-wxpython: WX integration


=
PKGBUILD
=
@@ -7,12 +7,12 @@
 _pkgname=pyudev
 pkgname=python-$_pkgname
 pkgver=0.24.1
-pkgrel=3
+pkgrel=4
 arch=('any')
 url='https://github.com/pyudev/pyudev'
 license=('LGPL')
 pkgdesc='Python bindings to libudev'
-depends=('python-six' 'systemd')
+depends=('systemd')
 makedepends=('python-build' 'python-installer' 'python-setuptools' 
'python-wheel' 'python-sphinx')
 checkdepends=('python-pytest' 'python-docutils' 'python-hypothesis' 
'python-pip')
 optdepends=('python-pyqt5: PyQt integration'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pyudev/-/commit/3fa33810f72daa2340bbb4551be21242f0e50bf6

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pyudev/-/commit/3fa33810f72daa2340bbb4551be21242f0e50bf6
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-rdflib] Pushed new tag 7.0.0-3

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


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

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-rdflib/-/tree/7.0.0-3
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-rdflib][main] 2 commits: Drop python-six checkdependency

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


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


Commits:
0b44953d by Jelle van der Waa at 2024-04-27T17:35:54+02:00
Drop python-six checkdependency

Removed upstream in: https://github.com/RDFLib/rdflib/pull/1051

- - - - -
bbe71afc by Jelle van der Waa at 2024-04-27T17:37:20+02:00
upgpkg: 7.0.0-3

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,12 +1,11 @@
 pkgbase = python-rdflib
pkgdesc = A Python library for working with RDF, a simple yet powerful 
language for representing information
pkgver = 7.0.0
-   pkgrel = 2
+   pkgrel = 3
url = https://github.com/RDFLib/rdflib
arch = any
license = BSD-3-Clause
checkdepends = python-pytest-cov
-   checkdepends = python-six
checkdepends = python-html5lib
checkdepends = python-networkx
checkdepends = python-doctest-ignore-unicode


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 
 pkgname=python-rdflib
 pkgver=7.0.0
-pkgrel=2
+pkgrel=3
 pkgdesc="A Python library for working with RDF, a simple yet powerful language 
for representing information"
 arch=('any')
 url="https://github.com/RDFLib/rdflib;
@@ -12,7 +12,7 @@ license=('BSD-3-Clause')
 depends=('python-isodate' 'python-pyparsing' 'python-setuptools')
 makedepends=('python-build' 'python-installer' 'python-poetry-core')
 optdepends=('python-html5lib: for html support')
-checkdepends=('python-pytest-cov' 'python-six' 'python-html5lib' 
'python-networkx'
+checkdepends=('python-pytest-cov' 'python-html5lib' 'python-networkx'
   'python-doctest-ignore-unicode' 'python-pip')
 
source=(https://github.com/RDFLib/rdflib/archive/$pkgver/$pkgname-$pkgver.tar.gz)
 
sha512sums=('176192bd2ce8a400e661ced2e21e3dd35783fa1c6c8390f6dee4ac61ca63da5d3a50df3d287f47783631da12452ca3ec92ad06050417029396fe8b3ab0182041')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-rdflib/-/compare/8ff3ec0483fd3c94ad4fe3d58926bfc5d7c1b636...bbe71afc7042d6839d5cac1d2312291280e3f255

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-rdflib/-/compare/8ff3ec0483fd3c94ad4fe3d58926bfc5d7c1b636...bbe71afc7042d6839d5cac1d2312291280e3f255
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-smbprotocol][main] upgpkg: 1.12.0-3: drop unrequired six dependency

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


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


Commits:
9499b0b6 by Jelle van der Waa at 2024-04-27T17:35:24+02:00
upgpkg: 1.12.0-3: drop unrequired six dependency

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-smbprotocol
pkgdesc = SMBv2 and v3 client
pkgver = 1.12.0
-   pkgrel = 2
+   pkgrel = 3
url = https://github.com/jborean93/smbprotocol
arch = any
license = MIT
@@ -12,7 +12,6 @@ pkgbase = python-smbprotocol
makedepends = python-setuptools
depends = python-cryptography
depends = python-pyspnego
-   depends = python-six
optdepends = python-gssapi: Kerberos support
source = 
git+https://github.com/jborean93/smbprotocol.git#commit=190667f41c5c8856db741efc133c27a624a7a2bf
validpgpkeys = A03A0E13C2EFFD384B1EC39A2AAC89085FBBDAB5


=
PKGBUILD
=
@@ -3,12 +3,12 @@
 _pkg=smbprotocol
 pkgname=python-${_pkg}
 pkgver=1.12.0
-pkgrel=2
+pkgrel=3
 pkgdesc="SMBv2 and v3 client"
 arch=(any)
 url="https://github.com/jborean93/smbprotocol;
 license=(MIT)
-depends=(python-cryptography python-pyspnego python-six)
+depends=(python-cryptography python-pyspnego)
 makedepends=(git python-setuptools)
 checkdepends=(python-pytest python-pytest-mock python-gssapi)
 optdepends=('python-gssapi: Kerberos support')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-smbprotocol/-/commit/9499b0b6dd832a55cbf39eca7564ff518060d62f

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-smbprotocol/-/commit/9499b0b6dd832a55cbf39eca7564ff518060d62f
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-smbprotocol] Pushed new tag 1.12.0-3

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


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

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-smbprotocol/-/tree/1.12.0-3
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-cson] Pushed new tag 0.8-8

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


Jelle van der Waa pushed new tag 0.8-8 at Arch Linux / Packaging / Packages / 
python-cson

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-cson/-/tree/0.8-8
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-cson][main] upgpkg: 0.8-8: drop unrequired six and pytest-cov dep

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


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


Commits:
caccdc5d by Jelle van der Waa at 2024-04-27T17:27:32+02:00
upgpkg: 0.8-8: drop unrequired six and pytest-cov dep

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,17 +1,15 @@
 pkgbase = python-cson
pkgdesc = A Python parser for Coffeescript Object Notation (CSON)
pkgver = 0.8
-   pkgrel = 7
+   pkgrel = 8
url = https://github.com/avakar/pycson
arch = any
license = MIT
makedepends = git
makedepends = python-setuptools
makedepends = python-pytest
-   makedepends = python-pytest-cov
makedepends = python-speg
depends = python
-   depends = python-six
depends = python-speg
source = 
git+https://github.com/avakar/pycson.git#tag=d2ed07d980382e44726cf3c074957e752ef6441b
sha256sums = SKIP


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=python-cson
 pkgver=0.8
-pkgrel=7
+pkgrel=8
 pkgdesc="A Python parser for Coffeescript Object Notation (CSON)"
 arch=('any')
 url="https://github.com/avakar/pycson;
@@ -10,16 +10,15 @@ license=('MIT')
 makedepends=('git'
  'python-setuptools'
  'python-pytest'
- 'python-pytest-cov'
  'python-speg')
-depends=('python' 'python-six' 'python-speg')
+depends=('python' 'python-speg')
 _commit=d2ed07d980382e44726cf3c074957e752ef6441b
 source=("git+https://github.com/avakar/pycson.git#tag=${_commit};)
 sha256sums=(SKIP)
 
 check() {
   cd "$srcdir"/pycson
-  PYTHONPATH=. py.test --cov=cson --cov-report term-missing
+  PYTHONPATH=. py.test
 }
 
 package() {



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

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-cson/-/commit/caccdc5defaa6f1065c2fd426ea246e6f519edd3
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-speg][main] upgpkg: 0.3-12: drop unrequired six dependency

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


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


Commits:
3cb03a8e by Jelle van der Waa at 2024-04-27T17:24:29+02:00
upgpkg: 0.3-12: drop unrequired six dependency

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,13 +1,12 @@
 pkgbase = python-speg
pkgdesc = A PEG-based parser interpreter with memoization
pkgver = 0.3
-   pkgrel = 11
+   pkgrel = 12
url = https://github.com/avakar/pyspeg
arch = any
license = MIT
makedepends = python-setuptools
depends = python
-   depends = python-six
source = https://pypi.io/packages/source/s/speg/speg-0.3.zip
source = LICENSE
sha256sums = 
10cbef47e168dfc62f14db575cf1c428037a2b881cee6c3cfceda0439c243e71


=
PKGBUILD
=
@@ -2,12 +2,12 @@
 
 pkgname=python-speg
 pkgver=0.3
-pkgrel=11
+pkgrel=12
 pkgdesc="A PEG-based parser interpreter with memoization"
 arch=('any')
 url="https://github.com/avakar/pyspeg;
 license=('MIT')
-depends=('python' 'python-six')
+depends=('python')
 makedepends=('python-setuptools')
 source=(https://pypi.io/packages/source/s/speg/speg-$pkgver.zip
 LICENSE)



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-speg/-/commit/3cb03a8e1a02b9aaa3de9d2fb8f0d1b806c85392

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-speg/-/commit/3cb03a8e1a02b9aaa3de9d2fb8f0d1b806c85392
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-speg] Pushed new tag 0.3-12

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


Jelle van der Waa pushed new tag 0.3-12 at Arch Linux / Packaging / Packages / 
python-speg

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-speg/-/tree/0.3-12
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-tldextract][main] upgpkg: 5.1.2-3: drop pytest-pylint

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


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


Commits:
29bf51c5 by Jelle van der Waa at 2024-04-27T17:04:48+02:00
upgpkg: 5.1.2-3: drop pytest-pylint

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,13 +1,12 @@
 pkgbase = python-tldextract
pkgdesc = Accurately separate the TLD from the registered domain and 
subdomains of a URL, using the Public Suffix List
pkgver = 5.1.2
-   pkgrel = 2
+   pkgrel = 3
url = https://github.com/john-kurkowski/tldextract
arch = any
license = BSD-3-Clause
checkdepends = python-pytest
checkdepends = python-pytest-mock
-   checkdepends = python-pytest-pylint
checkdepends = python-responses
checkdepends = python-isort
checkdepends = python-syrupy


=
PKGBUILD
=
@@ -2,7 +2,7 @@
 
 pkgname=python-tldextract
 pkgver=5.1.2
-pkgrel=2
+pkgrel=3
 pkgdesc="Accurately separate the TLD from the registered domain and subdomains 
of a URL, using the Public Suffix List"
 arch=('any')
 url="https://github.com/john-kurkowski/tldextract;
@@ -10,7 +10,7 @@ license=('BSD-3-Clause')
 depends=('python-idna' 'python-requests' 'python-requests-file' 
'python-filelock')
 makedepends=('git' 'python-build' 'python-installer' 'python-setuptools' 
'python-setuptools-scm'
  'python-wheel')
-checkdepends=('python-pytest' 'python-pytest-mock' 'python-pytest-pylint' 
'python-responses'
+checkdepends=('python-pytest' 'python-pytest-mock' 'python-responses'
   'python-isort' 'python-syrupy')
 source=("git+https://github.com/john-kurkowski/tldextract.git#tag=$pkgver;)
 
sha512sums=('b44ca708da11f70c771ca10d5f901d3187dc2c5505f0e42a264c4614baa2b6328d8356d0353e0826f8a4245ebf95f8573673c8b1ef2cc5775756898a2dd6661b')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-tldextract/-/commit/29bf51c5750ef69d49b0d56d0e4cbe3dc37c2ace

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-tldextract/-/commit/29bf51c5750ef69d49b0d56d0e4cbe3dc37c2ace
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-tldextract] Pushed new tag 5.1.2-3

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


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

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-tldextract/-/tree/5.1.2-3
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-noseofyeti] Pushed new tag 2.4.8-1

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


Jelle van der Waa pushed new tag 2.4.8-1 at Arch Linux / Packaging / Packages / 
python-noseofyeti

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-noseofyeti/-/tree/2.4.8-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-noseofyeti][main] 2 commits: Drop python-asynctest

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


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


Commits:
fcff3c3b by loqs at 2024-04-27T16:47:31+02:00
Drop python-asynctest

- - - - -
3599f0f5 by Jelle van der Waa at 2024-04-27T16:56:39+02:00
upgpkg: 2.4.8-1: Drop asynctest

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,11 +1,10 @@
 pkgbase = python-noseofyeti
pkgdesc = A custom pyton codec that provides an RSpec style dsl for 
python
-   pkgver = 2.4.6
-   pkgrel = 2
+   pkgver = 2.4.8
+   pkgrel = 1
url = https://github.com/delfick/nose-of-yeti
arch = any
license = MIT
-   checkdepends = python-asynctest
checkdepends = python-pytest
checkdepends = python-alt-pytest-asyncio
checkdepends = python-pytest-helpers-namespace
@@ -14,7 +13,7 @@ pkgbase = python-noseofyeti
makedepends = python-installer
makedepends = python-hatchling
depends = python
-   source = 
git+https://github.com/delfick/nose-of-yeti.git#commit=08bc8320f60cd45d1d04be3a88e74cc9b8bdad9f
+   source = 
git+https://github.com/delfick/nose-of-yeti.git#commit=5bd8abafa5e8db32e7fff37105d2ac25d30605bf
sha512sums = SKIP
 
 pkgname = python-noseofyeti


=
PKGBUILD
=
@@ -1,22 +1,24 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-noseofyeti
-pkgver=2.4.6
-_commit=08bc8320f60cd45d1d04be3a88e74cc9b8bdad9f
-pkgrel=2
+pkgver=2.4.8
+_commit=5bd8abafa5e8db32e7fff37105d2ac25d30605bf
+pkgrel=1
 pkgdesc="A custom pyton codec that provides an RSpec style dsl for python"
 url="https://github.com/delfick/nose-of-yeti;
 license=('MIT')
 arch=('any')
 depends=('python')
 makedepends=('git' 'python-build' 'python-installer' 'python-hatchling')
-checkdepends=('python-asynctest' 'python-pytest' 'python-alt-pytest-asyncio'
+checkdepends=('python-pytest' 'python-alt-pytest-asyncio'
   'python-pytest-helpers-namespace')
 source=("git+https://github.com/delfick/nose-of-yeti.git#commit=$_commit;)
 sha512sums=('SKIP')
 
 build() {
   cd nose-of-yeti
+  # https://github.com/delfick/nose-of-yeti/issues/22
+  sed -i '/asynctest/d' pyproject.toml
   python -m build -nw
 }
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-noseofyeti/-/compare/2abba14f74a06f2f65af360ea0c81b491291b26a...3599f0f512d7face3071a018aa45c3d78008284a

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-noseofyeti/-/compare/2abba14f74a06f2f65af360ea0c81b491291b26a...3599f0f512d7face3071a018aa45c3d78008284a
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-pytest-socket][main] 2 commits: Drop python-asynctest

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


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


Commits:
805c7dcf by loqs at 2024-04-27T16:45:20+02:00
Drop python-asynctest

- Unused as test is deselected 
https://github.com/miketheman/pytest-socket/issues/161.
- Will be removed in next upstream release 
https://github.com/miketheman/pytest-socket/commit/9ac7a6fe4f9cb9e3a6e6e03c1f1187966876b217.

- - - - -
e2de7ad8 by Jelle van der Waa at 2024-04-27T16:45:55+02:00
upgpkg: 0.7.0-4: Drop asynctest

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,11 +1,10 @@
 pkgbase = python-pytest-socket
pkgdesc = Pytest Plugin to disable socket calls during tests
pkgver = 0.7.0
-   pkgrel = 3
+   pkgrel = 4
url = https://github.com/miketheman/pytest-socket
arch = any
license = MIT
-   checkdepends = python-asynctest
checkdepends = python-httpx
checkdepends = python-pytest-httpbin
checkdepends = python-requests


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 _name=pytest-socket
 pkgname=python-pytest-socket
 pkgver=0.7.0
-pkgrel=3
+pkgrel=4
 pkgdesc='Pytest Plugin to disable socket calls during tests'
 arch=(any)
 license=(MIT)
@@ -20,7 +20,6 @@ makedepends=(
   python-wheel
 )
 checkdepends=(
-  python-asynctest
   python-httpx
   python-pytest-httpbin
   python-requests



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-socket/-/compare/167eade5fe1e6f35165ad6c6b64794d9c9a783cd...e2de7ad83fec07ce8a7f39897e20b3af45dd0819

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-socket/-/compare/167eade5fe1e6f35165ad6c6b64794d9c9a783cd...e2de7ad83fec07ce8a7f39897e20b3af45dd0819
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-pytest-socket] Pushed new tag 0.7.0-4

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


Jelle van der Waa pushed new tag 0.7.0-4 at Arch Linux / Packaging / Packages / 
python-pytest-socket

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-socket/-/tree/0.7.0-4
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-pytest-socket][main] 2 commits: Drop pytest-flake8 and pytest-cov as checkdepends

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


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


Commits:
9e4f42c2 by Jelle van der Waa at 2024-04-27T16:41:41+02:00
Drop pytest-flake8 and pytest-cov as checkdepends

We dont want to run linting/coverage tests for upstream.

- - - - -
167eade5 by Jelle van der Waa at 2024-04-27T16:43:12+02:00
upgpkg: 0.7.0-3

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,14 +1,12 @@
 pkgbase = python-pytest-socket
pkgdesc = Pytest Plugin to disable socket calls during tests
pkgver = 0.7.0
-   pkgrel = 2
+   pkgrel = 3
url = https://github.com/miketheman/pytest-socket
arch = any
license = MIT
checkdepends = python-asynctest
checkdepends = python-httpx
-   checkdepends = python-pytest-cov
-   checkdepends = python-pytest-flake8
checkdepends = python-pytest-httpbin
checkdepends = python-requests
checkdepends = python-starlette


=
PKGBUILD
=
@@ -4,7 +4,7 @@
 _name=pytest-socket
 pkgname=python-pytest-socket
 pkgver=0.7.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Pytest Plugin to disable socket calls during tests'
 arch=(any)
 license=(MIT)



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-socket/-/compare/e003b140d5d275ad748b42821eaccdbd554e9285...167eade5fe1e6f35165ad6c6b64794d9c9a783cd

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-socket/-/compare/e003b140d5d275ad748b42821eaccdbd554e9285...167eade5fe1e6f35165ad6c6b64794d9c9a783cd
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-pytest-socket] Pushed new tag 0.7.0-3

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


Jelle van der Waa pushed new tag 0.7.0-3 at Arch Linux / Packaging / Packages / 
python-pytest-socket

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-socket/-/tree/0.7.0-3
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-fxa][main] upgpkg: 0.7.8-1

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


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


Commits:
1fd27538 by Jelle van der Waa at 2024-04-27T16:38:30+02:00
upgpkg: 0.7.8-1

- Drop cov and flake8 as checkdepends
- Deselect failing tests instead of blindly ignoring

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,14 +1,12 @@
 pkgbase = python-fxa
pkgdesc = Python library for interacting with the Firefox Accounts 
ecosystem
-   pkgver = 0.7.7
-   pkgrel = 8
+   pkgver = 0.7.8
+   pkgrel = 1
url = https://github.com/mozilla/PyFxA
arch = any
license = MPL-2.0
checkdepends = python-grequests
checkdepends = python-pyotp
-   checkdepends = python-pytest-cov
-   checkdepends = python-pytest-flake8
checkdepends = python-pytest
checkdepends = python-responses
makedepends = python-setuptools
@@ -21,7 +19,7 @@ pkgbase = python-fxa
depends = python-pyjwt
depends = python-requests
depends = python-six
-   source = 
https://github.com/mozilla/PyFxA/archive/v0.7.7/python-fxa-0.7.7.tar.gz
-   sha256sums = 
d5b5afdafb6b42344d49e4e4df0582758df54e00b8d0fa3cbc29433410aa9a6f
+   source = 
python-fxa-0.7.8.tar.gz::https://github.com/mozilla/PyFxA/archive/refs/tags/0.7.8.tar.gz
+   sha256sums = 
458d46274c0c7992472a4309f186a28ad970c6240f2caf6a31d7c3655ff5d62e
 
 pkgname = python-fxa


=
PKGBUILD
=
@@ -3,17 +3,17 @@
 
 _pkgname=PyFxA
 pkgname=python-fxa
-pkgver=0.7.7
-pkgrel=8
+pkgver=0.7.8
+pkgrel=1
 pkgdesc='Python library for interacting with the Firefox Accounts ecosystem'
 arch=('any')
 url='https://github.com/mozilla/PyFxA'
 license=('MPL-2.0')
 depends=('python-browserid' 'python-cryptography' 'python-hawkauthlib' 
'python-pyjwt' 'python-requests' 'python-six')
 makedepends=('python-setuptools' 'python-build' 'python-installer' 
'python-wheel')
-checkdepends=('python-grequests' 'python-pyotp' 'python-pytest-cov' 
'python-pytest-flake8' 'python-pytest' 'python-responses')
-source=("https://github.com/mozilla/$_pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha256sums=('d5b5afdafb6b42344d49e4e4df0582758df54e00b8d0fa3cbc29433410aa9a6f')
+checkdepends=('python-grequests' 'python-pyotp' 'python-pytest' 
'python-responses')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/mozilla/$_pkgname/archive/refs/tags/${pkgver}.tar.gz;)
+sha256sums=('458d46274c0c7992472a4309f186a28ad970c6240f2caf6a31d7c3655ff5d62e')
 
 build() {
   cd $_pkgname-$pkgver
@@ -22,7 +22,30 @@ build() {
 
 check() {
   cd $_pkgname-$pkgver
-  pytest || echo 'Some tests failed'
+  # https://github.com/mozilla/PyFxA/issues/102
+  local pytest_skip=(
+--deselect fxa/tests/test_core.py::TestCoreClient::test_account_creation
+--deselect 
fxa/tests/test_core.py::TestCoreClient::test_account_creation_with_key_fetch
+--deselect fxa/tests/test_core.py::TestCoreClient::test_account_login
+--deselect 
fxa/tests/test_core.py::TestCoreClient::test_email_code_verification
+--deselect 
fxa/tests/test_core.py::TestCoreClient::test_forgot_password_flow
+--deselect fxa/tests/test_core.py::TestCoreClient::test_get_random_bytes
+--deselect fxa/tests/test_core.py::TestCoreClient::test_resend_verify_code
+--deselect fxa/tests/test_core.py::TestCoreClient::test_send_unblock_code
+--deselect 
fxa/tests/test_core.py::TestCoreClientSession::test_change_password
+--deselect fxa/tests/test_core.py::TestCoreClientSession::test_email_status
+--deselect 
fxa/tests/test_core.py::TestCoreClientSession::test_get_identity_assertion
+--deselect 
fxa/tests/test_core.py::TestCoreClientSession::test_get_identity_assertion_accepts_service
+--deselect 
fxa/tests/test_core.py::TestCoreClientSession::test_get_identity_assertion_handles_duration
+--deselect 
fxa/tests/test_core.py::TestCoreClientSession::test_get_random_bytes
+--deselect 
fxa/tests/test_core.py::TestCoreClientSession::test_session_status
+--deselect 
fxa/tests/test_core.py::TestCoreClientSession::test_sign_certificate
+--deselect 
fxa/tests/test_core.py::TestCoreClientSession::test_sign_certificate_handles_duration
+--deselect fxa/tests/test_core.py::TestCoreClientSession::test_totp
+  )
+
+  # override pytest options to skip pytest-cov/pytest-flake8 requirements
+  pytest -o addopts='' "${pytest_skip[@]}"
 }
 
 package() {



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

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-fxa/-/commit/1fd275380934a1c6f331fb60fd7230e5099adf70
You're receiving this email because of your account on 

[Git][archlinux/packaging/packages/python-fxa] Pushed new tag 0.7.8-1

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


Jelle van der Waa pushed new tag 0.7.8-1 at Arch Linux / Packaging / Packages / 
python-fxa

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-fxa/-/tree/0.7.8-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-pytest-socket][main] Drop unrequired pytest plugins flake8, cov

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


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


Commits:
e003b140 by Jelle van der Waa at 2024-04-27T16:10:45+02:00
Drop unrequired pytest plugins flake8, cov

These are not required to run for packaging.

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -22,8 +22,6 @@ makedepends=(
 checkdepends=(
   python-asynctest
   python-httpx
-  python-pytest-cov
-  python-pytest-flake8
   python-pytest-httpbin
   python-requests
   python-starlette



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

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pytest-socket/-/commit/e003b140d5d275ad748b42821eaccdbd554e9285
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-astropy-iers-data][main] upgpkg: 0.2024.03.18.00.29.47-3: rebuild for Python 3.12

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


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


Commits:
93ae963a by Jelle van der Waa at 2024-04-27T14:47:10+02:00
upgpkg: 0.2024.03.18.00.29.47-3: rebuild for Python 3.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-astropy-iers-data
pkgdesc = IERS Earth Rotation and Leap Second tables for the astropy 
core package
pkgver = 0.2024.03.18.00.29.47
-   pkgrel = 2
+   pkgrel = 3
url = https://github.com/astropy/astropy-iers-data
arch = any
license = BSD-3-Clause


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 _pyname=astropy-iers-data
 pkgname=python-$_pyname
 pkgver=0.2024.03.18.00.29.47
-pkgrel=2
+pkgrel=3
 pkgdesc="IERS Earth Rotation and Leap Second tables for the astropy core 
package"
 arch=(any)
 url="https://github.com/astropy/astropy-iers-data;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-astropy-iers-data/-/commit/93ae963ab3afc12ed5d1e48b77a4f893de2a9074

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-astropy-iers-data/-/commit/93ae963ab3afc12ed5d1e48b77a4f893de2a9074
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-astropy-iers-data] Pushed new tag 0.2024.03.18.00.29.47-3

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


Jelle van der Waa pushed new tag 0.2024.03.18.00.29.47-3 at Arch Linux / 
Packaging / Packages / python-astropy-iers-data

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-astropy-iers-data/-/tree/0.2024.03.18.00.29.47-3
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-pem] Pushed new tag 23.1.0-3

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


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

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pem/-/tree/23.1.0-3
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-pem][main] upgpkg: 23.1.0-3: rebuild for Python 3.12

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


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


Commits:
8db8850f by Jelle van der Waa at 2024-04-27T14:46:17+02:00
upgpkg: 23.1.0-3: rebuild for Python 3.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-pem
pkgdesc = Parsing and splitting PEM files
pkgver = 23.1.0
-   pkgrel = 2
+   pkgrel = 3
url = https://github.com/hynek/pem
arch = any
license = MIT


=
PKGBUILD
=
@@ -6,7 +6,7 @@
 pkgname=python-pem
 _name=${pkgname#python-}
 pkgver=23.1.0
-pkgrel=2
+pkgrel=3
 pkgdesc='Parsing and splitting PEM files'
 arch=(any)
 url="https://github.com/hynek/$_name;



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pem/-/commit/8db8850ff3d536b4a4926fe362aea2f79bafa72f

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pem/-/commit/8db8850ff3d536b4a4926fe362aea2f79bafa72f
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-pt] Pushed new tag r20231230.107.3efc26e-2

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


Jelle van der Waa pushed new tag r20231230.107.3efc26e-2 at Arch Linux / 
Packaging / Packages / python-pt

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pt/-/tree/r20231230.107.3efc26e-2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-pt][main] upgpkg: r20231230.107.3efc26e-2: rebuild for Python 3.12

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


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


Commits:
2dac0478 by Jelle van der Waa at 2024-04-27T14:45:05+02:00
upgpkg: r20231230.107.3efc26e-2: rebuild for Python 3.12

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-pt
pkgdesc = gdb script to examine the address space of a QEMU-based 
virtual machine
pkgver = r20231230.107.3efc26e
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/martinradev/gdb-pt-dump
arch = any
license = MIT


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 pkgname=python-pt
 _gitcommit=3efc26ef739ae78730ea60851c84d9c08ca8a63d
 pkgver=r20231230.107.3efc26e
-pkgrel=1
+pkgrel=2
 pkgdesc='gdb script to examine the address space of a QEMU-based virtual 
machine'
 url='https://github.com/martinradev/gdb-pt-dump'
 arch=('any')



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

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pt/-/commit/2dac047842d01609a333e674aae0c65c157e7c78
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-keyring] Pushed new tag 25.0.0-4

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


Jelle van der Waa pushed new tag 25.0.0-4 at Arch Linux / Packaging / Packages 
/ python-keyring

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-keyring/-/tree/25.0.0-4
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-keyring][main] Drop unused checkdepend pytest plugins

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


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


Commits:
7b29f638 by Jelle van der Waa at 2024-04-27T14:35:16+02:00
Drop unused checkdepend pytest plugins

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,16 +1,12 @@
 pkgbase = python-keyring
pkgdesc = Store and access your passwords safely
pkgver = 25.0.0
-   pkgrel = 3
+   pkgrel = 4
url = https://github.com/jaraco/keyring
arch = any
license = PSF-2.0
license = MIT
-   checkdepends = python-pytest-flake8
checkdepends = python-pytest
-   checkdepends = python-pytest-black
-   checkdepends = python-pytest-cov
-   checkdepends = python-pytest-mypy
makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools-scm


=
PKGBUILD
=
@@ -8,7 +8,7 @@
 pkgname=python-keyring
 _name=keyring
 pkgver=25.0.0
-pkgrel=3
+pkgrel=4
 pkgdesc='Store and access your passwords safely'
 arch=('any')
 url='https://github.com/jaraco/keyring'



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

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-keyring/-/commit/7b29f638380d3125918a8370cf71a3dfc01c5f7f
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-keyring][main] Drop pytest lint/format checkdepends

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


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


Commits:
013f8253 by Jelle van der Waa at 2024-04-27T14:26:16+02:00
Drop pytest lint/format checkdepends

The tests run fine without them and they should not run in packaging.

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -15,7 +15,7 @@ url='https://github.com/jaraco/keyring'
 license=('PSF-2.0' 'MIT')
 depends=('python-jaraco.classes' 'python-secretstorage' 
'python-jaraco.functools' 'python-jaraco.context')
 makedepends=('python-build' 'python-installer' 'python-setuptools-scm' 
'python-wheel')
-checkdepends=('python-pytest-flake8' 'python-pytest' 'python-pytest-black' 
'python-pytest-mypy')
+checkdepends=('python-pytest')
 optdepends=('python-keyrings-alt: Alternative backends'
 'python-dbus: kwallet backend')
 
source=(https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz)



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-keyring/-/commit/013f825324dd2882b32d7558667d4b5d69aaa977

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-keyring/-/commit/013f825324dd2882b32d7558667d4b5d69aaa977
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-tempora][main] upgpkg: 5.5.0-1

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


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


Commits:
46632080 by Jelle van der Waa at 2024-04-27T14:20:49+02:00
upgpkg: 5.5.0-1

- Drop unrequired pytest checkdependencies
- Move to PEP517
- Use tarball included LICENSE
- Drop python-attrs as makedepends, it was a missing dep of freezegun

- - - - -


3 changed files:

- .SRCINFO
- − LICENSE
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,26 +1,22 @@
 pkgbase = python-tempora
pkgdesc = Objects and routines pertaining to date and time (tempora).
-   pkgver = 5.2.2
-   pkgrel = 3
+   pkgver = 5.5.0
+   pkgrel = 1
url = https://github.com/jaraco/tempora
arch = any
license = MIT
checkdepends = python-pytest
-   checkdepends = python-pytest-flake8
-   checkdepends = python-pytest-cov
-   checkdepends = python-pytest-black
checkdepends = python-freezegun
checkdepends = python-pytest-freezegun
-   checkdepends = python-pytest-mypy
makedepends = python-setuptools
makedepends = python-setuptools-scm
-   makedepends = python-attrs
+   makedepends = python-build
+   makedepends = python-installer
+   makedepends = python-wheel
depends = python
depends = python-pytz
depends = python-jaraco.functools
-   source = 
python-tempora-5.2.2.tar.gz::https://github.com/jaraco/tempora/archive/v5.2.2.tar.gz
-   source = LICENSE
-   sha512sums = 
bef8fa0c7815cc18886f3c4ab7573912d6f5a840629a5f753cc53bb82c3111a4ca34424685fc32731e1e8cb2064031411414b0ce31235dca947b5051d65ec773
-   sha512sums = 
1106afed483b7258e4ae89c5d9459c3834412b31aac90169725ed62d2ab44f61f6f79e894d4c9e4d8bd99e14530ab778df2187784f0b25eaab86d312fad68944
+   source = 
python-tempora-5.5.0.tar.gz::https://github.com/jaraco/tempora/archive/v5.5.0.tar.gz
+   sha512sums = 
b3490d03a01f103dd1702a4b20504affeda6f31ba2badf3b2dc9e4fbf6a482c06c63d19603ecf21e6aaf36c5fbbfad23d8b608b1774afd82648dcfd833a9787c
 
 pkgname = python-tempora


=
LICENSE deleted
=
@@ -1,7 +0,0 @@
-Copyright Jason R. Coombs
-
-Permission is hereby granted, free of charge, to any person obtaining a copy 
of this software and associated documentation files (the "Software"), to deal 
in the Software without restriction, including without limitation the rights to 
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies 
of the Software, and to permit persons to whom the Software is furnished to do 
so, subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all 
copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 
SOFTWARE.


=
PKGBUILD
=
@@ -3,28 +3,24 @@
 
 pkgname='python-tempora'
 _pkgbase="${pkgname//python-/}"
-pkgver=5.2.2
-pkgrel=3
+pkgver=5.5.0
+pkgrel=1
 pkgdesc="Objects and routines pertaining to date and time (tempora)."
 arch=('any')
 url="https://github.com/jaraco/tempora;
 license=('MIT')
 depends=('python' 'python-pytz' 'python-jaraco.functools')
-makedepends=('python-setuptools' 'python-setuptools-scm' 'python-attrs')
-checkdepends=('python-pytest' 'python-pytest-flake8' 'python-pytest-cov'
-  'python-pytest-black' 'python-freezegun' 
'python-pytest-freezegun'
-  'python-pytest-mypy')
-source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz"
-'LICENSE')
-sha512sums=('bef8fa0c7815cc18886f3c4ab7573912d6f5a840629a5f753cc53bb82c3111a4ca34424685fc32731e1e8cb2064031411414b0ce31235dca947b5051d65ec773'
-
'1106afed483b7258e4ae89c5d9459c3834412b31aac90169725ed62d2ab44f61f6f79e894d4c9e4d8bd99e14530ab778df2187784f0b25eaab86d312fad68944')
+makedepends=('python-setuptools' 'python-setuptools-scm' 'python-build' 
'python-installer' 'python-wheel')
+checkdepends=('python-pytest' 'python-freezegun' 'python-pytest-freezegun')
+source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
+sha512sums=('b3490d03a01f103dd1702a4b20504affeda6f31ba2badf3b2dc9e4fbf6a482c06c63d19603ecf21e6aaf36c5fbbfad23d8b608b1774afd82648dcfd833a9787c')
 
 # setuptools won't find version from git tag
 export SETUPTOOLS_SCM_PRETEND_VERSION="${pkgver}"
 
 build() {
 cd "${srcdir}/${_pkgbase}-${pkgver}"
-python -c 'from setuptools import setup; setup()' 

[Git][archlinux/packaging/packages/python-tempora] Pushed new tag 5.5.0-1

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


Jelle van der Waa pushed new tag 5.5.0-1 at Arch Linux / Packaging / Packages / 
python-tempora

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-tempora/-/tree/5.5.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-flask-restful][main] upgpkg: 0.3.10-1

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


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


Commits:
91c20bf6 by Jelle van der Waa at 2024-04-27T14:11:45+02:00
upgpkg: 0.3.10-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-flask-restful
pkgdesc = Simple framework for creating REST APIs
-   pkgver = 0.3.9
-   pkgrel = 6
+   pkgver = 0.3.10
+   pkgrel = 1
url = https://github.com/flask-restful/flask-restful
arch = any
license = BSD
@@ -13,7 +13,7 @@ pkgbase = python-flask-restful
depends = python-flask
depends = python-aniso8601
depends = python-pytz
-   source = 
https://github.com/flask-restful/flask-restful/archive/v0.3.9/python-flask-restful-0.3.9.tar.gz
-   sha512sums = 
34bea8ed6e9de3ad1c2ca63e7af67ed2a175f84c433b08ff643f91d88feda0e3c1c3967deb2fe5ad308b05f373b10c08245edf65ed97a7c5a3683aa900e9edf2
+   source = 
https://github.com/flask-restful/flask-restful/archive/refs/tags/0.3.10.tar.gz
+   sha512sums = 
5f9daf9d7dd2ef603c591d0c4fc49e4880c57a5da48eb21a280ffbcc36807262039074754eaa0fde8f3b1019fcfc48753a99c25c4b0ed36815dcbdd6797fb509
 
 pkgname = python-flask-restful


=
PKGBUILD
=
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-flask-restful
-pkgver=0.3.9
-pkgrel=6
+pkgver=0.3.10
+pkgrel=1
 pkgdesc="Simple framework for creating REST APIs"
 url="https://github.com/flask-restful/flask-restful;
 license=('BSD')
@@ -10,8 +10,8 @@ arch=('any')
 depends=('python-six' 'python-flask' 'python-aniso8601' 'python-pytz')
 makedepends=('python-setuptools')
 checkdepends=('python-nose' 'python-blinker' 'python-pycryptodome')
-source=("https://github.com/flask-restful/flask-restful/archive/v$pkgver/$pkgname-$pkgver.tar.gz;)
-sha512sums=('34bea8ed6e9de3ad1c2ca63e7af67ed2a175f84c433b08ff643f91d88feda0e3c1c3967deb2fe5ad308b05f373b10c08245edf65ed97a7c5a3683aa900e9edf2')
+source=("https://github.com/flask-restful/flask-restful/archive/refs/tags/${pkgver}.tar.gz;)
+sha512sums=('5f9daf9d7dd2ef603c591d0c4fc49e4880c57a5da48eb21a280ffbcc36807262039074754eaa0fde8f3b1019fcfc48753a99c25c4b0ed36815dcbdd6797fb509')
 
 build() {
   cd flask-restful-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-flask-restful/-/commit/91c20bf637696f2be0883795ecd2689993c56449

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-flask-restful/-/commit/91c20bf637696f2be0883795ecd2689993c56449
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-flask-restful] Pushed new tag 0.3.10-1

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


Jelle van der Waa pushed new tag 0.3.10-1 at Arch Linux / Packaging / Packages 
/ python-flask-restful

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-flask-restful/-/tree/0.3.10-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-portend][main] upgpkg: 3.2.0-1

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


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


Commits:
a92435e0 by Jelle van der Waa at 2024-04-27T14:05:57+02:00
upgpkg: 3.2.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = python-portend
pkgdesc = Use portend to monitor TCP ports for bound or unbound states.
-   pkgver = 3.1.0
-   pkgrel = 5
+   pkgver = 3.2.0
+   pkgrel = 1
url = https://github.com/jaraco/portend
arch = any
license = MIT
@@ -13,9 +13,9 @@ pkgbase = python-portend
makedepends = python-wheel
depends = python
depends = python-tempora
-   source = 
https://files.pythonhosted.org/packages/source/p/portend/portend-3.1.0.tar.gz
+   source = 
https://files.pythonhosted.org/packages/source/p/portend/portend-3.2.0.tar.gz
source = LICENSE
-   sha512sums = 
017dff68ea85f48d19398f71fbd8189329ca9c27c05d8599dd5e53632eb5ddc6dea322e94c924a0653f25f042a3c8ee1cda5f8450b02f3406a72036d54cd1aaf
+   sha512sums = 
56790cdb6d1619e8873acc2498f9bee758a64ad8f8e47f31e48ae1ac7b6f038fc81af5d52cbc4bc4797dd6dc25d453d391d73d454c98559b1d6a8e9061837d7f
sha512sums = 
1106afed483b7258e4ae89c5d9459c3834412b31aac90169725ed62d2ab44f61f6f79e894d4c9e4d8bd99e14530ab778df2187784f0b25eaab86d312fad68944
 
 pkgname = python-portend


=
PKGBUILD
=
@@ -3,8 +3,8 @@
 
 pkgname='python-portend'
 _pkgbase="${pkgname//python-/}"
-pkgver=3.1.0
-pkgrel=5
+pkgver=3.2.0
+pkgrel=1
 pkgdesc="Use portend to monitor TCP ports for bound or unbound states."
 arch=('any')
 url="https://github.com/jaraco/portend;
@@ -15,7 +15,7 @@ makedepends=('python-setuptools' 'python-setuptools-scm'
 checkdepends=('python-pytest')
 
source=("https://files.pythonhosted.org/packages/source/${_pkgbase:0:1}/${_pkgbase}/${_pkgbase}-${pkgver}.tar.gz;
 'LICENSE')
-sha512sums=('017dff68ea85f48d19398f71fbd8189329ca9c27c05d8599dd5e53632eb5ddc6dea322e94c924a0653f25f042a3c8ee1cda5f8450b02f3406a72036d54cd1aaf'
+sha512sums=('56790cdb6d1619e8873acc2498f9bee758a64ad8f8e47f31e48ae1ac7b6f038fc81af5d52cbc4bc4797dd6dc25d453d391d73d454c98559b1d6a8e9061837d7f'
 
'1106afed483b7258e4ae89c5d9459c3834412b31aac90169725ed62d2ab44f61f6f79e894d4c9e4d8bd99e14530ab778df2187784f0b25eaab86d312fad68944')
 
 prepare() {



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

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-portend/-/commit/a92435e02b9e43b2cd235fd694aaa3a62b727b83
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-portend] Pushed new tag 3.2.0-1

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


Jelle van der Waa pushed new tag 3.2.0-1 at Arch Linux / Packaging / Packages / 
python-portend

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-portend/-/tree/3.2.0-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-pecan][main] upgpkg: 1.5.1-1

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


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


Commits:
b1122b89 by Jelle van der Waa at 2024-04-27T13:57:23+02:00
upgpkg: 1.5.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,16 +1,14 @@
 pkgbase = python-pecan
pkgdesc = A WSGI object-dispatching web framework, designed to be lean 
and fast with few dependencies.
-   pkgver = 1.4.2
-   pkgrel = 4
+   pkgver = 1.5.1
+   pkgrel = 1
url = https://github.com/pecan/pecan
arch = any
license = BSD
-   checkdepends = python-virtualenv
checkdepends = python-jinja
checkdepends = gunicorn
checkdepends = python-sqlalchemy
checkdepends = python-genshi
-   checkdepends = python-nine
checkdepends = uwsgi
checkdepends = python-pytest
checkdepends = python-kajiki
@@ -20,7 +18,6 @@ pkgbase = python-pecan
makedepends = python-webob
makedepends = python-mako
makedepends = python-webtest
-   makedepends = python-six
makedepends = python-logutils
makedepends = python-build
makedepends = python-installer
@@ -29,9 +26,8 @@ pkgbase = python-pecan
depends = python-webob
depends = python-mako
depends = python-webtest
-   depends = python-six
depends = python-logutils
-   source = 
python-pecan-1.4.2.tar.gz::https://github.com/pecan/pecan/archive/1.4.2.tar.gz
-   sha512sums = 
2080ba74fc75c458b927b28cbddbe1135da05fd0eff095942823cf43a6d7b03f438a12b46ba007cf45a128628078f3a404842ac2dced86c270b1a1e385feb83b
+   source = 
python-pecan-1.5.1.tar.gz::https://github.com/pecan/pecan/archive/1.5.1.tar.gz
+   sha512sums = 
47009084c134469d2e24a142288926a180f13fd1bb1b3546b0e1cc7e32f9c160d5580ecf86af7219accaf1118d6b73b2bafa755f0039a422317a429f6651a845
 
 pkgname = python-pecan


=
PKGBUILD
=
@@ -3,8 +3,8 @@
 pkgname="python-pecan"
 _pkgname="${pkgname#python-}"
 pkgdesc='A WSGI object-dispatching web framework, designed to be lean and fast 
with few dependencies.'
-pkgver=1.4.2
-pkgrel=4
+pkgver=1.5.1
+pkgrel=1
 arch=('any')
 url='https://github.com/pecan/pecan'
 license=('BSD')
@@ -17,7 +17,7 @@ checkdepends=('python-jinja' 'gunicorn'
   'python-sqlalchemy' 'python-genshi' 'uwsgi'
   'python-pytest' 'python-kajiki')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${_pkgname}/${_pkgname}/archive/${pkgver}.tar.gz;)
-sha512sums=('2080ba74fc75c458b927b28cbddbe1135da05fd0eff095942823cf43a6d7b03f438a12b46ba007cf45a128628078f3a404842ac2dced86c270b1a1e385feb83b')
+sha512sums=('47009084c134469d2e24a142288926a180f13fd1bb1b3546b0e1cc7e32f9c160d5580ecf86af7219accaf1118d6b73b2bafa755f0039a422317a429f6651a845')
 
 prepare(){
   cd "${srcdir}/${_pkgname}-${pkgver}"



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

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pecan/-/commit/b1122b8918ad3ca67322a1e3752dec2030fb4929
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-pecan] Pushed new tag 1.5.1-1

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


Jelle van der Waa pushed new tag 1.5.1-1 at Arch Linux / Packaging / Packages / 
python-pecan

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pecan/-/tree/1.5.1-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-pecan][main] 3 commits: Drop python-nine requirement

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


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


Commits:
af4bc18a by Jelle van der Waa at 2024-04-27T13:55:59+02:00
Drop python-nine requirement

This Py2/Py3 compatibility library is not used.

- - - - -
a47a817d by Jelle van der Waa at 2024-04-27T13:56:20+02:00
Drop python-six

Six is not used by this package.

- - - - -
e392cedb by Jelle van der Waa at 2024-04-27T13:56:38+02:00
Drop virtualenv as checkdepends

We dont want to run tests in a virtualenv but use our system packages.

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -8,13 +8,13 @@ pkgrel=4
 arch=('any')
 url='https://github.com/pecan/pecan'
 license=('BSD')
-depends=('python' 'python-webob' 'python-mako' 'python-webtest' 'python-six'
+depends=('python' 'python-webob' 'python-mako' 'python-webtest'
  'python-logutils')
 makedepends=('python' 'python-setuptools' 'python-sphinx' 'python-webob'
- 'python-mako' 'python-webtest' 'python-six' 'python-logutils'
+ 'python-mako' 'python-webtest' 'python-logutils'
  'python-build' 'python-installer' 'python-wheel')
-checkdepends=('python-virtualenv' 'python-jinja' 'gunicorn'
-  'python-sqlalchemy' 'python-genshi' 'python-nine' 'uwsgi'
+checkdepends=('python-jinja' 'gunicorn'
+  'python-sqlalchemy' 'python-genshi' 'uwsgi'
   'python-pytest' 'python-kajiki')
 
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/${_pkgname}/${_pkgname}/archive/${pkgver}.tar.gz;)
 
sha512sums=('2080ba74fc75c458b927b28cbddbe1135da05fd0eff095942823cf43a6d7b03f438a12b46ba007cf45a128628078f3a404842ac2dced86c270b1a1e385feb83b')



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pecan/-/compare/6052cd01b012c1b92547c18dcd3a338cc0d5751b...e392cedbf93daf86d493d110cc7dbb3d403b5132

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pecan/-/compare/6052cd01b012c1b92547c18dcd3a338cc0d5751b...e392cedbf93daf86d493d110cc7dbb3d403b5132
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-pastedeploy][main] upgpkg: 3.1-1

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


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


Commits:
e6ca7e5c by Jelle van der Waa at 2024-04-27T13:41:56+02:00
upgpkg: 3.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,8 +1,8 @@
 pkgbase = python-pastedeploy
pkgdesc = Load, configure, and compose WSGI applications and servers
-   pkgver = 3.0.1
-   pkgrel = 4
-   url = http://pythonpaste.org/deploy/
+   pkgver = 3.1
+   pkgrel = 1
+   url = https://github.com/Pylons/pastedeploy
arch = any
license = MIT
checkdepends = python-pytest
@@ -11,7 +11,7 @@ pkgbase = python-pastedeploy
makedepends = python-installer
makedepends = python-wheel
depends = python
-   source = 
python-pastedeploy-3.0.1.tar.gz::https://github.com/Pylons/pastedeploy/archive/3.0.1.tar.gz
-   sha512sums = 
2b06351b9104da1e0d30c90492ee31113aacf5cde7a66a34482c4625af902b855eab2af80073db4eb18805a192f858dac360062dadf58a161cc3cfabf5b67a1a
+   source = 
python-pastedeploy-3.1.tar.gz::https://github.com/Pylons/pastedeploy/archive/3.1.tar.gz
+   sha512sums = 
da13c8181d1f003bf61f954655a1876f49253954c320c6a2db0ca2b92acf057e48dff97376da2f9dce6181e5349ffa2d8cddbf71d3360d6c0fa8d5dedbbb2ae3
 
 pkgname = python-pastedeploy


=
PKGBUILD
=
@@ -1,17 +1,17 @@
 # Maintainer: Felix Yan 
 
 pkgname=python-pastedeploy
-pkgver=3.0.1
-pkgrel=4
+pkgver=3.1
+pkgrel=1
 pkgdesc="Load, configure, and compose WSGI applications and servers"
 arch=('any')
 license=('MIT')
-url="http://pythonpaste.org/deploy/;
+url="https://github.com/Pylons/pastedeploy;
 depends=('python')
 makedepends=('python-setuptools' 'python-build' 'python-installer' 
'python-wheel')
 checkdepends=('python-pytest')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/Pylons/pastedeploy/archive/$pkgver.tar.gz;)
-sha512sums=('2b06351b9104da1e0d30c90492ee31113aacf5cde7a66a34482c4625af902b855eab2af80073db4eb18805a192f858dac360062dadf58a161cc3cfabf5b67a1a')
+sha512sums=('da13c8181d1f003bf61f954655a1876f49253954c320c6a2db0ca2b92acf057e48dff97376da2f9dce6181e5349ffa2d8cddbf71d3360d6c0fa8d5dedbbb2ae3')
 
 prepare() {
   cd pastedeploy-$pkgver



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

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pastedeploy/-/commit/e6ca7e5c08a88b6fefcdf56bddac30c5eaceea56
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-pastedeploy] Pushed new tag 3.1-1

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


Jelle van der Waa pushed new tag 3.1-1 at Arch Linux / Packaging / Packages / 
python-pastedeploy

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pastedeploy/-/tree/3.1-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/osbuild][main] upgpkg: 117-1

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


Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
osbuild


Commits:
cbd41b0f by Jelle van der Waa at 2024-04-24T11:45:35+02:00
upgpkg: 117-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = osbuild
pkgdesc = Build Pipelines for Operating System Artifacts
-   pkgver = 116
-   pkgrel = 2
+   pkgver = 117
+   pkgrel = 1
url = https://www.osbuild.org
arch = any
license = Apache-2.0
@@ -23,7 +23,7 @@ pkgbase = osbuild
depends = skopeo
optdepends = dnf: build rpm/dnf images
optdepends = pacman: build pacman images
-   source = 
osbuild-116.tar.gz::https://github.com/osbuild/osbuild/archive/refs/tags/v116.tar.gz
-   sha256sums = 
7b3495c881ec2ca451d7e911d412773e8c06e51169a0b54151642e2d15307af3
+   source = 
osbuild-117.tar.gz::https://github.com/osbuild/osbuild/archive/refs/tags/v117.tar.gz
+   sha256sums = 
881259f9561a11dd081a669a6d7117a6b9941c9b808fdf9e8282f034dfc351c4
 
 pkgname = osbuild


=
PKGBUILD
=
@@ -3,8 +3,8 @@
 
 pkgname=osbuild
 pkgdesc='Build Pipelines for Operating System Artifacts'
-pkgver=116
-pkgrel=2
+pkgver=117
+pkgrel=1
 url="https://www.osbuild.org;
 arch=(any)
 license=(Apache-2.0)
@@ -13,7 +13,7 @@ makedepends=(make python-docutils python-build 
python-installer python-setuptool
 optdepends=('dnf: build rpm/dnf images'
 'pacman: build pacman images')
 
source=($pkgname-$pkgver.tar.gz::https://github.com/osbuild/osbuild/archive/refs/tags/v${pkgver}.tar.gz)
-sha256sums=('7b3495c881ec2ca451d7e911d412773e8c06e51169a0b54151642e2d15307af3')
+sha256sums=('881259f9561a11dd081a669a6d7117a6b9941c9b808fdf9e8282f034dfc351c4')
 
 prepare() {
   cd $pkgname-$pkgver



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/osbuild/-/commit/cbd41b0fc2ab3666c3a90c7adc56f618bbbcf7d0

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/osbuild/-/commit/cbd41b0fc2ab3666c3a90c7adc56f618bbbcf7d0
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/osbuild] Pushed new tag 117-1

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


Jelle van der Waa pushed new tag 117-1 at Arch Linux / Packaging / Packages / 
osbuild

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/osbuild/-/tree/117-1
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/oxipng][main] Add missing man page

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


Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / 
oxipng


Commits:
0f10c179 by Jelle van der Waa at 2024-04-24T09:27:01+02:00
Add missing man page

Closes: 
https://gitlab.archlinux.org/archlinux/packaging/packages/oxipng/-/issues/1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,7 +1,7 @@
 pkgbase = oxipng
pkgdesc = A lossless PNG compression optimiser
pkgver = 9.1.1
-   pkgrel = 1
+   pkgrel = 2
url = https://github.com/shssoichiro/oxipng
arch = x86_64
license = MIT


=
PKGBUILD
=
@@ -3,7 +3,7 @@
 
 pkgname=oxipng
 pkgver=9.1.1
-pkgrel=1
+pkgrel=2
 pkgdesc="A lossless PNG compression optimiser"
 arch=(x86_64)
 url="https://github.com/shssoichiro/oxipng;
@@ -24,5 +24,6 @@ package() {
   cd "$pkgname-$pkgver"
 
   install -Dm755 target/release/oxipng "$pkgdir/usr/bin/oxipng"
+  install -Dm644 target/release/assets/oxipng.1 
"$pkgdir/usr/share/man/man1/oxipng.1"
   install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
 }



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

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/oxipng/-/commit/0f10c17944f7989357f43b8a655b944b290535b7
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/oxipng] Pushed new tag 9.1.1-2

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


Jelle van der Waa pushed new tag 9.1.1-2 at Arch Linux / Packaging / Packages / 
oxipng

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/oxipng/-/tree/9.1.1-2
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-plyvel][main] 3 commits: Use PEP 517

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


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


Commits:
46070d23 by Rafael Fontenelle at 2024-04-23T21:26:49+02:00
Use PEP 517

- - - - -
64c73282 by Rafael Fontenelle at 2024-04-23T21:27:49+02:00
Use SPDX license

- - - - -
a3d5c9ab by Rafael Fontenelle at 2024-04-23T21:29:22+02:00
RFC 0200 - Avoid PyPI for package source

- - - - -


1 changed file:

- PKGBUILD


Changes:

=
PKGBUILD
=
@@ -6,12 +6,13 @@ pkgver=1.5.1
 pkgrel=1
 pkgdesc="A fast and feature-rich Python interface to LevelDB"
 arch=('x86_64')
-license=('BSD')
+license=('BSD-3-Clause')
 url="https://github.com/wbolster/plyvel;
 depends=('leveldb' 'python')
 makedepends=('cython' 'python-setuptools')
+makedepends=('cython' 'python-setuptools' 'python-build' 'python-installer' 
'python-wheel')
 checkdepends=('python-pytest')
-source=("https://pypi.io/packages/source/p/plyvel/plyvel-$pkgver.tar.gz;)
+source=("plyvel-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
 
sha512sums=('8f613197e85d085ea47e5a5d6b2bf0310f52fb51eeda6ed7f8cb559c192583f3cb25b66227876c01a08f6a355aafd5092673b7d5341b9b6e5d24546b7755d275')
 
 prepare() {
@@ -23,7 +24,7 @@ prepare() {
 build() {
   cd plyvel-$pkgver
   make cython
-  python setup.py build
+  python -m build --wheel --no-isolation
 }
 
 check() {
@@ -34,6 +35,6 @@ check() {
 
 package() {
   cd plyvel-$pkgver
-  python setup.py install --root="$pkgdir" --optimize=1
+  python -m installer --destdir="$pkgdir" dist/*.whl
   install -Dm644 LICENSE.rst "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.rst
 }



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-plyvel/-/compare/c84a4654e388190ab40d21bf5b63b01aa7e68233...a3d5c9ab8b374f2b5ea7a5ebe60d96e51cafeef9

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-plyvel/-/compare/c84a4654e388190ab40d21bf5b63b01aa7e68233...a3d5c9ab8b374f2b5ea7a5ebe60d96e51cafeef9
You're receiving this email because of your account on gitlab.archlinux.org.




[Git][archlinux/packaging/packages/python-plyvel][main] Update to latest release and drop pytest-runner

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


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


Commits:
c84a4654 by Jelle van der Waa at 2024-04-23T21:24:43+02:00
Update to latest release and drop pytest-runner

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=
.SRCINFO
=
@@ -1,16 +1,16 @@
 pkgbase = python-plyvel
pkgdesc = A fast and feature-rich Python interface to LevelDB
-   pkgver = 1.5.0
-   pkgrel = 3
+   pkgver = 1.5.1
+   pkgrel = 1
url = https://github.com/wbolster/plyvel
arch = x86_64
license = BSD
-   checkdepends = python-pytest-runner
+   checkdepends = python-pytest
makedepends = cython
makedepends = python-setuptools
depends = leveldb
depends = python
-   source = https://pypi.io/packages/source/p/plyvel/plyvel-1.5.0.tar.gz
-   sha512sums = 
3f12b1d17a7b4b52fc2874b091a7378f3e8c0f895a3993f86ce6a686f7f94d28b585c5e6aa9b48ebb7d9106cae2b148aa15a87f07dfb232a0678ed151d8e09c1
+   source = https://pypi.io/packages/source/p/plyvel/plyvel-1.5.1.tar.gz
+   sha512sums = 
8f613197e85d085ea47e5a5d6b2bf0310f52fb51eeda6ed7f8cb559c192583f3cb25b66227876c01a08f6a355aafd5092673b7d5341b9b6e5d24546b7755d275
 
 pkgname = python-plyvel


=
PKGBUILD
=
@@ -2,17 +2,17 @@
 # Contributor: Andy Weidenbaum 
 
 pkgname=python-plyvel
-pkgver=1.5.0
-pkgrel=3
+pkgver=1.5.1
+pkgrel=1
 pkgdesc="A fast and feature-rich Python interface to LevelDB"
 arch=('x86_64')
 license=('BSD')
 url="https://github.com/wbolster/plyvel;
 depends=('leveldb' 'python')
 makedepends=('cython' 'python-setuptools')
-checkdepends=('python-pytest-runner')
+checkdepends=('python-pytest')
 source=("https://pypi.io/packages/source/p/plyvel/plyvel-$pkgver.tar.gz;)
-sha512sums=('3f12b1d17a7b4b52fc2874b091a7378f3e8c0f895a3993f86ce6a686f7f94d28b585c5e6aa9b48ebb7d9106cae2b148aa15a87f07dfb232a0678ed151d8e09c1')
+sha512sums=('8f613197e85d085ea47e5a5d6b2bf0310f52fb51eeda6ed7f8cb559c192583f3cb25b66227876c01a08f6a355aafd5092673b7d5341b9b6e5d24546b7755d275')
 
 prepare() {
   # Shipped egg-info has wrong permission etc
@@ -28,7 +28,8 @@ build() {
 
 check() {
   cd plyvel-$pkgver
-  python setup.py pytest
+  local python_version=$(python -c 'import sys; print("".join(map(str, 
sys.version_info[:2])))')
+  PYTHONPATH="$PWD/build/lib.linux-$CARCH-cpython-$python_version" pytest 
--import-mode append
 }
 
 package() {



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

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-plyvel/-/commit/c84a4654e388190ab40d21bf5b63b01aa7e68233
You're receiving this email because of your account on gitlab.archlinux.org.




<    5   6   7   8   9   10   11   12   13   14   >