Skip to content

Commit 8695a7d

Browse files
authored
Merge pull request #77 from hapi-server/76-unrecognised-iso-8601-time-format-000000z
closes #76
2 parents c1829c5 + e2de516 commit 8695a7d

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

CHANGES.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,3 +104,5 @@ v0.2.6b1:
104104
2024-05-11 -- fba4ad3 Testing Updates
105105
v0.2.6:
106106
2023-05-24 -- Use token for PyPi in Makefile
107+
v0.2.7b1:
108+
2025-03-01 -- https://github.com/hapi-server/client-python/issues/76

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Test hapi() data read functions using repository code:
2-
# make repository-test python=PYTHON # Test using PYTHON (e.g, python3.6)
2+
# make repository-test PYTHON=_PYTHON_ # Test using _PYTHON_ (e.g, python3.6)
33
# make repository-test-all # Test on all versions in $(PYTHONVERS) var below
44
#
55
# Beta releases:
@@ -45,7 +45,7 @@ PYTHON=python3.8
4545
PYTHON_VER=$(subst python,,$(PYTHON))
4646

4747
# Python versions to test
48-
PYTHONVERS=python3.12 python3.11 python3.10 python3.9 python3.8 python3.7 python3.6 python3.5
48+
PYTHONVERS=python3.13 python3.12 python3.11 python3.10 python3.9 python3.8 python3.7 python3.6 python3.5
4949

5050
# VERSION is updated in "make version-update" step and derived
5151
# from CHANGES.txt. Do not edit.

hapiclient/test/test_hapitime_reformat.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,6 @@ def test_hapitime_reformat():
2020
"1989-001T00:00Z",
2121
"1989-01-01T00:00Z",
2222

23-
"1989-001T00:00:00.Z",
24-
"1989-01-01T00:00:00.Z",
25-
2623
"1989-01-01T00:00:00.0Z",
2724
"1989-001T00:00:00.0Z",
2825

0 commit comments

Comments
 (0)