Carl Smedstad pushed to branch main at Arch Linux / Packaging / Packages / 
python-filelock


Commits:
2648b675 by Carl Smedstad at 2026-02-14T21:36:06+01:00
upgpkg: 3.24.0-1: Upstream release

https://github.com/tox-dev/filelock/releases/tag/3.24.0

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = python-filelock
        pkgdesc = A platform-independent file lock
-       pkgver = 3.23.0
+       pkgver = 3.24.0
        pkgrel = 1
        url = https://github.com/tox-dev/filelock
        arch = any
@@ -16,7 +16,7 @@ pkgbase = python-filelock
        makedepends = python-hatchling
        makedepends = python-installer
        depends = python
-       source = git+https://github.com/tox-dev/filelock.git#tag=3.23.0
-       b2sums = 
7e81a7ce77bce68815745d2e351b635a6bd71a6699e0f22031d0fb8fe907c19ca07897aa9432e30385e1b683aa584ce4cd8b4684c63f3d05bcbb44f42437ec8b
+       source = git+https://github.com/tox-dev/filelock.git#tag=3.24.0
+       b2sums = 
c222695dced2cd52d68d43599930b90426850c5c9d153bcfd11ab8584c5423a14be09a5f57480a21aa4e50bebcfd2ce58c5feee850aeed9f8f94783194d3503f
 
 pkgname = python-filelock


=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
 # Maintainer: Carl Smedstad <[email protected]>
 
 pkgname=python-filelock
-pkgver=3.23.0
+pkgver=3.24.0
 pkgrel=1
 pkgdesc="A platform-independent file lock"
 url="https://github.com/tox-dev/filelock";
@@ -24,7 +24,7 @@ checkdepends=(
   'python-virtualenv'
 )
 source=("git+$url.git#tag=$pkgver")
-b2sums=('7e81a7ce77bce68815745d2e351b635a6bd71a6699e0f22031d0fb8fe907c19ca07897aa9432e30385e1b683aa584ce4cd8b4684c63f3d05bcbb44f42437ec8b')
+b2sums=('c222695dced2cd52d68d43599930b90426850c5c9d153bcfd11ab8584c5423a14be09a5f57480a21aa4e50bebcfd2ce58c5feee850aeed9f8f94783194d3503f')
 
 build() {
   cd ${pkgname#python-}
@@ -35,7 +35,7 @@ check() {
   cd ${pkgname#python-}
   python -m venv --system-site-packages test-env
   test-env/bin/python -m installer dist/*.whl
-  test-env/bin/python -m pytest
+  test-env/bin/python -m pytest -W ignore::DeprecationWarning
 }
 
 package() {



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-filelock/-/commit/2648b67588c4e575c19c97e1bf29369ecd4d8e4f

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


Reply via email to