Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / 
yamllint


Commits:
c5845b70 by Robin Candau at 2024-06-27T16:33:39+02:00
upgpkg: 1.35.1-1: New upstream release + Switch license to SPDX identifier + 
Add nvchecker integration
https://github.com/adrienverge/yamllint/blob/master/CHANGELOG.rst#1351-2024-02-16

- - - - -


3 changed files:

- .SRCINFO
- + .nvchecker.toml
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,18 +1,19 @@
 pkgbase = yamllint
        pkgdesc = Linter for YAML files
-       pkgver = 1.33.0
-       pkgrel = 2
+       pkgver = 1.35.1
+       pkgrel = 1
        url = https://github.com/adrienverge/yamllint
        arch = any
-       license = GPL3
+       license = GPL-3.0-or-later
        makedepends = git
        makedepends = python-build
        makedepends = python-installer
        makedepends = python-setuptools
        makedepends = python-wheel
+       depends = python
        depends = python-pathspec
        depends = python-yaml
-       source = git+https://github.com/adrienverge/yamllint.git#tag=v1.33.0
-       b2sums = 
022d0b92202767d774bb7b9895c6dca72442aad7bad1152845d94000ec0299c7335bee1467835dc76c964fd19d0ef8b966b6a28489747a7246618cf2b527601b
+       source = git+https://github.com/adrienverge/yamllint.git#tag=v1.35.1
+       b2sums = 
1add06304482fd0e4e8e8d4318f5a96ff5e3a7ceaa18961ce0bb4f7199681938c14feeeabf8ad38c470deaa8da1919dca9194f1c68027fa43ea3de2a9ae1b136
 
 pkgname = yamllint


=====================================
.nvchecker.toml
=====================================
@@ -0,0 +1,6 @@
+[yamllint]
+source = "github"
+github = "adrienverge/yamllint"
+prefix = "v"
+use_max_tag = true
+exclude_regex = ".*(pre|a|alpha|b|beta|r|rc).*"


=====================================
PKGBUILD
=====================================
@@ -1,13 +1,14 @@
 # Maintainer: Daniel M. Capella <poly...@archlinux.org>
+# Maintainer: Robin Candau <an...@archlinux.org>
 
 pkgname=yamllint
-pkgver=1.33.0
-pkgrel=2
+pkgver=1.35.1
+pkgrel=1
 pkgdesc='Linter for YAML files'
 arch=('any')
-url=https://github.com/adrienverge/yamllint
-license=('GPL3')
-depends=('python-pathspec' 'python-yaml')
+url='https://github.com/adrienverge/yamllint'
+license=('GPL-3.0-or-later')
+depends=('python' 'python-pathspec' 'python-yaml')
 makedepends=(
   'git'
   'python-build'
@@ -16,7 +17,7 @@ makedepends=(
   'python-wheel'
 )
 source=("git+$url.git#tag=v$pkgver")
-b2sums=('022d0b92202767d774bb7b9895c6dca72442aad7bad1152845d94000ec0299c7335bee1467835dc76c964fd19d0ef8b966b6a28489747a7246618cf2b527601b')
+b2sums=('1add06304482fd0e4e8e8d4318f5a96ff5e3a7ceaa18961ce0bb4f7199681938c14feeeabf8ad38c470deaa8da1919dca9194f1c68027fa43ea3de2a9ae1b136')
 
 build() {
   cd $pkgname



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/yamllint/-/commit/c5845b70e7f6bfcf7ea018037cb535a9b4ce92d4

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


Reply via email to