Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages /
python-poetry-plugin-up
Commits:
06a3857b by Maxime Gauduin at 2023-11-20T14:32:40+01:00
upgpkg: 0.7.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-poetry-plugin-up
pkgdesc = Poetry plugin that updates dependencies and bumps their
versions in pyproject.toml file
- pkgver = 0.7.0
+ pkgver = 0.7.1
pkgrel = 1
url = https://github.com/MousaZeidBaker/poetry-plugin-up
arch = any
@@ -10,7 +10,7 @@ pkgbase = python-poetry-plugin-up
makedepends = python-installer
depends = python
depends = python-poetry
- source =
git+https://github.com/MousaZeidBaker/poetry-plugin-up.git#tag=25b3c89537d18438ecdfb427a42869c3f98c2b28
+ source =
git+https://github.com/MousaZeidBaker/poetry-plugin-up.git#tag=ee4322397018e944a11da3a3e18b8fec6709a313
b2sums = SKIP
pkgname = python-poetry-plugin-up
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Matthew Gamble <[email protected]>
pkgname=python-poetry-plugin-up
-pkgver=0.7.0
+pkgver=0.7.1
pkgrel=1
pkgdesc='Poetry plugin that updates dependencies and bumps their versions in
pyproject.toml file'
url=https://github.com/MousaZeidBaker/poetry-plugin-up
@@ -16,7 +16,7 @@ makedepends=(
python-build
python-installer
)
-_tag=25b3c89537d18438ecdfb427a42869c3f98c2b28
+_tag=ee4322397018e944a11da3a3e18b8fec6709a313
source=(git+https://github.com/MousaZeidBaker/poetry-plugin-up.git#tag=${_tag})
b2sums=(SKIP)
arch=(any)
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-poetry-plugin-up/-/commit/06a3857bcfc376b68b08ef9cc2f0fbbf769e333d
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-poetry-plugin-up/-/commit/06a3857bcfc376b68b08ef9cc2f0fbbf769e333d
You're receiving this email because of your account on gitlab.archlinux.org.