From be580856dd137b25eb17bf37118eb62e09452ef3 Mon Sep 17 00:00:00 2001 From: Konstantin Ryabitsev Date: Fri, 21 May 2021 14:51:40 -0400 Subject: Bump patatt requirement to 0.4 We only really need 0.2, but 0.4 implements DKIM slightly more properly. Signed-off-by: Konstantin Ryabitsev --- requirements.txt | 2 +- setup.py | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index a9a4be4..6540b12 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,4 @@ requests~=2.25.0 # These are optional, needed for attestation features dnspython~=2.1.0 dkimpy~=1.0.5 -patatt>=0.2.0,<2.0 +patatt>=0.4,<2.0 diff --git a/setup.py b/setup.py index a21ec76..23e75a3 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ setup( version=find_version('b4/__init__.py'), url='https://git.kernel.org/pub/scm/utils/b4/b4.git/tree/README.rst', project_urls={ - 'Community': 'https://linux.kernel.org/g/tools' + 'Community': 'https://lore.kernel.org/tools' }, name=NAME, description='A tool to work with public-inbox and patch archives', @@ -44,6 +44,7 @@ setup( 'requests~=2.24', 'dkimpy~=1.0', 'dnspython~=2.0', + 'patatt>=0.4,<2.0', ], python_requires='>=3.6', entry_points={ -- cgit v1.2.3