[Git][debian-gis-team/pyshp][master] 17 commits: Update branch in gbp.conf & Vcs-Git URL.
Bas Couwenberg (@sebastic)
gitlab at salsa.debian.org
Sun Aug 10 11:47:57 BST 2025
Bas Couwenberg pushed to branch master at Debian GIS Project / pyshp
Commits:
2c504338 by Bas Couwenberg at 2025-07-21T15:01:48+02:00
Update branch in gbp.conf & Vcs-Git URL.
- - - - -
33f53695 by Bas Couwenberg at 2025-07-21T15:02:19+02:00
New upstream version 2.4.0
- - - - -
99d1c1fd by Bas Couwenberg at 2025-07-21T15:02:28+02:00
Update upstream source from tag 'upstream/2.4.0'
Update to upstream version '2.4.0'
with Debian dir 0b00f9082236847a2491172d4725b46223e42dac
- - - - -
36c25e59 by Bas Couwenberg at 2025-07-21T15:03:15+02:00
New upstream release.
- - - - -
535667d3 by Bas Couwenberg at 2025-07-21T15:04:43+02:00
Set distribution to experimental.
- - - - -
d18fa322 by Bas Couwenberg at 2025-07-31T05:31:05+02:00
New upstream version 2.4.1
- - - - -
17cd2cf3 by Bas Couwenberg at 2025-07-31T05:31:14+02:00
Update upstream source from tag 'upstream/2.4.1'
Update to upstream version '2.4.1'
with Debian dir 28ddb0c37b84c08b31be9d3f464a44a638ec9c93
- - - - -
49aa0383 by Bas Couwenberg at 2025-07-31T05:31:30+02:00
New upstream release.
- - - - -
c86cc65f by Bas Couwenberg at 2025-07-31T05:32:51+02:00
Set distribution to experimental.
- - - - -
6990b8b1 by Bas Couwenberg at 2025-08-03T20:39:46+02:00
New upstream version 3.0.0
- - - - -
63368703 by Bas Couwenberg at 2025-08-03T20:39:56+02:00
Update upstream source from tag 'upstream/3.0.0'
Update to upstream version '3.0.0'
with Debian dir 9529953f481ada70a5a6d9a7466fe1eb8db27cae
- - - - -
3c89cda3 by Bas Couwenberg at 2025-08-03T20:40:27+02:00
New upstream release.
- - - - -
dd91c57d by Bas Couwenberg at 2025-08-03T20:41:55+02:00
Replace python3-setuptools with python3-hatchling.
- - - - -
8f5b15ca by Bas Couwenberg at 2025-08-03T20:59:15+02:00
Don't include py.typed file, not installed in subdirectory.
- - - - -
e1bbfe72 by Bas Couwenberg at 2025-08-03T20:59:15+02:00
Set distribution to experimental.
- - - - -
e7528fd6 by Bas Couwenberg at 2025-08-10T12:41:44+02:00
Revert "Update branch in gbp.conf & Vcs-Git URL."
This reverts commit 2c504338aee08baabcfb1a50f8728200a4b972d4.
- - - - -
c0b01780 by Bas Couwenberg at 2025-08-10T12:42:04+02:00
Move from experimental to unstable.
- - - - -
76 changed files:
- + .gitattributes
- + .github/FUNDING.yml
- .github/ISSUE_TEMPLATE/bug.yml
- .github/ISSUE_TEMPLATE/newfeature.yml
- .github/ISSUE_TEMPLATE/question.yml
- .github/ISSUE_TEMPLATE/unexpected.yml
- + .github/actions/build_wheel_and_sdist/action.yml
- + .github/actions/test/action.yml
- − .github/workflows/build.yml
- .github/workflows/deploy.yml
- + .github/workflows/run_checks_build_and_test.yml
- + .github/workflows/speed_test.yml
- .gitignore
- + .pre-commit-config.yaml
- LICENSE.TXT
- − MANIFEST.in
- README.md
- changelog.txt
- debian/changelog
- debian/control
- debian/rules
- pyproject.toml
- − pytest.ini
- − requirements.test.txt
- + run_benchmarks.py
- − setup.cfg
- − setup.py
- − shapefiles/test/MyPolyZ.dbf
- − shapefiles/test/MyPolyZ.shp
- − shapefiles/test/MyPolyZ.shx
- − shapefiles/test/NullTest.dbf
- − shapefiles/test/NullTest.shp
- − shapefiles/test/NullTest.shx
- − shapefiles/test/balancing.dbf
- − shapefiles/test/balancing.shp
- − shapefiles/test/balancing.shx
- − shapefiles/test/contextwriter.dbf
- − shapefiles/test/contextwriter.shp
- − shapefiles/test/contextwriter.shx
- − shapefiles/test/corrupt_too_long.dbf
- − shapefiles/test/corrupt_too_long.shp
- − shapefiles/test/corrupt_too_long.shx
- − shapefiles/test/dtype.dbf
- − shapefiles/test/dtype.shp
- − shapefiles/test/dtype.shx
- − shapefiles/test/line.dbf
- − shapefiles/test/line.shp
- − shapefiles/test/line.shx
- − shapefiles/test/linem.dbf
- − shapefiles/test/linem.shp
- − shapefiles/test/linem.shx
- − shapefiles/test/linez.dbf
- − shapefiles/test/linez.shp
- − shapefiles/test/linez.shx
- − shapefiles/test/multipatch.dbf
- − shapefiles/test/multipatch.shp
- − shapefiles/test/multipatch.shx
- − shapefiles/test/multipoint.dbf
- − shapefiles/test/multipoint.shp
- − shapefiles/test/multipoint.shx
- − shapefiles/test/onlydbf.dbf
- − shapefiles/test/point.dbf
- − shapefiles/test/point.shp
- − shapefiles/test/point.shx
- − shapefiles/test/polygon.dbf
- − shapefiles/test/polygon.shp
- − shapefiles/test/polygon.shx
- − shapefiles/test/shapetype.dbf
- − shapefiles/test/shapetype.shp
- − shapefiles/test/shapetype.shx
- − shapefiles/test/testfile.dbf
- − shapefiles/test/testfile.shp
- − shapefiles/test/testfile.shx
- + src/py.typed
- shapefile.py → src/shapefile.py
- test_shapefile.py
The diff was not included because it is too large.
View it on GitLab: https://salsa.debian.org/debian-gis-team/pyshp/-/compare/d9e3017ff5d68f2c15204a512a47cf6637d2e2b8...c0b01780bc93f4c46ce33bdcd964fcc932f83252
--
View it on GitLab: https://salsa.debian.org/debian-gis-team/pyshp/-/compare/d9e3017ff5d68f2c15204a512a47cf6637d2e2b8...c0b01780bc93f4c46ce33bdcd964fcc932f83252
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/ff21fea1/attachment-0001.htm>
More information about the Pkg-grass-devel
mailing list