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


Commits:
131ab3f1 by Caleb Maclennan at 2025-05-04T15:52:20+03:00
upgpkg: 2.1.3-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.2
+       pkgver = 2.1.3
        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.2/poetry-core-2.1.2.tar.gz
+       source = 
https://github.com/python-poetry/poetry-core/archive/2.1.3/poetry-core-2.1.3.tar.gz
        source = python-poetry-core-1.9.0-devendor.patch
-       sha256sums = 
cdcaa936021148372a4d5724e65614d82f01fdba26eea75731c7ecd87c3dc2e6
-       sha256sums = 
fa43b504b528a74af935c8a0ed273299710e41d852498de9853d8fbb430368ec
+       sha256sums = 
900f49d173125dd32ab6e6b6fe89f0743969b427edb4dd11205e9d4404b0c309
+       sha256sums = 
b96f0e34f834ca3ba6a471e58ca661d021db5270ca3980224f12ae9b77f44654
 
 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.2
+pkgver=2.1.3
 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=('cdcaa936021148372a4d5724e65614d82f01fdba26eea75731c7ecd87c3dc2e6'
-            'fa43b504b528a74af935c8a0ed273299710e41d852498de9853d8fbb430368ec')
+sha256sums=('900f49d173125dd32ab6e6b6fe89f0743969b427edb4dd11205e9d4404b0c309'
+            'b96f0e34f834ca3ba6a471e58ca661d021db5270ca3980224f12ae9b77f44654')
 
 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.2"
+ __version__ = "2.1.3"
 -
 -__vendor_site__ = (Path(__file__).parent / "_vendor").as_posix()
 -



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

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


Reply via email to