[Debian-astro-commits] [python-astropy] 02/02: Adjust changelog and patches for new version
Ole Streicher
olebole at moszumanska.debian.org
Sat Jan 9 09:41:39 UTC 2016
This is an automated email from the git hooks/post-receive script.
olebole pushed a commit to branch debian
in repository python-astropy.
commit 45a3b4e2f11cc1610671c380a6908e0e38930061
Author: Ole Streicher <olebole at debian.org>
Date: Sat Jan 9 10:19:35 2016 +0100
Adjust changelog and patches for new version
---
debian/changelog | 5 +++--
debian/patches/mark_known_failures.patch | 8 ++++----
2 files changed, 7 insertions(+), 6 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index aa68909..ce40b7c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,10 @@
-python-astropy (1.1-2) UNRELEASED; urgency=medium
+python-astropy (1.1.1-1) unstable; urgency=low
+ * New upstream version
* Depend python-astropy-utils on python-astropy of the same version.
Closes: #807834
- -- Ole Streicher <olebole at debian.org> Mon, 14 Dec 2015 12:25:52 +0100
+ -- Ole Streicher <olebole at debian.org> Sat, 09 Jan 2016 10:19:00 +0100
python-astropy (1.1-1) unstable; urgency=low
diff --git a/debian/patches/mark_known_failures.patch b/debian/patches/mark_known_failures.patch
index f6b9048..2e2c82a 100644
--- a/debian/patches/mark_known_failures.patch
+++ b/debian/patches/mark_known_failures.patch
@@ -3,7 +3,7 @@ Description: Mark all known test failures as xfail.
These failures have been discussed with upstream.
--- a/astropy/io/fits/tests/test_connect.py
+++ b/astropy/io/fits/tests/test_connect.py
-@@ -121,6 +121,8 @@
+@@ -136,6 +136,8 @@
# while reading is to check whether col.null is present. For float columns, col.null
# is not initialized
@@ -12,7 +12,7 @@ Description: Mark all known test failures as xfail.
def test_read_from_fileobj(self, tmpdir):
filename = str(tmpdir.join('test_read_from_fileobj.fits'))
hdu = BinTableHDU(self.data)
-@@ -157,6 +159,8 @@
+@@ -172,6 +174,8 @@
def setup_method(self, method):
warnings.filterwarnings('always')
@@ -21,7 +21,7 @@ Description: Mark all known test failures as xfail.
def test_read(self, tmpdir):
filename = str(tmpdir.join('test_read.fits'))
self.hdus.writeto(filename)
-@@ -174,6 +178,8 @@
+@@ -189,6 +193,8 @@
Table.read(filename, hdu=0)
assert exc.value.args[0] == 'No table found in hdu=0'
@@ -32,7 +32,7 @@ Description: Mark all known test failures as xfail.
filename = str(tmpdir.join('test_read_with_hdu_1.fits'))
--- a/astropy/wcs/wcs.py
+++ b/astropy/wcs/wcs.py
-@@ -83,6 +83,8 @@
+@@ -84,6 +84,8 @@
if six.PY3 or platform.system() == 'Windows':
__doctest_skip__ = ['WCS.all_world2pix']
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-astro/packages/python-astropy.git
More information about the Debian-astro-commits
mailing list