python-macholib 1.14+ds0-1 source package in Ubuntu

Changelog

python-macholib (1.14+ds0-1) unstable; urgency=medium

  * New upstream version 1.14+ds0
    * Refresh patches

 -- IOhannes m zmölnig (Debian/GNU) <email address hidden>  Mon, 20 Jan 2020 13:56:44 +0100

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-macholib_1.14+ds0-1.dsc 2.4 KiB 6b8c13aa4c2016b9b24b5d8f0900c009d1a649a5d02a707a43d5a167a407d01e
python-macholib_1.14+ds0.orig.tar.xz 43.5 KiB d247beb8a5b7ddf7a1ad8de0674f539c658917e7e12b67271b787c8077929efe
python-macholib_1.14+ds0-1.debian.tar.xz 5.1 KiB fe3c23a9c24a67d1f7615430ca3425a2a4e22beb3585bd967686551030bcad5d

Available diffs

No changes file available.

Binary packages built by this source

python-macholib-doc: module for Mach-O header analysis and editing (API documentation)

 This module can be used to analyze and edit Mach-O headers, the executable
 format used by Mac OS X.
 It's typically used as a dependency analysis tool, and also to rewrite dylib
 references in Mach-O headers to be @executable_path relative.
 Though this tool targets a platform specific file format, it is pure Python
 code that is platform and endian independent.
 .
 This package provides the documentation.

python3-macholib: module for Mach-O header analysis and editing (Python 3 interface)

 This module can be used to analyze and edit Mach-O headers, the executable
 format used by Mac OS X.
 It's typically used as a dependency analysis tool, and also to rewrite dylib
 references in Mach-O headers to be @executable_path relative.
 Though this tool targets a platform specific file format, it is pure Python
 code that is platform and endian independent.
 .
 This package provides the Python 3.x module.