[Python-modules-commits] r32937 - in packages/pytest-instafail/trunk/debian (6 files)

barry at users.alioth.debian.org barry at users.alioth.debian.org
Mon Jun 8 23:03:55 UTC 2015


    Date: Monday, June 8, 2015 @ 23:03:54
  Author: barry
Revision: 32937

* New upstream release.
* d/control:
  - Bump Standards-Version with no other changes necessary.
  - Bump debhelper Build-Depends to version 9.
* d/compat: Bump to version 9.
* d/copyright: Convert to DEP-5 format.
* d/tests/instafail: Re-enable the tests after upstream fix.
* d/watch: Use pypi.debian.net redirector.

Modified:
  packages/pytest-instafail/trunk/debian/changelog
  packages/pytest-instafail/trunk/debian/compat
  packages/pytest-instafail/trunk/debian/control
  packages/pytest-instafail/trunk/debian/copyright
  packages/pytest-instafail/trunk/debian/tests/instafail
  packages/pytest-instafail/trunk/debian/watch

Modified: packages/pytest-instafail/trunk/debian/changelog
===================================================================
--- packages/pytest-instafail/trunk/debian/changelog	2015-06-08 22:34:23 UTC (rev 32936)
+++ packages/pytest-instafail/trunk/debian/changelog	2015-06-08 23:03:54 UTC (rev 32937)
@@ -1,3 +1,16 @@
+pytest-instafail (0.3.0-1) UNRELEASED; urgency=medium
+
+  * New upstream release.
+  * d/control:
+    - Bump Standards-Version with no other changes necessary.
+    - Bump debhelper Build-Depends to version 9.
+  * d/compat: Bump to version 9.
+  * d/copyright: Convert to DEP-5 format.
+  * d/tests/instafail: Re-enable the tests after upstream fix.
+  * d/watch: Use pypi.debian.net redirector.
+
+ -- Barry Warsaw <barry at debian.org>  Mon, 08 Jun 2015 18:46:08 -0400
+
 pytest-instafail (0.2.0-2) unstable; urgency=medium
 
   * d/tests/instafail: Disable these tests due to upstream issue.

Modified: packages/pytest-instafail/trunk/debian/compat
===================================================================
--- packages/pytest-instafail/trunk/debian/compat	2015-06-08 22:34:23 UTC (rev 32936)
+++ packages/pytest-instafail/trunk/debian/compat	2015-06-08 23:03:54 UTC (rev 32937)
@@ -1 +1 @@
-8
+9

Modified: packages/pytest-instafail/trunk/debian/control
===================================================================
--- packages/pytest-instafail/trunk/debian/control	2015-06-08 22:34:23 UTC (rev 32936)
+++ packages/pytest-instafail/trunk/debian/control	2015-06-08 23:03:54 UTC (rev 32937)
@@ -6,7 +6,7 @@
 X-Python-Version: >= 2.6
 X-Python3-Version: >= 3.2
 Priority: optional
-Build-Depends: debhelper (>= 8),
+Build-Depends: debhelper (>= 9),
                autopkgtest,
                python-all (>= 2.6.6-3~),
                python-setuptools,
@@ -15,7 +15,7 @@
                python3-setuptools,
                python3-pytest,
                python-docutils
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
 XS-Testsuite: autopkgtest
 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/pytest-instafail/trunk/
 Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/pytest-instafail/trunk/

Modified: packages/pytest-instafail/trunk/debian/copyright
===================================================================
--- packages/pytest-instafail/trunk/debian/copyright	2015-06-08 22:34:23 UTC (rev 32936)
+++ packages/pytest-instafail/trunk/debian/copyright	2015-06-08 23:03:54 UTC (rev 32937)
@@ -1,55 +1,53 @@
-This work was packaged for Debian by:
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: pytest-instafail
+Source: https://pypi.python.org/pypi/pytest-instafail
 
-    Barry A. Warsaw <barry at debian.org> on 2013-07-01
+Files: *
+Copyright: Copyright (c) 2013-2014, Janne Vanhala
+License: BSD-3-clause
+ Copyright (c) 2013-2014, Janne Vanhala
+ .
+ All rights reserved.
+ .
+ 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.
+ .
+ * The names of the contributors may not 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 HOLDER 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.
 
-It was downloaded from:
-
-    <http://pypi.python.org/pypi/pytest-instafail>
-
-Upstream Author:
-
-    Janne Vanhala <janne.vanhala at gmail.com>
-
-Copyright:
-
-    (c) 2013 by Janne Vanhala
-
-License:
-
-    Copyright (c) 2013, Janne Vanhala
-
-    All rights reserved.
-
-    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.
-
-    * The names of the contributors may not 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 HOLDER 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:
-
-    Copyright (C) 2013 Barry A. Warsaw <barry at debian.org>
-
-and is licensed under the GPL version 3,
-see "/usr/share/common-licenses/GPL-3".
+Files: debian/*
+Copyright: 2014-2015 Barry A. Warsaw
+License: GPL-3
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+ .
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program.  If not, see <http://www.gnu.org/licenses/>.
+ .
+ On Debian-based systems the full text of the LGPL can be found at
+ /usr/share/common-licenses/GPL-3.

Modified: packages/pytest-instafail/trunk/debian/tests/instafail
===================================================================
--- packages/pytest-instafail/trunk/debian/tests/instafail	2015-06-08 22:34:23 UTC (rev 32936)
+++ packages/pytest-instafail/trunk/debian/tests/instafail	2015-06-08 23:03:54 UTC (rev 32937)
@@ -1,7 +1,2 @@
-# Disable these for now.
-# https://github.com/jpvanhal/pytest-instafail/issues/6
-#
-# AFAICT, this issue only affects the tests, not the functionality.
-
-#py.test --instafail
-#py.test-3 --instafail
+py.test --instafail
+py.test-3 --instafail

Modified: packages/pytest-instafail/trunk/debian/watch
===================================================================
--- packages/pytest-instafail/trunk/debian/watch	2015-06-08 22:34:23 UTC (rev 32936)
+++ packages/pytest-instafail/trunk/debian/watch	2015-06-08 23:03:54 UTC (rev 32937)
@@ -1,2 +1,3 @@
 version=3
-https://pypi.python.org/packages/source/p/pytest-instafail/pytest-instafail-(.*).tar.gz
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+http://pypi.debian.net/pytest-instafail/pytest-instafail-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))




More information about the Python-modules-commits mailing list