pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-cookiecutter



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Jan 14 21:37:58 UTC 2020

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

Log Message:
py-cookiecutter: updated to 1.7.0

1.7.0:
Important Changes:
Drop support for EOL Python 3.4
Drop support for EOL Python 3.3
Increase the minimum click version to 7.0

Other Changes:
PEP257 fixing docstrings in exceptions.py.
PEP257 fixing docstrings in replay.py.
PEP257 fixing docstrings in test_unzip.py.
Fixed tests sequence for appveyor, to exclude file not found bug.
Updates REAMDE.md with svg badge for appveyor.
Add missing {% endif %} to Choice Variables example.
Core documentation converted to Markdown format thanks to @wagnernegrao, @insspb
Tests update: use sys.executable when invoking python in python 3 only environment thanks to @vincentbernat
Prevent click API v7.0 from showing choices when already shown
Test the codebase with python3.8 beta on tox and travis-ci
Add a CODE_OF_CONDUCT.md file to the project
Update docstrings in cookiecutter/main.py, cookiecutter/__init__.py, and cookiecutter/log.py to follow the PEP 257 style guide
Update docstrings in cookiecutter/utils.py to follow the PEP 257 style guide
Fix grammar in Choice Variables documentation
Update installation docs with links to the Windows Subsystem and GNU utilities
Upgrade flake8 to version 3.5.0
Update tutorial with explanation for how cookiecutter finds the template file
Update CI config files to use TOXENV environment variable
Improve user documentation for writing hooks
Make sure to preserve the order of items in the generated cookiecutter context
Fixed DeprecationWarning for a regular expression on python 3.6
Document use of cookiecutter-template topic on GitHub
Update README badge links
Update prompt.py to match pep257 guidelines
Update link to Jinja2 extensions documentation
Require pip 9.0.0 or newer for tox environments
Use io.open contextmanager when reading hook files
Add more cookiecutter templates to the mix


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-cookiecutter/Makefile
cvs rdiff -u -r1.3 -r1.4 pkgsrc/devel/py-cookiecutter/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-cookiecutter/Makefile
diff -u pkgsrc/devel/py-cookiecutter/Makefile:1.5 pkgsrc/devel/py-cookiecutter/Makefile:1.6
--- pkgsrc/devel/py-cookiecutter/Makefile:1.5   Mon Oct 21 22:54:23 2019
+++ pkgsrc/devel/py-cookiecutter/Makefile       Tue Jan 14 21:37:58 2020
@@ -1,12 +1,9 @@
-# $NetBSD: Makefile,v 1.5 2019/10/21 22:54:23 adam Exp $
+# $NetBSD: Makefile,v 1.6 2020/01/14 21:37:58 adam Exp $
 
-DISTNAME=      cookiecutter-1.6.0
+DISTNAME=      cookiecutter-1.7.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   1
 CATEGORIES=    devel python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/cookiecutter/}
-# XXX: remove on next update
-DIST_SUBDIR=   cookiecutter
 
 MAINTAINER=    gde%llew.me@localhost
 HOMEPAGE=      https://github.com/audreyr/cookiecutter
@@ -14,7 +11,7 @@ COMMENT=      Command-line utility that creat
 LICENSE=       modified-bsd
 
 DEPENDS+=      ${PYPKGPREFIX}-binaryornot>=0.2.0:../../devel/py-binaryornot
-DEPENDS+=      ${PYPKGPREFIX}-click>=6.3:../../devel/py-click
+DEPENDS+=      ${PYPKGPREFIX}-click>=7.0:../../devel/py-click
 DEPENDS+=      ${PYPKGPREFIX}-future>=0.15.2:../../devel/py-future
 DEPENDS+=      ${PYPKGPREFIX}-jinja2>=2.7:../../textproc/py-jinja2
 DEPENDS+=      ${PYPKGPREFIX}-jinja2-time>=0.1.0:../../time/py-jinja2-time

Index: pkgsrc/devel/py-cookiecutter/distinfo
diff -u pkgsrc/devel/py-cookiecutter/distinfo:1.3 pkgsrc/devel/py-cookiecutter/distinfo:1.4
--- pkgsrc/devel/py-cookiecutter/distinfo:1.3   Mon Oct 21 22:54:23 2019
+++ pkgsrc/devel/py-cookiecutter/distinfo       Tue Jan 14 21:37:58 2020
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.3 2019/10/21 22:54:23 adam Exp $
+$NetBSD: distinfo,v 1.4 2020/01/14 21:37:58 adam Exp $
 
-SHA1 (cookiecutter/cookiecutter-1.6.0.tar.gz) = 412294054293eadc1c5ebaefc307db3525b48954
-RMD160 (cookiecutter/cookiecutter-1.6.0.tar.gz) = f6c6858bdd75cebd575badab9c4c044f4bd9769f
-SHA512 (cookiecutter/cookiecutter-1.6.0.tar.gz) = 347b0f45fd0bcaaa1a8d7f04bf010d8cf526e816d9a772653dc81fbda3871cff02113ed4781f8897877724321a7d612c9ba26462f148a3ace93ec1acf15e0efe
-Size (cookiecutter/cookiecutter-1.6.0.tar.gz) = 181753 bytes
+SHA1 (cookiecutter-1.7.0.tar.gz) = dbcc5b322a7aa268505c8fd0a0000b6726d87496
+RMD160 (cookiecutter-1.7.0.tar.gz) = 1c57b9ebf90dd89733b78709a71aaccd7c32b15d
+SHA512 (cookiecutter-1.7.0.tar.gz) = c57315251085ed55494d09564a43dd6348971f8b78e5755642cd64473a73b03c00a7c513f5dd05d098db9fd7a74aef90f115975386084f3df8abc08fd318922c
+Size (cookiecutter-1.7.0.tar.gz) = 148363 bytes



Home | Main Index | Thread Index | Old Index