Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
python-poetry-core
Commits:
829044b4 by Caleb Maclennan at 2026-02-04T11:15:21+03:00
upgpkg: 2.3.1-1
- - - - -
3 changed files:
- .SRCINFO
- PKGBUILD
- python-poetry-core-1.9.0-devendor.patch
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-poetry-core
pkgdesc = Poetry PEP 517 Build Backend & Core Utilities
- pkgver = 2.3.0
+ pkgver = 2.3.1
pkgrel = 1
url = https://github.com/python-poetry/poetry-core
arch = any
@@ -19,9 +19,9 @@ pkgbase = python-poetry-core
depends = python-fastjsonschema
depends = python-lark-parser
depends = python-packaging
- source =
https://github.com/python-poetry/poetry-core/archive/2.3.0/poetry-core-2.3.0.tar.gz
+ source =
https://github.com/python-poetry/poetry-core/archive/2.3.1/poetry-core-2.3.1.tar.gz
source = python-poetry-core-1.9.0-devendor.patch
- sha256sums =
bef0834bf72c2a744fa79be2c1f61b0650892edc689672e9dc37acae88983e67
- sha256sums =
f420058956d23bf340ee851e5cc5b1b60f2bb0d5a619d9f43a19cbfd6753084d
+ sha256sums =
f37e326a9ba5a573ad52ad25973d90955606183c90f9dd43f417c72c0119ba72
+ sha256sums =
0de43988285714681d7fd7cb1928888e04d7755e369f787392f6b82c1d7d2b0e
pkgname = python-poetry-core
=====================================
PKGBUILD
=====================================
@@ -6,7 +6,7 @@
_devendored=1 # set to 0 to use vendored sources
_pkgname=poetry-core
pkgname=python-poetry-core
-pkgver=2.3.0
+pkgver=2.3.1
pkgrel=1
pkgdesc='Poetry PEP 517 Build Backend & Core Utilities'
arch=(any)
@@ -31,8 +31,8 @@ checkdepends=(git
_archive="$_pkgname-$pkgver"
source=("$url/archive/$pkgver/$_archive.tar.gz"
"$pkgname-1.9.0-devendor.patch")
-sha256sums=('bef0834bf72c2a744fa79be2c1f61b0650892edc689672e9dc37acae88983e67'
- 'f420058956d23bf340ee851e5cc5b1b60f2bb0d5a619d9f43a19cbfd6753084d')
+sha256sums=('f37e326a9ba5a573ad52ad25973d90955606183c90f9dd43f417c72c0119ba72'
+ '0de43988285714681d7fd7cb1928888e04d7755e369f787392f6b82c1d7d2b0e')
prepare() {
if (( _devendored == 1 )); then
=====================================
python-poetry-core-1.9.0-devendor.patch
=====================================
@@ -4,7 +4,7 @@ diff -ruN a/src/poetry/core/__init__.py
b/src/poetry/core/__init__.py
@@ -8,8 +8,3 @@
# this cannot presently be replaced with importlib.metadata.version as when
building
# itself, poetry-core is not available as an installed distribution.
- __version__ = "2.3.0"
+ __version__ = "2.3.1"
-
-__vendor_site__ = (Path(__file__).parent / "_vendor").as_posix()
-
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-poetry-core/-/commit/829044b41cffafbf088ebf440dfaccebcd1909ad
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-poetry-core/-/commit/829044b41cffafbf088ebf440dfaccebcd1909ad
You're receiving this email because of your account on gitlab.archlinux.org.