summarylogtreecommitdiffstats
path: root/update.sh
AgeCommit message (Collapse)Author
2023-07-25feat(update.sh): do updpkgsums and reorganize logsDavid Florness
2023-07-22refactor: slightly better location for default variable valueDavid Florness
in case (in the future) PKGREL gets used elsewhere
2023-07-220.5.9 -> 0.5.13David Florness
We had to skip a few versions because of release issues: <https://github.com/lidatong/dataclasses-json/issues/438#issuecomment-1638736629> This module is now using poetry instead of setuptools/pipenv: <https://github.com/lidatong/dataclasses-json/commit/094f0742faa2> We had to remove the .gitignore file in this repo because it was preventing the poetry package from building the wheel properly. I believe this issue is related: <https://github.com/python-poetry/poetry/issues/2809> I also decided to completely overhaul update.sh since it was getting unwieldy while testing the massive PKGBUILD updates.
2022-03-05Remove dependency on python-stringcaseDavid Florness
https://github.com/lidatong/dataclasses-json/pull/249
2020-11-02Update dep to use python-typing_inspect from communitySumner Evans
2020-06-07Initial Commit: version 0.4.5Sumner Evans