Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
python-poetry-core
Commits:
feb18a35 by Caleb Maclennan at 2025-02-17T00:26:22+03:00
upgpkg: 2.1.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.1.0
+ pkgver = 2.1.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.1.0/poetry-core-2.1.0.tar.gz
+ source =
https://github.com/python-poetry/poetry-core/archive/2.1.1/poetry-core-2.1.1.tar.gz
source = python-poetry-core-1.9.0-devendor.patch
- sha256sums =
baf30d0c0e301c288ff3a4a91d5ad107c4c04ba02f1f586d811f8e0a50f3c05b
- sha256sums =
bc026f11bd8319cf9d3670355bf55d4ed6f074577a9acb97f287b4bb64d0b964
+ sha256sums =
89cab410856fa19c9ba1e4401df15143b47ae1df19c0c5b2312f0ebfd36eb440
+ sha256sums =
7d51177c97d9c5cfc20cb90e31aaa1cefbcd42c62f023cf93a89c8a874a362a5
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.1.0
+pkgver=2.1.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=('baf30d0c0e301c288ff3a4a91d5ad107c4c04ba02f1f586d811f8e0a50f3c05b'
- 'bc026f11bd8319cf9d3670355bf55d4ed6f074577a9acb97f287b4bb64d0b964')
+sha256sums=('89cab410856fa19c9ba1e4401df15143b47ae1df19c0c5b2312f0ebfd36eb440'
+ '7d51177c97d9c5cfc20cb90e31aaa1cefbcd42c62f023cf93a89c8a874a362a5')
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.1.0"
+ __version__ = "2.1.1"
-
-__vendor_site__ = (Path(__file__).parent / "_vendor").as_posix()
-
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-poetry-core/-/commit/feb18a358717cf1a15effc0f533b900ec0604632
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-poetry-core/-/commit/feb18a358717cf1a15effc0f533b900ec0604632
You're receiving this email because of your account on gitlab.archlinux.org.