Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-slycot for openSUSE:Factory checked in at 2022-12-21 16:07:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-slycot (Old) and /work/SRC/openSUSE:Factory/.python-slycot.new.1835 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-slycot" Wed Dec 21 16:07:17 2022 rev:17 rq:1044040 version:0.5.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-slycot/python-slycot.changes 2022-11-25 14:56:16.456185981 +0100 +++ /work/SRC/openSUSE:Factory/.python-slycot.new.1835/python-slycot.changes 2022-12-21 16:07:18.918772821 +0100 @@ -1,0 +2,8 @@ +Wed Dec 21 09:38:17 UTC 2022 - Ben Greiner <c...@bnavigator.de> + +- Update to 0.5.3 + * This patch release updates the build system to be compatible + with NumPy 1.24.0 -- gh#python-control/Slycot#187 +- Drop rpmlintc: python-tests-in-package has been dropped + +------------------------------------------------------------------- Old: ---- slycot-0.5.2.tar.gz slycot-rpmlintrc New: ---- slycot-0.5.3.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-slycot.spec ++++++ --- /var/tmp/diff_new_pack.TyKhOP/_old 2022-12-21 16:07:19.646776746 +0100 +++ /var/tmp/diff_new_pack.TyKhOP/_new 2022-12-21 16:07:19.650776768 +0100 @@ -17,14 +17,13 @@ Name: python-slycot -Version: 0.5.2 +Version: 0.5.3 Release: 0 Summary: A wrapper for the SLICOT control and systems library License: BSD-3-Clause AND GPL-2.0-only Group: Development/Languages/Python URL: https://github.com/python-control/Slycot Source0: https://files.pythonhosted.org/packages/source/s/slycot/slycot-%{version}.tar.gz -Source99: slycot-rpmlintrc BuildRequires: %{python_module devel >= 3.8} BuildRequires: %{python_module numpy-devel} BuildRequires: %{python_module pip} ++++++ slycot-0.5.2.tar.gz -> slycot-0.5.3.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/slycot-0.5.2/.github/conda-env/build-env.yml new/slycot-0.5.3/.github/conda-env/build-env.yml --- old/slycot-0.5.2/.github/conda-env/build-env.yml 2022-11-23 21:17:18.000000000 +0100 +++ new/slycot-0.5.3/.github/conda-env/build-env.yml 2022-12-21 10:29:38.000000000 +0100 @@ -1,4 +1,4 @@ name: build-env dependencies: - boa - - numpy!=1.23.0 + - numpy !=1.23.0 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/slycot-0.5.2/.github/conda-env/test-env.yml new/slycot-0.5.3/.github/conda-env/test-env.yml --- old/slycot-0.5.2/.github/conda-env/test-env.yml 2021-03-17 12:49:19.000000000 +0100 +++ new/slycot-0.5.3/.github/conda-env/test-env.yml 2022-12-21 10:29:38.000000000 +0100 @@ -8,4 +8,4 @@ - pytest-cov - pytest-timeout - coverage - - coveralls + - coveralls >= 3.3 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/slycot-0.5.2/PKG-INFO new/slycot-0.5.3/PKG-INFO --- old/slycot-0.5.2/PKG-INFO 2022-11-23 21:17:49.444011000 +0100 +++ new/slycot-0.5.3/PKG-INFO 2022-12-21 10:30:10.684944400 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: slycot -Version: 0.5.2 +Version: 0.5.3 Summary: A wrapper for the SLICOT control and systems library Author: Enrico Avventi et al. Maintainer-email: Slycot developers <python-control-disc...@lists.sourceforge.net> diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/slycot-0.5.2/conda-recipe/meta.yaml new/slycot-0.5.3/conda-recipe/meta.yaml --- old/slycot-0.5.2/conda-recipe/meta.yaml 2022-11-08 15:30:23.000000000 +0100 +++ new/slycot-0.5.3/conda-recipe/meta.yaml 2022-12-21 10:29:38.000000000 +0100 @@ -31,7 +31,7 @@ - pip - scikit-build >=0.15 - setuptools >=45 - - setuptools_scm >=6.3 + - setuptools_scm >=7 run: - python {{ PY_VER }} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/slycot-0.5.2/pyproject.toml new/slycot-0.5.3/pyproject.toml --- old/slycot-0.5.2/pyproject.toml 2022-11-23 21:17:18.000000000 +0100 +++ new/slycot-0.5.3/pyproject.toml 2022-12-21 10:29:38.000000000 +0100 @@ -1,7 +1,7 @@ [build-system] requires = [ "setuptools>=45", - "setuptools_scm>=6.3", + "setuptools_scm>=7", "wheel", "scikit-build>=0.15", "cmake>=3.14", diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/slycot-0.5.2/slycot/CMakeLists.txt new/slycot-0.5.3/slycot/CMakeLists.txt --- old/slycot-0.5.2/slycot/CMakeLists.txt 2022-11-08 15:30:23.000000000 +0100 +++ new/slycot-0.5.3/slycot/CMakeLists.txt 2022-12-21 10:29:38.000000000 +0100 @@ -647,8 +647,7 @@ add_custom_target(wrapper ALL DEPENDS ${SLICOT_FSOURCE} ${SLYCOT_FSOURCE}) add_custom_command( OUTPUT _wrappermodule.c _wrapper-f2pywrappers.f - COMMAND ${F2PY_EXECUTABLE} -m SLYCOT - ${CMAKE_CURRENT_SOURCE_DIR}/${F2PYSOURCE} + COMMAND ${F2PY_EXECUTABLE} ${CMAKE_CURRENT_SOURCE_DIR}/${F2PYSOURCE} DEPENDS ${F2PYSOURCE_DEPS} ${F2PYSOURCE} ) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/slycot-0.5.2/slycot/version.py new/slycot-0.5.3/slycot/version.py --- old/slycot-0.5.2/slycot/version.py 2022-11-23 21:17:49.000000000 +0100 +++ new/slycot-0.5.3/slycot/version.py 2022-12-21 10:30:09.000000000 +0100 @@ -1,5 +1,4 @@ -# coding: utf-8 # file generated by setuptools_scm # don't change, don't track in version control -__version__ = version = '0.5.2' -__version_tuple__ = version_tuple = (0, 5, 2) +__version__ = version = '0.5.3' +__version_tuple__ = version_tuple = (0, 5, 3) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/slycot-0.5.2/slycot.egg-info/PKG-INFO new/slycot-0.5.3/slycot.egg-info/PKG-INFO --- old/slycot-0.5.2/slycot.egg-info/PKG-INFO 2022-11-23 21:17:49.000000000 +0100 +++ new/slycot-0.5.3/slycot.egg-info/PKG-INFO 2022-12-21 10:30:10.000000000 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: slycot -Version: 0.5.2 +Version: 0.5.3 Summary: A wrapper for the SLICOT control and systems library Author: Enrico Avventi et al. Maintainer-email: Slycot developers <python-control-disc...@lists.sourceforge.net>