Bug 271825 - net-p2p/readarr: Update to 0.1.7.1882
Summary: net-p2p/readarr: Update to 0.1.7.1882
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/Readarr/Readarr/re...
Keywords:
Depends on:
Blocks:
 
Reported: 2023-06-04 20:49 UTC by Michiel van Baak Jansen
Modified: 2023-06-05 16:57 UTC (History)
1 user (show)

See Also:


Attachments
0001-net-p2p-readarr-Update-to-0.1.7.1882.patch (3.68 KB, patch)
2023-06-04 20:49 UTC, Michiel van Baak Jansen
michiel: maintainer-approval+
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michiel van Baak Jansen 2023-06-04 20:49:31 UTC
Created attachment 242598 [details]
0001-net-p2p-readarr-Update-to-0.1.7.1882.patch

poudriere ok
runs in production on my setup (13.2 amd64)

Changelog: https://github.com/Readarr/Readarr/releases/tag/v0.1.7.1882

 *  Fixed: Don't log handled exceptions in API
 *  Revert "Fixed: Don't log handled exceptions in API"
 *  Update translation files [skip ci]
 *  Automated API Docs update
 *  Deserialize asynchronously in LocalizationService [ #2561 ]
 *  Faster tag view in UI for large libraries [ #2571 ]
 *  Fixed: Enforce validation warnings [ #2570 ]
 *  Add minimum length as const in ApiKeyValidationCheck [ #2565 ]
 *  Use 'var' instead of explicit type [ #2559 ]
 *  Inline 'out' variable declarations [ #2558 ]
 *  Standardize variable declaration [ #2556, #2557 ]
 *  Enforce rule IDE0005 on build [ #2555 ]
 *  Fixed: Use relative paths instead of absolute paths for webmanifest
 *  Simplify ShouldHaveApiKey and HasErrors
 *  Update translation files [skip ci]
 *  Bump version to 0.1.7
Comment 1 Michiel van Baak Jansen 2023-06-04 20:52:07 UTC
Tell me what you prefer. I used to give 0 info in my port updates if there was a release notes url as I just pasted the url there and have the committer handle it.
I noticed most updates were committed in the format I used with this update.
The patch file is created with `git format-patch -1 <commit sha>` and I copy/pasted the update from my local commit message to the patch file notes.

Trying to tune my workflow to help the committers, so please help me help you :)
Thanks for all the patience and effort you pour into my contributions!
Comment 2 Robert Clausecker freebsd_committer freebsd_triage 2023-06-04 22:02:53 UTC
This still of patch is fine.  Pretty much exactly as I need it!
Comment 3 commit-hook freebsd_committer freebsd_triage 2023-06-05 16:54:33 UTC
A commit in branch main references this bug:

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

commit 12a99965f90cc0594b8d607f1f9d7e38f4a047ce
Author:     Michiel van Baak Jansen <michiel@vanbaak.eu>
AuthorDate: 2023-06-04 20:29:15 +0000
Commit:     Robert Clausecker <fuz@FreeBSD.org>
CommitDate: 2023-06-05 16:53:02 +0000

    net-p2p/readarr: Update to 0.1.7.1882

    Changelog: https://github.com/Readarr/Readarr/releases/tag/v0.1.7.1882

     *  Fixed: Don't log handled exceptions in API
     *  Revert "Fixed: Don't log handled exceptions in API"
     *  Update translation files [skip ci]
     *  Automated API Docs update
     *  Deserialize asynchronously in LocalizationService [ #2561 ]
     *  Faster tag view in UI for large libraries [ #2571 ]
     *  Fixed: Enforce validation warnings [ #2570 ]
     *  Add minimum length as const in ApiKeyValidationCheck [ #2565 ]
     *  Use 'var' instead of explicit type [ #2559 ]
     *  Inline 'out' variable declarations [ #2558 ]
     *  Standardize variable declaration [ #2556, #2557 ]
     *  Enforce rule IDE0005 on build [ #2555 ]
     *  Fixed: Use relative paths instead of absolute paths for webmanifest
     *  Simplify ShouldHaveApiKey and HasErrors
     *  Update translation files [skip ci]
     *  Bump version to 0.1.7

    PR:             271825

 net-p2p/readarr/Makefile  | 2 +-
 net-p2p/readarr/distinfo  | 6 +++---
 net-p2p/readarr/pkg-plist | 8 ++++++++
 3 files changed, 12 insertions(+), 4 deletions(-)
Comment 4 Robert Clausecker freebsd_committer freebsd_triage 2023-06-05 16:57:12 UTC
Thank you for your contribution.