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

Daniel M. Capella polyzen at gemini.archlinux.org
Mon Feb 28 02:58:44 UTC 2022


    Date: Monday, February 28, 2022 @ 02:58:43
  Author: polyzen
Revision: 1138075

upgpkg: python-executing 0.8.3-1

Modified:
  python-executing/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-28 02:36:58 UTC (rev 1138074)
+++ PKGBUILD	2022-02-28 02:58:43 UTC (rev 1138075)
@@ -2,8 +2,8 @@
 
 _name=executing
 pkgname=python-executing
-pkgver=0.8.2
-pkgrel=2
+pkgver=0.8.3
+pkgrel=1
 pkgdesc='Get the currently executing AST node of a frame, and other information'
 arch=('any')
 url=https://github.com/alexmojaki/executing
@@ -11,10 +11,10 @@
 depends=('python')
 makedepends=('python-build' 'python-installer' 'python-setuptools-scm'
              'python-wheel')
-checkdepends=('python-asttokens' 'python-pytest')
+checkdepends=('python-asttokens' 'python-littleutils' 'python-pytest')
 source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('c23bf42e9a7b9b212f185b1b2c3c91feb895963378887bb10e64a2e612ec0023')
-b2sums=('2e966b8f2248af7be2f4c329cf2a04a9ca49fef785c0fb3c5c3280586dee28f737b78902cdd5a2ef3de61a7864df8760cd78386004f602d439035437a9237870')
+sha256sums=('c6554e21c6b060590a6d3be4b82fb78f8f0194d809de5ea7df1c093763311501')
+b2sums=('dd877f0b61d40d6b80a055a0ff2c3f08f397b232b178086233c4a3cf9a90800e846240497a1b784211d9f90da3c98f2d189aaa2e7c8aa0acb0ed9a1c97202a56')
 
 build() {
   cd "$_name-$pkgver"



More information about the arch-commits mailing list