Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package python-o2sclpy for openSUSE:Factory 
checked in at 2022-08-22 11:05:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-o2sclpy (Old)
 and      /work/SRC/openSUSE:Factory/.python-o2sclpy.new.2083 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-o2sclpy"

Mon Aug 22 11:05:03 2022 rev:5 rq:998563 version:0.926

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-o2sclpy/python-o2sclpy.changes    
2021-04-22 18:05:48.754680009 +0200
+++ /work/SRC/openSUSE:Factory/.python-o2sclpy.new.2083/python-o2sclpy.changes  
2022-08-22 11:05:09.285704468 +0200
@@ -1,0 +2,12 @@
+Sun Aug 21 14:39:00 UTC 2022 - Atri Bhattacharya <[email protected]>
+
+- Update to version 0.926:
+  * No release notes.
+- Bump requires o2scl-devel version (must be at least o2sclpy
+  version).
+- Add rpmlintrc file to suppress rpmlint errors about the
+  o2scl-devel Requires.
+- More file-grained file list to make sure egg-info carries the
+  correct version number.
+
+-------------------------------------------------------------------

Old:
----
  o2sclpy-0.925.tar.gz

New:
----
  o2sclpy-0.926.tar.gz
  python-o2sclpy-rpmlintrc

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

Other differences:
------------------
++++++ python-o2sclpy.spec ++++++
--- /var/tmp/diff_new_pack.lyBm3q/_old  2022-08-22 11:05:09.909705833 +0200
+++ /var/tmp/diff_new_pack.lyBm3q/_new  2022-08-22 11:05:09.913705842 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-o2sclpy
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,13 +19,15 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define skip_python2 1
 %define skip_python36 1
+%define modname o2sclpy
 Name:           python-o2sclpy
-Version:        0.925
+Version:        0.926
 Release:        0
 Summary:        Python extensions for O2scl
 License:        GPL-3.0-only
 URL:            https://neutronstars.utk.edu/code/o2sclpy
-Source0:        
https://files.pythonhosted.org/packages/source/o/o2sclpy/o2sclpy-%{version}.tar.gz
+Source0:        
https://files.pythonhosted.org/packages/source/o/o2sclpy/%{modname}-%{version}.tar.gz
+Source1:        %{name}-rpmlintrc
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module h5py}
 BuildRequires:  %{python_module matplotlib >= 3.1}
@@ -34,7 +36,7 @@
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-Requires:       o2scl-devel >= 0.925
+Requires:       o2scl-devel >= %{version}
 Requires:       python-h5py
 Requires:       python-matplotlib >= 3.1
 Requires:       python-numpy
@@ -50,7 +52,7 @@
 with the O2scl C++ library and a set of python classes for convenient plotting.
 
 %prep
-%setup -q -n o2sclpy-%{version}
+%setup -q -n %{modname}-%{version}
 
 %build
 %python_build
@@ -70,6 +72,7 @@
 %license LICENSE
 %doc README.md
 %python_alternative %{_bindir}/o2graph
-%{python_sitelib}/*
+%{python_sitelib}/%{modname}/
+%{python_sitelib}/%{modname}-%{version}-py%{python_version}.egg-info/
 
 %changelog

++++++ o2sclpy-0.925.tar.gz -> o2sclpy-0.926.tar.gz ++++++
++++ 18976 lines of diff (skipped)

++++++ python-o2sclpy-rpmlintrc ++++++
# o2sclpy-devel is needed, yet python package does not install any devel
# files and so should not be named as python-o2sclpy-devel
addFilter("python[0-9]*-o2sclpy.*: E: devel-dependency o2scl-devel")

Reply via email to