pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/py-pyelftools



Module Name:    pkgsrc
Committed By:   adam
Date:           Mon Aug  1 10:09:34 UTC 2022

Modified Files:
        pkgsrc/devel/py-pyelftools: Makefile distinfo

Log Message:
py-pyelftools: updated to 0.28

Version 0.28 (2022.02.03)

- Added a method for returning the index of a section by name
- Allow filtering by section types in iter_sections
- Support Android compressed rel/rela sections
- Initial support for PPC64LE
- Initial DWARF v5 support
- Fixed parsing for structures containing uids or gids in core
  dumps
- Allow filtering by segment types in iter_segments
- Add support for .note.gnu.property
- Update readelf tests to work with more recent version of
  readelf
- Add support for note GNU_PROPERTY_X86_FEATURE_1_AND


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-pyelftools/Makefile \
    pkgsrc/devel/py-pyelftools/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/py-pyelftools/Makefile
diff -u pkgsrc/devel/py-pyelftools/Makefile:1.5 pkgsrc/devel/py-pyelftools/Makefile:1.6
--- pkgsrc/devel/py-pyelftools/Makefile:1.5     Tue Jan  4 20:53:23 2022
+++ pkgsrc/devel/py-pyelftools/Makefile Mon Aug  1 10:09:34 2022
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.5 2022/01/04 20:53:23 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2022/08/01 10:09:34 adam Exp $
 
-DISTNAME=      pyelftools-0.27
+DISTNAME=      pyelftools-0.28
 PKGNAME=       ${PYPKGPREFIX}-${EGG_NAME}
-PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pyelftools/}
 
Index: pkgsrc/devel/py-pyelftools/distinfo
diff -u pkgsrc/devel/py-pyelftools/distinfo:1.5 pkgsrc/devel/py-pyelftools/distinfo:1.6
--- pkgsrc/devel/py-pyelftools/distinfo:1.5     Tue Oct 26 10:18:48 2021
+++ pkgsrc/devel/py-pyelftools/distinfo Mon Aug  1 10:09:34 2022
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2021/10/26 10:18:48 nia Exp $
+$NetBSD: distinfo,v 1.6 2022/08/01 10:09:34 adam Exp $
 
-BLAKE2s (pyelftools-0.27.tar.gz) = eabc68d99da83e2df88ff2d6d0408f8ab5a92a91e4f68f2bee62f9b42d63d513
-SHA512 (pyelftools-0.27.tar.gz) = 87fc8d7f5534126c61fb2d89ce5f2465709f03cd45c10a2b39427415e7d36b1216e7d3d8dff6a359a5cab595bf1de90b01fa1d24c6f4196feef81381e34d2bce
-Size (pyelftools-0.27.tar.gz) = 2636011 bytes
+BLAKE2s (pyelftools-0.28.tar.gz) = 34243ecfa06af282421af44149761fd3b9f6904f8ef1e7fb9d09debbc96a1e56
+SHA512 (pyelftools-0.28.tar.gz) = 1b998f9260cd50101f3c25c73f3200b6a773583542adf2e8c522c4a413c5f492eeaaeadf063b55fd345f4bebbc0f94dc3a01517bbd6575a563064a00137c4d4b
+Size (pyelftools-0.28.tar.gz) = 2683152 bytes



Home | Main Index | Thread Index | Old Index