Felix Yan pushed to branch main at Arch Linux / Packaging / Packages / 
python-green


Commits:
370daf67 by Felix Yan at 2024-04-28T14:45:29+00:00
upgpkg: 4.0.2-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = python-green
        pkgdesc = Green is a clean, colorful, fast python test runner
-       pkgver = 4.0.1
-       pkgrel = 2
+       pkgver = 4.0.2
+       pkgrel = 1
        url = https://github.com/CleanCut/green
        arch = any
        license = MIT
@@ -16,7 +16,7 @@ pkgbase = python-green
        depends = python-lxml
        depends = python-setuptools
        depends = python-unidecode
-       source = 
git+https://github.com/CleanCut/green.git#commit=9e9e5cfe8b0a213899df78d3e06db4f592bbc84b
-       sha512sums = SKIP
+       source = git+https://github.com/CleanCut/green.git#tag=4.0.2
+       sha512sums = 
8b66dc9cca2d8279f06a92a3727626aa89bd34fd3385fc1c094bd62514d0f13815ff1c7339db9336e0c5d618bf005a20b6d9299205a16238bd9ad84a37cc6ff1
 
 pkgname = python-green


=====================================
PKGBUILD
=====================================
@@ -1,9 +1,8 @@
 # Maintainer: Felix Yan <felixonm...@archlinux.org>
 
 pkgname=python-green
-pkgver=4.0.1
-_commit=9e9e5cfe8b0a213899df78d3e06db4f592bbc84b
-pkgrel=2
+pkgver=4.0.2
+pkgrel=1
 pkgdesc="Green is a clean, colorful, fast python test runner"
 url="https://github.com/CleanCut/green";
 license=('MIT')
@@ -11,8 +10,8 @@ arch=('any')
 depends=('python-colorama' 'python-coverage' 'python-lxml' 'python-setuptools' 
'python-unidecode')
 makedepends=('git' 'python-build' 'python-installer' 'python-wheel')
 checkdepends=('python-django' 'python-testtools')
-source=("git+https://github.com/CleanCut/green.git#commit=$_commit";)
-sha512sums=('SKIP')
+source=("git+https://github.com/CleanCut/green.git#tag=$pkgver";)
+sha512sums=('8b66dc9cca2d8279f06a92a3727626aa89bd34fd3385fc1c094bd62514d0f13815ff1c7339db9336e0c5d618bf005a20b6d9299205a16238bd9ad84a37cc6ff1')
 
 build() {
   cd green



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/python-green/-/commit/370daf6759481566abb768f597670049452a8aee

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


Reply via email to