[Git][debian-gis-team/satpy][master] 7 commits: New upstream version 0.55.0
Antonio Valentino (@antonio.valentino)
gitlab at salsa.debian.org
Sat Mar 22 18:00:04 GMT 2025
Antonio Valentino pushed to branch master at Debian GIS Project / satpy
Commits:
189d5948 by Antonio Valentino at 2025-03-22T16:09:14+00:00
New upstream version 0.55.0
- - - - -
2c7817e1 by Antonio Valentino at 2025-03-22T16:09:28+00:00
Update upstream source from tag 'upstream/0.55.0'
Update to upstream version '0.55.0'
with Debian dir 2a987514df663d55c1f89f7348c8eaa86b0e36e5
- - - - -
fb3f4203 by Antonio Valentino at 2025-03-22T16:10:01+00:00
New upstream release
- - - - -
86562231 by Antonio Valentino at 2025-03-22T16:23:28+00:00
Refresh all patches
- - - - -
dac2e089 by Antonio Valentino at 2025-03-22T16:47:48+00:00
New 0006-Compat-with-sphinx-8.2.patch
- - - - -
f913f15c by Antonio Valentino at 2025-03-22T17:42:38+00:00
Skip tests requiring unavailable packages
- - - - -
12bf4e76 by Antonio Valentino at 2025-03-22T17:42:45+00:00
Set distribution to unstable
- - - - -
92 changed files:
- .git_archival.txt
- .github/workflows/ci.yaml
- .github/workflows/deploy-sdist.yaml
- .pre-commit-config.yaml
- CHANGELOG.md
- continuous_integration/environment.yaml
- debian/changelog
- debian/patches/0001-Disable-extra-dependency-from-geoviews.patch
- debian/patches/0003-Use-local-mathjax.patch
- debian/patches/0004-Fix-privacy-breach.patch
- + debian/patches/0006-Compat-with-sphinx-8.2.patch
- − debian/patches/0006-Do-not-document-pvivate-members.patch
- debian/patches/series
- debian/rules
- doc/Makefile
- doc/rtd_environment.yml
- doc/source/conf.py
- doc/source/config.rst
- doc/source/dev_guide/CONTRIBUTING.rst
- doc/source/reading.rst
- pyproject.toml
- + satpy/composites/lightning.py
- satpy/conftest.py
- satpy/enhancements/__init__.py
- satpy/etc/composites/fci.yaml
- satpy/etc/composites/li.yaml
- satpy/etc/composites/visir.yaml
- satpy/etc/enhancements/generic.yaml
- satpy/etc/enhancements/li.yaml
- satpy/etc/readers/abi_l2_nc.yaml
- satpy/etc/readers/aws1_mwr_l1b_nc.yaml
- satpy/etc/readers/aws1_mwr_l1c_nc.yaml
- + satpy/etc/readers/camel_l3_nc.yaml
- satpy/etc/readers/eps_sterna_mwr_l1b_nc.yaml
- satpy/etc/readers/iasi_l2.yaml
- satpy/etc/readers/modis_l2.yaml
- + satpy/etc/readers/multiple_sensors_isccpng_l1g_nc.yaml
- satpy/etc/readers/nwcsaf-geo.yaml
- satpy/etc/readers/oci_l2_bgc.yaml
- satpy/etc/readers/viirs_edr.yaml
- satpy/modifiers/angles.py
- + satpy/readers/camel_l3_nc.py
- satpy/readers/fci_l2_nc.py
- satpy/readers/file_handlers.py
- satpy/readers/gld360_ualf2.py
- satpy/readers/hdfeos_base.py
- satpy/readers/hrit_base.py
- satpy/readers/iasi_l2.py
- satpy/readers/li_base_nc.py
- satpy/readers/li_l2_nc.py
- satpy/readers/modis_l1b.py
- satpy/readers/modis_l2.py
- + satpy/readers/multiple_sensors_isccpng_l1g_nc.py
- satpy/readers/netcdf_utils.py
- + satpy/readers/nwcsaf_hrw_nc.py
- satpy/readers/satpy_cf_nc.py
- satpy/readers/seviri_base.py
- satpy/readers/seviri_l1b_hrit.py
- satpy/readers/seviri_l1b_native.py
- satpy/readers/seviri_l1b_nc.py
- satpy/readers/utils.py
- satpy/readers/viirs_edr.py
- satpy/readers/yaml_reader.py
- satpy/scene.py
- satpy/tests/behave/features/image_comparison.feature
- satpy/tests/behave/features/steps/image_comparison.py
- + satpy/tests/compositor_tests/test_lightning.py
- satpy/tests/etc/readers/fake1.yaml
- satpy/tests/modifier_tests/test_angles.py
- satpy/tests/reader_tests/_li_test_utils.py
- satpy/tests/reader_tests/modis_tests/_modis_fixtures.py
- satpy/tests/reader_tests/modis_tests/conftest.py
- satpy/tests/reader_tests/modis_tests/test_modis_l1b.py
- satpy/tests/reader_tests/modis_tests/test_modis_l2.py
- + satpy/tests/reader_tests/test_camel_l3_nc.py
- satpy/tests/reader_tests/test_fci_l2_nc.py
- satpy/tests/reader_tests/test_gld360_ualf2.py
- satpy/tests/reader_tests/test_hrit_base.py
- satpy/tests/reader_tests/test_iasi_l2.py
- satpy/tests/reader_tests/test_li_l2_nc.py
- + satpy/tests/reader_tests/test_multiple_sensors_isccpng_l1g_nc.py
- satpy/tests/reader_tests/test_mviri_l1b_fiduceo_nc.py
- + satpy/tests/reader_tests/test_nwcsaf_hrw_nc.py
- satpy/tests/reader_tests/test_seviri_base.py
- satpy/tests/reader_tests/test_seviri_l1b_calibration.py
- satpy/tests/reader_tests/test_seviri_l1b_hrit.py
- satpy/tests/reader_tests/test_seviri_l1b_native.py
- satpy/tests/reader_tests/test_viirs_edr.py
- satpy/tests/scene_tests/test_conversions.py
- satpy/tests/test_config.py
- satpy/writers/__init__.py
- utils/create_reference.py
The diff was not included because it is too large.
View it on GitLab: https://salsa.debian.org/debian-gis-team/satpy/-/compare/4e58650d60b8715d404caa11ab0d838c1e60285e...12bf4e7616d36d37648fc995e6bc8b04198fc9bf
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/satpy/-/compare/4e58650d60b8715d404caa11ab0d838c1e60285e...12bf4e7616d36d37648fc995e6bc8b04198fc9bf
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/20250322/8850ccf2/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list