Accepting request 305762 from devel:languages:python

1

OBS-URL: https://build.opensuse.org/request/show/305762
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-manuel?expand=0&rev=3
This commit is contained in:
Stephan Kulow 2015-05-10 08:46:42 +00:00 committed by Git OBS Bridge
commit 5a5c67af11
4 changed files with 22 additions and 10 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2126fb448ccee5419095f4dfa9ccbc168b366a9aa4eb1b025009df43ef94d3b2
size 200392

3
manuel-1.8.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a974d7e83652b26be30f6f513fac95d28b9ffa5ae2819a5c63e2ef8594913eb6
size 207600

View File

@ -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

View File

@ -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