Leonidas Spyropoulos pushed to branch main at Arch Linux / Packaging / Packages 
/ ruff


Commits:
5a506bd5 by Leonidas Spyropoulos at 2024-04-19T14:14:53+01:00
upgpkg: 0.4.1-1: new upstream release

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = ruff
        pkgdesc = An extremely fast Python linter, written in Rust
-       pkgver = 0.4.0
-       pkgrel = 2
+       pkgver = 0.4.1
+       pkgrel = 1
        url = https://github.com/astral-sh/ruff
        arch = x86_64
        license = MIT
@@ -11,9 +11,9 @@ pkgbase = ruff
        depends = gcc-libs
        depends = glibc
        options = !lto
-       source = 
https://github.com/astral-sh/ruff/archive/refs/tags/v0.4.0/ruff-0.4.0.tar.gz
-       sha512sums = 
4f7b00d9ee091ca6b0fe4e73178663562c55682d168962a8e295d874f004f456f6f6b1680137891c8bab2705402a53d5dab542d23cb3546deb116d27daf25dec
-       b2sums = 
7db5144acfc740ef7472b03d159c281477c689aba46a25ad6691eeede6851e4b3f4a4e5781a9a7b7f808b77767e6ca76f40f22136c6f09ca8a6ec68bbfe620ff
+       source = 
https://github.com/astral-sh/ruff/archive/refs/tags/v0.4.1/ruff-0.4.1.tar.gz
+       sha512sums = 
8fc9a90fc00b9c6b6ac34353738dd8b1cf5601709545ac3caa1e17b1a8e9356369d765e795a649ea3041f35dfeda5bf0719117e27500fbc699c7b9a17d4e89c3
+       b2sums = 
5fa1254c9d48b92fd6ffbb4d425552081f7ce2068ba8b985f59a2329d14254bfec37455762b11a59a9881f9f9ece3beef690447417cdd05405b540c7835f46af
 
 pkgname = ruff
 


=====================================
PKGBUILD
=====================================
@@ -5,8 +5,8 @@
 
 pkgbase=ruff
 pkgname=($pkgbase python-$pkgbase)
-pkgver=0.4.0
-pkgrel=2
+pkgver=0.4.1
+pkgrel=1
 pkgdesc='An extremely fast Python linter, written in Rust'
 arch=(x86_64)
 url="https://github.com/astral-sh/$pkgbase";
@@ -23,8 +23,8 @@ makedepends=(
 options=(!lto)
 _archive="$pkgbase-$pkgver"
 source=($url/archive/refs/tags/v$pkgver/$_archive.tar.gz)
-sha512sums=('4f7b00d9ee091ca6b0fe4e73178663562c55682d168962a8e295d874f004f456f6f6b1680137891c8bab2705402a53d5dab542d23cb3546deb116d27daf25dec')
-b2sums=('7db5144acfc740ef7472b03d159c281477c689aba46a25ad6691eeede6851e4b3f4a4e5781a9a7b7f808b77767e6ca76f40f22136c6f09ca8a6ec68bbfe620ff')
+sha512sums=('8fc9a90fc00b9c6b6ac34353738dd8b1cf5601709545ac3caa1e17b1a8e9356369d765e795a649ea3041f35dfeda5bf0719117e27500fbc699c7b9a17d4e89c3')
+b2sums=('5fa1254c9d48b92fd6ffbb4d425552081f7ce2068ba8b985f59a2329d14254bfec37455762b11a59a9881f9f9ece3beef690447417cdd05405b540c7835f46af')
 
 prepare() {
   cd "$_archive"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/ruff/-/commit/5a506bd5e5307fa63be2ced14637e66b6fd63452

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


Reply via email to