Zulu

Latest version: v2.0.1

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

Scan your dependencies

Page 1 of 5

2.0.1

-------------------

- Add support for Python 3.12
- Replace usage of deprecated ``datetime.utcnow`` and ``datetime.utcfromtimestamp``.

2.0.0

-------------------

- Drop support for Python 3.4 and 3.5.

1.3.1

-------------------

- Fix compatibility issue with Python 3.4 and 3.5 by replacing f-string usage with string-format.

1.3.0

-------------------

- Add Python 3.9 support.
- Fix bug in ``Zulu.time_from``, ``Zulu.time_to``, ``Zulu.time_from_now``, and ``Zulu.time_to_now`` where keyword arguments weren't passed to underlying ``Delta.format`` call.
- Fix bug in ``Zulu.format`` where "YY" and "YYYY" format patterns would return the year in "Week of Year" based calendars instead of the regular calendar year.

1.2.0

-------------------

- Add Python 3.8 support.
- Add ``'week'`` option to ``Zulu.start_of``, ``Zulu.end_of``, ``Zulu.span``, and ``Zulu.span_range``. Thanks ThomasChiroux_!
- Fix bug in ``Zulu.astimezone`` in Python 3.8 due to change in return type from ``super().asdatetime``. In Python<=3.7, ``super().asdatetime`` returned as instance of ``datetime``, but in Python 3.8 another instance of ``Zulu`` was returned instead. ``Zulu.astimezone`` will now return a ``datetime`` instance in Python 3.8.

1.1.1

-------------------

- Remove unused parameter in ``zulu.Timer.__init__()``.

Page 1 of 5

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.