https://github.com/SoftwareHeritage/swh-model
Revision 07c7b4f151022f8ecdbaff6013cc71e36340d155 authored by Valentin Lorentz on 21 January 2022, 13:51:18 UTC, committed by Valentin Lorentz on 16 March 2022, 09:29:42 UTC
This reverts commit a0f5436273ef6f5b62a388ae131ed5afa7287d00.

This means this commit removes the 'offset' and 'negative_utc'
arguments.

It also removes the 'negative_utc' attribute (which is not used
anymore), but keeps an 'offset' property, which is an alias to
'offset_minutes()'. This is only to keep this commit readable;
the next commit will remove this alias.
1 parent 118c8a4
Raw File
Tip revision: 07c7b4f151022f8ecdbaff6013cc71e36340d155 authored by Valentin Lorentz on 21 January 2022, 13:51:18 UTC
Revert "Restore 'offset' and 'negative_utc' arguments and make them optional"
Tip revision: 07c7b4f
requirements.txt
# Add here external Python modules dependencies, one per line. Module names
# should match https://pypi.python.org/pypi names. For the full spec or
# dependency lines, see https://pip.readthedocs.org/en/1.1/requirements.html
attrs != 21.1.0  # https://github.com/python-attrs/attrs/issues/804
attrs_strict >= 0.0.7
deprecated
hypothesis
iso8601
python-dateutil
typing_extensions

back to top