Bug 267251

Summary: devel/py-poetry-core: Add missing poetry-core packages to 1.3.2
Product: Ports & Packages Reporter: Stewart Morgan <stewart+FreeBSD-BugZilla>
Component: Individual Port(s)Assignee: Po-Chuan Hsieh <sunpoet>
Status: Closed FIXED    
Severity: Affects Many People CC: acm, ddrinnon, python
Priority: --- Keywords: needs-qa
Version: LatestFlags: bugzilla: maintainer-feedback? (sunpoet)
Hardware: Any   
OS: Any   
See Also: https://github.com/python-poetry/poetry-core/pull/482
Bug Depends on:    
Bug Blocks: 267235    
Attachments:
Description Flags
Add missing poetry-core packages none

Description Stewart Morgan 2022-10-21 09:11:56 UTC
Created attachment 237508 [details]
Add missing poetry-core packages

Version 1.3.0 included these changes which were not accounted for in the bump to v1.3.2:
• Deprecate poetry.core.constraints.generic, which is replaced by poetry.core.packages.constraints (#482).
• Deprecate poetry.core.semver, which is replaced by poetry.core.constraints.version (#482).

(#482: https://github.com/python-poetry/poetry-core/pull/482)

The attached patch simply adds the packages to the files/setup.py

This fixes #267235 and #267236.

Stewart.
Comment 1 Jose Alonso Cardenas Marquez freebsd_committer freebsd_triage 2022-10-30 22:04:07 UTC
Po-Chuan Hsieh, I could take maintainership of this port if you have not problems. It will be useful for fix openvas configure issues quickly
Comment 2 commit-hook freebsd_committer freebsd_triage 2022-11-16 01:11:06 UTC
A commit in branch main references this bug:

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

commit 8a9623b341700cbc71a6f970fd164d3ce7a20be6
Author:     Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
AuthorDate: 2022-11-16 01:07:09 +0000
Commit:     Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
CommitDate: 2022-11-16 01:10:27 +0000

    devel/py-poetry-core: Update files/setup.py for reflect new package changes

    PR:             267251
    Reported by:    Stewart Morgan <stewart+FreeBSD-BugZilla  _at_ arnos-vale.net>
    Approved by:    maintainer timeout

 devel/py-poetry-core/Makefile       | 1 +
 devel/py-poetry-core/files/setup.py | 2 ++
 2 files changed, 3 insertions(+)
Comment 3 Jose Alonso Cardenas Marquez freebsd_committer freebsd_triage 2022-11-16 01:11:25 UTC
Committed thanks!