python-datemath
python-datemath copied to clipboard
A python module to emulate the date math used in SOLR and Elasticsearch
Bumps [certifi](https://github.com/certifi/python-certifi) from 2019.9.11 to 2022.12.7. Commits 9e9e840 2022.12.07 b81bdb2 2022.09.24 939a28f 2022.09.14 aca828a 2022.06.15.2 de0eae1 Only use importlib.resources's new files() / Traversable API on Python ≥3.11 ... b8eb5e9 2022.06.15.1...
I'm on python-datemath-1.5.5 and I can reproduce this race condition with a high reliability. Maybe something like freezegun could help. ``` _______________________________ TestDM.testParse _______________________________ self = def testParse(self): # Make...
currently if you put an epoch timestamp with miliseconds in in, datemath will error saying it doesnt support it. it should be easy to detect this timestamp with milis, convert...
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.24.3 to 1.26.5. Release notes Sourced from urllib3's releases. 1.26.5 :warning: IMPORTANT: urllib3 v2.0 will drop support for Python 2: Read more in the v2.0 Roadmap Fixed...
With python 3.12 the `DeprecationWarning` for invalid escape sequence has been upgraded to a `SyntaxWarning`, see [python 3.12 documentation here](https://docs.python.org/3/whatsnew/3.12.html#other-language-changes) I've just converted these to raw strings to resolve the...