diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2021-10-24 20:17:02 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2021-10-24 23:15:57 +0000 |
commit | b54090216e88381c4dbdc8484fb596abbf916b48 (patch) | |
tree | fe4652d966c21bd07d78fa555856aef7ea8bab53 /devel/py-apscheduler/files/patch-tzlocal-1.2 | |
parent | www/gallery-dl: update to 1.19.1 (diff) |
devel/py-apscheduler: update to 3.8.1
Changes: https://github.com/agronholm/apscheduler/compare/3.8.0...v3.8.1
Reported by: Repology
Diffstat (limited to 'devel/py-apscheduler/files/patch-tzlocal-1.2')
-rw-r--r-- | devel/py-apscheduler/files/patch-tzlocal-1.2 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/py-apscheduler/files/patch-tzlocal-1.2 b/devel/py-apscheduler/files/patch-tzlocal-1.2 index 33a839cf9b21..2093667aed5d 100644 --- a/devel/py-apscheduler/files/patch-tzlocal-1.2 +++ b/devel/py-apscheduler/files/patch-tzlocal-1.2 @@ -1,14 +1,14 @@ Partially revert https://github.com/agronholm/apscheduler/commit/b773c79ac505 until devel/py-tzlocal is updated to 2.1 ---- setup.py.orig 2021-01-19 14:34:44 UTC +--- setup.py.orig 2021-10-24 20:17:02 UTC +++ setup.py @@ -41,7 +41,7 @@ setup( 'setuptools >= 0.7', 'six >= 1.4.0', 'pytz', -- 'tzlocal ~= 2.0', -+ 'tzlocal >= 1.2, < 3.0', +- 'tzlocal >= 2.0, != 3.*' ++ 'tzlocal >= 1.2, != 3.*' ], extras_require={ ':python_version == "2.7"': ['futures'], |