Page MenuHomeFreeBSD

devel/py-pbr update to 4.2.0
AbandonedPublic

Authored by matthew on Aug 15 2018, 10:54 AM.
Tags
None
Referenced Files
Unknown Object (File)
Feb 2 2024, 7:49 PM
Unknown Object (File)
Jan 17 2024, 10:29 AM
Unknown Object (File)
Dec 20 2023, 3:26 AM
Unknown Object (File)
Apr 25 2023, 9:42 AM
Unknown Object (File)
Apr 20 2023, 4:49 AM
Unknown Object (File)
Apr 7 2023, 4:31 PM
Subscribers

Details

Reviewers
koobs
Summary

Upgrade to the latest: 4.2.0

Test Plan

Poudriere test builds on 11.1 (amd64,i386) and 10.4 (amd64,i386) both
py27 and py36 flvours.

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 18806
Build 18471: arc lint + arc unit

Event Timeline

@matthew Syntactical change looks fine, but I'd want to test dependents for compatibility given the major version bump. I'd expect to find some that pinned pbr to < 4

@matthew Syntactical change looks fine, but I'd want to test dependents for compatibility given the major version bump. I'd expect to find some that pinned pbr to < 4

No problem. I've a module I'm working on porting that lists the updated version in requirements.txt -- whether that is the version they actually need, or just what was available at the time
is another question.

I have a WIP for pbr 5.2.0 pending (reverse dependents) QA

Is 5.x ok for the port you have that uses it? Which port/python package is it btw?

I have a WIP for pbr 5.2.0 pending (reverse dependents) QA

Is 5.x ok for the port you have that uses it? Which port/python package is it btw?

The port in question is ultimately devel/py-molecule -- however I think that it has since dropped the requirement for pbr in favour of setuptools-scm. (I need to update the py-molecule port it seems)

I have a WIP for pbr 5.2.0 pending (reverse dependents) QA

Is 5.x ok for the port you have that uses it? Which port/python package is it btw?

The port in question is ultimately devel/py-molecule -- however I think that it has since dropped the requirement for pbr in favour of setuptools-scm. (I need to update the py-molecule port it seems)

Roger that. Do you want to abandon this revision since im working on 5.2.0 ?

pbr no longer in use by py-molecule.