Package: python-isodate
Version: 0.4.6-1
Severity: normal

Dear Maintainer,

There is a new version of isodate (0.5.0) available from:

   https://pypi.python.org/pypi/isodate

I noticed this whilst working on the Ubuntu bug below:

   http://bugs.launchpad.net/bugs/1349899

This bug is to introduce isodate into Ubuntu's main component. As a
result of this, I've made some packaging changes which are attached as a
debdiff.


-- System Information:
Debian Release: jessie/sid
 APT prefers utopic-updates
 APT policy: (500, 'utopic-updates'), (500, 'utopic-security'), (500, 
'utopic'), (100, 'utopic-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.16.0-13-generic (SMP w/1 CPU core)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages python-isodate depends on:
ii  python     2.7.8-1
ii  python2.7  2.7.8-6ubuntu1

python-isodate recommends no packages.

python-isodate suggests no packages.

-- no debconf information

--
Kind regards,

James Hunt.
=== modified file 'debian/changelog'
--- debian/changelog	2012-01-22 12:09:40 +0000
+++ debian/changelog	2014-09-09 16:13:20 +0000
@@ -1,3 +1,29 @@
+isodate (0.4.6-1ubuntu3) UNRELEASED; urgency=medium
+
+  * debian/control: Add Vcs-Git: and Vcs-Browser:.
+  * debian/copyright: Convert to DEP-5 format.
+
+ -- James Hunt <james.h...@ubuntu.com>  Tue, 09 Sep 2014 17:12:34 +0100
+
+isodate (0.4.6-1ubuntu2) utopic; urgency=medium
+
+  * debian/tests/run-tests: Redirect stderr to stdout to avoid adt
+    infrastructure marking tests as failed.
+
+ -- James Hunt <james.h...@ubuntu.com>  Tue, 09 Sep 2014 15:28:41 +0100
+
+isodate (0.4.6-1ubuntu1) utopic; urgency=medium
+
+  * debian/control:
+    - Add XS-Testsuite for DEP-8 tests.
+    - Update standards version.
+    - Make python 2 and python 3 Descriptions unique to appease lintian.
+  * debian/tests/: Basic DEP-8 test to run test suite for python 2 and
+    python 3.
+  * debian/watch: Added missing watch file.
+
+ -- James Hunt <james.h...@ubuntu.com>  Tue, 09 Sep 2014 11:44:49 +0100
+
 isodate (0.4.6-1) unstable; urgency=low
 
   * Initial release. (Closes: #656919)

=== modified file 'debian/control'
--- debian/control	2012-01-22 12:09:40 +0000
+++ debian/control	2014-09-09 15:10:07 +0000
@@ -1,20 +1,24 @@
 Source: isodate
-Maintainer: Maximiliano Curia <m...@debian.org>
+Maintainer: Ubuntu Developers <ubuntu-devel-disc...@lists.ubuntu.com>
+XSBC-Original-Maintainer: Maximiliano Curia <m...@debian.org>
 Section: python
 Priority: optional
 Build-Depends: python-all (>= 2.6.6-3~), python3-all (>= 3.1.2-6~), debhelper (>= 7.0.50~)
 X-Python-Version: >= 2.5
 X-Python3-Version: >= 3.0
-Standards-Version: 3.9.2
+Standards-Version: 3.9.5
+Vcs-Git: https://github.com/gweis/isodate.git
+Vcs-Browser: https://github.com/gweis/isodate
+XS-Testsuite: autopkgtest
 
 Package: python-isodate
 Architecture: all
 Depends: ${misc:Depends}, ${python:Depends}
 Description: ISO 8601 date/time/duration parser and formatter (Python module)
- This module implements ISO 8601 date, time and duration parsing.
+ This python module implements ISO 8601 date, time and duration parsing.
 
 Package: python3-isodate
 Architecture: all
 Depends: ${misc:Depends}, ${python3:Depends}
 Description: ISO 8601 date/time/duration parser and formatter (Python 3 module)
- This module implements ISO 8601 date, time and duration parsing.
+ This python 3 module implements ISO 8601 date, time and duration parsing.

=== modified file 'debian/copyright'
--- debian/copyright	2012-01-22 12:09:40 +0000
+++ debian/copyright	2014-09-09 16:08:34 +0000
@@ -1,93 +1,84 @@
-This package was debianized by Maximiliano Curia <m...@debian.org> on
-Sun, 22 Jan 2012 13:23:26 -0300.
-
-It was downloaded from http://hg.proclos.com/isodate
-
-Upstream Author: Gerhard Weis
-
-Copyright 2009, Gerhard Weis
-
-License:
-
-# Redistribution and use in source and binary forms, with or without
-# modification, are permitted provided that the following conditions are met:
-#
-#  * Redistributions of source code must retain the above copyright notice,
-#    this list of conditions and the following disclaimer.
-#  * Redistributions in binary form must reproduce the above copyright notice,
-#    this list of conditions and the following disclaimer in the documentation
-#    and/or other materials provided with the distribution.
-#  * Neither the name of the authors nor the names of its contributors
-#    may be used to endorse or promote products derived from this software
-#    without specific prior written permission.
-#
-# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 
-# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
-# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
-# ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
-# LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 
-# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
-# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
-# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
-# CONTRACT, STRICT LIABILITY, OR TORT
-
-With exception of the bootstrap.py file which is licensed as
-
-# Copyright (c) 2006 Zope Corporation and Contributors.
-# All Rights Reserved.
-#
-# This software is subject to the provisions of the Zope Public License,
-# Version 2.1 (ZPL).  A copy of the ZPL should accompany this distribution.
-# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
-# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
-# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
-# FOR A PARTICULAR PURPOSE.
-
-Zope Public License (ZPL) Version 2.1
-=====================================
-
-A copyright notice accompanies this license document that identifies the
-copyright holders.
-
-This license has been certified as open source. It has also been designated as
-GPL compatible by the Free Software Foundation (FSF).
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are met:
-
- 1 Redistributions in source code must retain the accompanying copyright notice,
-   this list of conditions, and the following disclaimer.
-
- 2 Redistributions in binary form must reproduce the accompanying copyright
-   notice, this list of conditions, and the following disclaimer in the
-   documentation and/or other materials provided with the distribution.
-
- 3 Names of the copyright holders must not be used to endorse or promote
-   products derived from this software without prior written permission from
-   the copyright holders.
-
- 4 The right to distribute this software or to use it for any purpose does not
-   give you the right to use Servicemarks (sm) or Trademarks (tm) of the
-   copyright holders. Use of them is covered by separate agreement with the
-   copyright holders.
-
- 5 If any files are modified, you must cause the modified files to carry
-   prominent notices stating that you changed the files and the date of any
-   change.
-
-Disclaimer
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY EXPRESSED
-OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
-OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
-EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT,
-INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
-LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
-PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
-LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
-NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
-EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
-
-The Debian packaging is (C) 2012 Maximiliano Curia <m...@debian.org> and
-is licensed under the BSD (3 clause) shown above.
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Gerhard Weis
+Source: http://hg.proclos.com/isodate
+
+Files: *
+Copyright: 2009 Gerhard Weis
+License: BSD-3-clause
+
+Files: debian/*
+Copyright: 2012 Maximiliano Curia <m...@debian.org>
+License: BSD-3-clause
+
+License: BSD-3-clause
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions
+ are met:
+ 1. Redistributions of source code must retain the above copyright
+    notice, this list of conditions and the following disclaimer.
+ 2. Redistributions in binary form must reproduce the above copyright
+    notice, this list of conditions and the following disclaimer in the
+    documentation and/or other materials provided with the distribution.
+ 3. Neither the name of the author nor the names of other contributors
+    may be used to endorse or promote products derived from this software
+    without specific prior written permission.
+ .
+ THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS''
+ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
+ THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+ PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS
+ BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
+ BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
+ WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
+ OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN
+ IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+Files: bootstrap.py
+Copyright: 2006 Zope Corporation and Contributors.
+License: ZPL-2.1
+ Zope Public License (ZPL) Version 2.1
+ .
+ A copyright notice accompanies this license document that identifies the
+ copyright holders.
+ .
+ This license has been certified as open source. It has also been designated as
+ GPL compatible by the Free Software Foundation (FSF).
+ .
+ Redistribution and use in source and binary forms, with or without
+ modification, are permitted provided that the following conditions are met:
+ .
+ 1. Redistributions in source code must retain the accompanying copyright
+ notice, this list of conditions, and the following disclaimer.
+ .
+ 2. Redistributions in binary form must reproduce the accompanying copyright
+ notice, this list of conditions, and the following disclaimer in the
+ documentation and/or other materials provided with the distribution.
+ .
+ 3. Names of the copyright holders must not be used to endorse or promote
+ products derived from this software without prior written permission from the
+ copyright holders.
+ .
+ 4. The right to distribute this software or to use it for any purpose does not
+ give you the right to use Servicemarks (sm) or Trademarks (tm) of the
+ copyright
+ holders. Use of them is covered by separate agreement with the copyright
+ holders.
+ .
+ 5. If any files are modified, you must cause the modified files to carry
+ prominent notices stating that you changed the files and the date of any
+ change.
+ .
+ Disclaimer
+ .
+ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS ``AS IS'' AND ANY EXPRESSED
+ OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
+ OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
+ EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE FOR ANY DIRECT, INDIRECT,
+ INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
+ LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
+ PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
+ LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
+ NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
+ EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

=== added directory 'debian/tests'
=== added file 'debian/tests/control'
--- debian/tests/control	1970-01-01 00:00:00 +0000
+++ debian/tests/control	2014-09-09 15:04:36 +0000
@@ -0,0 +1,2 @@
+Tests: run-tests
+Depends: @, python-setuptools, python3-setuptools

=== added file 'debian/tests/run-tests'
--- debian/tests/run-tests	1970-01-01 00:00:00 +0000
+++ debian/tests/run-tests	2014-09-09 15:04:36 +0000
@@ -0,0 +1,5 @@
+#!/bin/sh
+
+set -e
+
+(python setup.py test && python3 setup.py test) 2>&1

=== added file 'debian/watch'
--- debian/watch	1970-01-01 00:00:00 +0000
+++ debian/watch	2014-09-09 15:04:36 +0000
@@ -0,0 +1,3 @@
+version=3
+opts=uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha|b|a)[\-\.]?\d*)$/$1~$2/ \
+http://pypi.python.org/packages/source/i/isodate/isodate-(\d.*)\.(?:tgz|tar\.(?:gz|bz2|xz))

Attachment: signature.asc
Description: Digital signature

Reply via email to