Page MenuHomeFreeBSD

devel/py-bitstring: Update to 3.1.7
ClosedPublic

Authored by loader on Jun 5 2021, 7:04 AM.
Tags
None
Referenced Files
F156627168: D30651.id90440.diff
Fri, May 15, 5:37 AM
F156624907: D30651.id90681.diff
Fri, May 15, 5:16 AM
F156566579: D30651.id.diff
Thu, May 14, 5:35 PM
Unknown Object (File)
Tue, May 12, 6:20 AM
Unknown Object (File)
Mon, May 4, 12:26 PM
Unknown Object (File)
Apr 6 2026, 7:42 AM
Unknown Object (File)
Mar 28 2026, 9:27 AM
Unknown Object (File)
Mar 24 2026, 6:04 PM
Subscribers

Details

Summary
devel/py-bitstring: Update to 3.1.7

- Update to 3.1.7
- The sdist on PyPI changed from .zip to .tar.gz
- Add NO_ARCH

Reviewed_by:	koobs, sbz
Approved by:	koobs (ports, mentor, implicit), sbz (maintainer)
Differential_Revision: D30651
MFH:		No (feature release)
Test Plan
  • portlint: OK (looks fine.)
  • testport: OK (poudriere: 140013, [armv7,aarch64,i386,amd64], tested)
  • unittest: OK (

tested on aarch64:
Python3.6: Ran 12 tests in 0.120s
Python3.7: Ran 12 tests in 0.112s
Python3.8: Ran 12 tests in 0.110s
Python3.9: Ran 12 tests in 0.112s
)

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

loader requested review of this revision.Jun 5 2021, 7:04 AM
This revision is now accepted and ready to land.Jun 9 2021, 9:53 PM

Thanks @loader, just a minor nit in your commit message, it should be (full URL and no underscore for tags):

Differential Revision:        https://reviews.freebsd.org/D30651

Also you don't need the MFH tag.

In D30651#690197, @sbz wrote:

Thanks @loader, just a minor nit in your commit message, it should be (full URL and no underscore for tags):

Differential Revision:        https://reviews.freebsd.org/D30651

Underscore is there because phabricator parses it, even within ` ` tags.

Also you don't need the MFH tag.

I've asked for MFH tags, because explicit > implicit, especially with regards to reasons why, or why not (in particular), a change was or wasnt merged. Part of commit commit log message standards.

This revision was automatically updated to reflect the committed changes.