summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Rawlinson2022-11-23 09:36:27 +1300
committerGeorge Rawlinson2022-11-23 09:36:27 +1300
commitdef0d56190f8f958566e4ca99a517e52c8981677 (patch)
tree5489fe19eff963e82c2f1d7eb768a03ebc147de5
parentb80eb65066b6a698803a85e51ca15e148da7c2d6 (diff)
downloadaur-def0d56190f8f958566e4ca99a517e52c8981677.tar.gz
upgpkg: python-refurb 1.7.0-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD18
2 files changed, 16 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a8c8895e1754..a44ef5af43d7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-refurb
pkgdesc = A tool for refurbishing and modernizing Python codebases
- pkgver = 1.1.0
+ pkgver = 1.7.0
pkgrel = 1
url = https://github.com/dosisod/refurb
arch = any
@@ -14,7 +14,7 @@ pkgbase = python-refurb
depends = python
depends = mypy
depends = python-tomli
- source = python-refurb::git+https://github.com/dosisod/refurb#commit=8e016048966022023cf8b165f93b8f26e3bef1e7
+ source = python-refurb::git+https://github.com/dosisod/refurb#commit=06879c28eceea016de940c6a363eeca39d009089
source = skip-coverage-report.patch
b2sums = SKIP
b2sums = 89f67f2799c5d2207158cb79113cd425156abf1ba53ec6e4d60cb0eae2fc1a942849a5bee020bfbf1c2b34e7489e659baa4bb69ed0cf50b7a9d67129685069c5
diff --git a/PKGBUILD b/PKGBUILD
index 1de211809d24..e75eeecb101c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,26 @@
# Maintainer: George Rawlinson <grawlinson@archlinux.org>
pkgname=python-refurb
-pkgver=1.1.0
+pkgver=1.7.0
pkgrel=1
pkgdesc='A tool for refurbishing and modernizing Python codebases'
arch=('any')
url='https://github.com/dosisod/refurb'
license=('GPL3')
-depends=('python' 'mypy' 'python-tomli')
-makedepends=('git' 'python-build' 'python-poetry-core' 'python-installer' 'python-wheel')
+depends=(
+ 'python'
+ 'mypy'
+ 'python-tomli'
+)
+makedepends=(
+ 'git'
+ 'python-build'
+ 'python-poetry-core'
+ 'python-installer'
+ 'python-wheel'
+)
checkdepends=('python-pytest')
-_commit='8e016048966022023cf8b165f93b8f26e3bef1e7'
+_commit='06879c28eceea016de940c6a363eeca39d009089'
source=(
"$pkgname::git+$url#commit=$_commit"
'skip-coverage-report.patch'