Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-casacore for openSUSE:Factory 
checked in at 2023-01-16 17:59:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-casacore (Old)
 and      /work/SRC/openSUSE:Factory/.python-casacore.new.32243 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-casacore"

Mon Jan 16 17:59:48 2023 rev:5 rq:1058675 version:3.5.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-casacore/python-casacore.changes  
2022-12-25 15:15:25.533567542 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-casacore.new.32243/python-casacore.changes   
    2023-01-16 18:02:26.984004922 +0100
@@ -1,0 +2,6 @@
+Fri Jan 13 07:02:39 UTC 2023 - Atri Bhattacharya <[email protected]>
+
+- Update to version 3.5.2:
+  * Wheel related changes, no source related changes.
+
+-------------------------------------------------------------------

Old:
----
  python-casacore-3.5.1-gh.tar.gz

New:
----
  python-casacore-3.5.2-gh.tar.gz

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

Other differences:
------------------
++++++ python-casacore.spec ++++++
--- /var/tmp/diff_new_pack.BDBvAI/_old  2023-01-16 18:02:27.544007910 +0100
+++ /var/tmp/diff_new_pack.BDBvAI/_new  2023-01-16 18:02:27.548007931 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-casacore
 #
-# 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
@@ -20,7 +20,7 @@
 %define pythons python3
 %global modname casacore
 Name:           python-casacore
-Version:        3.5.1
+Version:        3.5.2
 Release:        0
 Summary:        A wrapper around CASACORE, the radio astronomy library
 License:        LGPL-3.0-or-later

++++++ python-casacore-3.5.1-gh.tar.gz -> python-casacore-3.5.2-gh.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/python-casacore-3.5.1/.github/workflows/extract-wheels.sh 
new/python-casacore-3.5.2/.github/workflows/extract-wheels.sh
--- old/python-casacore-3.5.1/.github/workflows/extract-wheels.sh       
1970-01-01 01:00:00.000000000 +0100
+++ new/python-casacore-3.5.2/.github/workflows/extract-wheels.sh       
2022-09-22 21:20:59.000000000 +0200
@@ -0,0 +1,9 @@
+#!/bin/bash
+
+set -e
+
+for ver in 36 37 38 39 310; do
+  dockerid=$(docker create python-casacore-py${ver})
+  docker cp ${dockerid}:/output/ output-${ver}
+  docker rm ${dockerid}
+done
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/python-casacore-3.5.1/.github/workflows/make_images.sh 
new/python-casacore-3.5.2/.github/workflows/make_images.sh
--- old/python-casacore-3.5.1/.github/workflows/make_images.sh  1970-01-01 
01:00:00.000000000 +0100
+++ new/python-casacore-3.5.2/.github/workflows/make_images.sh  2022-09-22 
21:20:59.000000000 +0200
@@ -0,0 +1,8 @@
+#!/bin/bash -ve
+
+HERE=`dirname "$0"`
+cd $HERE/..
+
+for i in 36 37 38 39 310; do
+    docker build -f docker/py${i}_wheel.docker . -t 
quay.io/casacore/casacore:master_wheel${i}
+done
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-casacore-3.5.1/CHANGELOG.md 
new/python-casacore-3.5.2/CHANGELOG.md
--- old/python-casacore-3.5.1/CHANGELOG.md      2022-08-01 12:23:25.000000000 
+0200
+++ new/python-casacore-3.5.2/CHANGELOG.md      2022-09-22 21:20:59.000000000 
+0200
@@ -1,3 +1,8 @@
+# 3.5.2
+
+The binary wheels have now been built with `-DPORTABLE=True`. This should fix 
issues with Dysco crashing on some platforms (due to missing AVX instructions). 
Otherwise nothing has changed.
+
+
 # 3.5.1
 
 The binary wheel for python 3.10 is now based on numpy 1.22.4. Otherwise 
nothing has changed.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-casacore-3.5.1/casacore/__init__.py 
new/python-casacore-3.5.2/casacore/__init__.py
--- old/python-casacore-3.5.1/casacore/__init__.py      2022-08-01 
12:23:25.000000000 +0200
+++ new/python-casacore-3.5.2/casacore/__init__.py      2022-09-22 
21:20:59.000000000 +0200
@@ -1,2 +1,2 @@
-__version__ = "3.5.1"
+__version__ = "3.5.2"
 __mincasacoreversion__ = "3.1.1"

Reply via email to