pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-pep8



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Jun  1 06:36:02 UTC 2017

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

Log Message:
1.7.0 (2016-01-12)
------------------
Announcements:
* Repository moved to PyCQA Organization on GitHub:
  https://github.com/pycqa/pep8

Changes:
* Reverted the fix in 368, "options passed on command line are only ones
  accepted" feature. This has many unintended consequences in pep8 and flake8
  and needs to be reworked when I have more time.
* Added support for Python 3.5. (Issue 420 & 459)
* Added support for multi-line config_file option parsing. (Issue 429)
* Improved parameter parsing. (Issues 420 & 456)

Bugs:
* Fixed BytesWarning on Python 3.


To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/py-pep8/Makefile
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-pep8/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-pep8/Makefile
diff -u pkgsrc/devel/py-pep8/Makefile:1.6 pkgsrc/devel/py-pep8/Makefile:1.7
--- pkgsrc/devel/py-pep8/Makefile:1.6   Fri Sep 30 10:36:47 2016
+++ pkgsrc/devel/py-pep8/Makefile       Thu Jun  1 06:36:02 2017
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2016/09/30 10:36:47 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2017/06/01 06:36:02 adam Exp $
 
-DISTNAME=      pep8-1.6.2
+DISTNAME=      pep8-1.7.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=p/pep8/}

Index: pkgsrc/devel/py-pep8/distinfo
diff -u pkgsrc/devel/py-pep8/distinfo:1.5 pkgsrc/devel/py-pep8/distinfo:1.6
--- pkgsrc/devel/py-pep8/distinfo:1.5   Tue Nov  3 03:29:11 2015
+++ pkgsrc/devel/py-pep8/distinfo       Thu Jun  1 06:36:02 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.5 2015/11/03 03:29:11 agc Exp $
+$NetBSD: distinfo,v 1.6 2017/06/01 06:36:02 adam Exp $
 
-SHA1 (pep8-1.6.2.tar.gz) = c39c0c9cdbcaded2ca05646212750d3ab755d047
-RMD160 (pep8-1.6.2.tar.gz) = 8f6d30def6a2e04386c4c8c310443966d7f63de2
-SHA512 (pep8-1.6.2.tar.gz) = f046a1e3ed68a7c409ad6c501a54ed14188de670f0e0d873d2d7960e45fec0c4e2c27067877854ecbb20f3690f9d2ca1fa4bc1cc52b22e1f71bd0aec4ddb6fc9
-Size (pep8-1.6.2.tar.gz) = 74534 bytes
+SHA1 (pep8-1.7.0.tar.gz) = a1804f7279f1631f8b2810c09b9010114c0d0c3d
+RMD160 (pep8-1.7.0.tar.gz) = bca97f9cd30b21ce1f765b1f4f520747443b5d3e
+SHA512 (pep8-1.7.0.tar.gz) = 0077dac97846fe3a5fc654cd3ce8578845cf3b93ee097a3ae6ff2db4ae0797ad5766c69f036d6a5add786eb929a9beb6d657ab693227b8df2ba46ec0f9284b0a
+Size (pep8-1.7.0.tar.gz) = 79704 bytes



Home | Main Index | Thread Index | Old Index