Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
python-yaspin


Commits:
a59f9e8c by Felix Yan at 2026-03-04T05:56:52+08:00
upgpkg: 3.2.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,17 +1,18 @@
 pkgbase = python-yaspin
        pkgdesc = Yet Another Terminal Spinner
-       pkgver = 3.1.0
-       pkgrel = 3
+       pkgver = 3.2.0
+       pkgrel = 1
        url = https://github.com/pavdmyt/yaspin
        arch = any
        license = MIT
        checkdepends = python-pytest
+       checkdepends = python-pytest-mock
        makedepends = git
        makedepends = python-build
        makedepends = python-installer
        makedepends = python-poetry-core
        depends = python-termcolor
-       source = git+https://github.com/pavdmyt/yaspin.git#tag=v3.1.0
-       sha512sums = 
be885c628c42951c5303572cc229b91d45df3214575bbd42ff921987093a6e927194550b8db45b75763a0bbc7d6a5366d8ee24baab474091c806678e03197c91
+       source = git+https://github.com/pavdmyt/yaspin.git#tag=v3.2.0
+       sha512sums = 
577cce06f0a72a367a2efdc717cfcc8b93211536f7fd0825901983f3001cae5ecc8bea8b00b2f625087e88280f09d2d81487bef7c6b46215d2b6df9601a9f49b
 
 pkgname = python-yaspin


=====================================
PKGBUILD
=====================================
@@ -1,17 +1,17 @@
 # Maintainer: Felix Yan <[email protected]>
 
 pkgname=python-yaspin
-pkgver=3.1.0
-pkgrel=3
+pkgver=3.2.0
+pkgrel=1
 pkgdesc="Yet Another Terminal Spinner"
 url="https://github.com/pavdmyt/yaspin";
 license=('MIT')
 arch=('any')
 depends=('python-termcolor')
 makedepends=('git' 'python-build' 'python-installer' 'python-poetry-core')
-checkdepends=('python-pytest')
+checkdepends=('python-pytest' 'python-pytest-mock')
 source=("git+https://github.com/pavdmyt/yaspin.git#tag=v$pkgver";)
-sha512sums=('be885c628c42951c5303572cc229b91d45df3214575bbd42ff921987093a6e927194550b8db45b75763a0bbc7d6a5366d8ee24baab474091c806678e03197c91')
+sha512sums=('577cce06f0a72a367a2efdc717cfcc8b93211536f7fd0825901983f3001cae5ecc8bea8b00b2f625087e88280f09d2d81487bef7c6b46215d2b6df9601a9f49b')
 
 build() {
   cd yaspin



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

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


Reply via email to