pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-setuptools



Module Name:    pkgsrc
Committed By:   wiz
Date:           Mon Dec 12 14:58:18 UTC 2016

Modified Files:
        pkgsrc/devel/py-setuptools: Makefile PLIST distinfo

Log Message:
Updated py-setuptools to 30.4.0.

v30.4.0
-------

* #879: For declarative config:
  - read_configuration() now accepts ignore_option_errors argument. This allows scraping tools to read metadata without a need to download entire packages. E.g. we can gather some stats right from 
GitHub repos just by downloading setup.cfg.
  - packages find: directive now supports fine tuning from a subsection. The same arguments as for find() are accepted.

v30.3.0
-------

* #394 via #862: Added support for `declarative package
  config in a setup.cfg file
  <http://setuptools.readthedocs.io/en/latest/setuptools.html#configuring-setup-using-setup-cfg-files>`_.

v30.2.1
-------

* #850: In test command, invoke unittest.main with
  indication not to exit the process.

v30.2.0
-------

* #854: Bump to vendored Packaging 16.8.

v30.1.0
-------

* #846: Also trap 'socket.error' when opening URLs in
  package_index.

* #849: Manifest processing now matches the filename
  pattern anywhere in the filename and not just at the
  start. Restores behavior found prior to 28.5.0.

v30.0.0
-------

* #864: Drop support for Python 3.2. Systems requiring
  Python 3.2 support must use 'setuptools < 30'.

* #825: Suppress warnings for single files.

* #830 via #843: Once again restored inclusion of data
  files to sdists, but now trap TypeError caused by
  techniques employed rjsmin and similar.


To generate a diff of this commit:
cvs rdiff -u -r1.118 -r1.119 pkgsrc/devel/py-setuptools/Makefile
cvs rdiff -u -r1.35 -r1.36 pkgsrc/devel/py-setuptools/PLIST
cvs rdiff -u -r1.96 -r1.97 pkgsrc/devel/py-setuptools/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-setuptools/Makefile
diff -u pkgsrc/devel/py-setuptools/Makefile:1.118 pkgsrc/devel/py-setuptools/Makefile:1.119
--- pkgsrc/devel/py-setuptools/Makefile:1.118   Mon Nov 28 13:57:16 2016
+++ pkgsrc/devel/py-setuptools/Makefile Mon Dec 12 14:58:18 2016
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.118 2016/11/28 13:57:16 wiz Exp $
+# $NetBSD: Makefile,v 1.119 2016/12/12 14:58:18 wiz Exp $
 
-DISTNAME=              setuptools-29.0.1
+DISTNAME=              setuptools-30.4.0
 PKGNAME=               ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=            devel python
 MASTER_SITES=          ${MASTER_SITE_PYPI:=s/setuptools/}

Index: pkgsrc/devel/py-setuptools/PLIST
diff -u pkgsrc/devel/py-setuptools/PLIST:1.35 pkgsrc/devel/py-setuptools/PLIST:1.36
--- pkgsrc/devel/py-setuptools/PLIST:1.35       Mon Nov 28 13:57:16 2016
+++ pkgsrc/devel/py-setuptools/PLIST    Mon Dec 12 14:58:18 2016
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.35 2016/11/28 13:57:16 wiz Exp $
+@comment $NetBSD: PLIST,v 1.36 2016/12/12 14:58:18 wiz Exp $
 bin/easy_install-${PYVERSSUFFIX}
 ${PYSITELIB}/${EGG_FILE}/PKG-INFO
 ${PYSITELIB}/${EGG_FILE}/SOURCES.txt
@@ -134,6 +134,9 @@ ${PYSITELIB}/setuptools/command/upload.p
 ${PYSITELIB}/setuptools/command/upload_docs.py
 ${PYSITELIB}/setuptools/command/upload_docs.pyc
 ${PYSITELIB}/setuptools/command/upload_docs.pyo
+${PYSITELIB}/setuptools/config.py
+${PYSITELIB}/setuptools/config.pyc
+${PYSITELIB}/setuptools/config.pyo
 ${PYSITELIB}/setuptools/depends.py
 ${PYSITELIB}/setuptools/depends.pyc
 ${PYSITELIB}/setuptools/depends.pyo

Index: pkgsrc/devel/py-setuptools/distinfo
diff -u pkgsrc/devel/py-setuptools/distinfo:1.96 pkgsrc/devel/py-setuptools/distinfo:1.97
--- pkgsrc/devel/py-setuptools/distinfo:1.96    Mon Nov 28 13:57:16 2016
+++ pkgsrc/devel/py-setuptools/distinfo Mon Dec 12 14:58:18 2016
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.96 2016/11/28 13:57:16 wiz Exp $
+$NetBSD: distinfo,v 1.97 2016/12/12 14:58:18 wiz Exp $
 
-SHA1 (setuptools-29.0.1.tar.gz) = 7bf41f3a9f72d5ce30f6deb3a45895e43f2f860c
-RMD160 (setuptools-29.0.1.tar.gz) = a701029de4a13d9966e10d0e69c236514084dd72
-SHA512 (setuptools-29.0.1.tar.gz) = dd63c4220fd19ba8cbe991aa49187996a8283e894db510667ea857d8259c200fbb21ffc989c77320ba573377e3a1330c3aa5a76f5ef3c19a640358263fdbf5e1
-Size (setuptools-29.0.1.tar.gz) = 648225 bytes
+SHA1 (setuptools-30.4.0.tar.gz) = 03b2b365e9eabafe3a1959e68e92ad17712b6a14
+RMD160 (setuptools-30.4.0.tar.gz) = cf7a74eec563c76e0b2722ee1410f1501fd29d04
+SHA512 (setuptools-30.4.0.tar.gz) = 8239262e11c7702165d7539d57982dadd16e61a992529cb4d5f42141d57ffbab46fd928c765d0439ec4f07db1bc252b9a4604901d8f9951e55076438bdd6f515
+Size (setuptools-30.4.0.tar.gz) = 655934 bytes
 SHA1 (patch-setup.py) = 21fda11ff2f33c57ec49e18375cf7d7b8f8388bf



Home | Main Index | Thread Index | Old Index