diff options
author | Yigit Sever | 2022-06-18 01:10:31 +0300 |
---|---|---|
committer | Yigit Sever | 2022-06-18 01:11:05 +0300 |
commit | f1ff9f152c170c0229c88653791721b95b63d5b1 (patch) | |
tree | 47ad327c35aaa87f003dd7c197776226d77a3e46 | |
parent | 1159dc7033ba4603a465ea771f58a6529a0a1745 (diff) | |
download | packages-f1ff9f152c170c0229c88653791721b95b63d5b1.tar.gz packages-f1ff9f152c170c0229c88653791721b95b63d5b1.tar.bz2 packages-f1ff9f152c170c0229c88653791721b95b63d5b1.zip |
python-types-requests: Update to 2.27.30
-rw-r--r-- | python-types-requests/.SRCINFO | 6 | ||||
-rw-r--r-- | python-types-requests/PKGBUILD | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python-types-requests/.SRCINFO b/python-types-requests/.SRCINFO index 688012e..c5525e2 100644 --- a/python-types-requests/.SRCINFO +++ b/python-types-requests/.SRCINFO | |||
@@ -1,13 +1,13 @@ | |||
1 | pkgbase = python-types-requests | 1 | pkgbase = python-types-requests |
2 | pkgdesc = Typing stubs for requests | 2 | pkgdesc = Typing stubs for requests |
3 | pkgver = 2.27.15 | 3 | pkgver = 2.27.30 |
4 | pkgrel = 1 | 4 | pkgrel = 1 |
5 | url = https://pypi.org/project/types-requests/ | 5 | url = https://pypi.org/project/types-requests/ |
6 | arch = any | 6 | arch = any |
7 | license = Apache | 7 | license = Apache |
8 | makedepends = python-setuptools | 8 | makedepends = python-setuptools |
9 | depends = python | 9 | depends = python |
10 | source = https://files.pythonhosted.org/packages/source/t/types-requests/types-requests-2.27.15.tar.gz | 10 | source = https://files.pythonhosted.org/packages/source/t/types-requests/types-requests-2.27.30.tar.gz |
11 | sha256sums = 2d371183c535208d2cc8fe7473d9b49c344c7077eb70302eb708638fb86086a8 | 11 | sha256sums = ca8d7cc549c3d10dbcb3c69c1b53e3ffd1270089c1001a65c1e9e1017eb5e704 |
12 | 12 | ||
13 | pkgname = python-types-requests | 13 | pkgname = python-types-requests |
diff --git a/python-types-requests/PKGBUILD b/python-types-requests/PKGBUILD index 707c5f7..8e54f82 100644 --- a/python-types-requests/PKGBUILD +++ b/python-types-requests/PKGBUILD | |||
@@ -2,7 +2,7 @@ | |||
2 | 2 | ||
3 | pkgname=python-types-requests | 3 | pkgname=python-types-requests |
4 | _name=${pkgname#python-} | 4 | _name=${pkgname#python-} |
5 | pkgver=2.27.15 | 5 | pkgver=2.27.30 |
6 | pkgrel=1 | 6 | pkgrel=1 |
7 | pkgdesc="Typing stubs for requests" | 7 | pkgdesc="Typing stubs for requests" |
8 | arch=('any') | 8 | arch=('any') |
@@ -11,7 +11,7 @@ license=('Apache') | |||
11 | depends=('python') | 11 | depends=('python') |
12 | makedepends=('python-setuptools') | 12 | makedepends=('python-setuptools') |
13 | source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz") | 13 | source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz") |
14 | sha256sums=('2d371183c535208d2cc8fe7473d9b49c344c7077eb70302eb708638fb86086a8') | 14 | sha256sums=('ca8d7cc549c3d10dbcb3c69c1b53e3ffd1270089c1001a65c1e9e1017eb5e704') |
15 | 15 | ||
16 | build() { | 16 | build() { |
17 | cd "$_name-$pkgver" | 17 | cd "$_name-$pkgver" |