diff --git a/manuel-1.7.2.tar.gz b/manuel-1.7.2.tar.gz deleted file mode 100644 index 50b9f30..0000000 --- a/manuel-1.7.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2126fb448ccee5419095f4dfa9ccbc168b366a9aa4eb1b025009df43ef94d3b2 -size 200392 diff --git a/manuel-1.8.0.tar.gz b/manuel-1.8.0.tar.gz new file mode 100644 index 0000000..97048c5 --- /dev/null +++ b/manuel-1.8.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a974d7e83652b26be30f6f513fac95d28b9ffa5ae2819a5c63e2ef8594913eb6 +size 207600 diff --git a/python-manuel.changes b/python-manuel.changes index a7a90bc..7b3e078 100644 --- a/python-manuel.changes +++ b/python-manuel.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Thu May 7 11:52:21 UTC 2015 - benoit.monin@gmx.fr + +- update to version 1.8.0: + * Fixed ResourceWarnings under Python 3. + * Added support for PyPy and Python 3.4. + * Drop official support for Python 3.1 and 3.2. + * Fix odd ImportError problems when used with tox and coverage. + * Fix parsing of reST codeblock options with hyphens. +- rename documentation files .txt to .rst: changed upstream + ------------------------------------------------------------------- Sat Aug 3 20:23:18 UTC 2013 - hpj@urpla.net diff --git a/python-manuel.spec b/python-manuel.spec index 64d149f..c52c189 100644 --- a/python-manuel.spec +++ b/python-manuel.spec @@ -1,7 +1,7 @@ # # spec file for package python-manuel # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2013 LISA GmbH, Bingen, Germany. # # All modifications and additions to the file contributed by third parties @@ -12,17 +12,18 @@ # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: python-manuel -Version: 1.7.2 +Version: 1.8.0 Release: 0 -License: Apache-2.0 Summary: Build tested documentation -Url: http://www.python.org/pypi/manuel +License: Apache-2.0 Group: Development/Languages/Python +Url: http://www.python.org/pypi/manuel Source: https://pypi.python.org/packages/source/m/manuel/manuel-%{version}.tar.gz BuildRequires: python-setuptools BuildRequires: python-six @@ -64,11 +65,11 @@ python setup.py build_sphinx && rm build/sphinx/html/.buildinfo python setup.py install --prefix=%{_prefix} --root=%{buildroot} %check -python setup.py test +python setup.py -q test %files %defattr(-,root,root,-) -%doc CHANGES.txt COPYRIGHT.txt LICENSE.txt PKG-INFO README.rst +%doc CHANGES.rst COPYRIGHT.rst LICENSE.rst PKG-INFO README.rst %python_sitelib/* %files doc