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

David Runge dvzrv at gemini.archlinux.org
Fri Dec 3 09:51:39 UTC 2021


    Date: Friday, December 3, 2021 @ 09:51:38
  Author: dvzrv
Revision: 1064731

upgpkg: python-diff-cover 6.4.3-1: Upgrade to 6.4.3.

Simplify quoting in file.
Upstream dropped the use of jinja_pluralize, so off into the bin it goes \o/

Modified:
  python-diff-cover/trunk/PKGBUILD

----------+
 PKGBUILD |   19 +++++++++----------
 1 file changed, 9 insertions(+), 10 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-12-03 08:42:38 UTC (rev 1064730)
+++ PKGBUILD	2021-12-03 09:51:38 UTC (rev 1064731)
@@ -2,21 +2,20 @@
 
 _name=diff_cover
 pkgname=python-diff-cover
-pkgver=6.4.2
-pkgrel=2
+pkgver=6.4.3
+pkgrel=1
 pkgdesc="Automatically find diff lines that need test coverage"
-arch=('any')
+arch=(any)
 url="https://github.com/Bachmann1234/diff_cover"
-license=('Apache')
-depends=('python-chardet' 'python-jinja' 'python-jinja_pluralize'
-'python-pluggy' 'python-pygments')
-makedepends=('python-setuptools')
-checkdepends=('python-pytest' 'python-pytest-mock' 'python-tomli')
+license=(Apache)
+depends=(python-chardet python-jinja python-pluggy python-pygments)
+makedepends=(python-setuptools)
+checkdepends=(python-pytest python-pytest-mock python-tomli)
 optdepends=('python-tomli: for TOML support')
 source=("https://files.pythonhosted.org/packages/source/${_name::1}/${_name}/${_name}-${pkgver}.tar.gz"{,.asc})
-sha512sums=('15202ccb66365b0578bbdf3183448998c22e7dcc56e800e94eebe77cfb2985db23b1214a2113dd7631fae7cd8f7284da2297b8ef546d94177f5f06dd9d205c6d'
+sha512sums=('c7a4078ecdd018eea3b6c92975ea24408860e756bd2ef636f0694ff50207bc3aa16aad956dc55640e2da3d80db807fb1c222ecc1bc0d6ee49048b18e40a0830d'
             'SKIP')
-b2sums=('f9fb4a00caf8c92599c7aeadfd9ac3a608552d13396c36d68766c3419b603aa9ad72c6085e12348ea594fde33aef144402d0346c9568e53c18ea0bc4abb043ba'
+b2sums=('a83ef046f791f545d7a06d9a15fe8aa551f6020d4b76300a2c0af44a43dd287d4e423173cc417894f8aa36ab90baa18039d3b3aa4be90c2b61cfc482539a6dd1'
         'SKIP')
 validpgpkeys=('54CAEABCAC2956D407348256972401BDE60128CB') # Matt Bachmann <matt.bachmann at lola.com>
 



More information about the arch-commits mailing list