Python-datemath

Latest version: v1.5.5

Safety actively analyzes 621673 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

1.5.5

* [FIX] [Issue 28](https://github.com/nickmaccarthy/python-datemath/issues/28)
* `datemath()` object now returns the expected `datetime` object instead of an `Arrow` object
* added tests to catch invalid object types of helpers

1.5.4

* skipped due to name conflict on pypi, all changes in this are from `1.5.3`

1.5.3

* [FIX] [Issue 25](https://github.com/nickmaccarthy/python-datemath/issues/25) - Fixed an issue where if you provided an invalid timestamp, i.e. `datemath('2')` you would not get an DateMathException back. Also bumped dependencies.

1.5.2

* [FIX] [Issue 21](https://github.com/nickmaccarthy/python-datemath/issues/21) - Fixed an issue where if timezone offset was in a datetime string (ISO8601), the timezone of the returned datemath object would be UTC and not the timezone as specified in the datetime string.

1.5.1

* [FIX] [Issue 15](https://github.com/nickmaccarthy/python-datemath/issues/15) - Fixed issue with parser finding invalid timeunits and throwing correct errors
* [NEW] [Issue 16](https://github.com/nickmaccarthy/python-datemath/issues/16) - Added support for parser to accecpt a epoch/unix timestamp but throw an error on epoch milli's since arrow can't support that.

1.5.0

* [FIX] [Issue 12](https://github.com/nickmaccarthy/python-datemath/issues/12) - missing VERSION.txt. Added MANIFEST.in for sdist build
* [FIX] [PR 13](https://github.com/nickmaccarthy/python-datemath/pull/13) - Fix `BaseException` to `Exception` inheritence, thank you for your contribution yury-primer!

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.