[Python-modules-commits] r28254 - in packages/pytest-instafail/trunk/debian (4 files)
barry at users.alioth.debian.org
barry at users.alioth.debian.org
Wed Mar 19 22:55:37 UTC 2014
Date: Wednesday, March 19, 2014 @ 22:55:36
Author: barry
Revision: 28254
* New upstream release.
* d/patches/unicode-setup.patch: Obsolete; deleted.
* d/control: Bump Standards-Version to 3.9.5 with no other changes necessary.
Modified:
packages/pytest-instafail/trunk/debian/changelog
packages/pytest-instafail/trunk/debian/control
packages/pytest-instafail/trunk/debian/patches/series
Deleted:
packages/pytest-instafail/trunk/debian/patches/unicode-setup.patch
Modified: packages/pytest-instafail/trunk/debian/changelog
===================================================================
--- packages/pytest-instafail/trunk/debian/changelog 2014-03-19 22:08:22 UTC (rev 28253)
+++ packages/pytest-instafail/trunk/debian/changelog 2014-03-19 22:55:36 UTC (rev 28254)
@@ -1,8 +1,10 @@
-pytest-instafail (0.1.0-2) UNRELEASED; urgency=low
+pytest-instafail (0.2.0-1) UNRELEASED; urgency=low
- * NOT RELEASED YET
+ * New upstream release.
+ * d/patches/unicode-setup.patch: Obsolete; deleted.
+ * d/control: Bump Standards-Version to 3.9.5 with no other changes necessary.
- -- Barry Warsaw <barry at debian.org> Mon, 01 Jul 2013 15:02:15 -0400
+ -- Barry Warsaw <barry at debian.org> Wed, 19 Mar 2014 18:23:28 -0400
pytest-instafail (0.1.0-1) unstable; urgency=low
Modified: packages/pytest-instafail/trunk/debian/control
===================================================================
--- packages/pytest-instafail/trunk/debian/control 2014-03-19 22:08:22 UTC (rev 28253)
+++ packages/pytest-instafail/trunk/debian/control 2014-03-19 22:55:36 UTC (rev 28254)
@@ -15,7 +15,7 @@
python3-setuptools,
python3-pytest,
python-docutils
-Standards-Version: 3.9.4
+Standards-Version: 3.9.5
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/patches/series
===================================================================
--- packages/pytest-instafail/trunk/debian/patches/series 2014-03-19 22:08:22 UTC (rev 28253)
+++ packages/pytest-instafail/trunk/debian/patches/series 2014-03-19 22:55:36 UTC (rev 28254)
@@ -1 +0,0 @@
-unicode-setup.patch
Deleted: packages/pytest-instafail/trunk/debian/patches/unicode-setup.patch
===================================================================
--- packages/pytest-instafail/trunk/debian/patches/unicode-setup.patch 2014-03-19 22:08:22 UTC (rev 28253)
+++ packages/pytest-instafail/trunk/debian/patches/unicode-setup.patch 2014-03-19 22:55:36 UTC (rev 28254)
@@ -1,14 +0,0 @@
---- a/setup.py
-+++ b/setup.py
-@@ -1,9 +1,10 @@
-+from codecs import open
- from setuptools import setup
-
- setup(
- name='pytest-instafail',
- description='py.test plugin to show failures instantly',
-- long_description=open("README.rst").read(),
-+ long_description=open("README.rst", encoding='utf-8').read(),
- version='0.1.0',
- url='https://github.com/jpvanhal/pytest-instafail',
- license='BSD',
More information about the Python-modules-commits
mailing list