Created attachment 243997 [details] anonfile-1.0.0.patch Description: ChangeLog: https://github.com/nstrydom2/anonfile-api/blob/v1.0.0/CHANGELOG.md * drops support for Python 3.7 and makes 3.8 the new baseline for further development * updates all dependencies * adds size_readable property to ParseResponse * improves the testing methodology of the library * fixes a bug in which the config directory was set incorrectly on FreeBSD * refactors and future proofs CLI code QA: * portlint: - WARN: /usr/local/poudriere/ports/default/net/py-anonfile/files/patch-setup.py: [3]: patch contains ^M characters. Consider defining USES=dos2unix to remove DOS line endings from source files. * testport: OK (poudriere: 13.2-RELEASE, amd64)
Will fix the portlint warning for you on commit.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=7dbdc9f4bfb9b1f28fb868ce4417cc76e2fdb52b commit 7dbdc9f4bfb9b1f28fb868ce4417cc76e2fdb52b Author: Jesús Daniel Colmenares Oviedo <DtxdF@disroot.org> AuthorDate: 2023-08-10 06:27:30 +0000 Commit: Robert Clausecker <fuz@FreeBSD.org> CommitDate: 2023-08-13 09:32:55 +0000 net/py-anonfile: Update to 1.0.0 ChangeLog: https://github.com/nstrydom2/anonfile-api/blob/v1.0.0/CHANGELOG.md * drops support for Python 3.7 and makes 3.8 the new baseline for further development * updates all dependencies * adds size_readable property to ParseResponse * improves the testing methodology of the library * fixes a bug in which the config directory was set incorrectly on FreeBSD * refactors and future proofs CLI code PR: 273038 net/py-anonfile/Makefile | 4 ++-- net/py-anonfile/distinfo | 6 +++--- net/py-anonfile/files/patch-setup.py | 9 ++++----- net/py-anonfile/files/patch-src_anonfile_anonfile.py (gone) | 12 ------------ 4 files changed, 9 insertions(+), 22 deletions(-)
Thank you for your contribution.