Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-netCDF4 for openSUSE:Factory 
checked in at 2023-09-11 21:21:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-netCDF4 (Old)
 and      /work/SRC/openSUSE:Factory/.python-netCDF4.new.1766 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-netCDF4"

Mon Sep 11 21:21:57 2023 rev:16 rq:1110189 version:1.6.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-netCDF4/python-netCDF4.changes    
2023-01-07 17:23:20.751455840 +0100
+++ /work/SRC/openSUSE:Factory/.python-netCDF4.new.1766/python-netCDF4.changes  
2023-09-11 21:26:28.954571710 +0200
@@ -1,0 +2,18 @@
+Sun Sep 10 17:08:14 UTC 2023 - Ben Greiner <c...@bnavigator.de>
+
+- Update to 1.6.4
+ * set path to SSL certificates internally, so https DAP URLs work
+   with wheels (issue #1246, requires nc_rc_set function available
+   starting with netcdf-c 4.9.1, plus bugfix in netcdf-c PR #2690).
+ * Added certifi as a dependency.
+ * Added `isopen` method to `MFDataset` object to check if
+   underlying files are open.
+- Version 1.6.3
+ * Use ``nc_put_vars`` for strided writes for netcdf-c >= 4.6.2
+   (issue #1222).
+ * _Unsigned="false" should be same as not having _Unsigned set
+   (issue #1232). _Unsigned now must be set to "true" or "True" for
+   variable to be interpreted as unsigned, instead of just having
+   _Unsigned be set (to anything).
+
+-------------------------------------------------------------------

Old:
----
  netCDF4-1.6.2.tar.gz

New:
----
  netCDF4-1.6.4.tar.gz
  python-netCDF4.rpmlintrc

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

Other differences:
------------------
++++++ python-netCDF4.spec ++++++
--- /var/tmp/diff_new_pack.6yRCLK/_old  2023-09-11 21:26:30.158614633 +0200
+++ /var/tmp/diff_new_pack.6yRCLK/_new  2023-09-11 21:26:30.162614776 +0200
@@ -16,20 +16,22 @@
 #
 
 
-%{?!python_module:%define python_module() python3-%{**}}
 Name:           python-netCDF4
-Version:        1.6.2
+Version:        1.6.4
 Release:        0
 Summary:        Python interface to netCDF 3 and 4
 License:        HPND AND MIT
 URL:            https://github.com/Unidata/netcdf4-python
 Source:         
https://files.pythonhosted.org/packages/source/n/netCDF4/netCDF4-%{version}.tar.gz
-BuildRequires:  %{python_module Cython >= 0.21}
-BuildRequires:  %{python_module base >= 3.7}
+Source99:       python-netCDF4.rpmlintrc
+BuildRequires:  %{python_module Cython >= 0.29 with %python-Cython < 3}
+BuildRequires:  %{python_module certifi}
 BuildRequires:  %{python_module cftime}
-BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module devel >= 3.7}
 BuildRequires:  %{python_module numpy-devel >= 1.10.0}
-BuildRequires:  %{python_module setuptools >= 18.0}
+BuildRequires:  %{python_module pip}
+BuildRequires:  %{python_module setuptools >= 61}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
 BuildRequires:  hdf5-devel >= 1.8.4
 BuildRequires:  libcurl-devel
@@ -38,6 +40,7 @@
 BuildRequires:  python-rpm-macros
 Requires:       hdf5 >= 1.8.4
 Requires:       netcdf >= 4.2
+Requires:       python-certifi
 Requires:       python-cftime
 Requires:       python-numpy >= 1.10.0
 Requires(post): update-alternatives
@@ -68,10 +71,10 @@
 
 %build
 export CFLAGS="%{optflags} -fno-strict-aliasing"
-%python_build
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_clone -a %{buildroot}%{_bindir}/ncinfo
 %python_clone -a %{buildroot}%{_bindir}/nc4tonc3
 %python_clone -a %{buildroot}%{_bindir}/nc3tonc4
@@ -101,5 +104,6 @@
 %python_alternative %{_bindir}/nc3tonc4
 %python_alternative %{_bindir}/nc4tonc3
 %python_alternative %{_bindir}/ncinfo
-%{python_sitearch}/*
+%{python_sitearch}/netCDF4
+%{python_sitearch}/netCDF4-%{version}.dist-info
 

++++++ netCDF4-1.6.2.tar.gz -> netCDF4-1.6.4.tar.gz ++++++
++++ 5243 lines of diff (skipped)

++++++ python-netCDF4.rpmlintrc ++++++
addFilter("zero-length .*site-packages/netCDF4/plugins/empty.txt")

Reply via email to