David Runge pushed to branch main at Arch Linux / Packaging / Packages / 
python-flake8-black


Commits:
f443b81f by David Runge at 2024-05-14T18:51:52+02:00
upgpkg: 0.3.6-4

Rebuild to remove python-tomli dependency.
Switch to locked signed tag commit.

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = python-flake8-black
        pkgdesc = Flake8 plugin to call black as a code style validator
        pkgver = 0.3.6
-       pkgrel = 3
+       pkgrel = 4
        url = https://github.com/peterjc/flake8-black
        arch = any
        license = MIT
@@ -13,8 +13,7 @@ pkgbase = python-flake8-black
        depends = python
        depends = flake8
        depends = python-black
-       depends = python-tomli
-       source = 
python-flake8-black::git+https://github.com/peterjc/flake8-black#commit=868b41554a6b57d74e916d33c37469e0d0b4b9cc
+       source = 
python-flake8-black::git+https://github.com/peterjc/flake8-black.git#tag=v0.3.6
        source = pyproject-no-pip.patch
        sha512sums = 
d68393ccca42afb7295ed1bcab4d478f9e9f934210ef666990ead0534d8f0ae3e9248828021b0ab1f36277a0c6588220650ac45fc3af28182a36d9fa0b9c6b56
        sha512sums = 
0dc458646781a621b571ac6a2ef892da242fa353b0be3e63a189ff0da8d0d10495521ff559072e50ada62e3565e43103cf605766b4cdf9f1b97a039a1ebd03fd


=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
 
 pkgname=python-flake8-black
 pkgver=0.3.6
-pkgrel=3
+pkgrel=4
 pkgdesc='Flake8 plugin to call black as a code style validator'
 arch=('any')
 url=https://github.com/peterjc/flake8-black
@@ -12,7 +12,6 @@ depends=(
   'python'
   'flake8'
   'python-black'
-  'python-tomli'
 )
 makedepends=(
   'git'
@@ -21,9 +20,8 @@ makedepends=(
   'python-wheel'
   'python-setuptools'
 )
-_commit='868b41554a6b57d74e916d33c37469e0d0b4b9cc'
 source=(
-  "$pkgname::git+$url#commit=$_commit"
+  "$pkgname::git+$url.git#tag=v$pkgver"
   'pyproject-no-pip.patch'
 )
 
sha512sums=('d68393ccca42afb7295ed1bcab4d478f9e9f934210ef666990ead0534d8f0ae3e9248828021b0ab1f36277a0c6588220650ac45fc3af28182a36d9fa0b9c6b56'



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-flake8-black/-/commit/f443b81f4d30f84c104bfdc4cb63bc1f26c568f1

-- 
This project does not include diff previews in email notifications.
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-flake8-black/-/commit/f443b81f4d30f84c104bfdc4cb63bc1f26c568f1
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to