Bas Couwenberg pushed to branch master at Debian GIS Project / python-shapely
Commits: 238c8271 by Bas Couwenberg at 2025-03-16T05:29:12+01:00 Update branch in gbp.conf & Vcs-Git URL. - - - - - 1a9341a7 by Bas Couwenberg at 2025-03-16T05:29:33+01:00 New upstream version 2.1.0~rc1 - - - - - 21665443 by Bas Couwenberg at 2025-03-16T05:29:35+01:00 Update upstream source from tag 'upstream/2.1.0_rc1' Update to upstream version '2.1.0~rc1' with Debian dir f3cce155569e9832c7d92b140b3e07c3b94a50dd - - - - - e4b3ca4e by Bas Couwenberg at 2025-03-16T05:29:57+01:00 New upstream release candidate. - - - - - 06d4a6e0 by Bas Couwenberg at 2025-03-16T05:33:43+01:00 Update required GEOS version. - - - - - 5caa3e04 by Bas Couwenberg at 2025-03-16T05:37:53+01:00 Update lintian overrides. - - - - - edaef1a1 by Bas Couwenberg at 2025-03-16T05:37:53+01:00 Set distribution to experimental. - - - - - 53595bc0 by Bas Couwenberg at 2025-03-20T06:21:18+01:00 Bump Standards-Version to 4.7.2, no changes. - - - - - b36b7b10 by Bas Couwenberg at 2025-04-03T14:58:41+02:00 Revert "Update branch in gbp.conf & Vcs-Git URL." This reverts commit 238c827100f0386a4c90150be2eaf6572bf8c72b. - - - - - e70273be by Bas Couwenberg at 2025-04-03T14:59:11+02:00 New upstream version 2.1.0 - - - - - f46818a2 by Bas Couwenberg at 2025-04-03T14:59:12+02:00 Update upstream source from tag 'upstream/2.1.0' Update to upstream version '2.1.0' with Debian dir 76c007f2a3afd2ee9fb22712628be20cbab536a3 - - - - - 3fa17b70 by Bas Couwenberg at 2025-04-03T14:59:26+02:00 New upstream release. - - - - - 6019024a by Bas Couwenberg at 2025-04-03T15:05:45+02:00 Update lintian overrides. - - - - - e4401f01 by Bas Couwenberg at 2025-04-03T15:05:53+02:00 Set distribution to unstable. - - - - - 168 changed files: - − .circleci/config.yml - − .github/workflows/lint.yml - + .github/workflows/pre-commit.yml - .github/workflows/release.yml - .github/workflows/tests.yml - .pre-commit-config.yaml - CHANGES.txt - CITATION.cff - + CONTRIBUTING.md - FAQ.rst - README.rst - asv.conf.json - benchmarks/benchmarks.py - + ci/Dockerfile - ci/install_geos.cmd - ci/install_geos.sh - ci/wheelbuilder/LICENSE_GEOS - debian/changelog - debian/control - docker/Dockerfile.valgrind - docs/code/convex_hull.py - + docs/code/coverage_simplify.py - + docs/code/make_valid_methods.py - docs/code/multipolygon.py - docs/conf.py - + docs/coverage.rst - docs/design.rst - docs/environment.yml - docs/geometry.rst - docs/index.rst - docs/installation.rst - docs/io.rst - docs/manual.rst - docs/migration.rst - docs/migration_pygeos.rst - + docs/plotting.rst - docs/release/1.x.rst - docs/release/2.x.rst - docs/strtree.rst - docs/testing.rst - pyproject.toml - setup.cfg - setup.py - shapely/__init__.py - + shapely/_coverage.py - shapely/_enum.py - shapely/_geometry.py - shapely/_geometry_helpers.pyx - shapely/_geos.pxd - shapely/_geos.pyx - shapely/_pygeos_api.pxd - shapely/_ragged_array.py - shapely/_version.py - shapely/affinity.py - shapely/algorithms/__init__.py - shapely/algorithms/_oriented_envelope.py - shapely/algorithms/cga.py - shapely/algorithms/polylabel.py - + shapely/conftest.py - shapely/constructive.py - shapely/coordinates.py - shapely/coords.py - shapely/creation.py - shapely/decorators.py - shapely/errors.py - shapely/geometry/__init__.py - shapely/geometry/base.py - shapely/geometry/collection.py - − shapely/geometry/conftest.py - shapely/geometry/geo.py - shapely/geometry/linestring.py - shapely/geometry/multilinestring.py - shapely/geometry/multipoint.py - shapely/geometry/multipolygon.py - shapely/geometry/point.py - shapely/geometry/polygon.py - shapely/geos.py - shapely/io.py - shapely/linear.py - shapely/measurement.py - shapely/ops.py - shapely/plotting.py - shapely/predicates.py - shapely/prepared.py - shapely/set_operations.py - shapely/speedups.py - shapely/strtree.py - shapely/testing.py - shapely/tests/common.py - shapely/tests/geometry/test_collection.py - shapely/tests/geometry/test_coords.py - shapely/tests/geometry/test_decimal.py - shapely/tests/geometry/test_equality.py - shapely/tests/geometry/test_format.py - shapely/tests/geometry/test_geometry_base.py - shapely/tests/geometry/test_linestring.py - shapely/tests/geometry/test_multi.py - shapely/tests/geometry/test_multilinestring.py - shapely/tests/geometry/test_multipoint.py - shapely/tests/geometry/test_multipolygon.py - shapely/tests/geometry/test_point.py - shapely/tests/geometry/test_polygon.py - shapely/tests/legacy/__init__.py - shapely/tests/legacy/conftest.py - shapely/tests/legacy/rungrind.dist - shapely/tests/legacy/test_affinity.py - shapely/tests/legacy/test_buffer.py - shapely/tests/legacy/test_cga.py - shapely/tests/legacy/test_clip_by_rect.py - shapely/tests/legacy/test_create_inconsistent_dimensionality.py - shapely/tests/legacy/test_equality.py - shapely/tests/legacy/test_invalid_geometries.py - shapely/tests/legacy/test_linemerge.py - shapely/tests/legacy/test_locale.py - shapely/tests/legacy/test_make_valid.py - shapely/tests/legacy/test_mapping.py - shapely/tests/legacy/test_minimum_clearance.py - shapely/tests/legacy/test_operations.py - shapely/tests/legacy/test_orient.py - shapely/tests/legacy/test_persist.py - shapely/tests/legacy/test_pickle.py - shapely/tests/legacy/test_polygonize.py - shapely/tests/legacy/test_polylabel.py - shapely/tests/legacy/test_predicates.py - shapely/tests/legacy/test_prepared.py - shapely/tests/legacy/test_shape.py - shapely/tests/legacy/test_snap.py - shapely/tests/legacy/test_split.py - shapely/tests/legacy/test_substring.py - shapely/tests/legacy/test_union.py - shapely/tests/legacy/test_vectorized.py - shapely/tests/legacy/test_voronoi_diagram.py - shapely/tests/legacy/test_wkb.py - shapely/tests/legacy/test_wkt.py - shapely/tests/legacy/threading_test.py - shapely/tests/test_constructive.py - shapely/tests/test_coordinates.py - + shapely/tests/test_coverage.py - shapely/tests/test_creation.py - shapely/tests/test_creation_indices.py - shapely/tests/test_geometry.py - shapely/tests/test_io.py - shapely/tests/test_linear.py - shapely/tests/test_measurement.py - shapely/tests/test_misc.py - shapely/tests/test_plotting.py - shapely/tests/test_predicates.py - shapely/tests/test_ragged_array.py - shapely/tests/test_set_operations.py - shapely/tests/test_strtree.py - shapely/tests/test_testing.py - shapely/validation.py - shapely/vectorized/__init__.py - shapely/wkb.py - shapely/wkt.py - src/c_api.c - src/c_api.h - src/coords.c - src/fast_loop_macros.h - src/geos.c - src/geos.h - src/lib.c - src/pygeom.c - + src/pygeos.c - + src/pygeos.h - src/strtree.c - src/ufuncs.c - src/vector.c The diff was not included because it is too large. View it on GitLab: https://salsa.debian.org/debian-gis-team/python-shapely/-/compare/c538e6b0552bc15037860f93d2dca9809f258796...e4401f0127257ecfdcaa66b07a994210f19e5fd8 -- View it on GitLab: https://salsa.debian.org/debian-gis-team/python-shapely/-/compare/c538e6b0552bc15037860f93d2dca9809f258796...e4401f0127257ecfdcaa66b07a994210f19e5fd8 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ Pkg-grass-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-grass-devel
