Bug 280894 - audio/puddletag: Update to 2.4.0
Summary: audio/puddletag: Update to 2.4.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Vladimir Druzenko
URL: https://github.com/puddletag/puddleta...
Keywords:
Depends on:
Blocks:
 
Reported: 2024-08-18 01:05 UTC by Jesús Daniel Colmenares Oviedo
Modified: 2024-08-18 20:02 UTC (History)
1 user (show)

See Also:


Attachments
puddletag-2.4.0.patch (2.23 KB, patch)
2024-08-18 01:05 UTC, Jesús Daniel Colmenares Oviedo
DtxdF: maintainer-approval+
Details | Diff
puddletag-2.4.0.patch (2.23 KB, patch)
2024-08-18 01:07 UTC, Jesús Daniel Colmenares Oviedo
DtxdF: maintainer-approval+
Details | Diff
puddletag-2.4.0.patch (2.34 KB, patch)
2024-08-18 15:44 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 2024-08-18 01:05:35 UTC
Created attachment 252863 [details]
puddletag-2.4.0.patch

Description:

* Add USES=desktop-file-utils.

ChangeLog: https://github.com/puddletag/puddletag/releases/tag/2.4.0

* Bump pyparsing from 3.1.1 to 3.1.2.
* Bump lxml from 5.1.0 to 5.1.1.
* Bump lxml from 5.1.1 to 5.2.0.
* Bump lxml from 5.2.0 to 5.2.1.
* Bump levenshtein from 0.25.0 to 0.25.1.
* Bump idna from 3.3 to 3.7.
* Allow the .desktop to open folders and A/V files.
* Enable WMA support.
* Update pyparsing usage to PEP-8.
* Fix RuntimeError in puddleobjects.py by swallowing StopIteration exception.
* Add more mp4 itunes mappings.
* Bump lxml from 5.2.1 to 5.2.2.
* Bump requests from 2.31.0 to 2.32.0.
* fix typo on exception string .format in exception handler.
* Bump urllib3 from 1.26.18 to 1.26.19.
* Fix delete file segfault.

QA:

* portlint: OK (looks fine.)
* testport: OK
Comment 1 Jesús Daniel Colmenares Oviedo 2024-08-18 01:07:24 UTC
Created attachment 252864 [details]
puddletag-2.4.0.patch

Description:

* Add USES=desktop-file-utils.

ChangeLog: https://github.com/puddletag/puddletag/releases/tag/2.4.0

* Bump pyparsing from 3.1.1 to 3.1.2.
* Bump lxml from 5.1.0 to 5.1.1.
* Bump lxml from 5.1.1 to 5.2.0.
* Bump lxml from 5.2.0 to 5.2.1.
* Bump levenshtein from 0.25.0 to 0.25.1.
* Bump idna from 3.3 to 3.7.
* Allow the .desktop to open folders and A/V files.
* Enable WMA support.
* Update pyparsing usage to PEP-8.
* Fix RuntimeError in puddleobjects.py by swallowing StopIteration exception.
* Add more mp4 itunes mappings.
* Bump lxml from 5.2.1 to 5.2.2.
* Bump requests from 2.31.0 to 2.32.0.
* fix typo on exception string .format in exception handler.
* Bump urllib3 from 1.26.18 to 1.26.19.
* Fix delete file segfault.

QA:

* portlint: OK (looks fine.)
* testport: OK (poudriere: 14.1-RELEASE, amd64, LEVENSHTEIN LXML PYACOUSTID tested)
Comment 2 Vladimir Druzenko freebsd_committer freebsd_triage 2024-08-18 10:44:13 UTC
pkg-static: DEVELOPER_MODE: Notice: arch "FreeBSD:14:amd64" -- no architecture specific files found:
**** could this package use a wildcard architecture?

Look like we have to add NO_ARCH=yes.
Comment 3 Vladimir Druzenko freebsd_committer freebsd_triage 2024-08-18 12:58:05 UTC
(In reply to Vladimir Druzenko from comment #2)
Tested build with NO_ARCH=yes - no errors.
Comment 4 Jesús Daniel Colmenares Oviedo 2024-08-18 15:44:11 UTC
Created attachment 252887 [details]
puddletag-2.4.0.patch

Description:

* Add NO_ARCH=yes

QA:

* portlint: OK (looks fine.)
* testport: OK (poudriere: 14.1-RELEASE, amd64, LEVENSHTEIN LXML PYACOUSTID tested)
Comment 5 Jesús Daniel Colmenares Oviedo 2024-08-18 15:44:39 UTC
Thanks!
Comment 6 commit-hook freebsd_committer freebsd_triage 2024-08-18 20:01:52 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=a93207b2f864ba4f5ad70e4406cc99cf18e6d33d

commit a93207b2f864ba4f5ad70e4406cc99cf18e6d33d
Author:     Jesús Daniel Colmenares Oviedo <DtxdF@disroot.org>
AuthorDate: 2024-08-18 19:54:33 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2024-08-18 19:59:40 +0000

    audio/puddletag: Update 2.3.0 → 2.4.0

    Changelog:
     * Bump pyparsing from 3.1.1 to 3.1.2.
     * Bump levenshtein from 0.25.0 to 0.25.1.
     * Bump idna from 3.3 to 3.7.
     * Allow the .desktop to open folders and A/V files.
     * Enable WMA support.
     * Update pyparsing usage to PEP-8.
     * Fix RuntimeError in puddleobjects.py by swallowing StopIteration
       exception.
     * Add more mp4 itunes mappings.
     * Bump lxml from 5.1.0 to 5.2.2.
     * Bump requests from 2.31.0 to 2.32.0.
     * fix typo on exception string .format in exception handler.
     * Bump urllib3 from 1.26.18 to 1.26.19.
     * Fix delete file segfault.
    https://github.com/puddletag/puddletag/releases/tag/2.4.0

    Imporve port:
     * Add USES=desktop-file-utils.
     * Add NO_ARCH=yes.

    PR:     280894

 audio/puddletag/Makefile | 6 ++++--
 audio/puddletag/distinfo | 6 +++---
 2 files changed, 7 insertions(+), 5 deletions(-)
Comment 7 Vladimir Druzenko freebsd_committer freebsd_triage 2024-08-18 20:02:18 UTC
Thanks.