Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pyshp for openSUSE:Factory checked in at 2026-09-12 21:21:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pyshp (Old) and /work/SRC/openSUSE:Factory/.python-pyshp.new.1265 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pyshp" Sat Sep 12 21:21:47 2026 rev:3 rq:1377526 version:3.1.6 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pyshp/python-pyshp.changes 2025-05-05 22:59:34.924506640 +0200 +++ /work/SRC/openSUSE:Factory/.python-pyshp.new.1265/python-pyshp.changes 2026-09-12 21:25:40.529336357 +0200 @@ -1,0 +2,15 @@ +Sat Sep 12 11:31:48 UTC 2026 - Martin Pluskal <[email protected]> + +- Update to version 3.1.6: + * Python 3.9+ only, src-layout with hatchling build backend + * New Shp/Shx/Dbf Reader and Writer classes, stricter + Reader/Writer args, pathlib support + * Robust unicode handling with opt-in strict mode, atomic + record writes + * Breaking: trailing whitespace handling when reading text + fields changed, ShpWriter.shape returns bytes not words +- Switch %check to pytest suite, network tests deselected +- Drop changelog.txt from %doc, gone upstream +- Drop setuptools/wheel BuildRequires for hatchling + +------------------------------------------------------------------- Old: ---- pyshp-2.1.0.tar.gz New: ---- pyshp-3.1.6.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pyshp.spec ++++++ --- /var/tmp/diff_new_pack.BccyiU/_old 2026-09-12 21:25:41.040357805 +0200 +++ /var/tmp/diff_new_pack.BccyiU/_new 2026-09-12 21:25:41.042357889 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-pyshp # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,19 +17,18 @@ Name: python-pyshp -Version: 2.1.0 +Version: 3.1.6 Release: 0 -License: MIT Summary: Python library for ESRI Shapefile format +License: MIT URL: https://github.com/GeospatialPython/pyshp Source: https://files.pythonhosted.org/packages/source/p/pyshp/pyshp-%{version}.tar.gz +BuildRequires: %{python_module hatchling} BuildRequires: %{python_module pip} -BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module wheel} +BuildRequires: %{python_module pytest} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch - %python_subpackages %description @@ -38,8 +37,6 @@ %prep %setup -q -n pyshp-%{version} -# Fix wrong-file-end-of-line-encoding -sed -i 's/\r$//' changelog.txt %build %pyproject_wheel @@ -49,10 +46,10 @@ %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_exec shapefile.py +%pytest tests/test_shapefile.py -m "not network" %files %{python_files} -%doc README.md changelog.txt +%doc README.md %license LICENSE.TXT %{python_sitelib}/shapefile.py %pycache_only %{python_sitelib}/__pycache__/shapefile*.pyc ++++++ pyshp-2.1.0.tar.gz -> pyshp-3.1.6.tar.gz ++++++ ++++ 17581 lines of diff (skipped)
