David Runge pushed to branch main at Arch Linux / Packaging / Packages / 
python-findpython


Commits:
c00561ba by David Runge at 2024-04-18T20:45:03+02:00
upgpkg: 0.6.1-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = python-findpython
        pkgdesc = A utility to find python versions on your system
-       pkgver = 0.6.0
-       pkgrel = 2
+       pkgver = 0.6.1
+       pkgrel = 1
        url = https://github.com/frostming/findpython
        arch = any
        license = MIT
@@ -12,8 +12,8 @@ pkgbase = python-findpython
        makedepends = python-wheel
        depends = python
        depends = python-packaging
-       source = 
findpython-0.6.0.tar.gz::https://github.com/frostming/findpython/archive/refs/tags/0.6.0.tar.gz
-       sha512sums = 
e6651fe040042ca1f7b75fd8fed899be91fa5d3e51b898ff6e9cb59a0d0155a9cdc2af26321681d51326b7f7900c1048bc813aad7ad201269b8bb5a2775427c2
-       b2sums = 
0f7c4044b076ee66d98233a1f630d9b5d1828968ce054833282f28381a54bc8fd1e9971d47c46a23387c112e594deb724327e7b45f37683ecaea5a3c9b645c18
+       source = 
findpython-0.6.1.tar.gz::https://github.com/frostming/findpython/archive/refs/tags/0.6.1.tar.gz
+       sha512sums = 
ec6bb95fe19f3b1c5408c91948dc8b9aaa4516c664d5a810bff80a658b03df0d40b1e077b170b247293ccc0375156b9c010632b07dac57d435cb5d006ac4b6e6
+       b2sums = 
a74e91d2fd4f2cc46c4311f3f9ab6a4aa9e42f0c1b020dbb76d403363fae8e208195024f2df255e58cf46b5fb686ebeded9b80c716c7158a21f39f1684c3bbf8
 
 pkgname = python-findpython


=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
 
 _name=findpython
 pkgname=python-findpython
-pkgver=0.6.0
-pkgrel=2
+pkgver=0.6.1
+pkgrel=1
 pkgdesc="A utility to find python versions on your system"
 arch=(any)
 url="https://github.com/frostming/findpython";
@@ -20,8 +20,8 @@ makedepends=(
 )
 checkdepends=(python-pytest)
 source=($_name-$pkgver.tar.gz::$url/archive/refs/tags/$pkgver.tar.gz)
-sha512sums=('e6651fe040042ca1f7b75fd8fed899be91fa5d3e51b898ff6e9cb59a0d0155a9cdc2af26321681d51326b7f7900c1048bc813aad7ad201269b8bb5a2775427c2')
-b2sums=('0f7c4044b076ee66d98233a1f630d9b5d1828968ce054833282f28381a54bc8fd1e9971d47c46a23387c112e594deb724327e7b45f37683ecaea5a3c9b645c18')
+sha512sums=('ec6bb95fe19f3b1c5408c91948dc8b9aaa4516c664d5a810bff80a658b03df0d40b1e077b170b247293ccc0375156b9c010632b07dac57d435cb5d006ac4b6e6')
+b2sums=('a74e91d2fd4f2cc46c4311f3f9ab6a4aa9e42f0c1b020dbb76d403363fae8e208195024f2df255e58cf46b5fb686ebeded9b80c716c7158a21f39f1684c3bbf8')
 
 build() {
   cd $_name-$pkgver



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

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


Reply via email to