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


Commits:
b323732d by Caleb Maclennan at 2026-01-19T11:53:17+03:00
upgpkg: 2.3.0-1

- - - - -


3 changed files:

- .SRCINFO
- PKGBUILD
- python-poetry-core-1.9.0-devendor.patch


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = python-poetry-core
        pkgdesc = Poetry PEP 517 Build Backend & Core Utilities
-       pkgver = 2.2.1
-       pkgrel = 2
+       pkgver = 2.3.0
+       pkgrel = 1
        url = https://github.com/python-poetry/poetry-core
        arch = any
        groups = python-build-backend
@@ -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.2.1/poetry-core-2.2.1.tar.gz
+       source = 
https://github.com/python-poetry/poetry-core/archive/2.3.0/poetry-core-2.3.0.tar.gz
        source = python-poetry-core-1.9.0-devendor.patch
-       sha256sums = 
f5a68f3f1d24078624c124fc9dd24ec7365a65a22dc7a24a2a5d5680490325e4
-       sha256sums = 
568e62b1a4fd2a5507d5c0644a5dee891780ebbc8db7e777f14a718e0f777215
+       sha256sums = 
bef0834bf72c2a744fa79be2c1f61b0650892edc689672e9dc37acae88983e67
+       sha256sums = 
f420058956d23bf340ee851e5cc5b1b60f2bb0d5a619d9f43a19cbfd6753084d
 
 pkgname = python-poetry-core


=====================================
PKGBUILD
=====================================
@@ -6,8 +6,8 @@
 _devendored=1  # set to 0 to use vendored sources
 _pkgname=poetry-core
 pkgname=python-poetry-core
-pkgver=2.2.1
-pkgrel=2
+pkgver=2.3.0
+pkgrel=1
 pkgdesc='Poetry PEP 517 Build Backend & Core Utilities'
 arch=(any)
 url="https://github.com/python-poetry/${_pkgname}";
@@ -31,8 +31,8 @@ checkdepends=(git
 _archive="$_pkgname-$pkgver"
 source=("$url/archive/$pkgver/$_archive.tar.gz"
         "$pkgname-1.9.0-devendor.patch")
-sha256sums=('f5a68f3f1d24078624c124fc9dd24ec7365a65a22dc7a24a2a5d5680490325e4'
-            '568e62b1a4fd2a5507d5c0644a5dee891780ebbc8db7e777f14a718e0f777215')
+sha256sums=('bef0834bf72c2a744fa79be2c1f61b0650892edc689672e9dc37acae88983e67'
+            'f420058956d23bf340ee851e5cc5b1b60f2bb0d5a619d9f43a19cbfd6753084d')
 
 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.2.1"
+ __version__ = "2.3.0"
 -
 -__vendor_site__ = (Path(__file__).parent / "_vendor").as_posix()
 -



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

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


Reply via email to