Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
python-poetry-core
Commits:
754b02e3 by Caleb Maclennan at 2024-02-02T17:36:01+03:00
upgpkg: 1.9.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-poetry-core
pkgdesc = Poetry PEP 517 Build Backend & Core Utilities
- pkgver = 1.8.1
- pkgrel = 2
+ pkgver = 1.9.0
+ pkgrel = 1
url = https://github.com/python-poetry/poetry-core
arch = any
license = MIT
@@ -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.1/poetry-core-1.8.1.tar.gz
- sha256sums =
0e73e3a57a1d5205a2f0c527ea598401a94ca46047d1534008ecb911ce790ead
+ source =
https://github.com/python-poetry/poetry-core/archive/1.9.0/poetry-core-1.9.0.tar.gz
+ sha256sums =
642f63ec06ba4e581b720def3a162bc23d11588fef9e9c5c57ab8a1e4f36e721
pkgname = python-poetry-core
=====================================
PKGBUILD
=====================================
@@ -4,8 +4,8 @@
_pkgname=poetry-core
pkgname=python-poetry-core
-pkgver=1.8.1
-pkgrel=2
+pkgver=1.9.0
+pkgrel=1
pkgdesc='Poetry PEP 517 Build Backend & Core Utilities'
arch=('any')
url="https://github.com/python-poetry/${_pkgname}"
@@ -24,7 +24,7 @@ checkdepends=(git
conflicts=('python-poetry<1.1.0')
_archive="$_pkgname-$pkgver"
source=("$url/archive/$pkgver/$_archive.tar.gz")
-sha256sums=('0e73e3a57a1d5205a2f0c527ea598401a94ca46047d1534008ecb911ce790ead')
+sha256sums=('642f63ec06ba4e581b720def3a162bc23d11588fef9e9c5c57ab8a1e4f36e721')
build() {
cd "$_archive"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-poetry-core/-/commit/754b02e3cac5c9a78339b8d1904024ece1fc2749
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-poetry-core/-/commit/754b02e3cac5c9a78339b8d1904024ece1fc2749
You're receiving this email because of your account on gitlab.archlinux.org.