summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Arndt2022-12-01 13:02:53 +0100
committerChristopher Arndt2022-12-01 13:02:53 +0100
commitb36e70620ad3d19d84a07a10b6066e3dd9e0d465 (patch)
treea1f042f292e6a887a8a4b2545a7aabe4b23e1178
parent5c6fd6c6b2cbd53ff1982739b6176447e9c9ebea (diff)
downloadaur-b36e70620ad3d19d84a07a10b6066e3dd9e0d465.tar.gz
New upstream version 6.11.0
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a9c5ad1402af..32a873829817 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,24 +1,23 @@
pkgbase = pip-tools
pkgdesc = A set of tools to keep your pinned Python dependencies fresh
- pkgver = 6.10.0
+ pkgver = 6.11.0
pkgrel = 1
url = https://github.com/jazzband/pip-tools/
arch = any
license = BSD
- makedepends = python-build
makedepends = python-installer
makedepends = python-setuptools-scm
makedepends = python-wheel
- depends = python-click>=7
depends = python-build
- depends = python-pip>=21
+ depends = python-click>=7
+ depends = python-pip>=22
depends = python-setuptools
depends = python-wheel
- source = https://files.pythonhosted.org/packages/source/p/pip-tools/pip-tools-6.10.0.tar.gz
+ source = https://files.pythonhosted.org/packages/source/p/pip-tools/pip-tools-6.11.0.tar.gz
source = pip-tools-bash-completion.sh
source = pip-tools-zsh-completion.zsh
source = pip-tools-fish-completion.fish
- sha256sums = 7f9f7356052db6942b5aaabc8eba29983591ca0ad75affbf2f0a25d9361be624
+ sha256sums = 90c5dc150e3856e4463b81ccc99307ccf9554e5db8393eb273705cb0b8f71c60
sha256sums = 12d90c4aab717d58a435610a3cdc94aa925b4f89f9f9f700a05c8cfa058f7960
sha256sums = 63f8d032a742ae33903040477c777922ec06241383d165c93803f1b41316ff51
sha256sums = 9c60407e485e71ded1d695455378fa4f09e76ecb8556d21c31f8610cb47cf525
diff --git a/PKGBUILD b/PKGBUILD
index 160e2149e36f..a2ad8beaac23 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,19 +2,19 @@
# Contributor: Simon Conseil <contact+aur at saimon dot org>
pkgname=pip-tools
-pkgver=6.10.0
+pkgver=6.11.0
pkgrel=1
pkgdesc='A set of tools to keep your pinned Python dependencies fresh'
arch=(any)
url='https://github.com/jazzband/pip-tools/'
license=(BSD)
-depends=('python-click>=7' python-build 'python-pip>=21' python-setuptools python-wheel)
-makedepends=(python-build python-installer python-setuptools-scm python-wheel)
-source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz"
+depends=(python-build 'python-click>=7' 'python-pip>=22' python-setuptools python-wheel)
+makedepends=(python-installer python-setuptools-scm python-wheel)
+source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz"
'pip-tools-bash-completion.sh'
'pip-tools-zsh-completion.zsh'
'pip-tools-fish-completion.fish')
-sha256sums=('7f9f7356052db6942b5aaabc8eba29983591ca0ad75affbf2f0a25d9361be624'
+sha256sums=('90c5dc150e3856e4463b81ccc99307ccf9554e5db8393eb273705cb0b8f71c60'
'12d90c4aab717d58a435610a3cdc94aa925b4f89f9f9f700a05c8cfa058f7960'
'63f8d032a742ae33903040477c777922ec06241383d165c93803f1b41316ff51'
'9c60407e485e71ded1d695455378fa4f09e76ecb8556d21c31f8610cb47cf525')