Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-patsy for openSUSE:Factory checked in at 2021-11-08 17:24:23 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-patsy (Old) and /work/SRC/openSUSE:Factory/.python-patsy.new.1890 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-patsy" Mon Nov 8 17:24:23 2021 rev:7 rq:930035 version:0.5.2 Changes: -------- --- /work/SRC/openSUSE:Factory/python-patsy/python-patsy.changes 2021-02-15 23:19:30.695683585 +0100 +++ /work/SRC/openSUSE:Factory/.python-patsy.new.1890/python-patsy.changes 2021-11-08 17:25:11.652733102 +0100 @@ -1,0 +2,10 @@ +Mon Nov 8 03:57:04 UTC 2021 - Steve Kowalik <steven.kowa...@suse.com> + +- Update to 0.5.2: + * Fix some deprecation warnings associated with importing from the + collections module (rather than collections.abc) in Python 3.7+. +- README renamed to use Markdown. +- Drop patch python-patsy-remove-nose.patch, merged upstream. +- Remove unneeded nose BuildRequires. + +------------------------------------------------------------------- Old: ---- patsy-0.5.1.tar.gz python-patsy-remove-nose.patch New: ---- patsy-0.5.2.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-patsy.spec ++++++ --- /var/tmp/diff_new_pack.IXNuQy/_old 2021-11-08 17:25:12.164733438 +0100 +++ /var/tmp/diff_new_pack.IXNuQy/_new 2021-11-08 17:25:12.168733441 +0100 @@ -1,5 +1,5 @@ # -# spec file for package python-patsy +# spec file # # Copyright (c) 2021 SUSE LLC # @@ -29,16 +29,12 @@ %endif %define skip_python36 1 Name: python-patsy%{pkg_suffix} -Version: 0.5.1 +Version: 0.5.2 Release: 0 Summary: A Python package for statistical models and design matrices License: BSD-2-Clause -Group: Development/Languages/Python URL: https://github.com/pydata/patsy Source: https://files.pythonhosted.org/packages/source/p/patsy/patsy-%{version}.tar.gz -# patsy is EOL https://github.com/pydata/patsy/pull/162#issuecomment-688831172 -# https://github.com/pydata/patsy/pull/163 -Patch0: python-patsy-remove-nose.patch BuildRequires: %{python_module numpy-devel} BuildRequires: %{python_module scipy} BuildRequires: %{python_module setuptools} @@ -50,7 +46,6 @@ Recommends: python-scipy BuildArch: noarch %if %{with test} -BuildRequires: %{python_module nose} BuildRequires: %{python_module pandas} BuildRequires: %{python_module patsy = %{version}} BuildRequires: %{python_module pytest} @@ -66,7 +61,6 @@ %prep %setup -q -n patsy-%{version} -%patch0 -p1 %if !%{with test} %build @@ -87,7 +81,7 @@ %if !%{with test} %files %{python_files} %license LICENSE.txt -%doc README.rst +%doc README.md %{python_sitelib}/patsy/ %{python_sitelib}/patsy-%{version}-py*.egg-info %endif ++++++ patsy-0.5.1.tar.gz -> patsy-0.5.2.tar.gz ++++++ ++++ 2275 lines of diff (skipped)