[Python-modules-commits] r28682 - in packages/cookiecutter/tags (12 files)
bernat at users.alioth.debian.org
bernat at users.alioth.debian.org
Sun Apr 27 10:48:58 UTC 2014
Date: Sunday, April 27, 2014 @ 10:48:57
Author: bernat
Revision: 28682
[svn-buildpackage] Tagging cookiecutter 0.7.1-1
Added:
packages/cookiecutter/tags/0.7.1-1/
packages/cookiecutter/tags/0.7.1-1/debian/changelog
(from rev 28681, packages/cookiecutter/trunk/debian/changelog)
packages/cookiecutter/tags/0.7.1-1/debian/control
(from rev 28677, packages/cookiecutter/trunk/debian/control)
packages/cookiecutter/tags/0.7.1-1/debian/patches/
packages/cookiecutter/tags/0.7.1-1/debian/patches/series
(from rev 28679, packages/cookiecutter/trunk/debian/patches/series)
packages/cookiecutter/tags/0.7.1-1/debian/patches/test-dont-expect-ds-store.patch
(from rev 28680, packages/cookiecutter/trunk/debian/patches/test-dont-expect-ds-store.patch)
packages/cookiecutter/tags/0.7.1-1/debian/rules
(from rev 28677, packages/cookiecutter/trunk/debian/rules)
Deleted:
packages/cookiecutter/tags/0.7.1-1/debian/changelog
packages/cookiecutter/tags/0.7.1-1/debian/control
packages/cookiecutter/tags/0.7.1-1/debian/patches/
packages/cookiecutter/tags/0.7.1-1/debian/patches/series
packages/cookiecutter/tags/0.7.1-1/debian/rules
Deleted: packages/cookiecutter/tags/0.7.1-1/debian/changelog
===================================================================
--- packages/cookiecutter/trunk/debian/changelog 2014-04-26 22:09:39 UTC (rev 28675)
+++ packages/cookiecutter/tags/0.7.1-1/debian/changelog 2014-04-27 10:48:57 UTC (rev 28682)
@@ -1,14 +0,0 @@
-cookiecutter (0.6.4-1) unstable; urgency=low
-
- * New upstream version.
- + Drop patch fixing jinja2 requirement.
- + Drop patch fixing unicode open with Python3.
- * Add python-binaryornot as a build-dep.
-
- -- Vincent Bernat <bernat at debian.org> Sun, 08 Sep 2013 16:25:50 +0200
-
-cookiecutter (0.6.1-1) unstable; urgency=low
-
- * Initial release. Closes: #720024.
-
- -- Vincent Bernat <bernat at debian.org> Sat, 17 Aug 2013 22:01:52 +0200
Copied: packages/cookiecutter/tags/0.7.1-1/debian/changelog (from rev 28681, packages/cookiecutter/trunk/debian/changelog)
===================================================================
--- packages/cookiecutter/tags/0.7.1-1/debian/changelog (rev 0)
+++ packages/cookiecutter/tags/0.7.1-1/debian/changelog 2014-04-27 10:48:57 UTC (rev 28682)
@@ -0,0 +1,24 @@
+cookiecutter (0.7.1-1) unstable; urgency=low
+
+ * New upstream release. Closes: #733567.
+ + Drop all patches are that are not needed any more.
+ + Build-Depends on python{,3}-yaml.
+ * Add patch to disable network tests.
+ * Add patch to handle .DS_Store (stripped by svn-upgrade).
+
+ -- Vincent Bernat <bernat at debian.org> Sun, 27 Apr 2014 12:01:02 +0200
+
+cookiecutter (0.6.4-1) unstable; urgency=low
+
+ * New upstream version.
+ + Drop patch fixing jinja2 requirement.
+ + Drop patch fixing unicode open with Python3.
+ * Add python-binaryornot as a build-dep.
+
+ -- Vincent Bernat <bernat at debian.org> Sun, 08 Sep 2013 16:25:50 +0200
+
+cookiecutter (0.6.1-1) unstable; urgency=low
+
+ * Initial release. Closes: #720024.
+
+ -- Vincent Bernat <bernat at debian.org> Sat, 17 Aug 2013 22:01:52 +0200
Deleted: packages/cookiecutter/tags/0.7.1-1/debian/control
===================================================================
--- packages/cookiecutter/trunk/debian/control 2014-04-26 22:09:39 UTC (rev 28675)
+++ packages/cookiecutter/tags/0.7.1-1/debian/control 2014-04-27 10:48:57 UTC (rev 28682)
@@ -1,76 +0,0 @@
-Source: cookiecutter
-Section: python
-Priority: optional
-Maintainer: Vincent Bernat <bernat at debian.org>
-Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 7.0.50~), dh-python,
- python-all, python3-all,
- python-sphinx (>= 1.0.7+dfsg),
- python-setuptools, python3-setuptools,
- python-jinja2, python3-jinja2,
- python-mock, python3-mock,
- python-binaryornot, python3-binaryornot
-Standards-Version: 3.9.4
-Homepage: https://github.com/audreyr/cookiecutter
-Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/cookiecutter/trunk/
-Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/cookiecutter/trunk/
-
-Package: cookiecutter
-Architecture: all
-Depends: ${python:Depends}, ${misc:Depends},
- python-cookiecutter (= ${binary:Version})
-Description: create projects from project templates
- Cookiecutter is command-line utility that creates projects from
- project templates, e.g. creating a Python package project from a
- Python package project template.
- .
- It can also be used as a Python module. It supports local and remote
- templates. The templating is done with Jinja2 and there is no
- limitation on the language used by the templated projects (Python,
- Ruby, Javascript, C, HTML, Postscript...).
-
-Package: python-cookiecutter
-Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}
-Description: create projects from project templates (Python 2 module)
- Cookiecutter is command-line utility that creates projects from
- project templates, e.g. creating a Python package project from a
- Python package project template.
- .
- It can also be used as a Python module. It supports local and remote
- templates. The templating is done with Jinja2 and there is no
- limitation on the language used by the templated projects (Python,
- Ruby, Javascript, C, HTML, Postscript...).
- .
- This package contains the Python 2 module.
-
-Package: python3-cookiecutter
-Architecture: all
-Depends: ${python3:Depends}, ${misc:Depends}
-Description: create projects from project templates (Python 3 module)
- Cookiecutter is command-line utility that creates projects from
- project templates, e.g. creating a Python package project from a
- Python package project template.
- .
- It can also be used as a Python module. It supports local and remote
- templates. The templating is done with Jinja2 and there is no
- limitation on the language used by the templated projects (Python,
- Ruby, Javascript, C, HTML, Postscript...).
- .
- This package contains the Python 3 module.
-
-Package: python-cookiecutter-doc
-Section: doc
-Architecture: all
-Depends: ${sphinxdoc:Depends}, ${misc:Depends}
-Description: create projects from project templates (documentation)
- Cookiecutter is command-line utility that creates projects from
- project templates, e.g. creating a Python package project from a
- Python package project template.
- .
- It can also be used as a Python module. It supports local and remote
- templates. The templating is done with Jinja2 and there is no
- limitation on the language used by the templated projects (Python,
- Ruby, Javascript, C, HTML, Postscript...).
- .
- This package contains the documentation.
Copied: packages/cookiecutter/tags/0.7.1-1/debian/control (from rev 28677, packages/cookiecutter/trunk/debian/control)
===================================================================
--- packages/cookiecutter/tags/0.7.1-1/debian/control (rev 0)
+++ packages/cookiecutter/tags/0.7.1-1/debian/control 2014-04-27 10:48:57 UTC (rev 28682)
@@ -0,0 +1,77 @@
+Source: cookiecutter
+Section: python
+Priority: optional
+Maintainer: Vincent Bernat <bernat at debian.org>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 7.0.50~), dh-python,
+ python-all, python3-all,
+ python-sphinx (>= 1.0.7+dfsg),
+ python-setuptools, python3-setuptools,
+ python-jinja2, python3-jinja2,
+ python-mock, python3-mock,
+ python-binaryornot, python3-binaryornot,
+ python-yaml, python3-yaml
+Standards-Version: 3.9.5
+Homepage: https://github.com/audreyr/cookiecutter
+Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/cookiecutter/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/cookiecutter/trunk/
+
+Package: cookiecutter
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends},
+ python-cookiecutter (= ${binary:Version})
+Description: create projects from project templates
+ Cookiecutter is command-line utility that creates projects from
+ project templates, e.g. creating a Python package project from a
+ Python package project template.
+ .
+ It can also be used as a Python module. It supports local and remote
+ templates. The templating is done with Jinja2 and there is no
+ limitation on the language used by the templated projects (Python,
+ Ruby, Javascript, C, HTML, Postscript...).
+
+Package: python-cookiecutter
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}
+Description: create projects from project templates (Python 2 module)
+ Cookiecutter is command-line utility that creates projects from
+ project templates, e.g. creating a Python package project from a
+ Python package project template.
+ .
+ It can also be used as a Python module. It supports local and remote
+ templates. The templating is done with Jinja2 and there is no
+ limitation on the language used by the templated projects (Python,
+ Ruby, Javascript, C, HTML, Postscript...).
+ .
+ This package contains the Python 2 module.
+
+Package: python3-cookiecutter
+Architecture: all
+Depends: ${python3:Depends}, ${misc:Depends}
+Description: create projects from project templates (Python 3 module)
+ Cookiecutter is command-line utility that creates projects from
+ project templates, e.g. creating a Python package project from a
+ Python package project template.
+ .
+ It can also be used as a Python module. It supports local and remote
+ templates. The templating is done with Jinja2 and there is no
+ limitation on the language used by the templated projects (Python,
+ Ruby, Javascript, C, HTML, Postscript...).
+ .
+ This package contains the Python 3 module.
+
+Package: python-cookiecutter-doc
+Section: doc
+Architecture: all
+Depends: ${sphinxdoc:Depends}, ${misc:Depends}
+Description: create projects from project templates (documentation)
+ Cookiecutter is command-line utility that creates projects from
+ project templates, e.g. creating a Python package project from a
+ Python package project template.
+ .
+ It can also be used as a Python module. It supports local and remote
+ templates. The templating is done with Jinja2 and there is no
+ limitation on the language used by the templated projects (Python,
+ Ruby, Javascript, C, HTML, Postscript...).
+ .
+ This package contains the documentation.
Deleted: packages/cookiecutter/tags/0.7.1-1/debian/patches/series
===================================================================
--- packages/cookiecutter/trunk/debian/patches/series 2014-04-27 10:27:37 UTC (rev 28678)
+++ packages/cookiecutter/tags/0.7.1-1/debian/patches/series 2014-04-27 10:48:57 UTC (rev 28682)
@@ -1 +0,0 @@
-disable-network-tests.patch
Copied: packages/cookiecutter/tags/0.7.1-1/debian/patches/series (from rev 28679, packages/cookiecutter/trunk/debian/patches/series)
===================================================================
--- packages/cookiecutter/tags/0.7.1-1/debian/patches/series (rev 0)
+++ packages/cookiecutter/tags/0.7.1-1/debian/patches/series 2014-04-27 10:48:57 UTC (rev 28682)
@@ -0,0 +1,2 @@
+test-dont-expect-ds-store.patch
+disable-network-tests.patch
Copied: packages/cookiecutter/tags/0.7.1-1/debian/patches/test-dont-expect-ds-store.patch (from rev 28680, packages/cookiecutter/trunk/debian/patches/test-dont-expect-ds-store.patch)
===================================================================
--- packages/cookiecutter/tags/0.7.1-1/debian/patches/test-dont-expect-ds-store.patch (rev 0)
+++ packages/cookiecutter/tags/0.7.1-1/debian/patches/test-dont-expect-ds-store.patch 2014-04-27 10:48:57 UTC (rev 28682)
@@ -0,0 +1,26 @@
+Subject: .DS_Store is stripped out by SVN, don't expect it
+Author: Vincent Bernat
+Forwarded: no
+
+Index: cookiecutter/tests/test_generate.py
+===================================================================
+--- cookiecutter.orig/tests/test_generate.py 2013-12-30 14:56:44.137629436 +0100
++++ cookiecutter/tests/test_generate.py 2014-04-27 12:35:49.502988652 +0200
+@@ -119,7 +119,6 @@
+ repo_dir='tests/test-generate-binaries'
+ )
+ self.assertTrue(os.path.isfile('inputbinary_files/logo.png'))
+- self.assertTrue(os.path.isfile('inputbinary_files/.DS_Store'))
+ self.assertTrue(os.path.isfile('inputbinary_files/readme.txt'))
+ self.assertTrue(
+ os.path.isfile('inputbinary_files/some_font.otf')
+@@ -128,9 +127,6 @@
+ os.path.isfile('inputbinary_files/binary_files/logo.png')
+ )
+ self.assertTrue(
+- os.path.isfile('inputbinary_files/binary_files/.DS_Store')
+- )
+- self.assertTrue(
+ os.path.isfile('inputbinary_files/binary_files/readme.txt')
+ )
+ self.assertTrue(
Deleted: packages/cookiecutter/tags/0.7.1-1/debian/rules
===================================================================
--- packages/cookiecutter/trunk/debian/rules 2014-04-26 22:09:39 UTC (rev 28675)
+++ packages/cookiecutter/tags/0.7.1-1/debian/rules 2014-04-27 10:48:57 UTC (rev 28682)
@@ -1,26 +0,0 @@
-#!/usr/bin/make -f
-# -*- mode: makefile; coding: utf-8 -*-
-
-export PYBUILD_DESTDIR_python2=debian/python-cookiecutter/
-export PYBUILD_DESTDIR_python3=debian/python3-cookiecutter/
-export LC_ALL=C.UTF-8
-
-%:
- dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild
-
-override_dh_installdocs:
- dh_installdocs
- PYTHONPATH=. sphinx-build -N -q -E -b html docs/ \
- debian/python-cookiecutter-doc/usr/share/doc/python-cookiecutter-doc/html/
-
-override_dh_auto_clean:
- dh_auto_clean
- find . \( -name '*.py[co]' -or -name '\._*' -or -name '\.DS_Store' \) -delete
-
-override_dh_install:
- dh_install
- # Move cookiecutter executable in its dedicated package
- mkdir debian/cookiecutter/usr
- mv debian/python-cookiecutter/usr/bin debian/cookiecutter/usr/.
- rm -rf debian/python-cookiecutter/usr/bin
- rm -rf debian/python3-cookiecutter/usr/bin
Copied: packages/cookiecutter/tags/0.7.1-1/debian/rules (from rev 28677, packages/cookiecutter/trunk/debian/rules)
===================================================================
--- packages/cookiecutter/tags/0.7.1-1/debian/rules (rev 0)
+++ packages/cookiecutter/tags/0.7.1-1/debian/rules 2014-04-27 10:48:57 UTC (rev 28682)
@@ -0,0 +1,27 @@
+#!/usr/bin/make -f
+# -*- mode: makefile; coding: utf-8 -*-
+
+export PYBUILD_DESTDIR_python2=debian/python-cookiecutter/
+export PYBUILD_DESTDIR_python3=debian/python3-cookiecutter/
+export LC_ALL=C.UTF-8
+export DISABLE_NETWORK_TESTS=1
+
+%:
+ dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild
+
+override_dh_installdocs:
+ dh_installdocs
+ PYTHONPATH=. sphinx-build -N -q -E -b html docs/ \
+ debian/python-cookiecutter-doc/usr/share/doc/python-cookiecutter-doc/html/
+
+override_dh_auto_clean:
+ dh_auto_clean
+ find . \( -name '*.py[co]' -or -name '\._*' -or -name '\.DS_Store' \) -delete
+
+override_dh_install:
+ dh_install
+ # Move cookiecutter executable in its dedicated package
+ mkdir debian/cookiecutter/usr
+ mv debian/python-cookiecutter/usr/bin debian/cookiecutter/usr/.
+ rm -rf debian/python-cookiecutter/usr/bin
+ rm -rf debian/python3-cookiecutter/usr/bin
More information about the Python-modules-commits
mailing list