Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-yt for openSUSE:Factory 
checked in at 2023-01-03 15:04:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-yt (Old)
 and      /work/SRC/openSUSE:Factory/.python-yt.new.1563 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-yt"

Tue Jan  3 15:04:57 2023 rev:5 rq:1046208 version:4.1.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-yt/python-yt.changes      2021-04-29 
01:38:34.062592667 +0200
+++ /work/SRC/openSUSE:Factory/.python-yt.new.1563/python-yt.changes    
2023-01-03 15:05:10.742444612 +0100
@@ -1,0 +2,52 @@
+Mon Jan  2 14:12:44 UTC 2023 - Matej Cepl <mc...@suse.com>
+
+- Upgrade to 4.1.3:
+  This is the third bugfix release in the yt 4.1.x series. It
+  contains fixes to bugs discovered since the 4.1.2 release. Most
+  importantly, it reverts a unstable patch that was accidentally
+  included in yt 4.1.2 (#4198). EWAH files should now behave as
+  in yt 4.1.1, and we're aiming at re-releasing the new behaviour
+  (with fixes) in yt 4.2.0
+  - Bug fixes
+    - #4231 Fix pixel size calculation for density option in
+      particle projection plots and FITS images, by @jzuhone
+    - #4239 Fix a broken docs example, by @neutrinoceros
+  - Build and testing
+    - #4247 ignore a deprecation warning triggered from cartopy,
+      by @neutrinoceros
+    - #4250 Revert "Backport PR #4198 on branch yt-4.1.x
+      (Automatically find EWAH files with increased
+      index_order2)", by @neutrinoceros
+    - #4258 on branch yt-4.1.x, by @neutrinoceros
+  - There are no new features or deprecations in this version,
+    all users are encouraged to upgrade.
+
+-------------------------------------------------------------------
+Sat Dec  3 09:21:23 UTC 2022 - Matej Cepl <mc...@suse.com>
+
+DO NOT SUBMIT TO FACTORY, CFLAGS includes "-freport-bug"
+
+- Upgrade to 4.1.2:
+  It contains fixes to bugs discovered since the 4.1.1
+  release. There are no new features or deprecations in this
+  version, all users are encouraged to upgrade.
+- Upgrade to 4.1.1:
+  It contains a couple of critical fixes to bugs discovered since
+  the 4.1.0 release. Most importantly, it resolves a memory leak
+  that was affecting octree-based frontends (RAMSES and ART).
+  There are no new features or deprecations in this version, all
+  users are encouraged to upgrade.
+- Upgrade to 4.1.0:
+  It contains about a year of work by many contributors, with
+  many new features and improvements to the code base. It is also
+  the first release to officially supported Python 3.11.
+  Some deprecations from yt < 4 are now expired, some minor
+  backwards incompatibilities are expected. Anything broken on
+  purpose in this version should correspond to a warning in yt
+  4.0.x, anything beyond that should be considered a regression;
+  please report any unexpected breaking change.
+
+Complete releases changelog is available at
+https://github.com/yt-project/yt/releases.
+
+-------------------------------------------------------------------

Old:
----
  yt-3.6.1.tar.gz

New:
----
  yt-4.1.3.tar.gz

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

Other differences:
------------------
++++++ python-yt.spec ++++++
--- /var/tmp/diff_new_pack.RcEeUH/_old  2023-01-03 15:05:12.546455141 +0100
+++ /var/tmp/diff_new_pack.RcEeUH/_new  2023-01-03 15:05:12.550455165 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-yt
 #
-# Copyright (c) 2021 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,11 +16,10 @@
 #
 
 
-%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define         skip_python2 1
 %define         skip_python36 1
 Name:           python-yt
-Version:        3.6.1
+Version:        4.1.3
 Release:        0
 Summary:        An analysis and visualization toolkit for volumetric data
 License:        BSD-3-Clause
@@ -30,8 +29,10 @@
 Source100:      python-yt-rpmlintrc
 BuildRequires:  %{python_module Cython}
 BuildRequires:  %{python_module numpy-devel >= 1.10.4}
-BuildRequires:  %{python_module setuptools >= 19.6}
+BuildRequires:  %{python_module pip}
+BuildRequires:  %{python_module wheel}
 BuildRequires:  fdupes
+BuildRequires:  gcc-c++
 BuildRequires:  python-rpm-macros
 Requires:       python-ipython >= 1.0
 Requires:       python-matplotlib >= 2.0.2
@@ -65,11 +66,11 @@
 sed -i -e '/^#!\//, 1d' yt/utilities/lodgeit.py
 
 %build
-export CFLAGS="%{optflags}"
-%python_build
+export CFLAGS="%{optflags} -freport-bug"
+%pyproject_wheel
 
 %install
-%python_install
+%pyproject_install
 %python_clone -a %{buildroot}%{_bindir}/yt
 %python_clone -a %{buildroot}%{_bindir}/iyt
 %python_expand %fdupes %{buildroot}%{$python_sitearch}
@@ -87,6 +88,7 @@
 %license COPYING.txt
 %python_alternative %{_bindir}/iyt
 %python_alternative %{_bindir}/yt
-%{python_sitearch}/*
+%{python_sitearch}/yt-%{version}*-info
+%{python_sitearch}/yt
 
 %changelog

++++++ yt-3.6.1.tar.gz -> yt-4.1.3.tar.gz ++++++
/work/SRC/openSUSE:Factory/python-yt/yt-3.6.1.tar.gz 
/work/SRC/openSUSE:Factory/.python-yt.new.1563/yt-4.1.3.tar.gz differ: char 5, 
line 1

Reply via email to