Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
python-poetry-core
Commits:
e34d9483 by Caleb Maclennan at 2023-10-31T20:37:50+03:00
upgpkg: 1.8.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-poetry-core
pkgdesc = Poetry PEP 517 Build Backend & Core Utilities
- pkgver = 1.8.0
+ pkgver = 1.8.1
pkgrel = 1
url = https://github.com/python-poetry/poetry-core
arch = any
@@ -17,7 +17,7 @@ pkgbase = python-poetry-core
depends = python-lark-parser
depends = python-packaging
conflicts = python-poetry<1.1.0
- source =
https://github.com/python-poetry/poetry-core/archive/1.8.0/poetry-core-1.8.0.tar.gz
- sha256sums =
ee7b3327eea61a221d46d290eb6bd5b7f71c5e5015d23b059a4f5c879ae22279
+ source =
https://github.com/python-poetry/poetry-core/archive/1.8.1/poetry-core-1.8.1.tar.gz
+ sha256sums =
0e73e3a57a1d5205a2f0c527ea598401a94ca46047d1534008ecb911ce790ead
pkgname = python-poetry-core
=====================================
PKGBUILD
=====================================
@@ -4,7 +4,7 @@
_pkgname=poetry-core
pkgname=python-poetry-core
-pkgver=1.8.0
+pkgver=1.8.1
pkgrel=1
pkgdesc='Poetry PEP 517 Build Backend & Core Utilities'
arch=('any')
@@ -24,7 +24,7 @@ checkdepends=(git
conflicts=('python-poetry<1.1.0')
_archive="$_pkgname-$pkgver"
source=("$url/archive/$pkgver/$_archive.tar.gz")
-sha256sums=('ee7b3327eea61a221d46d290eb6bd5b7f71c5e5015d23b059a4f5c879ae22279')
+sha256sums=('0e73e3a57a1d5205a2f0c527ea598401a94ca46047d1534008ecb911ce790ead')
build() {
cd "$_archive"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-poetry-core/-/commit/e34d94832c5565cf7507b625db7f2c31d38f2fd4
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-poetry-core/-/commit/e34d94832c5565cf7507b625db7f2c31d38f2fd4
You're receiving this email because of your account on gitlab.archlinux.org.