Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / 
python-poetry-core


Commits:
3c248564 by Caleb Maclennan at 2025-09-17T19:04:14+03:00
upgpkg: 2.2.0-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.3
+       pkgver = 2.2.0
        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.3/poetry-core-2.1.3.tar.gz
+       source = 
https://github.com/python-poetry/poetry-core/archive/2.2.0/poetry-core-2.2.0.tar.gz
        source = python-poetry-core-1.9.0-devendor.patch
-       sha256sums = 
900f49d173125dd32ab6e6b6fe89f0743969b427edb4dd11205e9d4404b0c309
-       sha256sums = 
b96f0e34f834ca3ba6a471e58ca661d021db5270ca3980224f12ae9b77f44654
+       sha256sums = 
3942711421f4141b9a97213845fdf2a95c5f6abe4e6fb70a84567dc696dc1f23
+       sha256sums = 
d2c2829da782843def3d7df342001fdcee10ccb69a629f638b915c78c69b88ec
 
 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.3
+pkgver=2.2.0
 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=('900f49d173125dd32ab6e6b6fe89f0743969b427edb4dd11205e9d4404b0c309'
-            'b96f0e34f834ca3ba6a471e58ca661d021db5270ca3980224f12ae9b77f44654')
+sha256sums=('3942711421f4141b9a97213845fdf2a95c5f6abe4e6fb70a84567dc696dc1f23'
+            'd2c2829da782843def3d7df342001fdcee10ccb69a629f638b915c78c69b88ec')
 
 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.3"
+ __version__ = "2.2.0"
 -
 -__vendor_site__ = (Path(__file__).parent / "_vendor").as_posix()
 -



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-poetry-core/-/commit/3c2485648e38b0a7a5551bd49d63e3152230cfbf

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-poetry-core/-/commit/3c2485648e38b0a7a5551bd49d63e3152230cfbf
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to