Bug 273038 - net/py-anonfile: Update to 1.0.0
Summary: net/py-anonfile: Update to 1.0.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Robert Clausecker
URL: https://github.com/nstrydom2/anonfile...
Keywords:
Depends on:
Blocks:
 
Reported: 2023-08-10 06:46 UTC by Jesús Daniel Colmenares Oviedo
Modified: 2023-08-13 09:49 UTC (History)
1 user (show)

See Also:


Attachments
anonfile-1.0.0.patch (5.00 KB, patch)
2023-08-10 06:46 UTC, Jesús Daniel Colmenares Oviedo
DtxdF: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jesús Daniel Colmenares Oviedo 2023-08-10 06:46:22 UTC
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)
Comment 1 Robert Clausecker freebsd_committer freebsd_triage 2023-08-10 14:16:24 UTC
Will fix the portlint warning for you on commit.
Comment 2 commit-hook freebsd_committer freebsd_triage 2023-08-13 09:42:52 UTC
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(-)
Comment 3 Robert Clausecker freebsd_committer freebsd_triage 2023-08-13 09:49:09 UTC
Thank you for your contribution.