Bug 263581 - textproc/py-normality: Update to 2.3.3
Summary: textproc/py-normality: Update to 2.3.3
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: Kai Knoblich
URL: https://github.com/pudo/normality/com...
Keywords:
Depends on:
Blocks:
 
Reported: 2022-04-26 12:28 UTC by Dmitry Marakasov
Modified: 2022-04-28 18:00 UTC (History)
0 users

See Also:
kai: maintainer-feedback+


Attachments
Patch (2.82 KB, patch)
2022-04-26 12:28 UTC, Dmitry Marakasov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Marakasov freebsd_committer freebsd_triage 2022-04-26 12:28:14 UTC
Created attachment 233500 [details]
Patch

Update to 2.3.3 and switch to USES=pytest.

This fixes tests for py-normality and also py-fingerprints.

Note that I've also summitted setup.py the patch upstream:

https://github.com/pudo/normality/pull/18
Comment 1 commit-hook freebsd_committer freebsd_triage 2022-04-28 17:57:04 UTC
A commit in branch main references this bug:

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

commit 20a79f07509dcb441b005d7e6a90b5386e00de29
Author:     Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2022-04-28 17:52:59 +0000
Commit:     Kai Knoblich <kai@FreeBSD.org>
CommitDate: 2022-04-28 17:54:58 +0000

    textproc/py-normality: Update to 2.3.3

    * Switch to new USES=pytest framework which fixes tests for py-normality
      and also py-fingerprints

    * Rebase existing patch with additional reference to existing PR.

    Changelog since 2.1.1:

    https://github.com/pudo/normality/compare/2.1.1...2.3.3

    PR:             263581

 textproc/py-normality/Makefile             | 11 ++++-------
 textproc/py-normality/distinfo             |  6 +++---
 textproc/py-normality/files/patch-setup.py | 14 ++++++++------
 3 files changed, 15 insertions(+), 16 deletions(-)
Comment 2 Kai Knoblich freebsd_committer freebsd_triage 2022-04-28 18:00:41 UTC
(In reply to Dmitry Marakasov from comment #0)

Committed, thank you for the patch and the PR at upstream as well!