[python-astropy] 02/02: Adjust patches for new version
Ole Streicher
olebole at moszumanska.debian.org
Thu Feb 19 08:31:46 UTC 2015
This is an automated email from the git hooks/post-receive script.
olebole pushed a commit to branch debian
in repository python-astropy.
commit 073e6af120e92c622e3ecc5aa7a09af6890a6387
Author: Ole Streicher <debian at liska.ath.cx>
Date: Thu Feb 19 09:29:07 2015 +0100
Adjust patches for new version
---
debian/changelog | 6 ++++++
debian/patches/mark_known_failures.patch | 22 ----------------------
2 files changed, 6 insertions(+), 22 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 11cfead..fd80025 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-astropy (1.0-1~exp) experimental; urgency=low
+
+ * New upstream version.
+
+ -- Ole Streicher <olebole at debian.org> Thu, 19 Feb 2015 09:09:44 +0100
+
python-astropy (1.0~rc2-1) experimental; urgency=medium
* New upstream release candidate
diff --git a/debian/patches/mark_known_failures.patch b/debian/patches/mark_known_failures.patch
index 51ceb56..b66d39f 100644
--- a/debian/patches/mark_known_failures.patch
+++ b/debian/patches/mark_known_failures.patch
@@ -30,28 +30,6 @@ Description: Mark all known test failures as xfail.
@pytest.mark.parametrize('hdu', [1, 'first'])
def test_read_with_hdu_1(self, tmpdir, hdu):
filename = str(tmpdir.join('test_read_with_hdu_1.fits'))
---- a/astropy/coordinates/tests/test_frames.py
-+++ b/astropy/coordinates/tests/test_frames.py
-@@ -543,6 +543,8 @@
- with pytest.raises(ValueError):
- GCRS(obsgeoloc=[1, 3]*u.km) #incorrect shape
-
-+# see https://github.com/astropy/astropy/issues/3380
-+ at pytest.mark.xfail()
- def test_eloc_attributes():
- from .. import AltAz, ITRS, GCRS, EarthLocation
-
---- a/astropy/modeling/tests/test_mappings.py
-+++ b/astropy/modeling/tests/test_mappings.py
-@@ -46,6 +46,8 @@
- assert_allclose(model(1, 2), 1.86602540378)
-
-
-+# see https://github.com/astropy/astropy/issues/3380
-+ at pytest.mark.xfail()
- def test_identity():
- x = np.zeros((2, 3))
- y = np.ones((2, 3))
--- a/astropy/wcs/wcs.py
+++ b/astropy/wcs/wcs.py
@@ -74,6 +74,8 @@
--
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-science-commits
mailing list