pandas.git
7 years agoBF: mark two tests (test_{statsmodels,seaborn}) as requiring network
Yaroslav Halchenko [Sun, 18 Feb 2018 23:10:00 +0000 (18:10 -0500)]
BF: mark two tests (test_{statsmodels,seaborn}) as requiring network

Gbp-Pq: Name 0001-BF-mark-two-tests-test_-statsmodels-seaborn-as-requi.patch

7 years agoup_moto_optional
Debian Science Team [Sun, 17 Jun 2018 16:01:16 +0000 (17:01 +0100)]
up_moto_optional

Gbp-Pq: Name up_moto_optional

7 years agodeb_ndsphinx_optional
Debian Science Team [Sun, 17 Jun 2018 16:01:16 +0000 (17:01 +0100)]
deb_ndsphinx_optional

Gbp-Pq: Name deb_ndsphinx_optional

7 years agomathjax-path
Debian Science Team [Sun, 17 Jun 2018 16:01:16 +0000 (17:01 +0100)]
mathjax-path

Gbp-Pq: Name mathjax-path.patch

7 years agomark_tests_failing_on_386
Debian Science Team [Sun, 17 Jun 2018 16:01:16 +0000 (17:01 +0100)]
mark_tests_failing_on_386

Gbp-Pq: Name mark_tests_failing_on_386.patch

7 years agomark_tests_working_on_intel_armhf
Debian Science Team [Sun, 17 Jun 2018 16:01:16 +0000 (17:01 +0100)]
mark_tests_working_on_intel_armhf

Gbp-Pq: Name mark_tests_working_on_intel_armhf.patch

7 years agomark_tests_working_on_intel_mips
Debian Science Team [Sun, 17 Jun 2018 16:01:16 +0000 (17:01 +0100)]
mark_tests_working_on_intel_mips

Gbp-Pq: Name mark_tests_working_on_intel_mips.patch

7 years agomark_tests_working_on_intel_s390x
Debian Science Team [Sun, 17 Jun 2018 16:01:16 +0000 (17:01 +0100)]
mark_tests_working_on_intel_s390x

Gbp-Pq: Name mark_tests_working_on_intel_s390x.patch

7 years agomark_tests_working_on_intel
Debian Science Team [Sun, 17 Jun 2018 16:01:16 +0000 (17:01 +0100)]
mark_tests_working_on_intel

Last-Update Sat, 14 Oct 2017 19:42:59 +0200
Bug-Debian: https://bugs.debian.org/877419
Author: Graham Inggs <ginggs@debian.org>
Last-Update: 2018-04-11

Gbp-Pq: Name mark_tests_working_on_intel.patch

7 years agoup_print_versions
Debian Science Team [Sun, 17 Jun 2018 16:01:16 +0000 (17:01 +0100)]
up_print_versions

Gbp-Pq: Name up_print_versions

7 years agodeb_dont_call_py2_in_py3_test
Debian Science Team [Sun, 17 Jun 2018 16:01:16 +0000 (17:01 +0100)]
deb_dont_call_py2_in_py3_test

Gbp-Pq: Name deb_dont_call_py2_in_py3_test.patch

7 years agodeb_skip_sequencelike_on_armel
Debian Science Team [Sun, 17 Jun 2018 16:01:16 +0000 (17:01 +0100)]
deb_skip_sequencelike_on_armel

Gbp-Pq: Name deb_skip_sequencelike_on_armel

7 years agodeb_disable_googleanalytics
Debian Science Team [Sun, 17 Jun 2018 16:01:16 +0000 (17:01 +0100)]
deb_disable_googleanalytics

Gbp-Pq: Name deb_disable_googleanalytics

7 years agodeb_skip_stata_on_bigendians
Debian Science Team [Sun, 17 Jun 2018 16:01:16 +0000 (17:01 +0100)]
deb_skip_stata_on_bigendians

Gbp-Pq: Name deb_skip_stata_on_bigendians

7 years agodeb_doc_donotoverride_PYTHONPATH
Debian Science Team [Sun, 17 Jun 2018 16:01:16 +0000 (17:01 +0100)]
deb_doc_donotoverride_PYTHONPATH

Gbp-Pq: Name deb_doc_donotoverride_PYTHONPATH

7 years agodeb_nonversioneer_version
Debian Science Team [Sun, 17 Jun 2018 16:01:16 +0000 (17:01 +0100)]
deb_nonversioneer_version

Gbp-Pq: Name deb_nonversioneer_version

7 years agopandas (0.22.0-8) unstable; urgency=medium
Mo Zhou [Sun, 17 Jun 2018 16:01:16 +0000 (17:01 +0100)]
pandas (0.22.0-8) unstable; urgency=medium

  * Team Upload.
  * patches:
    + Add patch: deb_dont_call_py2_in_py3_test.patch
      During python3 unit test, command 'python' is called by one of
      the tests.  When there is no python2 installation, tests such as
      autopkgtest would fail.
    * Put the conditionally applied patch to series' comment to avoid
      lintianW: patch-file-present-but-not-mentioned-in-series.
  * Trying to fix the autopkgtest:
    + Leave a comment about the way to run unittest in the test control file.
    + Synchronize B-D and autopkgtest depends.
    + Allow output to stderr during test.
    * Switch from nosetest to pytest.
    * Synchronize pytest argument for rules and autopkgtest.
    - Replace tests/unittest with the symlink pointed to tests/unittest3.
      That scripts is smart enough to tell from py2 and py3, so we won't
      need to write the same thing twice.
    - Filter out intel tests on non-x86 architectures.
    - Only enable "slow" tests on (Debian + x86) tester. "slow" tests may
      consume too much memory to cause memory error or trigger OOM killer.
  * control:
    + Add missing python3 dependencies and sort the B-D list.
    * Point Vcs-* fields to Salsa.
    * Update Homepage to https://pandas.pydata.org/ .
  * rules:
    * Reverse the architecture filtering logic.
    * Disable "slow" tests during build for non-x86 architectures.
      This may significantly reduce the build time on those weak architectures.
    * Don't specify the pytest marker expression twice.
      The first expression will be overridden.
    * Fix hardening flags.
    - Cleanup the mess of unused nosetest exclusion expressions.
  * Update lintian overrides.
    + Override source-is-missing error, which is a false-positive triggered
      by insane-line-length-in-source-file.
    + Override insane-line-length-in-source-file because we have nothing
      todo with lenghy lines in html.
  * TODO: Point out that the unittest speed can be boosted with pytest-xdist.

[dgit import unpatched pandas 0.22.0-8]

7 years agoImport pandas_0.22.0-8.debian.tar.xz
Mo Zhou [Sun, 17 Jun 2018 16:01:16 +0000 (17:01 +0100)]
Import pandas_0.22.0-8.debian.tar.xz

[dgit import tarball pandas 0.22.0-8 pandas_0.22.0-8.debian.tar.xz]

7 years agoImport pandas_0.22.0.orig.tar.gz
Yaroslav Halchenko [Wed, 21 Feb 2018 15:30:06 +0000 (15:30 +0000)]
Import pandas_0.22.0.orig.tar.gz

[dgit import orig pandas_0.22.0.orig.tar.gz]