Hello community, here is the log from the commit of package python-path.py for openSUSE:Factory checked in at 2019-07-30 13:06:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-path.py (Old) and /work/SRC/openSUSE:Factory/.python-path.py.new.4126 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-path.py" Tue Jul 30 13:06:34 2019 rev:4 rq:718923 version:12.0.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-path.py/python-path.py.changes 2019-02-26 22:16:13.234194608 +0100 +++ /work/SRC/openSUSE:Factory/.python-path.py.new.4126/python-path.py.changes 2019-07-30 13:06:35.566369095 +0200 @@ -1,0 +2,19 @@ +Fri Jul 26 16:56:38 CEST 2019 - Matej Cepl <[email protected]> + +- Update to 12.0.1: + - #166: Removed 'universal' wheel support. + - #148: Dropped support for Python 2.7 and 3.4. + Moved 'path' into a package. + +------------------------------------------------------------------- +Fri Jul 19 10:05:17 UTC 2019 - Tomáš Chvátal <[email protected]> + +- Update to 11.5.2: + * #163: Corrected 'pymodules' typo in package declaration. + +------------------------------------------------------------------- +Fri Jul 19 10:04:28 UTC 2019 - Tomáš Chvátal <[email protected]> + +- Restrict version requirement on pytest to <5.x for now + +------------------------------------------------------------------- Old: ---- path.py-11.5.0.tar.gz New: ---- path.py-12.0.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-path.py.spec ++++++ --- /var/tmp/diff_new_pack.UaxzLo/_old 2019-07-30 13:06:36.022368978 +0200 +++ /var/tmp/diff_new_pack.UaxzLo/_new 2019-07-30 13:06:36.022368978 +0200 @@ -25,8 +25,11 @@ %define psuffix %{nil} %bcond_with test %endif + +%define skip_python2 1 + Name: python-path.py%{psuffix} -Version: 11.5.0 +Version: 12.0.1 Release: 0 Summary: A module wrapper for os.path License: MIT @@ -39,14 +42,11 @@ BuildRequires: python-rpm-macros Requires: python-importlib-metadata >= 0.5 BuildArch: noarch -%ifpython2 -Requires: python2-backports.os -%endif %if %{with test} BuildRequires: %{python_module importlib-metadata >= 0.5} BuildRequires: %{python_module path.py >= %{version}} -BuildRequires: %{python_module pytest} -BuildRequires: python2-backports.os +# https://github.com/jaraco/path.py/issues/167 +BuildRequires: %{python_module pytest < 5.0} %endif %python_subpackages @@ -75,7 +75,7 @@ # need to set locale to avoid UnicodeEncodeError export LANG=en_US.UTF-8 # test_import_time -> relies on timing that varies in OBS -%python_expand py.test-%{$python_bin_suffix} test_path.py -k 'not test_import_time' +%pytest test_path.py -k 'not test_import_time' %endif %if !%{with test} ++++++ path.py-11.5.0.tar.gz -> path.py-12.0.1.tar.gz ++++++ ++++ 4268 lines of diff (skipped)
