Hello community,

here is the log from the commit of package python-configparser for 
openSUSE:Factory checked in at 2019-03-04 09:10:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-configparser (Old)
 and      /work/SRC/openSUSE:Factory/.python-configparser.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-configparser"

Mon Mar  4 09:10:30 2019 rev:8 rq:680403 version:3.7.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-configparser/python-configparser.changes  
2019-02-08 13:48:28.390777882 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-configparser.new.28833/python-configparser.changes
       2019-03-04 09:10:32.504706250 +0100
@@ -1,0 +2,8 @@
+Thu Feb 28 09:56:17 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Update to 3.7.3:
+  * Issue #34: Temporarily degrade to use ASCII for author's name.
+  * Repackaged using setuptools_scm for file discovery and other features from 
`skeleton <https://pypi.org/project/skeleton`_. Fixes #33.
+  * Package now unconditionally installs the configparser module.
+
+-------------------------------------------------------------------

Old:
----
  configparser-3.7.1.tar.gz

New:
----
  configparser-3.7.3.tar.gz

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

Other differences:
------------------
++++++ python-configparser.spec ++++++
--- /var/tmp/diff_new_pack.95qF1L/_old  2019-03-04 09:10:33.168706139 +0100
+++ /var/tmp/diff_new_pack.95qF1L/_new  2019-03-04 09:10:33.168706139 +0100
@@ -18,25 +18,28 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%if %{python3_version_nodots} >= 35
+%define skip_python3 1
+%endif
 Name:           python-configparser
-Version:        3.7.1
+Version:        3.7.3
 Release:        0
 Summary:        Backport of the enhanced config parser introduced in Python 3.x
 License:        MIT
 Group:          Development/Languages/Python
-Url:            http://docs.python.org/3/library/configparser.html
+URL:            http://docs.python.org/3/library/configparser.html
 Source:         
https://files.pythonhosted.org/packages/source/c/configparser/configparser-%{version}.tar.gz
 BuildRequires:  %{python_module backports}
+# needed for test import which is python3-testsuite for py3
+BuildRequires:  %{python_module pytest >= 3.5}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
+BuildRequires:  python-devel
 BuildRequires:  python-rpm-macros
+BuildRequires:  python-unittest2
+BuildRequires:  python3-testsuite
 Requires:       python-backports
 BuildArch:      noarch
-
-%if %{python3_version_nodots} >= 35
-%define skip_python3 1
-%endif
-
 %python_subpackages
 
 %description
@@ -46,6 +49,7 @@
 
 %prep
 %setup -q -n configparser-%{version}
+rm pytest.ini
 
 %build
 export LANG=en_US.UTF-8
@@ -56,11 +60,14 @@
 %python_install
 %python_expand rm -f %{buildroot}%{$python_sitelib}/backports/__init__.py*
 %python_expand rm -f 
%{buildroot}%{$python_sitelib}/backports/__pycache__/__init__*
-%python_expand %fdupes %{buildroot}%{$python_sitelib}/backports/configparser/
+%python_expand %fdupes %{buildroot}%{$python_sitelib}/
+
+%check
+%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} 
py.test-%{$python_bin_suffix}
 
 %files %{python_files}
-%defattr(-,root,root,-)
-%doc README.rst
+%doc README.rst CHANGES.rst
+%license LICENSE
 %python2_only %{python_sitelib}/configparser.py*
 %{python_sitelib}/backports/configparser/
 %{python_sitelib}/configparser-%{version}-py*.egg-info

++++++ configparser-3.7.1.tar.gz -> configparser-3.7.3.tar.gz ++++++
++++ 4414 lines of diff (skipped)


Reply via email to