Skip to content

Commit

Permalink
db-move: moved python-urllib3 from [testing] to [extra] (any)
Browse files Browse the repository at this point in the history
git-svn-id: file:///srv/repos/svn-packages/svn@416852 eb2447ed-0c53-47e4-bac8-5bc4a241df78
  • Loading branch information
felixonmars committed May 30, 2021
1 parent c2b5006 commit 61026c0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 112 deletions.
8 changes: 4 additions & 4 deletions python-urllib3/repos/extra-any/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

pkgbase=python-urllib3
pkgname=(python-urllib3 python2-urllib3 python-urllib3-doc)
pkgver=1.26.4
pkgrel=2
pkgver=1.26.5
pkgrel=1
pkgdesc="HTTP library with thread-safe connection pooling and file post support"
arch=("any")
url="https://github.com/urllib3/urllib3"
Expand All @@ -19,11 +19,11 @@ checkdepends=('python-pytest-runner' 'python-tornado' 'python-nose' 'python-psut
'python-gcp-devrel-py-tools' 'python-flaky' 'python-dateutil')
source=("https://github.com/urllib3/urllib3/archive/$pkgver/$pkgbase-$pkgver.tar.gz"
urllib3-use-brotli-or-brotli-cffi.patch::https://github.com/urllib3/urllib3/pull/2099.patch)
sha512sums=('c770ae93e024af2bd79145d90426ad56f89184a4a02a55551bf54680a1ba369e683080e1899f00d57efcb085145e29a189f502ae6b41e572de111909297fb4e6'
sha512sums=('d4a97aa05f9138cbd2fceadd6268f55f1389a57abccc44f6dfd7755778d417a6648f081ceefd376b27c17e384ccc81caf49f0ea23b4d9ac8e347a06d85cb4639'
'08b58960410a996b039eb3f46da252703055d79228733c65fbbe8d31fedd5b3956670230602deabf02407cac5f5d425b8d65bf3b16bdecd38f2541c6c9c82934')

prepare() {
patch -d urllib3-$pkgver -p1 -i ../urllib3-use-brotli-new.patch || :
patch -d urllib3-$pkgver -p1 -i ../urllib3-use-brotli-or-brotli-cffi.patch || :
cp -a urllib3-$pkgver{,-py2}
}

Expand Down
32 changes: 0 additions & 32 deletions python-urllib3/repos/testing-any/LICENSE

This file was deleted.

76 changes: 0 additions & 76 deletions python-urllib3/repos/testing-any/PKGBUILD

This file was deleted.

0 comments on commit 61026c0

Please sign in to comment.