George Rawlinson pushed to branch main at Arch Linux / Packaging / Packages /
python-requests-file
Commits:
e7ec5549 by George Rawlinson at 2024-12-30T03:58:16+00:00
upgpkg: 2.1.0-2
* Remove depends: python-six.
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-requests-file
pkgdesc = File transport adapter for Requests
pkgver = 2.1.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/dashea/requests-file
arch = any
license = Apache-2.0
@@ -12,7 +12,6 @@ pkgbase = python-requests-file
makedepends = python-setuptools-scm
makedepends = python-wheel
depends = python
- depends = python-six
depends = python-requests
source =
python-requests-file::git+https://github.com/dashea/requests-file#tag=2.1.0
sha512sums =
29cb33b3fc71fc865d5c729729885d797adfe129cf87feeb3443b97f3e04e3b599b08a4ffd989505f833d878d72b77a33d8ac537d976ec869d30fbcc22989a06
=====================================
PKGBUILD
=====================================
@@ -4,12 +4,12 @@
pkgname=python-requests-file
pkgver=2.1.0
-pkgrel=1
+pkgrel=2
pkgdesc='File transport adapter for Requests'
arch=('any')
url='https://github.com/dashea/requests-file'
license=('Apache-2.0')
-depends=('python' 'python-six' 'python-requests')
+depends=('python' 'python-requests')
makedepends=(
'git'
'python-build'
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-requests-file/-/commit/e7ec5549e7a8ca896ab4adda8ff32d52662772ba
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-requests-file/-/commit/e7ec5549e7a8ca896ab4adda8ff32d52662772ba
You're receiving this email because of your account on gitlab.archlinux.org.