[Python-modules-commits] r30479 - in packages/django-floppyforms/tags (12 files)

fladi-guest at users.alioth.debian.org fladi-guest at users.alioth.debian.org
Wed Sep 3 09:10:02 UTC 2014


    Date: Wednesday, September 3, 2014 @ 09:10:01
  Author: fladi-guest
Revision: 30479

[svn-buildpackage] Tagging django-floppyforms 1.2.0-1

Added:
  packages/django-floppyforms/tags/1.2.0-1/
  packages/django-floppyforms/tags/1.2.0-1/debian/changelog
    (from rev 30391, packages/django-floppyforms/trunk/debian/changelog)
  packages/django-floppyforms/tags/1.2.0-1/debian/control
    (from rev 30386, packages/django-floppyforms/trunk/debian/control)
  packages/django-floppyforms/tags/1.2.0-1/debian/patches/do_not_install_tests.patch
    (from rev 30355, packages/django-floppyforms/trunk/debian/patches/do_not_install_tests.patch)
  packages/django-floppyforms/tags/1.2.0-1/debian/python-django-floppyforms-doc.doc-base
    (from rev 30386, packages/django-floppyforms/trunk/debian/python-django-floppyforms-doc.doc-base)
  packages/django-floppyforms/tags/1.2.0-1/debian/python-django-floppyforms-doc.docs
    (from rev 30386, packages/django-floppyforms/trunk/debian/python-django-floppyforms-doc.docs)
  packages/django-floppyforms/tags/1.2.0-1/debian/python-django-floppyforms-doc.links
    (from rev 30386, packages/django-floppyforms/trunk/debian/python-django-floppyforms-doc.links)
  packages/django-floppyforms/tags/1.2.0-1/debian/rules
    (from rev 30386, packages/django-floppyforms/trunk/debian/rules)
Deleted:
  packages/django-floppyforms/tags/1.2.0-1/debian/changelog
  packages/django-floppyforms/tags/1.2.0-1/debian/control
  packages/django-floppyforms/tags/1.2.0-1/debian/patches/do_not_install_tests.patch
  packages/django-floppyforms/tags/1.2.0-1/debian/rules

