Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-Fiona for openSUSE:Factory 
checked in at 2023-02-27 12:55:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Fiona (Old)
 and      /work/SRC/openSUSE:Factory/.python-Fiona.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-Fiona"

Mon Feb 27 12:55:08 2023 rev:3 rq:1067801 version:1.9.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-Fiona/python-Fiona.changes        
2022-12-02 13:13:33.961993342 +0100
+++ /work/SRC/openSUSE:Factory/.python-Fiona.new.31432/python-Fiona.changes     
2023-02-27 12:55:12.323362466 +0100
@@ -1,0 +2,33 @@
+Sun Feb 26 06:56:55 UTC 2023 - Matej Cepl <mc...@suse.com>
+
+- Update to 1.9.1:
+  The 1.9.0 release revealed a few bugs. Here are the ones we
+  felt should be squished immediately.
+  - Log a warning message when identically named fields are
+    encountered (#1201).
+  - Avoid dependence on listdir order in tests (#1193).
+  - Prevent empty geometries arrays from appearing in
+    __geo_interface__ (#1197).
+  - setuptools added to pyproject.toml. Its pkg_resources module
+    is used by the CLI (#1191).
+- Update to 1.9.0:
+  - Deprecations
+    - The precision keyword argument of
+      fiona.transform.transform_geom is deprecated and will be
+      removed in version 2.0.
+    - The fiona.drivers() function has been deprecated and
+      will be removed in version 2.0. It should be replaced by
+      fiona.Env().
+    - The new fiona.meta module will be renamed to fiona.drivers
+      in version 2.0.
+  - The major new features are:
+    - A new CRS class identical to Rasterio's.
+    - New Feature and Geometry classes. These are returned
+      instead of dicts but are compatible with version 1.8's
+      dicts.
+    - Access to format driver metadata.
+   Please see the change log entries for 1.9 pre-releases at
+   https://github.com/Toblerity/Fiona/releases to see a complete
+   list of new features and bug fixes.
+
+-------------------------------------------------------------------

Old:
----
  Fiona-1.8.21.tar.gz

New:
----
  Fiona-1.9.1.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-Fiona.spec ++++++
--- /var/tmp/diff_new_pack.FArRvq/_old  2023-02-27 12:55:13.083367127 +0100
+++ /var/tmp/diff_new_pack.FArRvq/_new  2023-02-27 12:55:13.087367152 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-Fiona
 #
-# Copyright (c) 2022 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,10 +16,9 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 Name:           python-Fiona
-Version:        1.8.21
+Version:        1.9.1
 Release:        0
 Summary:        Module for reading and writing spatial data files
 License:        BSD-3-Clause
@@ -28,7 +27,8 @@
 Source:         
https://files.pythonhosted.org/packages/source/F/Fiona/Fiona-%{version}.tar.gz
 BuildRequires:  %{python_module Cython}
 BuildRequires:  %{python_module devel}
-BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module pip}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  gdal
@@ -44,6 +44,7 @@
 Requires:       python-six >= 1.7
 Recommends:     python-Shapely
 Recommends:     python-boto3
+Recommends:     python-certifi
 # SECTION test requirements
 BuildRequires:  %{python_module Shapely}
 BuildRequires:  %{python_module attrs >= 17}
@@ -57,7 +58,6 @@
 BuildRequires:  %{python_module pytz}
 BuildRequires:  %{python_module six >= 1.7}
 # /SECTION
-Recommends:     python-certifi
 %ifpython3
 Recommends:     fiona-fio
 %endif
@@ -78,13 +78,13 @@
 using OGR's Fiona package.
 
 %prep
-%setup -q -n Fiona-%{version}
+%autosetup -p1 -n Fiona-%{version}
 
 %build
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_expand %fdupes %{buildroot}%{$python_sitearch}
 
 %check
@@ -105,7 +105,8 @@
 %files %{python_files}
 %doc CHANGES.txt CREDITS.txt README.rst
 %license LICENSE.txt
-%{python_sitearch}/[Ff]iona*/
+%{python_sitearch}/fiona
+%{python_sitearch}/Fiona-%{version}*-info
 
 %files -n fiona-fio
 %license LICENSE.txt

++++++ Fiona-1.8.21.tar.gz -> Fiona-1.9.1.tar.gz ++++++
++++ 187021 lines of diff (skipped)

Reply via email to