Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-csv23 for openSUSE:Factory checked in at 2021-12-25 20:16:28 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-csv23 (Old) and /work/SRC/openSUSE:Factory/.python-csv23.new.2520 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-csv23" Sat Dec 25 20:16:28 2021 rev:2 rq:941556 version:0.3.3 Changes: -------- --- /work/SRC/openSUSE:Factory/python-csv23/python-csv23.changes 2020-10-13 15:43:37.841397522 +0200 +++ /work/SRC/openSUSE:Factory/.python-csv23.new.2520/python-csv23.changes 2021-12-25 20:16:33.441245293 +0100 @@ -1,0 +2,6 @@ +Sun Dec 19 14:41:41 UTC 2021 - Ben Greiner <c...@bnavigator.de> + +- Update to 0.3.3 + * Drop Python 3.5 support and tag Python 3.9 and 3.10 support + +------------------------------------------------------------------- Old: ---- csv23-0.3.2.zip New: ---- csv23-0.3.3.zip ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-csv23.spec ++++++ --- /var/tmp/diff_new_pack.4zlDBD/_old 2021-12-25 20:16:33.869245642 +0100 +++ /var/tmp/diff_new_pack.4zlDBD/_new 2021-12-25 20:16:33.873245645 +0100 @@ -1,7 +1,7 @@ # # spec file for package python-csv23 # -# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,29 +12,35 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ +# %{?!python_module:%define python_module() python-%{**} python3-%{**}} +%bcond_without python2 Name: python-csv23 -Version: 0.3.2 +Version: 0.3.3 Release: 0 License: MIT Summary: Python 2/3 unicode CSV compatibility layer -Url: https://github.com/xflr6/csv23 +URL: https://github.com/xflr6/csv23 Group: Development/Languages/Python # Only ZIP archive on PyPI Source: https://files.pythonhosted.org/packages/source/c/csv23/csv23-%{version}.zip -BuildRequires: python-rpm-macros -BuildRequires: unzip -BuildRequires: dos2unix -BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module mock} BuildRequires: %{python_module pytest >= 4.6} BuildRequires: %{python_module pytest-mock} +BuildRequires: %{python_module setuptools} +BuildRequires: dos2unix BuildRequires: fdupes +BuildRequires: python-rpm-macros +BuildRequires: unzip BuildArch: noarch - +%if %{with python2} +BuildRequires: python2-mock +%endif +%ifpython2 +Requires: python-mock +%endif %python_subpackages %description @@ -42,8 +48,8 @@ %prep %setup -q -n csv23-%{version} -sed -i '/--cov/ d' setup.cfg -dos2unix CHANGES.txt README.rst +sed -i -e '/--cov/ d' -e '/mock_use_standalone_module/ d' setup.cfg +dos2unix CHANGES.rst README.rst %build %python_build @@ -56,7 +62,7 @@ %pytest %files %{python_files} -%doc CHANGES.txt README.rst +%doc CHANGES.rst README.rst %license LICENSE.txt %{python_sitelib}/csv23 %{python_sitelib}/csv23-%{version}*-info