[Python-modules-commits] r26202 - in packages/voluptuous/tags (8 files)

edmonds at users.alioth.debian.org edmonds at users.alioth.debian.org
Fri Oct 18 19:11:17 UTC 2013


    Date: Friday, October 18, 2013 @ 19:11:15
  Author: edmonds
Revision: 26202

[svn-buildpackage] Tagging voluptuous 0.8.2-1

Added:
  packages/voluptuous/tags/0.8.2-1/
  packages/voluptuous/tags/0.8.2-1/debian/changelog
    (from rev 26201, packages/voluptuous/trunk/debian/changelog)
  packages/voluptuous/tags/0.8.2-1/debian/control
    (from rev 26201, packages/voluptuous/trunk/debian/control)
  packages/voluptuous/tags/0.8.2-1/debian/docs
    (from rev 26201, packages/voluptuous/trunk/debian/docs)
  packages/voluptuous/tags/0.8.2-1/debian/rules
    (from rev 26201, packages/voluptuous/trunk/debian/rules)
Deleted:
  packages/voluptuous/tags/0.8.2-1/debian/changelog
  packages/voluptuous/tags/0.8.2-1/debian/control
  packages/voluptuous/tags/0.8.2-1/debian/rules

Deleted: packages/voluptuous/tags/0.8.2-1/debian/changelog
===================================================================
--- packages/voluptuous/trunk/debian/changelog	2013-10-18 17:22:18 UTC (rev 26200)
+++ packages/voluptuous/tags/0.8.2-1/debian/changelog	2013-10-18 19:11:15 UTC (rev 26202)
@@ -1,11 +0,0 @@
-voluptuous (0.6.1-2) UNRELEASED; urgency=low
-
-  * Use canonical URIs for Vcs-* fields.
-
- -- Jakub Wilk <jwilk at debian.org>  Sun, 05 May 2013 16:04:16 +0200
-
-voluptuous (0.6.1-1) unstable; urgency=low
-
-  * Initial release. Closes: #698354
-
- -- Antoine Musso <hashar at free.fr>  Wed, 17 Apr 2013 09:40:58 +0000

Copied: packages/voluptuous/tags/0.8.2-1/debian/changelog (from rev 26201, packages/voluptuous/trunk/debian/changelog)
===================================================================
--- packages/voluptuous/tags/0.8.2-1/debian/changelog	                        (rev 0)
+++ packages/voluptuous/tags/0.8.2-1/debian/changelog	2013-10-18 19:11:15 UTC (rev 26202)
@@ -0,0 +1,19 @@
+voluptuous (0.8.2-1) unstable; urgency=low
+
+  [ Jakub Wilk ]
+  * Use canonical URIs for Vcs-* fields.
+
+  [ Robert S. Edmonds ]
+  * New upstream release.
+  * Add myself to Uploaders.
+  * Add python3-voluptous binary package.
+  * Build for only the default Python and Python 3 versions.
+  * Install README.md file.
+
+ -- Robert S. Edmonds <edmonds at debian.org>  Fri, 18 Oct 2013 14:44:42 -0400
+
+voluptuous (0.6.1-1) unstable; urgency=low
+
+  * Initial release. Closes: #698354
+
+ -- Antoine Musso <hashar at free.fr>  Wed, 17 Apr 2013 09:40:58 +0000

Deleted: packages/voluptuous/tags/0.8.2-1/debian/control
===================================================================
--- packages/voluptuous/trunk/debian/control	2013-10-18 17:22:18 UTC (rev 26200)
+++ packages/voluptuous/tags/0.8.2-1/debian/control	2013-10-18 19:11:15 UTC (rev 26202)
@@ -1,29 +0,0 @@
-Source: voluptuous
-Section: python
-Priority: optional
-Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Antoine Musso <hashar at free.fr>,
- Paul Belanger <paul.belanger at polybeacon.com>
-Build-Depends: debhelper (>= 9),
- python-all (>= 2.6.6-3),
- python-nose,
- python-setuptools
-X-Python-Version: >= 2.6
-Standards-Version: 3.9.3
-Homepage: http://github.com/alecthomas/voluptuous
-Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/voluptuous/trunk/
-Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/voluptuous/trunk/
-
-Package: python-voluptuous
-Architecture: all
-Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
-Description: Python library to validate data
- Voluptuous is primarily intended to validate data coming in to Python
- as JSON, YAML, etc. The aim is to offer a light-weight style with three
- main goals:
-  1. simplicity
-  2. support for complex data structures
-  3. provide useful error messages
- .
- It has been inspired by Validino and to a lesser extent by jsonvalidator and
- json_schema.

