Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages / 
python-executing


Commits:
a3396c98 by Daniel M. Capella at 2025-01-29T18:46:09-05:00
upgpkg: 2.2.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = python-executing
        pkgdesc = Get the currently executing AST node of a frame, and other 
information
-       pkgver = 2.1.0
-       pkgrel = 2
+       pkgver = 2.2.0
+       pkgrel = 1
        url = https://github.com/alexmojaki/executing
        arch = any
        license = MIT
@@ -15,11 +15,7 @@ pkgbase = python-executing
        makedepends = python-setuptools-scm
        makedepends = python-wheel
        depends = python
-       source = git+https://github.com/alexmojaki/executing.git#tag=v2.1.0
-       source = handle-changed-positions-for-exit.patch
-       source = backwards-compat-fix-3.13.patch
-       b2sums = 
e1279b1e4ca0bfc080cf119bfc043d59e19c410194c775312d511a928394b37aabedcb222179f97208464bdad9a3837e186a980ef578397b648095f8449735a1
-       b2sums = 
24ded153604e65d1804405814a3ab75f92908c973b5ec6d9c4bb8f501070cfaeb16802110e1d9e7b2518c330d5cc519b185429b2b89beb41b3e6750e2d1fb00e
-       b2sums = 
0ffae66e218505b783f36153053822228f0b18ff3e4ecc40e9483b3e7cc0fbecad42223824e975724a91ef38dfd0ff015c8590d638417743848d34b06d6ca75d
+       source = git+https://github.com/alexmojaki/executing.git#tag=v2.2.0
+       b2sums = 
38dfe34190ff9296b95d992cbe2d55cc481b05dd6b39c5ee4400e04fdf6c86d181304035f6b5b822936a74ce250089d23d5f82431f903244649235167ac18486
 
 pkgname = python-executing


=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
 
 pkgname=python-executing
 _name=${pkgname#python-}
-pkgver=2.1.0
-pkgrel=2
+pkgver=2.2.0
+pkgrel=1
 pkgdesc='Get the currently executing AST node of a frame, and other 
information'
 arch=(any)
 url=https://github.com/alexmojaki/executing
@@ -22,18 +22,8 @@ checkdepends=(
   python-littleutils
   python-pytest
 )
-source=("git+$url.git#tag=v$pkgver"
-       "handle-changed-positions-for-exit.patch"
-       "backwards-compat-fix-3.13.patch")
-b2sums=('e1279b1e4ca0bfc080cf119bfc043d59e19c410194c775312d511a928394b37aabedcb222179f97208464bdad9a3837e186a980ef578397b648095f8449735a1'
-        
'24ded153604e65d1804405814a3ab75f92908c973b5ec6d9c4bb8f501070cfaeb16802110e1d9e7b2518c330d5cc519b185429b2b89beb41b3e6750e2d1fb00e'
-        
'0ffae66e218505b783f36153053822228f0b18ff3e4ecc40e9483b3e7cc0fbecad42223824e975724a91ef38dfd0ff015c8590d638417743848d34b06d6ca75d')
-
-prepare() {
-  cd "$_name"
-  patch -Np1 -i "$srcdir/backwards-compat-fix-3.13.patch"
-  patch -Np1 -i "$srcdir/handle-changed-positions-for-exit.patch"
-}
+source=("git+$url.git#tag=v$pkgver")
+b2sums=('38dfe34190ff9296b95d992cbe2d55cc481b05dd6b39c5ee4400e04fdf6c86d181304035f6b5b822936a74ce250089d23d5f82431f903244649235167ac18486')
 
 build() {
   cd "$_name"



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

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


Reply via email to