summarylogtreecommitdiffstats
AgeCommit message (Collapse)Author
2024-08-240.6.6 -> 0.6.7David Florness
2024-08-170.6.5 -> 0.6.6David Florness
2024-04-300.6.4 -> 0.6.5David Florness
2024-04-30bump pkgrel for python 3.12David Florness
2024-02-010.6.3 -> 0.6.4David Florness
2023-11-270.6.2 -> 0.6.3David Florness
2023-11-100.6.1 -> 0.6.2David Florness
2023-10-120.6.0 -> 0.6.1David Florness
2023-09-160.5.15 -> 0.6.0David Florness
2023-09-160.5.14 -> 0.5.15David Florness
Release 0.5.15 includes the ability to generate the `__version__` with poetry-dynamic-versioning. So we don't need to have the sed in prepare anymore: <https://github.com/lidatong/dataclasses-json/pull/454>
2023-07-310.5.13 -> 0.5.14David Florness
2023-07-25fix: install LICENSEDavid Florness
2023-07-25feat(update.sh): do updpkgsums and reorganize logsDavid Florness
2023-07-25fix: add missing check dependency python-hypothesisDavid Florness
<https://aur.archlinux.org/packages/python-dataclasses-json#comment-925724>
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.
2023-07-010.5.8 -> 0.5.9David Florness
2023-06-170.5.7 -> 0.5.8David Florness
2022-03-220.5.6 -> 0.5.7David Florness
2022-03-05Remove dependency on python-stringcaseDavid Florness
https://github.com/lidatong/dataclasses-json/pull/249
2022-01-230.5.2 -> 0.5.6David Florness
2020-12-02Force update for python3.9Sumner Evans
2020-11-02Update dep to use python-typing_inspect from communitySumner Evans
2020-10-140.5.1 -> 0.5.2Sumner Evans
2020-06-180.4.5 -> 0.5.1Sumner Evans
2020-06-07Initial Commit: version 0.4.5Sumner Evans