Package: python-ulmo / 0.8.8+dfsg1-8

Metadata

Package Version Patches format
python-ulmo 0.8.8+dfsg1-8 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
fix docs path.patch | (download)

docs/Makefile | 2 1 + 1 - 0 !
docs/conf.py | 26 13 + 13 - 0 !
setup.cfg | 4 2 + 2 - 0 !
3 files changed, 16 insertions(+), 16 deletions(-)

 this patch allows the docs to build by not checking for
  installation first and correcting various assumed paths.
0001 remove usage of python3 future this module is not co.patch | (download)

requirements.txt | 1 0 + 1 - 0 !
test/cirs_test.py | 2 1 + 1 - 0 !
test/test_util.py | 3 1 + 2 - 0 !
tox.ini | 1 0 + 1 - 0 !
ulmo/cpc/drought/core.py | 7 1 + 6 - 0 !
ulmo/cuahsi/wof/core.py | 3 0 + 3 - 0 !
ulmo/nasa/daymet/core.py | 7 2 + 5 - 0 !
ulmo/ncdc/cirs/core.py | 4 1 + 3 - 0 !
ulmo/ncdc/ghcn_daily/core.py | 4 1 + 3 - 0 !
ulmo/ncdc/gsod/core.py | 4 1 + 3 - 0 !
ulmo/ncdc/gsod/pytables.py | 3 1 + 2 - 0 !
ulmo/usace/swtwc/core.py | 5 0 + 5 - 0 !
ulmo/usgs/ned/core.py | 3 1 + 2 - 0 !
ulmo/usgs/nwis/core.py | 5 1 + 4 - 0 !
ulmo/usgs/nwis/hdf5.py | 4 1 + 3 - 0 !
ulmo/util/misc.py | 7 1 + 6 - 0 !
ulmo/util/raster.py | 5 2 + 3 - 0 !
ulmo/waterml/common.py | 2 1 + 1 - 0 !
18 files changed, 16 insertions(+), 54 deletions(-)

 [patch] remove usage of python3-future, this module is not compatible
 with Py3.12


1017573.patch | (download)

test/cdec_historical_test.py | 2 1 + 1 - 0 !
test/ghcn_daily_test.py | 6 3 + 3 - 0 !
ulmo/cdec/historical/core.py | 8 4 + 4 - 0 !
3 files changed, 8 insertions(+), 8 deletions(-)

 don't fail on malformed or changed test data

CDEC has malformed lines that pandas 1.4+ errors out on
(I'm not sure why earlier pandas didn't do the same);
GHCN has simply changed at the source.

change_strictversion_for_version.patch | (download)

ulmo/ncdc/cirs/core.py | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 replace strictversion for version from packaging
 distutil is deprecated and is not present in Python3.12. This patch replace
 StrictVersion from distutils for Version from packaging.
replace appdirs with platformdirs.patch | (download)

requirements.txt | 2 1 + 1 - 0 !
ulmo/util/misc.py | 4 2 + 2 - 0 !
2 files changed, 3 insertions(+), 3 deletions(-)

---
remove_mock.patch | (download)

docs/conf.py | 2 1 + 1 - 0 !
test/test_util.py | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

---