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


Commits:
13a4da66 by Maxime Gauduin at 2026-05-28T22:56:00+02:00
upgpkg: 6.2.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = python-pyfakefs
        pkgdesc = pyfakefs implements a fake file system that mocks the Python 
file system modules
-       pkgver = 6.1.4
+       pkgver = 6.2.0
        pkgrel = 1
        url = https://github.com/jmcgeheeiv/pyfakefs/
        arch = any
@@ -14,7 +14,7 @@ pkgbase = python-pyfakefs
        makedepends = python-setuptools
        makedepends = python-wheel
        depends = python-pytest
-       source = 
git+https://github.com/jmcgeheeiv/pyfakefs.git#tag=3309aa963a50b21e213990f5280fe85b69e1d61c
-       b2sums = 
8ec4bc08757040406205d70fdeb43e181aee5110687babd21a70aa68dc0a1ca25fecb5289f7bd0a78a82cd71e0205e218e0f517a25e08e8a50f15224e510f485
+       source = git+https://github.com/jmcgeheeiv/pyfakefs.git#tag=v6.2.0
+       b2sums = 
28ecdb4b11a5336a5612ef59cab0d758033e4460da2a8405ebff45cb58cbbac4e04176b633ae7447eb89ea73bc1eefb887aa1a394995891e16cd69ad6cf36e7b
 
 pkgname = python-pyfakefs


=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
 # Maintainer: Maxime Gauduin <[email protected]>
 
 pkgname=python-pyfakefs
-pkgver=6.1.4
+pkgver=6.2.0
 pkgrel=1
 pkgdesc='pyfakefs implements a fake file system that mocks the Python file 
system modules'
 url=https://github.com/jmcgeheeiv/pyfakefs/
@@ -20,14 +20,8 @@ checkdepends=(
   python-xlrd
   python-openpyxl
 )
-_tag=3309aa963a50b21e213990f5280fe85b69e1d61c
-source=(git+https://github.com/jmcgeheeiv/pyfakefs.git#tag=${_tag})
-b2sums=('8ec4bc08757040406205d70fdeb43e181aee5110687babd21a70aa68dc0a1ca25fecb5289f7bd0a78a82cd71e0205e218e0f517a25e08e8a50f15224e510f485')
-
-pkgver() {
-  cd pyfakefs
-  git describe --tags | sed 's/^v//'
-}
+source=(git+https://github.com/jmcgeheeiv/pyfakefs.git#tag=v${pkgver})
+b2sums=('28ecdb4b11a5336a5612ef59cab0d758033e4460da2a8405ebff45cb58cbbac4e04176b633ae7447eb89ea73bc1eefb887aa1a394995891e16cd69ad6cf36e7b')
 
 build() {
   cd  pyfakefs



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

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-pyfakefs/-/commit/13a4da66c7894830a9c9a5b5910f5c355b441f17
You're receiving this email because of your account on gitlab.archlinux.org. 
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications 
| Help: https://gitlab.archlinux.org/help


Reply via email to