Maxime Gauduin pushed to branch main at Arch Linux / Packaging / Packages /
python-poetry-plugin-up
Commits:
1b8890f1 by Maxime Gauduin at 2023-10-09T23:53:27+02:00
upgpkg: 0.5.0-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.4.0
+ pkgver = 0.5.0
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=7f399187d675ad7696ea0301e07bb392a3138cf2
+ source =
git+https://github.com/MousaZeidBaker/poetry-plugin-up.git#tag=09cd00a830e38bdee9a9cc58119031e7338c6623
b2sums = SKIP
pkgname = python-poetry-plugin-up
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Matthew Gamble <[email protected]>
pkgname=python-poetry-plugin-up
-pkgver=0.4.0
+pkgver=0.5.0
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=7f399187d675ad7696ea0301e07bb392a3138cf2
+_tag=09cd00a830e38bdee9a9cc58119031e7338c6623
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/1b8890f152907a056c369ede9e2df5a1c29548f9
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-poetry-plugin-up/-/commit/1b8890f152907a056c369ede9e2df5a1c29548f9
You're receiving this email because of your account on gitlab.archlinux.org.