pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-pkginfo



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Dec  2 11:05:26 UTC 2021

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

Log Message:
py-pkginfo: updated to 1.8.2

1.8.2 (2021-12-01)
------------------
- Add fix for installed distributions with '__package__' set to an empty
  string.

1.8.1 (2021-11-19)
------------------
- Add 'MANIFEST.in' to ensure example files used by tests are included
  in source distributions.

1.8.0 (2021-11-18)
------------------
- Support new standard metadata location for installed dists.
- Don't overwrite header-based 'description' with empty payload.
- Add support for Metadata-Version 2.2.
- Add support for uncompressed tarballs for sdists.
- Add support for Python 3.10.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/py-pkginfo/Makefile
cvs rdiff -u -r1.13 -r1.14 pkgsrc/devel/py-pkginfo/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-pkginfo/Makefile
diff -u pkgsrc/devel/py-pkginfo/Makefile:1.12 pkgsrc/devel/py-pkginfo/Makefile:1.13
--- pkgsrc/devel/py-pkginfo/Makefile:1.12       Mon Jul 26 17:34:11 2021
+++ pkgsrc/devel/py-pkginfo/Makefile    Thu Dec  2 11:05:26 2021
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2021/07/26 17:34:11 adam Exp $
+# $NetBSD: Makefile,v 1.13 2021/12/02 11:05:26 adam Exp $
 
-DISTNAME=      pkginfo-1.7.1
+DISTNAME=      pkginfo-1.8.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pkginfo/}

Index: pkgsrc/devel/py-pkginfo/distinfo
diff -u pkgsrc/devel/py-pkginfo/distinfo:1.13 pkgsrc/devel/py-pkginfo/distinfo:1.14
--- pkgsrc/devel/py-pkginfo/distinfo:1.13       Tue Oct 26 10:18:45 2021
+++ pkgsrc/devel/py-pkginfo/distinfo    Thu Dec  2 11:05:26 2021
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.13 2021/10/26 10:18:45 nia Exp $
+$NetBSD: distinfo,v 1.14 2021/12/02 11:05:26 adam Exp $
 
-BLAKE2s (pkginfo-1.7.1.tar.gz) = f0e1c36ae51152d9309428d4fe91c4e32b342184a6561d654725f653db9191bd
-SHA512 (pkginfo-1.7.1.tar.gz) = 5b6374e45e7ccd68f3a28145c2fc350e630e97fcc5e97d46d05c32f0958a51e4713487b809099ddf0a9ab07840f7fb4409438ab7b7a9b0b05e94d292088b2c26
-Size (pkginfo-1.7.1.tar.gz) = 34280 bytes
+BLAKE2s (pkginfo-1.8.2.tar.gz) = 33a661ba3ec22012a6871683824700e62cf1ab6e6d8a9b7febd8861e7d3972ee
+SHA512 (pkginfo-1.8.2.tar.gz) = 06164b6c17000cf25e72d39e4e025a395cdd09afaab6169180cf096bae5a1ff863930d3b368274b6a03458a9ae1c3cb996559c0b042807141435b1868189b5f6
+Size (pkginfo-1.8.2.tar.gz) = 374689 bytes



Home | Main Index | Thread Index | Old Index