[Git][debian-gis-team/metpy][master] 9 commits: New upstream version 1.7.0+ds
Antonio Valentino (@antonio.valentino)
gitlab at salsa.debian.org
Sun Aug 10 16:29:56 BST 2025
Antonio Valentino pushed to branch master at Debian GIS Project / metpy
Commits:
7359e769 by Antonio Valentino at 2025-08-09T05:06:06+00:00
New upstream version 1.7.0+ds
- - - - -
5a71390c by Antonio Valentino at 2025-08-09T05:06:13+00:00
Update upstream source from tag 'upstream/1.7.0+ds'
Update to upstream version '1.7.0+ds'
with Debian dir 7cdb24d70fbc4d085d7d0b5a0db804485d4122c1
- - - - -
f9e8dc65 by Antonio Valentino at 2025-08-09T05:06:53+00:00
New upstream release
- - - - -
96eb6da9 by Antonio Valentino at 2025-08-09T05:10:29+00:00
Update dates in d/copyright
- - - - -
5fb33830 by Antonio Valentino at 2025-08-09T06:02:15+00:00
Skip tests requiring access to the internet
- - - - -
be02acee by Antonio Valentino at 2025-08-10T15:26:54+00:00
Update dependencies
- - - - -
bb192322 by Antonio Valentino at 2025-08-10T15:26:59+00:00
Set upstream metadata fields: Documentation.
Changes-By: lintian-brush
- - - - -
3ec481c3 by Antonio Valentino at 2025-08-10T15:26:59+00:00
Update lintian overrides
- - - - -
12fd91a4 by Antonio Valentino at 2025-08-10T15:27:00+00:00
Set distribution to unstable
- - - - -
130 changed files:
- + .codespellexclude
- .codespellignore
- .gitattributes
- LICENSE
- README.md
- SUPPORT.md
- debian/changelog
- debian/control
- debian/copyright
- debian/python3-metpy.lintian-overrides
- debian/rules
- debian/upstream/metadata
- + docs/_static/NSF-Unidata_lockup_horizontal_2024.png
- + docs/_static/NSF-Unidata_lockup_horizontal_2024_darkmode_v3.png
- − docs/_static/NSF.jpg
- docs/_static/theme-unidata.css
- − docs/_static/unidata_150x150.png
- docs/_templates/overrides/metpy.calc.rst
- docs/api/index.rst
- docs/api/references.rst
- docs/conf.py
- docs/devel/infrastructureguide.rst
- docs/index.rst
- docs/userguide/gempak.rst
- docs/userguide/installguide.rst
- docs/userguide/media.rst
- examples/Advanced_Sounding_With_Complex_Layout.py
- examples/README.txt
- + examples/calculations/High_Low_Analysis.py
- examples/calculations/QVector.py
- examples/cross_section.py
- examples/formats/NEXRAD_Level_2_File.py
- examples/formats/NEXRAD_Level_3_File.py
- examples/gridding/Inverse_Distance_Verification.py
- examples/gridding/Natural_Neighbor_Verification.py
- examples/plots/Plotting_Surface_Analysis.py
- examples/plots/US_Counties.py
- examples/plots/nhc_wind_probabilities.py
- + examples/remote/basic.py
- + examples/remote/ml_forecast.py
- pyproject.toml
- − setup.py
- src/metpy/calc/basic.py
- src/metpy/calc/kinematics.py
- src/metpy/calc/thermo.py
- src/metpy/calc/tools.py
- src/metpy/calc/turbulence.py
- src/metpy/cbook.py
- src/metpy/constants/__init__.py
- src/metpy/constants/default.py
- src/metpy/constants/nounit.py
- src/metpy/interpolate/geometry.py
- src/metpy/interpolate/grid.py
- src/metpy/interpolate/points.py
- src/metpy/interpolate/tools.py
- src/metpy/io/_tools.py
- src/metpy/io/gempak.py
- src/metpy/io/gini.py
- src/metpy/io/nexrad.py
- src/metpy/plots/__init__.py
- − src/metpy/plots/_mpl.py
- src/metpy/plots/declarative.py
- src/metpy/plots/patheffects.py
- src/metpy/plots/skewt.py
- src/metpy/plots/station_plot.py
- + src/metpy/plots/text.py
- + src/metpy/remote/__init__.py
- + src/metpy/remote/aws.py
- src/metpy/static-data-manifest.txt
- src/metpy/testing.py
- src/metpy/units.py
- src/metpy/xarray.py
- tests/calc/test_calc_tools.py
- tests/calc/test_indices.py
- tests/calc/test_kinematics.py
- tests/calc/test_thermo.py
- tests/calc/test_turbulence.py
- tests/interpolate/test_geometry.py
- tests/interpolate/test_points.py
- tests/io/test_gempak.py
- tests/plots/baseline/test_declarative_events.png
- tests/plots/baseline/test_declarative_image.png
- + tests/plots/baseline/test_declarative_plot_surface_analysis_custom.png
- + tests/plots/baseline/test_declarative_plot_surface_analysis_default.png
- + tests/plots/baseline/test_emagram_api.png
- + tests/plots/baseline/test_emagram_arbitrary_rect.png
- + tests/plots/baseline/test_emagram_default_aspect_empty.png
- + tests/plots/baseline/test_emagram_gridspec.png
- + tests/plots/baseline/test_emagram_mixing_line_args.png
- + tests/plots/baseline/test_emagram_shade_area.png
- + tests/plots/baseline/test_emagram_shade_cape_cin.png
- + tests/plots/baseline/test_emagram_subplot.png
- + tests/plots/baseline/test_emagram_tight_bbox.png
- + tests/plots/baseline/test_emagram_wide_aspect_ratio.png
- tests/plots/baseline/test_global.png
- tests/plots/baseline/test_latlon.png
- + tests/plots/baseline/test_scattertext_scalar_text.png
- tests/plots/baseline/test_skewt_api.png
- tests/plots/baseline/test_skewt_api_units.png
- tests/plots/baseline/test_skewt_default_aspect_empty.png
- tests/plots/baseline/test_skewt_mixing_line_args.png
- + tests/plots/baseline/test_stuve_api.png
- + tests/plots/baseline/test_stuve_arbitrary_rect.png
- + tests/plots/baseline/test_stuve_default_aspect_empty.png
- + tests/plots/baseline/test_stuve_gridspec.png
- + tests/plots/baseline/test_stuve_mixing_line_args.png
- + tests/plots/baseline/test_stuve_shade_area.png
- + tests/plots/baseline/test_stuve_shade_cape_cin.png
- + tests/plots/baseline/test_stuve_subplot.png
- + tests/plots/baseline/test_stuve_tight_bbox.png
- + tests/plots/baseline/test_stuve_wide_aspect_ratio.png
- tests/plots/test_cartopy_utils.py
- tests/plots/test_declarative.py
- tests/plots/test_patheffects.py
- tests/plots/test_mpl.py → tests/plots/test_plot_text.py
- tests/plots/test_skewt.py
- tests/plots/test_station_plot.py
- + tests/remote/fixtures/test_goes_range.yaml
- + tests/remote/fixtures/test_goes_single.yaml
- + tests/remote/fixtures/test_mlwp_range.yaml
- + tests/remote/fixtures/test_mlwp_single.yaml
- + tests/remote/fixtures/test_nexrad2_range.yaml
- + tests/remote/fixtures/test_nexrad2_single.yaml
- + tests/remote/fixtures/test_nexrad3_range.yaml
- + tests/remote/fixtures/test_nexrad3_single.yaml
- + tests/remote/test_aws.py
- tests/test_cbook.py
- tests/test_xarray.py
- tools/flake8-metpy/flake8_metpy.py
- tutorials/upperair_soundings.py
The diff was not included because it is too large.
View it on GitLab: https://salsa.debian.org/debian-gis-team/metpy/-/compare/fd7af64446d276d8ecdb4859bc4aea441a6b19c2...12fd91a478c3304f9cb4a19a4766c72b70dfe611
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/metpy/-/compare/fd7af64446d276d8ecdb4859bc4aea441a6b19c2...12fd91a478c3304f9cb4a19a4766c72b70dfe611
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-grass-devel/attachments/20250810/0c887753/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list