Daniel M. Capella pushed to branch main at Arch Linux / Packaging / Packages /
python-parso
Commits:
29cc217b by Daniel M. Capella at 2024-04-05T17:56:17-04:00
upgpkg: 1:0.8.4-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-parso
pkgdesc = Python parser that supports error recovery and round-trip
parsing for different Python versions
- pkgver = 0.8.3
- pkgrel = 2
+ pkgver = 0.8.4
+ pkgrel = 1
epoch = 1
url = https://github.com/davidhalter/parso
arch = any
@@ -13,8 +13,8 @@ pkgbase = python-parso
makedepends = python-sphinx
makedepends = python-wheel
depends = python
- source =
https://github.com/davidhalter/parso/archive/v0.8.3/parso-0.8.3.tar.gz
- sha512sums =
7874460053662d40c2cfcf0015e330e1c8201eeb07682e2079a636db553a82dc25b70b14ad0f0c82fb817f655359d695101a17f616abf9a39f49c61ae5fd49b1
- b2sums =
8942408e27198075c92ef51f7a191cc7781eb3a5110119b91fd95f86e13ebe2fbfee11022a2bfec794150f60b3af8c4d5f324cb011703cd581c17f92232ae5bf
+ source =
https://github.com/davidhalter/parso/archive/v0.8.4/parso-0.8.4.tar.gz
+ sha512sums =
da96f0ab6cfbcf2a54ee73262a672bb4d9720aa91fd884a8c17165d597eece97569b7ee87fd7ea1c0be663c0cb2930a66a03b4e305070f59f346485817607db3
+ b2sums =
5a8a81f64b20b52cd3349b7bc059621733debfaf5cc271f3e89423d63e4af67391f7740c34b450b2a91fafe34b8986926e8f7c4ca0b8600eafd0171c01e664b0
pkgname = python-parso
=====================================
PKGBUILD
=====================================
@@ -5,8 +5,8 @@
# Check compatibility with jedi on potential version bumps
_pkgbase=parso
pkgname=python-parso
-pkgver=0.8.3
-pkgrel=2
+pkgver=0.8.4
+pkgrel=1
epoch=1
pkgdesc="Python parser that supports error recovery and round-trip parsing for
different Python versions"
arch=('any')
@@ -22,8 +22,8 @@ makedepends=(
)
checkdepends=('python-pytest')
source=("https://github.com/davidhalter/parso/archive/v$pkgver/$_pkgbase-$pkgver.tar.gz")
-sha512sums=('7874460053662d40c2cfcf0015e330e1c8201eeb07682e2079a636db553a82dc25b70b14ad0f0c82fb817f655359d695101a17f616abf9a39f49c61ae5fd49b1')
-b2sums=('8942408e27198075c92ef51f7a191cc7781eb3a5110119b91fd95f86e13ebe2fbfee11022a2bfec794150f60b3af8c4d5f324cb011703cd581c17f92232ae5bf')
+sha512sums=('da96f0ab6cfbcf2a54ee73262a672bb4d9720aa91fd884a8c17165d597eece97569b7ee87fd7ea1c0be663c0cb2930a66a03b4e305070f59f346485817607db3')
+b2sums=('5a8a81f64b20b52cd3349b7bc059621733debfaf5cc271f3e89423d63e4af67391f7740c34b450b2a91fafe34b8986926e8f7c4ca0b8600eafd0171c01e664b0')
build() {
cd "$_pkgbase-$pkgver"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-parso/-/commit/29cc217b9570510da4183da4b474eabb7c813cc9
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-parso/-/commit/29cc217b9570510da4183da4b474eabb7c813cc9
You're receiving this email because of your account on gitlab.archlinux.org.