opendoor-labs / rets

RETS Python 3 Client
MIT License
89 stars 43 forks source link

Update udatetime to 0.0.17 #67

Closed olekthunder closed 2 years ago

olekthunder commented 2 years ago

Context

Closes #59

Updated udatetime dependency to 0.0.17 to be able to build this repo on newer versions of Python (tested on 3.10)

Test Plan

I've run this on Python3.10, retrieved some items from a MLS and ensured that datetime fields are parsed and parsed correctly. There are no major changes to the udatetime library, so, IMO, this will do.

Also I've run tests and they passed:

================================ test session starts =================================
platform linux -- Python 3.10.5, pytest-7.1.2, pluggy-1.0.0
rootdir: /home/olekthunder/git-repos/opendoor-rets
collected 25 items

tests/client/decoder_test.py ......                                            [ 24%]
tests/client/http_client_test.py .                                             [ 28%]
tests/client/request_test.py ..                                                [ 36%]
tests/http/parsers/parse_multipart_test.py .......                             [ 64%]
tests/http/parsers/parse_object_test.py .........                              [100%]

================================= 25 passed in 0.14s =================================

Checklist