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

David Runge dvzrv at gemini.archlinux.org
Thu Oct 21 19:19:48 UTC 2021


    Date: Thursday, October 21, 2021 @ 19:19:48
  Author: dvzrv
Revision: 1032036

upgpkg: python-flasgger 0.9.5-4: Rebuild to switch python-mistune dependency to python-mistune1.

Modified:
  python-flasgger/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-10-21 19:16:50 UTC (rev 1032035)
+++ PKGBUILD	2021-10-21 19:19:48 UTC (rev 1032036)
@@ -4,12 +4,12 @@
 
 pkgname=python-flasgger
 pkgver=0.9.5
-pkgrel=3
+pkgrel=4
 pkgdesc="Extract swagger specs from your flask project"
 url="https://github.com/flasgger/flasgger"
 license=('MIT')
 arch=('any')
-depends=('python-flask' 'python-yaml' 'python-jsonschema' 'python-mistune' 'python-six')
+depends=('python-flask' 'python-yaml' 'python-jsonschema' 'python-mistune1' 'python-six')
 makedepends=('python-setuptools')
 checkdepends=('python-pytest' 'python-flex' 'python-marshmallow' 'python-decorator'
               'python-apispec-webframeworks' 'python-flask-restful' 'python-flask-jwt')



More information about the arch-commits mailing list