karlicoss / orgparse

Python module for reading Emacs org-mode files
https://orgparse.readthedocs.org
BSD 2-Clause "Simplified" License
371 stars 43 forks source link

Parse timestamp cookies for SCHEDULED and DEADLINE #60

Closed j3soon closed 1 year ago

j3soon commented 1 year ago

Fix #15 completely.

Related: #50

This PR also follows setuptools_scm v7.0.0 to drop Python 3.6 support, since orgparse requires setuptools_scm.

Update: Python 3.6 support is already dropped in a later commit (0041aad535836b5faf540205c8c68d5e42b52e19).

j3soon commented 1 year ago

I've slightly modify tox.ini in this PR to pass the tests (see 6426a6aee5fca36296fba874cdf8309331ec9542). Please let me know if I should open a separate PR for those modifications.

j3soon commented 1 year ago

Just pinging this PR, as it's been 1.5 months since it was initially submitted.

karlicoss commented 1 year ago

released to pypi as 0.3.2 !

j3soon commented 1 year ago

Thanks! I just tested the new version on PyPI and verified the fix.