[arch-commits] Commit in python-pytest-freezegun/trunk (PKGBUILD)

Thore Bödecker foxxx0 at gemini.archlinux.org
Wed Sep 1 09:47:47 UTC 2021


    Date: Wednesday, September 1, 2021 @ 09:47:32
  Author: foxxx0
Revision: 1010266

upgpkg: python-pytest-freezegun 0.4.2-4

remove unneeded python-black dependency

fixes FS#71631

Modified:
  python-pytest-freezegun/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-09-01 09:37:29 UTC (rev 1010265)
+++ PKGBUILD	2021-09-01 09:47:32 UTC (rev 1010266)
@@ -3,12 +3,12 @@
 pkgname='python-pytest-freezegun'
 _pkgbase="${pkgname//python-/}"
 pkgver=0.4.2
-pkgrel=3
+pkgrel=4
 pkgdesc="Easily freeze time in pytest test + fixtures"
 arch=('any')
 license=('MIT')
 url="https://github.com/ktosiek/pytest-freezegun"
-depends=('python-black' 'python-pytest' 'python-freezegun')
+depends=('python-pytest' 'python-freezegun')
 makedepends=('python-setuptools-scm')
 source=("${_pkgbase}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
 sha512sums=('2bea7746e4e6a7f2a979cbc5c6d7a2576e0e2631a4e1d5abb7f27f76d6c32b0520a277474c092c5e05ce257f2ba19091918f67e28b7a2da1d5829037c6b70c55')



More information about the arch-commits mailing list