This version has: python_requires=">=3.6.1" (1.0.1 had the same)
If you are sure that this still works on py2 (which still has consumers): OK mariani@ Cheers. Elias. On Sat, Mar 21, 2020 at 9:08 AM Bjorn Ketelaars <[email protected]> wrote: > > Diff below brings py-pandas to 1.0.3, which includes some regression > fixes and bug fixes. Release notes: > https://pandas.pydata.org/docs/whatsnew/index.html#release > > Tarball does not include all files required for the test suite, as such > numerous tests fail: > > 1.0.1 (currently in ports): > = 429 failed, 59284 passed, 3479 skipped, 541 xfailed, 5 xpassed, 82 > warnings, 153 error in 4398.30 seconds = > > 1.0.3: > = 435 failed, 59854 passed, 3516 skipped, 559 xfailed, 7 xpassed, 79 > warnings, 153 error in 4301.79 seconds = > > Run tested on amd64. > > Comments/OK? > > > diff --git Makefile Makefile > index c51371e4af4..0cf845c5220 100644 > --- Makefile > +++ Makefile > @@ -2,7 +2,7 @@ > > COMMENT = data analysis and manipulation library > > -MODPY_EGG_VERSION = 1.0.1 > +MODPY_EGG_VERSION = 1.0.3 > DISTNAME = pandas-${MODPY_EGG_VERSION} > PKGNAME = py-${DISTNAME} > > diff --git distinfo distinfo > index ecc217ae441..d7693c18d97 100644 > --- distinfo > +++ distinfo > @@ -1,2 +1,2 @@ > -SHA256 (pandas-1.0.1.tar.gz) = PAd2UwjwkdgbZzXU8iQrtDwzLMNGHK5gVD32sQln/ic= > -SIZE (pandas-1.0.1.tar.gz) = 4852368 > +SHA256 (pandas-1.0.3.tar.gz) = MvQuMi+5A9DhiaTBC3W6cNkJWMxPZqF4HtAn8aHRRYY= > +SIZE (pandas-1.0.3.tar.gz) = 5003497 > diff --git pkg/PLIST pkg/PLIST > index 1cffff5c7fb..cfd6254b9dc 100644 > --- pkg/PLIST > +++ pkg/PLIST > @@ -615,6 +615,7 @@ > lib/python${MODPY_VERSION}/site-packages/pandas/tests/arrays/categorical/${MODPY > > lib/python${MODPY_VERSION}/site-packages/pandas/tests/arrays/categorical/${MODPY_PYCACHE}test_indexing.${MODPY_PYC_MAGIC_TAG}pyc > > lib/python${MODPY_VERSION}/site-packages/pandas/tests/arrays/categorical/${MODPY_PYCACHE}test_missing.${MODPY_PYC_MAGIC_TAG}pyc > > lib/python${MODPY_VERSION}/site-packages/pandas/tests/arrays/categorical/${MODPY_PYCACHE}test_operators.${MODPY_PYC_MAGIC_TAG}pyc > +lib/python${MODPY_VERSION}/site-packages/pandas/tests/arrays/categorical/${MODPY_PYCACHE}test_replace.${MODPY_PYC_MAGIC_TAG}pyc > > lib/python${MODPY_VERSION}/site-packages/pandas/tests/arrays/categorical/${MODPY_PYCACHE}test_repr.${MODPY_PYC_MAGIC_TAG}pyc > > lib/python${MODPY_VERSION}/site-packages/pandas/tests/arrays/categorical/${MODPY_PYCACHE}test_sorting.${MODPY_PYC_MAGIC_TAG}pyc > > lib/python${MODPY_VERSION}/site-packages/pandas/tests/arrays/categorical/${MODPY_PYCACHE}test_subclass.${MODPY_PYC_MAGIC_TAG}pyc > @@ -629,6 +630,7 @@ > lib/python${MODPY_VERSION}/site-packages/pandas/tests/arrays/categorical/test_dt > > lib/python${MODPY_VERSION}/site-packages/pandas/tests/arrays/categorical/test_indexing.py > > lib/python${MODPY_VERSION}/site-packages/pandas/tests/arrays/categorical/test_missing.py > > lib/python${MODPY_VERSION}/site-packages/pandas/tests/arrays/categorical/test_operators.py > +lib/python${MODPY_VERSION}/site-packages/pandas/tests/arrays/categorical/test_replace.py > > lib/python${MODPY_VERSION}/site-packages/pandas/tests/arrays/categorical/test_repr.py > > lib/python${MODPY_VERSION}/site-packages/pandas/tests/arrays/categorical/test_sorting.py > > lib/python${MODPY_VERSION}/site-packages/pandas/tests/arrays/categorical/test_subclass.py > @@ -1038,6 +1040,7 @@ > lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/datetimes/${MODPY_ > > lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/datetimes/${MODPY_PYCACHE}test_datetimelike.${MODPY_PYC_MAGIC_TAG}pyc > > lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/datetimes/${MODPY_PYCACHE}test_formats.${MODPY_PYC_MAGIC_TAG}pyc > > lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/datetimes/${MODPY_PYCACHE}test_indexing.${MODPY_PYC_MAGIC_TAG}pyc > +lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/datetimes/${MODPY_PYCACHE}test_join.${MODPY_PYC_MAGIC_TAG}pyc > > lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/datetimes/${MODPY_PYCACHE}test_misc.${MODPY_PYC_MAGIC_TAG}pyc > > lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/datetimes/${MODPY_PYCACHE}test_missing.${MODPY_PYC_MAGIC_TAG}pyc > > lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/datetimes/${MODPY_PYCACHE}test_ops.${MODPY_PYC_MAGIC_TAG}pyc > @@ -1054,6 +1057,7 @@ > lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/datetimes/test_dat > > lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/datetimes/test_datetimelike.py > > lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/datetimes/test_formats.py > > lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/datetimes/test_indexing.py > +lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/datetimes/test_join.py > > lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/datetimes/test_misc.py > > lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/datetimes/test_missing.py > > lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/datetimes/test_ops.py > @@ -1191,6 +1195,7 @@ > lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/timedeltas/${MODPY > > lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/timedeltas/${MODPY_PYCACHE}test_constructors.${MODPY_PYC_MAGIC_TAG}pyc > > lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/timedeltas/${MODPY_PYCACHE}test_formats.${MODPY_PYC_MAGIC_TAG}pyc > > lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/timedeltas/${MODPY_PYCACHE}test_indexing.${MODPY_PYC_MAGIC_TAG}pyc > +lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/timedeltas/${MODPY_PYCACHE}test_join.${MODPY_PYC_MAGIC_TAG}pyc > > lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/timedeltas/${MODPY_PYCACHE}test_ops.${MODPY_PYC_MAGIC_TAG}pyc > > lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/timedeltas/${MODPY_PYCACHE}test_partial_slicing.${MODPY_PYC_MAGIC_TAG}pyc > > lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/timedeltas/${MODPY_PYCACHE}test_scalar_compat.${MODPY_PYC_MAGIC_TAG}pyc > @@ -1203,6 +1208,7 @@ > lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/timedeltas/test_as > > lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/timedeltas/test_constructors.py > > lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/timedeltas/test_formats.py > > lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/timedeltas/test_indexing.py > +lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/timedeltas/test_join.py > > lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/timedeltas/test_ops.py > > lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/timedeltas/test_partial_slicing.py > > lib/python${MODPY_VERSION}/site-packages/pandas/tests/indexes/timedeltas/test_scalar_compat.py >
