[pandas] 01/04: Secure URI in watch file

Andreas Tille tille at debian.org
Tue Oct 24 19:32:56 UTC 2017


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch debian
in repository pandas.

commit 1c70d15f315ad3148748121dac275d31f0ce44c7
Author: Andreas Tille <tille at debian.org>
Date:   Tue Oct 24 08:18:45 2017 +0200

    Secure URI in watch file
---
 debian/changelog                                       |  8 ++++++++
 debian/patches/mark_tests_working_on_intel_s390x.patch | 12 ++++++++++--
 debian/watch                                           |  4 ++--
 3 files changed, 20 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 1a55478..04cefe4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+pandas (0.20.3-9) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Add missing "import pytest" to two patched tests
+  * Secure URI in watch file
+
+ -- Andreas Tille <tille at debian.org>  Tue, 24 Oct 2017 08:17:06 +0200
+
 pandas (0.20.3-8) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/patches/mark_tests_working_on_intel_s390x.patch b/debian/patches/mark_tests_working_on_intel_s390x.patch
index bbccd41..c70d54d 100644
--- a/debian/patches/mark_tests_working_on_intel_s390x.patch
+++ b/debian/patches/mark_tests_working_on_intel_s390x.patch
@@ -34,7 +34,11 @@ Bug-Debian: https://bugs.debian.org/877419
          # Issue #11879. to_records used to raise an exception when used
 --- a/pandas/tests/indexes/datetimes/test_formats.py
 +++ b/pandas/tests/indexes/datetimes/test_formats.py
-@@ -5,7 +5,7 @@ import numpy as np
+@@ -2,10 +2,11 @@ from pandas import DatetimeIndex
+ 
+ import numpy as np
+ 
++import pytest
  import pandas.util.testing as tm
  import pandas as pd
  
@@ -45,7 +49,11 @@ Bug-Debian: https://bugs.debian.org/877419
  
 --- a/pandas/tests/indexes/period/test_formats.py
 +++ b/pandas/tests/indexes/period/test_formats.py
-@@ -5,7 +5,7 @@ import numpy as np
+@@ -2,10 +2,11 @@ from pandas import PeriodIndex
+ 
+ import numpy as np
+ 
++import pytest
  import pandas.util.testing as tm
  import pandas as pd
  
diff --git a/debian/watch b/debian/watch
index 075aad6..399f666 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,3 +1,3 @@
-version=3
+version=4
 opts="dversionmangle=s/.dfsg$//,uversionmangle=s/v//,filenamemangle=s/.*\/(.*)/pandas-$1\.tar\.gz/" \
- http://github.com/pydata/pandas/tags .*archive/v?([\d\.rc]+).tar.gz
+ https://github.com/pydata/pandas/tags .*archive/v?([\d\.rc]+).tar.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pandas.git



More information about the debian-science-commits mailing list