Hello community, here is the log from the commit of package python-iminuit for openSUSE:Factory checked in at 2020-12-12 20:32:15 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-iminuit (Old) and /work/SRC/openSUSE:Factory/.python-iminuit.new.2328 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-iminuit" Sat Dec 12 20:32:15 2020 rev:7 rq:855357 version:2.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/python-iminuit/python-iminuit.changes 2020-12-01 14:23:25.237634471 +0100 +++ /work/SRC/openSUSE:Factory/.python-iminuit.new.2328/python-iminuit.changes 2020-12-12 20:36:11.426091560 +0100 @@ -1,0 +2,11 @@ +Sat Dec 12 02:08:39 UTC 2020 - Atri Bhattacharya <badshah...@gmail.com> + +- Update to version 2.0.0: + * Long list of changes, see + <https://iminuit.readthedocs.io/en/stable/changelog.html#december-7-2020>. +- Add _service file to download tests from github directly as they + are not included in the pypi tarball any more + (gh#scikit-hep/iminuit#572). +- New BuildRequires: cmake >= 3.13. + +------------------------------------------------------------------- @@ -24,2 +34,0 @@ - - Old: ---- iminuit-1.5.4.tar.gz New: ---- _service iminuit-2.0.0.tar.gz tests.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-iminuit.spec ++++++ --- /var/tmp/diff_new_pack.G8dRcb/_old 2020-12-12 20:36:12.074092236 +0100 +++ /var/tmp/diff_new_pack.G8dRcb/_new 2020-12-12 20:36:12.078092240 +0100 @@ -19,18 +19,22 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} # Python2 support dropped since version 1.4.0 %define skip_python2 1 -Name: python-iminuit -Version: 1.5.4 +%define modname iminuit +Name: python-%{modname} +Version: 2.0.0 Release: 0 Summary: Python bindings for MINUIT2 License: MIT URL: https://github.com/scikit-hep/iminuit -Source: https://files.pythonhosted.org/packages/source/i/iminuit/iminuit-%{version}.tar.gz +# No tests in pypi tarball +Source0: https://files.pythonhosted.org/packages/source/i/iminuit/%{modname}-%{version}.tar.gz +Source1: tests.tar.xz BuildRequires: %{python_module Cython} BuildRequires: %{python_module devel} BuildRequires: %{python_module numpy >= 1.11.3} BuildRequires: %{python_module numpy-devel} BuildRequires: %{python_module setuptools} +BuildRequires: cmake >= 3.13 BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: python-rpm-macros @@ -52,7 +56,8 @@ and to get model parameter error estimates from likelihood profile analysis. %prep -%setup -q -n iminuit-%{version} +%setup -q -n %{modname}-%{version} +%setup -q -D -T -a 1 -n %{modname}-%{version} %build export CFLAGS="%{optflags}" @@ -63,11 +68,12 @@ %python_expand %fdupes %{buildroot}%{$python_sitearch} %check -%pytest_arch %{buildroot}%{$python_sitearch}/iminuit +%pytest_arch %files %{python_files} %doc README.rst %license LICENSE -%{python_sitearch}/* +%{python_sitearch}/%{modname}/ +%{python_sitearch}/%{modname}-%{version}-py%{python_version}.egg-info/ %changelog ++++++ _service ++++++ <services> <service name="tar_scm" mode="disabled"> <param name="scm">git</param> <param name="url">https://github.com/scikit-hep/iminuit</param> <param name="revision">v2.0.0</param> <param name="subdir">tests</param> <param name="filename">tests</param> <param name="version">_none_</param> </service> <service name="recompress" mode="disabled"> <param name="compression">xz</param> <param name="file">tests.tar</param> </service> <service name="download_files" mode="disabled" /> </services> ++++++ iminuit-1.5.4.tar.gz -> iminuit-2.0.0.tar.gz ++++++ ++++ 79217 lines of diff (skipped) _______________________________________________ openSUSE Commits mailing list -- commit@lists.opensuse.org To unsubscribe, email commit-le...@lists.opensuse.org List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette List Archives: https://lists.opensuse.org/archives/list/commit@lists.opensuse.org