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


Commits:
99b36d15 by Caleb Maclennan at 2026-04-13T15:17:22+03:00
upgpkg: 2.3.4-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = python-poetry
        pkgdesc = Python dependency management and packaging made easy
-       pkgver = 2.3.3
+       pkgver = 2.3.4
        pkgrel = 1
        url = https://python-poetry.org
        arch = any
@@ -44,7 +44,7 @@ pkgbase = python-poetry
        depends = python-virtualenv
        optdepends = python-pip: to use pip with virtual environments
        provides = poetry
-       source = 
https://github.com/python-poetry/poetry/archive/2.3.3/poetry-2.3.3.tar.gz
-       sha256sums = 
efa24a68f3748cb853e4a5427f5e32f8136527f16b621d9705f062c8c4cc8f23
+       source = 
https://github.com/python-poetry/poetry/archive/2.3.4/poetry-2.3.4.tar.gz
+       sha256sums = 
b43c5875b583769636f336725aebf8d423c991841546c60c40ef536d468423c8
 
 pkgname = python-poetry


=====================================
PKGBUILD
=====================================
@@ -7,7 +7,7 @@
 
 _pkgname=poetry
 pkgname=python-poetry
-pkgver=2.3.3
+pkgver=2.3.4
 pkgrel=1
 pkgdesc='Python dependency management and packaging made easy'
 arch=(any)
@@ -55,7 +55,7 @@ optdepends=('python-pip: to use pip with virtual 
environments')
 provides=(poetry)
 _archive="$_pkgname-$pkgver"
 
source=("https://github.com/$pkgname/$_pkgname/archive/$pkgver/$_archive.tar.gz";)
-sha256sums=('efa24a68f3748cb853e4a5427f5e32f8136527f16b621d9705f062c8c4cc8f23')
+sha256sums=('b43c5875b583769636f336725aebf8d423c991841546c60c40ef536d468423c8')
 
 build() {
        local site_packages=$(python -c "import site; 
print(site.getsitepackages()[0])")



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

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-poetry/-/commit/99b36d153f7e7ec0c170a89838bd544afa209fe1
You're receiving this email because of your account on gitlab.archlinux.org. 
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications 
| Help: https://gitlab.archlinux.org/help


Reply via email to