Deleted: packages/django-floppyforms/tags/1.2.0-1/debian/changelog
===================================================================
--- packages/django-floppyforms/trunk/debian/changelog	2014-08-29 11:17:05 UTC (rev 30352)
+++ packages/django-floppyforms/tags/1.2.0-1/debian/changelog	2014-09-03 09:10:01 UTC (rev 30479)
@@ -1,53 +0,0 @@
-django-floppyforms (1.2.0-1) UNRELEASED; urgency=medium
-
-  * New upstream release.
-  * Remove PHONY target declarations from d/rules.
-
- -- Michael Fladischer <FladischerMichael at fladi.at>  Fri, 29 Aug 2014 11:35:35 +0200
-
-django-floppyforms (1.1.1-1) unstable; urgency=low
-
-  * New upstream release (Closes: #729826).
-  * Bump Standards version to 3.9.5.
-  * Rename BSD-floppyforms license to BSD-3-clause.
-  * Update years in d/copyright.
-
- -- Michael Fladischer <FladischerMichael at fladi.at>  Wed, 12 Feb 2014 10:17:13 +0100
-
-django-floppyforms (1.1-1) unstable; urgency=low
-
-  [ Michael Fladischer ]
-  * New upstream release.
-  * Add python-django-discover-runner to Build-Depends so tests can run.
-  * Bump Depends and Build-Depends on python-django to >= 1.4.2.
-  * Bump Standards version to 3.9.4.
-  * Bump Build-Depends on debhelper to >= 8.1.0 to satisfy build-arch
-    and build-indep targets.
-  * Format packaging files with wrap-and-sort.
-  * Drop temporary fix for PKG-INFO.
-  * Remove src directory from PYTHONPATH in d/rules.
-  * Update years in d/copyright.
-  * Drop versioned Build-Depends on python-all as there are no older
-    versions available since Wheezy.
-  * Use DEP5 correct format URL for d/copyright.
-
-  [ Jakub Wilk ]
-  * Use canonical URIs for Vcs-* fields.
-
- -- Michael Fladischer <FladischerMichael at fladi.at>  Tue, 24 Sep 2013 13:50:27 +0200
-
-django-floppyforms (0.4.7-2) unstable; urgency=low
-
-  * Fix tests for django (>= 1.4) FTBFS (Closes: #669462).
-    - Bump B-D for django to (>= 1.2)
-  * Bump Standards-Version to 3.9.3.
-  * Add django_floppyforms.egg-info/PKG-INFO to d/clean to allow the
-    package to be built tice in a row (Closes: #671531).
-
- -- Michael Fladischer <FladischerMichael at fladi.at>  Sun, 06 May 2012 19:12:06 +0200
-
-django-floppyforms (0.4.7-1) unstable; urgency=low
-
-  * Initial release (Closes: #659902)
-
- -- Michael Fladischer <FladischerMichael at fladi.at>  Tue, 14 Feb 2012 16:39:16 +0100

Copied: packages/django-floppyforms/tags/1.2.0-1/debian/changelog (from rev 30391, packages/django-floppyforms/trunk/debian/changelog)
===================================================================
--- packages/django-floppyforms/tags/1.2.0-1/debian/changelog	                        (rev 0)
+++ packages/django-floppyforms/tags/1.2.0-1/debian/changelog	2014-09-03 09:10:01 UTC (rev 30479)
@@ -0,0 +1,68 @@
+django-floppyforms (1.2.0-1) unstable; urgency=medium
+
+  * New upstream release (Closes: #755590).
+    + Add python-pil to Build-Depends.
+    + Add python-coverage to Build-Depends.
+  * Switch buildsystem to pybuild.
+  * Add dh-python to Build-Depends.
+  * Add support for Python3.
+  * Update override_dh_auto_test to reflect changes in new upstream
+    tests.
+  * Add do_not_install_tests.patch to prevent installation of tests in
+    the global package namespace.
+  * Build documentation and provide it in a separate package.
+  * Add documentation package as Suggests for both library packages.
+  * Drop versioned dependency on python-django as there are no prior
+    versions in the archive.
+  * Add lintian override for missing upstream tarball PGP signature.
+  * Remove PHONY target declarations from d/rules.
+  * Update d/watch to use github because tarballs on PyPI lack test templates.
+
+ -- Michael Fladischer <FladischerMichael at fladi.at>  Fri, 29 Aug 2014 13:23:02 +0200
+
+django-floppyforms (1.1.1-1) unstable; urgency=low
+
+  * New upstream release (Closes: #729826).
+  * Bump Standards version to 3.9.5.
+  * Rename BSD-floppyforms license to BSD-3-clause.
+  * Update years in d/copyright.
+
+ -- Michael Fladischer <FladischerMichael at fladi.at>  Wed, 12 Feb 2014 10:17:13 +0100
+
+django-floppyforms (1.1-1) unstable; urgency=low
+
+  [ Michael Fladischer ]
+  * New upstream release.
+  * Add python-django-discover-runner to Build-Depends so tests can run.
+  * Bump Depends and Build-Depends on python-django to >= 1.4.2.
+  * Bump Standards version to 3.9.4.
+  * Bump Build-Depends on debhelper to >= 8.1.0 to satisfy build-arch
+    and build-indep targets.
+  * Format packaging files with wrap-and-sort.
+  * Drop temporary fix for PKG-INFO.
+  * Remove src directory from PYTHONPATH in d/rules.
+  * Update years in d/copyright.
+  * Drop versioned Build-Depends on python-all as there are no older
+    versions available since Wheezy.
+  * Use DEP5 correct format URL for d/copyright.
+
+  [ Jakub Wilk ]
+  * Use canonical URIs for Vcs-* fields.
+
+ -- Michael Fladischer <FladischerMichael at fladi.at>  Tue, 24 Sep 2013 13:50:27 +0200
+
+django-floppyforms (0.4.7-2) unstable; urgency=low
+
+  * Fix tests for django (>= 1.4) FTBFS (Closes: #669462).
+    - Bump B-D for django to (>= 1.2)
+  * Bump Standards-Version to 3.9.3.
+  * Add django_floppyforms.egg-info/PKG-INFO to d/clean to allow the
+    package to be built tice in a row (Closes: #671531).
+
+ -- Michael Fladischer <FladischerMichael at fladi.at>  Sun, 06 May 2012 19:12:06 +0200
+
+django-floppyforms (0.4.7-1) unstable; urgency=low
+
+  * Initial release (Closes: #659902)
+
+ -- Michael Fladischer <FladischerMichael at fladi.at>  Tue, 14 Feb 2012 16:39:16 +0100

Deleted: packages/django-floppyforms/tags/1.2.0-1/debian/control
===================================================================
--- packages/django-floppyforms/trunk/debian/control	2014-08-29 11:17:05 UTC (rev 30352)
+++ packages/django-floppyforms/tags/1.2.0-1/debian/control	2014-09-03 09:10:01 UTC (rev 30479)
@@ -1,34 +0,0 @@
-Source: django-floppyforms
-Section: python
-Priority: optional
-Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Michael Fladischer <FladischerMichael at fladi.at>
-Build-Depends: debhelper (>= 8.1.0~),
-               dh-python,
-               python-all,
-               python-coverage,
-               python-django (>= 1.4.2),
-               python-django (>= 1.6) | python-django-discover-runner,
-               python-pil,
-               python-setuptools
-Standards-Version: 3.9.5
-X-Python-Version: >= 2.6
-Homepage: https://github.com/brutasse/django-floppyforms
-Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/django-floppyforms/trunk/
-Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/django-floppyforms/trunk/
-
-Package: python-django-floppyforms
-Architecture: all
-Depends: python-django (>= 1.4.2), ${misc:Depends}, ${python:Depends}
-Description: better control of form rendering in Django
- Django-foppyforms is an application that gives you full control of the
- output of forms rendering. This is more a widgets library than a forms
- library but form fields are provided for convenience. The forms API and
- features are exactly the same as Django’s, the key difference is that
- widgets are rendered in templates instead of using string interpolation.
- .
- The widgets API allows you to customize and extend the widgets behaviour,
- making it very easy to define custom widgets. The default widgets are very
- similar to the default Django widgets, except that they implement some
- nice features of HTML5 forms, such as the placeholder and required
- attribute, as well as the new <input> types.

Copied: packages/django-floppyforms/tags/1.2.0-1/debian/control (from rev 30386, packages/django-floppyforms/trunk/debian/control)
===================================================================
--- packages/django-floppyforms/tags/1.2.0-1/debian/control	                        (rev 0)
+++ packages/django-floppyforms/tags/1.2.0-1/debian/control	2014-09-03 09:10:01 UTC (rev 30479)
@@ -0,0 +1,80 @@
+Source: django-floppyforms
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Michael Fladischer <FladischerMichael at fladi.at>
+Build-Depends: debhelper (>= 8.1.0~),
+               dh-python,
+               python-all,
+               python-coverage,
+               python-django,
+               python-django (>= 1.6) | python-django-discover-runner,
+               python-pil,
+               python-setuptools,
+               python-sphinx (>= 1.0.7+dfsg-1~),
+               python3-all,
+               python3-coverage,
+               python3-django,
+               python3-pil,
+               python3-setuptools
+Standards-Version: 3.9.5
+X-Python-Version: >= 2.6
+X-Python3-Version: >= 3.0
+Homepage: https://github.com/brutasse/django-floppyforms
+Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/django-floppyforms/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/django-floppyforms/trunk/
+
+Package: python-django-floppyforms
+Architecture: all
+Depends: python-django, ${misc:Depends}, ${python:Depends}
+Suggests: python-django-floppyforms-doc
+Description: better control of form rendering in Django
+ Django-foppyforms is an application that gives you full control of the
+ output of forms rendering. This is more a widgets library than a forms
+ library but form fields are provided for convenience. The forms API and
+ features are exactly the same as Django’s, the key difference is that
+ widgets are rendered in templates instead of using string interpolation.
+ .
+ The widgets API allows you to customize and extend the widgets behaviour,
+ making it very easy to define custom widgets. The default widgets are very
+ similar to the default Django widgets, except that they implement some
+ nice features of HTML5 forms, such as the placeholder and required
+ attribute, as well as the new <input> types.
+
+Package: python3-django-floppyforms
+Architecture: all
+Depends: python3-django, ${misc:Depends}, ${python3:Depends}
+Suggests: python-django-floppyforms-doc
+Description: better control of form rendering in Django (Python3 version)
+ Django-foppyforms is an application that gives you full control of the
+ output of forms rendering. This is more a widgets library than a forms
+ library but form fields are provided for convenience. The forms API and
+ features are exactly the same as Django’s, the key difference is that
+ widgets are rendered in templates instead of using string interpolation.
+ .
+ The widgets API allows you to customize and extend the widgets behaviour,
+ making it very easy to define custom widgets. The default widgets are very
+ similar to the default Django widgets, except that they implement some
+ nice features of HTML5 forms, such as the placeholder and required
+ attribute, as well as the new <input> types.
+ .
+ This package contains the Python 3 version of the library.
+
+Package: python-django-floppyforms-doc
+Section: doc
+Architecture: all
+Depends: ${misc:Depends}, ${sphinxdoc:Depends}
+Description: better control of form rendering in Django (Documentation)
+ Django-foppyforms is an application that gives you full control of the
+ output of forms rendering. This is more a widgets library than a forms
+ library but form fields are provided for convenience. The forms API and
+ features are exactly the same as Django’s, the key difference is that
+ widgets are rendered in templates instead of using string interpolation.
+ .
+ The widgets API allows you to customize and extend the widgets behaviour,
+ making it very easy to define custom widgets. The default widgets are very
+ similar to the default Django widgets, except that they implement some
+ nice features of HTML5 forms, such as the placeholder and required
+ attribute, as well as the new <input> types.
+ .
+ This package contains the documentation.

Deleted: packages/django-floppyforms/tags/1.2.0-1/debian/patches/do_not_install_tests.patch
===================================================================
--- packages/django-floppyforms/trunk/debian/patches/do_not_install_tests.patch	2014-08-29 11:17:05 UTC (rev 30352)
+++ packages/django-floppyforms/tags/1.2.0-1/debian/patches/do_not_install_tests.patch	2014-09-03 09:10:01 UTC (rev 30479)
@@ -1,17 +0,0 @@
-Description: tests should not be installed
- They would otherwise polute global package namespace.
-Author: Michael Fladischer <FladischerMichael at fladi.at>
-Last-Update: 2014-08-29
-Forwarded: no
-
---- a/setup.py
-+++ b/setup.py
-@@ -25,7 +25,7 @@
-     version=find_version('floppyforms', '__init__.py'),
-     author=u'Bruno Renié',
-     author_email='bruno at renie.fr',
--    packages=find_packages(),
-+    packages=find_packages(exclude=["tests.*", "tests"]),
-     include_package_data=True,
-     url='https://github.com/gregmuellegger/django-floppyforms',
-     license='BSD licence, see LICENSE file',

Copied: packages/django-floppyforms/tags/1.2.0-1/debian/patches/do_not_install_tests.patch (from rev 30355, packages/django-floppyforms/trunk/debian/patches/do_not_install_tests.patch)
===================================================================
--- packages/django-floppyforms/tags/1.2.0-1/debian/patches/do_not_install_tests.patch	                        (rev 0)
+++ packages/django-floppyforms/tags/1.2.0-1/debian/patches/do_not_install_tests.patch	2014-09-03 09:10:01 UTC (rev 30479)
@@ -0,0 +1,17 @@
+Description: tests should not be installed
+ They would otherwise polute global package namespace.
+Author: Michael Fladischer <FladischerMichael at fladi.at>
+Last-Update: 2014-08-29
+Forwarded: https://github.com/gregmuellegger/django-floppyforms/pull/122
+
+--- a/setup.py
++++ b/setup.py
+@@ -25,7 +25,7 @@
+     version=find_version('floppyforms', '__init__.py'),
+     author=u'Bruno Renié',
+     author_email='bruno at renie.fr',
+-    packages=find_packages(),
++    packages=find_packages(exclude=["tests.*", "tests"]),
+     include_package_data=True,
+     url='https://github.com/gregmuellegger/django-floppyforms',
+     license='BSD licence, see LICENSE file',

Copied: packages/django-floppyforms/tags/1.2.0-1/debian/python-django-floppyforms-doc.doc-base (from rev 30386, packages/django-floppyforms/trunk/debian/python-django-floppyforms-doc.doc-base)
===================================================================
--- packages/django-floppyforms/tags/1.2.0-1/debian/python-django-floppyforms-doc.doc-base	                        (rev 0)
+++ packages/django-floppyforms/tags/1.2.0-1/debian/python-django-floppyforms-doc.doc-base	2014-09-03 09:10:01 UTC (rev 30479)
@@ -0,0 +1,8 @@
+Document: python-django-floppyforms
+Title: django-floppyforms
+Author: Bruno Renié <bruno at renie.fr>
+Section: Programming/Python
+
+Format: HTML
+Index: /usr/share/doc/python-django-floppyforms-doc/html/index.html
+Files: /usr/share/doc/python-django-floppyforms-doc/html/*.html

Copied: packages/django-floppyforms/tags/1.2.0-1/debian/python-django-floppyforms-doc.docs (from rev 30386, packages/django-floppyforms/trunk/debian/python-django-floppyforms-doc.docs)
===================================================================
--- packages/django-floppyforms/tags/1.2.0-1/debian/python-django-floppyforms-doc.docs	                        (rev 0)
+++ packages/django-floppyforms/tags/1.2.0-1/debian/python-django-floppyforms-doc.docs	2014-09-03 09:10:01 UTC (rev 30479)
@@ -0,0 +1 @@
+docs/.build/html

Copied: packages/django-floppyforms/tags/1.2.0-1/debian/python-django-floppyforms-doc.links (from rev 30386, packages/django-floppyforms/trunk/debian/python-django-floppyforms-doc.links)
===================================================================
--- packages/django-floppyforms/tags/1.2.0-1/debian/python-django-floppyforms-doc.links	                        (rev 0)
+++ packages/django-floppyforms/tags/1.2.0-1/debian/python-django-floppyforms-doc.links	2014-09-03 09:10:01 UTC (rev 30479)
@@ -0,0 +1 @@
+usr/share/doc/python-django-floppyforms-doc/html/_sources usr/share/doc/python-django-floppyforms-doc/rst

Deleted: packages/django-floppyforms/tags/1.2.0-1/debian/rules
===================================================================
--- packages/django-floppyforms/trunk/debian/rules	2014-08-29 11:17:05 UTC (rev 30352)
+++ packages/django-floppyforms/tags/1.2.0-1/debian/rules	2014-09-03 09:10:01 UTC (rev 30479)
@@ -1,20 +0,0 @@
-#!/usr/bin/make -f
-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-export PYBUILD_NAME=django-floppyforms
-
-%:
-	dh $@ --with python2 --buildsystem=pybuild
-
-override_dh_auto_test:
-ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
-	set -e; \
-	for python in $(shell pyversions -r); do \
-		PYTHONPATH="." DJANGO_SETTINGS_MODULE=tests.settings $$python runtests.py; \
-	done
-endif
-
-override_dh_installchangelogs:
-	dh_installchangelogs -- CHANGES.rst

Copied: packages/django-floppyforms/tags/1.2.0-1/debian/rules (from rev 30386, packages/django-floppyforms/trunk/debian/rules)
===================================================================
--- packages/django-floppyforms/tags/1.2.0-1/debian/rules	                        (rev 0)
+++ packages/django-floppyforms/tags/1.2.0-1/debian/rules	2014-09-03 09:10:01 UTC (rev 30479)
@@ -0,0 +1,24 @@
+#!/usr/bin/make -f
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+export PYBUILD_NAME=django-floppyforms
+
+%:
+	dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild
+
+override_dh_auto_build:
+	dh_auto_build
+	PYTHONPATH=. sphinx-build -b html -N docs/ docs/.build/html
+
+override_dh_auto_test:
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
+	set -e; \
+	for python in $(shell pyversions -r) $(shell py3versions -r); do \
+		PYTHONPATH="." DJANGO_SETTINGS_MODULE=tests.settings $$python runtests.py; \
+	done
+endif
+
+override_dh_installchangelogs:
+	dh_installchangelogs -- CHANGES.rst




More information about the Python-modules-commits mailing list