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
F81576531: D30651.diff
Thu, Apr 18, 9:11 AM
Unknown Object (File)
Fri, Mar 29, 12:24 PM
Unknown Object (File)
Fri, Mar 29, 7:15 AM
Unknown Object (File)
Dec 21 2023, 5:51 PM
Unknown Object (File)
Dec 20 2023, 2:55 AM
Unknown Object (File)
Sep 1 2023, 6:07 AM
Unknown Object (File)
Jun 19 2023, 7:44 PM
Unknown Object (File)
May 24 2023, 11:43 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.