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


Commits:
4a9efb2d by Caleb Maclennan at 2025-02-17T00:23:07+03:00
upgpkg: 2.1.1-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.1.0
+       pkgver = 2.1.1
        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.1.0/poetry-2.1.0.tar.gz
-       sha256sums = 
2ae1ab9f063a83fa6159647791c54629e55370de6ae8224de5507b481cb1ecc1
+       source = 
https://github.com/python-poetry/poetry/archive/2.1.1/poetry-2.1.1.tar.gz
+       sha256sums = 
1e33bc9c202d08ebde998bcb151f5f18ef56e70be0b10d126e831b78e337c046
 
 pkgname = python-poetry


=====================================
PKGBUILD
=====================================
@@ -7,7 +7,7 @@
 
 _pkgname=poetry
 pkgname=python-poetry
-pkgver=2.1.0
+pkgver=2.1.1
 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=('2ae1ab9f063a83fa6159647791c54629e55370de6ae8224de5507b481cb1ecc1')
+sha256sums=('1e33bc9c202d08ebde998bcb151f5f18ef56e70be0b10d126e831b78e337c046')
 
 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/4a9efb2d9729f85116606178e806e9b79619d9d7

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


Reply via email to