mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-11 15:56:07 -07:00
Bump arrow from 1.2.2 to 1.2.3 (#1829)
* Bump arrow from 1.2.2 to 1.2.3 Bumps [arrow](https://github.com/arrow-py/arrow) from 1.2.2 to 1.2.3. - [Release notes](https://github.com/arrow-py/arrow/releases) - [Changelog](https://github.com/arrow-py/arrow/blob/master/CHANGELOG.rst) - [Commits](https://github.com/arrow-py/arrow/compare/1.2.2...1.2.3) --- updated-dependencies: - dependency-name: arrow dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * Update arrow==1.2.3 Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: JonnyWong16 <9099342+JonnyWong16@users.noreply.github.com> [skip ci]
This commit is contained in:
parent
76649be6e4
commit
58aab24c28
5 changed files with 540 additions and 67 deletions
|
@ -21,7 +21,7 @@ except (OverflowError, ValueError, OSError): # pragma: no cover
|
|||
# Must get max value of ctime on Windows based on architecture (x32 vs x64)
|
||||
# https://docs.microsoft.com/en-us/cpp/c-runtime-library/reference/ctime-ctime32-ctime64-wctime-wctime32-wctime64
|
||||
# Note: this may occur on both 32-bit Linux systems (issue #930) along with Windows systems
|
||||
is_64bits = sys.maxsize > 2 ** 32
|
||||
is_64bits = sys.maxsize > 2**32
|
||||
_MAX_TIMESTAMP = (
|
||||
datetime(3000, 1, 1, 23, 59, 59, 999999).timestamp()
|
||||
if is_64bits
|
||||
|
@ -162,6 +162,16 @@ DEHUMANIZE_LOCALES = {
|
|||
"ta-lk",
|
||||
"ur",
|
||||
"ur-pk",
|
||||
"ka",
|
||||
"ka-ge",
|
||||
"kk",
|
||||
"kk-kz",
|
||||
# "lo",
|
||||
# "lo-la",
|
||||
"am",
|
||||
"am-et",
|
||||
"hy-am",
|
||||
"hy",
|
||||
"uz",
|
||||
"uz-uz",
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue