Hello community,

here is the log from the commit of package python-pathlib2 for openSUSE:Factory 
checked in at 2018-06-02 12:09:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pathlib2 (Old)
 and      /work/SRC/openSUSE:Factory/.python-pathlib2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pathlib2"

Sat Jun  2 12:09:24 2018 rev:4 rq:613053 version:2.3.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pathlib2/python-pathlib2.changes  
2018-05-23 16:09:44.124589895 +0200
+++ /work/SRC/openSUSE:Factory/.python-pathlib2.new/python-pathlib2.changes     
2018-06-02 12:09:36.265588004 +0200
@@ -1,0 +2,7 @@
+Wed May 30 10:44:01 UTC 2018 - mimi...@gmail.com
+
+- update to 2.3.2
+- drop pathlib2-2.3.0-fix-tests.patch
+- fix requires and drop coverage report
+
+-------------------------------------------------------------------

Old:
----
  pathlib2-2.3.0-fix-tests.patch
  pathlib2-2.3.0.tar.gz

New:
----
  pathlib2-2.3.2.tar.gz

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

Other differences:
------------------
++++++ python-pathlib2.spec ++++++
--- /var/tmp/diff_new_pack.2q4lFp/_old  2018-06-02 12:09:36.997561158 +0200
+++ /var/tmp/diff_new_pack.2q4lFp/_new  2018-06-02 12:09:37.001561011 +0200
@@ -18,37 +18,39 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-pathlib2
-Version:        2.3.0
+Version:        2.3.2
 Release:        0
 Summary:        Object-oriented filesystem paths
 License:        MIT
 Group:          Development/Languages/Python
 URL:            https://pypi.python.org/pypi/pathlib2/
 Source:         
https://files.pythonhosted.org/packages/source/p/pathlib2/pathlib2-%{version}.tar.gz
-Patch0:         pathlib2-2.3.0-fix-tests.patch
 BuildRequires:  %{python_module mock}
-BuildRequires:  %{python_module pytest-cov}
 BuildRequires:  %{python_module pytest}
-BuildRequires:  %{python_module scandir}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module six}
 BuildRequires:  python-rpm-macros
 BuildRequires:  python3-testsuite
-Requires:       python-scandir
 Requires:       python-six
 BuildArch:      noarch
+%if %{?python3_version_nodots} <= 35 
+BuildRequires:  %{python_module scandir}
+Requires:       python-scandir
+%endif
+%ifpython2
+BuildRequires:  %{python_module scandir}
+Requires:       python-scandir
+%endif
+
 %python_subpackages
 
 %description
-The `old pathlib <https://bitbucket.org/pitrou/pathlib>`_
-module on bitbucket is in bugfix-only mode.
 The goal of pathlib2 is to provide a backport of
 `standard pathlib <http://docs.python.org/dev/library/pathlib.html>`_
 module which tracks the standard library module,
 so all the newest features of the standard pathlib can be
 used also on older Python versions.
 
-
 %prep
 %autosetup -n pathlib2-%{version}
 
@@ -59,7 +61,7 @@
 %python_install
 
 %check
-PYTHONPATH=%{buildroot}%{python3_sitelib} pytest-%python3_version . 
--cov=pathlib2
+PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version} .
 
 %files %{python_files}
 %license LICENSE.rst

++++++ pathlib2-2.3.0.tar.gz -> pathlib2-2.3.2.tar.gz ++++++
++++ 8373 lines of diff (skipped)


Reply via email to