diff --git a/py-1.4.31.tar.gz b/py-1.4.31.tar.gz deleted file mode 100644 index a1f06c5..0000000 --- a/py-1.4.31.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a6501963c725fc2554dabfece8ae9a8fb5e149c0ac0a42fd2b02c5c1c57fc114 -size 192212 diff --git a/py-1.4.32.tar.gz b/py-1.4.32.tar.gz new file mode 100644 index 0000000..25f60b7 --- /dev/null +++ b/py-1.4.32.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4b89fd1ff1162375115608d01f77c38cca1d0f28f37fd718005e19b28be41a7 +size 598861 diff --git a/python-py-doc.changes b/python-py-doc.changes index 63d995c..fcb8b4a 100644 --- a/python-py-doc.changes +++ b/python-py-doc.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Thu Feb 23 14:58:09 UTC 2017 - jmatejek@suse.com + +- update to 1.4.32 +- use only python3-Sphinx to build docs +- provide $flavor-doc for all pythons + ------------------------------------------------------------------- Sat Sep 3 18:33:49 UTC 2016 - p.drouand@gmail.com diff --git a/python-py-doc.spec b/python-py-doc.spec index 3568d30..9f59224 100644 --- a/python-py-doc.spec +++ b/python-py-doc.spec @@ -1,7 +1,7 @@ # # spec file for package python-py-doc # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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 @@ -16,8 +16,9 @@ # +%{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-py-doc -Version: 1.4.31 +Version: 1.4.32 Release: 0 Summary: Library with cross-python path, ini-parsing, io, code, log facilities License: MIT @@ -25,13 +26,10 @@ Group: Development/Languages/Python Url: http://pylib.org Source: https://pypi.io/packages/source/p/py/py-%{version}.tar.gz # Documentation requirements: -BuildRequires: python-Sphinx +BuildRequires: python3-Sphinx BuildRoot: %{_tmppath}/%{name}-%{version}-build -%if 0%{?suse_version} && 0%{?suse_version} <= 1110 -%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} -%else BuildArch: noarch -%endif +Provides: %{python_module py-doc = %{version}} %description The py lib is a Python development support library featuring diff --git a/python-py.changes b/python-py.changes index cda0193..a4a3ef0 100644 --- a/python-py.changes +++ b/python-py.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Thu Feb 23 14:56:48 UTC 2017 - jmatejek@suse.com + +- update to 1.4.32 + - fix issue70: added ability to copy all stat info in py.path.local.copy. + - make TerminalWriter.fullwidth a property. This results in the correct + value when the terminal gets resized. + - update supported html tags to include recent additions. + Thanks Denis Afonso for the PR. + - Remove internal code in ``Source.compile`` meant to support earlier Python 3 versions that produced the side effect + of leaving ``None`` in ``sys.modules`` when called (see pytest-dev/pytest#2103). + Thanks Bruno Oliveira for the PR. + +------------------------------------------------------------------- +Wed Oct 5 14:47:53 UTC 2016 - jmatejek@suse.com + +- update for singlespec + ------------------------------------------------------------------- Sat Sep 3 18:33:49 UTC 2016 - p.drouand@gmail.com diff --git a/python-py.spec b/python-py.spec index e9f1cb3..44254b3 100644 --- a/python-py.spec +++ b/python-py.spec @@ -1,7 +1,7 @@ # # spec file for package python-py # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 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 @@ -16,22 +16,22 @@ # +%{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-py -Version: 1.4.31 +Version: 1.4.32 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 Source: https://pypi.io/packages/source/p/py/py-%{version}.tar.gz -BuildRequires: python-devel -BuildRequires: python-setuptools +BuildRequires: %{python_module devel} +BuildRequires: %{python_module setuptools} +BuildRequires: python-rpm-macros BuildRoot: %{_tmppath}/%{name}-%{version}-build -%if 0%{?suse_version} && 0%{?suse_version} <= 1110 -%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} -%else BuildArch: noarch -%endif + +%python_subpackages %description The py lib is a Python development support library featuring @@ -43,18 +43,19 @@ the following tools and modules: * py.code: dynamic code generation and introspection * py.path: uniform local and svn path objects + %prep %setup -q -n py-%{version} %build -python setup.py build +%python_build %install -python setup.py install --prefix=%{_prefix} --root=%{buildroot} +%python_install -%files +%files %{python_files} %defattr(-,root,root,-) -%doc LICENSE README.txt +%doc LICENSE README.rst %{python_sitelib}/* %changelog