diff --git a/py-1.5.2.tar.gz b/py-1.5.2.tar.gz deleted file mode 100644 index 4ae81f4..0000000 --- a/py-1.5.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ca18943e28235417756316bfada6cd96b23ce60dd532642690dcfdaba988a76d -size 189542 diff --git a/py-1.5.3.tar.gz b/py-1.5.3.tar.gz new file mode 100644 index 0000000..f0c7d5e --- /dev/null +++ b/py-1.5.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29c9fab495d7528e80ba1e343b958684f4ace687327e6f789a94bf3d1915f881 +size 202335 diff --git a/python-py-doc.changes b/python-py-doc.changes index 0b47ee7..af0fd5b 100644 --- a/python-py-doc.changes +++ b/python-py-doc.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu May 31 04:37:00 UTC 2018 - toddrme2178@gmail.com + +- update to version 1.5.3 + * - fix #179: ensure we can support 'from py.error import ...' + ------------------------------------------------------------------- Sun Nov 19 05:51:49 UTC 2017 - arun@gmx.de diff --git a/python-py-doc.spec b/python-py-doc.spec index 61319b7..72792f7 100644 --- a/python-py-doc.spec +++ b/python-py-doc.spec @@ -1,7 +1,7 @@ # # spec file for package python-py-doc # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,17 +18,20 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-py-doc -Version: 1.5.2 +Version: 1.5.3 Release: 0 Summary: Library with cross-python path, ini-parsing, io, code, log facilities License: MIT Group: Development/Languages/Python -Url: https://py.readthedocs.io/en/latest/ +Url: https://github.com/pytest-dev/py Source: https://files.pythonhosted.org/packages/source/p/py/py-%{version}.tar.gz +BuildRequires: %{python_module py} +BuildRequires: %{python_module pytest} +BuildRequires: %{python_module pytest-xdist} +BuildRequires: python-rpm-macros # Documentation requirements: BuildRequires: dos2unix BuildRequires: python3-Sphinx -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch Provides: %{python_module py-doc = %{version}} @@ -57,6 +60,7 @@ cd doc && make html && rm -r _build/html/.buildinfo %files %defattr(-,root,root,-) -%doc LICENSE doc/_build/html +%doc doc/_build/html +%license LICENSE %changelog diff --git a/python-py.changes b/python-py.changes index e7db199..a62b957 100644 --- a/python-py.changes +++ b/python-py.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu May 31 04:37:00 UTC 2018 - toddrme2178@gmail.com + +- update to version 1.5.3 + * - fix #179: ensure we can support 'from py.error import ...' + ------------------------------------------------------------------- Sun Nov 19 05:51:49 UTC 2017 - arun@gmx.de diff --git a/python-py.spec b/python-py.spec index b58b569..24ffb19 100644 --- a/python-py.spec +++ b/python-py.spec @@ -1,7 +1,7 @@ # # spec file for package python-py # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,17 +18,17 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-py -Version: 1.5.2 +Version: 1.5.3 Release: 0 Summary: Library with cross-python path, ini-parsing, io, code, log facilities License: MIT Group: Development/Languages/Python -Url: https://pylib.readthedocs.io +Url: https://github.com/pytest-dev/py Source: https://files.pythonhosted.org/packages/source/p/py/py-%{version}.tar.gz BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} +BuildRequires: fdupes BuildRequires: python-rpm-macros -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch %python_subpackages @@ -53,10 +53,12 @@ rm -rf py.egg-info %install %python_install +%python_exec %fdupes %{buildroot}%{$python_sitelib} %files %{python_files} %defattr(-,root,root,-) -%doc LICENSE README.rst +%doc README.rst +%license LICENSE %{python_sitelib}/* %changelog