Copied: packages/voluptuous/tags/0.8.2-1/debian/control (from rev 26201, packages/voluptuous/trunk/debian/control)
===================================================================
--- packages/voluptuous/tags/0.8.2-1/debian/control	                        (rev 0)
+++ packages/voluptuous/tags/0.8.2-1/debian/control	2013-10-18 19:11:15 UTC (rev 26202)
@@ -0,0 +1,44 @@
+Source: voluptuous
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Antoine Musso <hashar at free.fr>,
+ Paul Belanger <paul.belanger at polybeacon.com>,
+ Robert S. Edmonds <edmonds at debian.org>
+Build-Depends: debhelper (>= 9),
+ dh-python,
+ python-all (>= 2.6.6-3), python3-all,
+ python-nose, python3-nose,
+ python-setuptools, python3-setuptools
+Standards-Version: 3.9.4
+Homepage: http://github.com/alecthomas/voluptuous
+Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/voluptuous/trunk/
+Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/voluptuous/trunk/
+
+Package: python-voluptuous
+Architecture: all
+Depends: ${python:Depends}, ${misc:Depends}
+Description: Python library to validate data
+ Voluptuous is primarily intended to validate data coming in to Python
+ as JSON, YAML, etc. The aim is to offer a light-weight style with three
+ main goals:
+  1. simplicity
+  2. support for complex data structures
+  3. provide useful error messages
+ .
+ It has been inspired by Validino and to a lesser extent by jsonvalidator and
+ json_schema.
+
+Package: python3-voluptuous
+Architecture: all
+Depends: ${python3:Depends}, ${misc:Depends}
+Description: Python 3 library to validate data
+ Voluptuous is primarily intended to validate data coming in to Python
+ as JSON, YAML, etc. The aim is to offer a light-weight style with three
+ main goals:
+  1. simplicity
+  2. support for complex data structures
+  3. provide useful error messages
+ .
+ It has been inspired by Validino and to a lesser extent by jsonvalidator and
+ json_schema.

Copied: packages/voluptuous/tags/0.8.2-1/debian/docs (from rev 26201, packages/voluptuous/trunk/debian/docs)
===================================================================
--- packages/voluptuous/tags/0.8.2-1/debian/docs	                        (rev 0)
+++ packages/voluptuous/tags/0.8.2-1/debian/docs	2013-10-18 19:11:15 UTC (rev 26202)
@@ -0,0 +1 @@
+README.md

Deleted: packages/voluptuous/tags/0.8.2-1/debian/rules
===================================================================
--- packages/voluptuous/trunk/debian/rules	2013-10-18 17:22:18 UTC (rev 26200)
+++ packages/voluptuous/tags/0.8.2-1/debian/rules	2013-10-18 19:11:15 UTC (rev 26202)
@@ -1,20 +0,0 @@
-#!/usr/bin/make -f
-# -*- makefile -*-
-# Uncomment this to turn on verbose mode.
-#export DH_VERBOSE=1
-
-%:
-	dh $@ --with python2
-
-get-orig-source:
-	uscan --download-current-version --rename --destdir ../tarballs
-
-override_dh_auto_test:
-ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
-	set -ex; for python in $(shell pyversions -s); do \
-			$$python -m doctest tests.rst; \
-	done
-	nosetests --verbose
-endif
-
-.PHONY: get-orig-source override_dh_auto_test

Copied: packages/voluptuous/tags/0.8.2-1/debian/rules (from rev 26201, packages/voluptuous/trunk/debian/rules)
===================================================================
--- packages/voluptuous/tags/0.8.2-1/debian/rules	                        (rev 0)
+++ packages/voluptuous/tags/0.8.2-1/debian/rules	2013-10-18 19:11:15 UTC (rev 26202)
@@ -0,0 +1,17 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+export PYBUILD_NAME=voluptuous
+
+%:
+	dh $@ --with python2,python3 --buildsystem=pybuild
+
+get-orig-source:
+	uscan --download-current-version --rename --destdir ../tarballs
+
+override_dh_auto_test:
+	PYBUILD_SYSTEM=custom \
+	PYBUILD_TEST_ARGS="nosetests --verbose --with-doctest {build_dir}/ README.md tests.md" dh_auto_test
+
+.PHONY: get-orig-source override_dh_auto_test




More information about the Python-modules-commits mailing list