diff options
author | Danny Rawlins <contact@romster.me> | 2021-01-03 15:55:03 +1100 |
---|---|---|
committer | Danny Rawlins <contact@romster.me> | 2021-01-03 15:55:03 +1100 |
commit | fdd47242b7186118d3f74c73ecfce85fc0190a35 (patch) | |
tree | dcd5b98c7c0b8c6a42f6362b6b02316217ef674d | |
parent | d298407f891684772ff97bd5d34e447a6618db44 (diff) | |
download | contrib-fdd47242b7186118d3f74c73ecfce85fc0190a35.tar.gz contrib-fdd47242b7186118d3f74c73ecfce85fc0190a35.tar.xz |
python3-idna: add note not to bump until python3-requests gets updated
-rw-r--r-- | python3-idna/.signature | 4 | ||||
-rw-r--r-- | python3-idna/Pkgfile | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/python3-idna/.signature b/python3-idna/.signature index 657b4183f..c61590292 100644 --- a/python3-idna/.signature +++ b/python3-idna/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF306jPgBgwiHmzuJcYKCxUGxbqbqmhI6oAWqKBSHk7sFTOty7+qigOTppXU1JgLa0EDJYNaKgEcphSGEJKcfPeAw= -SHA256 (Pkgfile) = 2c7b1cb742abac7ece47f7de34250d681e91ee4e3739356f6ddf3d6222cfa788 +RWSagIOpLGJF32Gp/emT7xHewl/cQ+tXI4HSPNnc4+ksd+a4STj6snx+ZINgkXdQQ1hEeZby6t0Vb9wNd32HDS/wTD6rxTPORwE= +SHA256 (Pkgfile) = 43ee2c0cacad2bb924c7927a5a7c3c6cbdba84af8dd42f27a945b34063b2a318 SHA256 (.footprint) = f7feb2ed8e5e0530e34a8cea3bd29f053ef9d7288a73f2c68b363d881cbc4b2e SHA256 (idna-2.10.tar.gz) = b307872f855b18632ce0c21c5e45be78c0ea7ae4c15c828c20788b26921eb3f6 diff --git a/python3-idna/Pkgfile b/python3-idna/Pkgfile index 51581035f..406e22f04 100644 --- a/python3-idna/Pkgfile +++ b/python3-idna/Pkgfile @@ -3,6 +3,7 @@ # Maintainer: Danny Rawlins, crux at romster dot me # Depends on: python3-setuptools +## don't bump this to 3.x until "python3-requests idna<3,>=2.5" gets updated name=python3-idna version=2.10 release=1 |