Accepting request 307307 from home:benoit_monin:branches:devel:languages:python

- update to version 4.0.3
- point the source URL to pypi
- add fdupes as BuildRequires and call it after install
- pass -q to the test to avoid spamming the build log
- rename CHANGES.txt to CHANGES.rst: changed upstream
- rename README.txt to README.rst: changed upstream

OBS-URL: https://build.opensuse.org/request/show/307307
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.configuration?expand=0&rev=3
This commit is contained in:
Hans-Peter Jansen 2015-05-16 15:35:25 +00:00 committed by Git OBS Bridge
parent a40874f7d6
commit a927cea673
4 changed files with 26 additions and 12 deletions

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri May 15 11:28:36 UTC 2015 - benoit.monin@gmx.fr
- update to version 4.0.3:
* Added explicit support for Python 3.4.
- point the source URL to pypi
- add fdupes as BuildRequires and call it after install
- pass -q to the test to avoid spamming the build log
- rename CHANGES.txt to CHANGES.rst: changed upstream
- rename README.txt to README.rst: changed upstream
-------------------------------------------------------------------
Mon Jul 29 14:32:46 UTC 2013 - hpj@urpla.net

View File

@ -1,7 +1,7 @@
#
# spec file for package python-zope.configuration
#
# 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,26 +12,28 @@
# 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-zope.configuration
Version: 4.0.2
Version: 4.0.3
Release: 0
Url: http://www.python.org/pypi/zope.configuration
Summary: Zope Configuration Markup Language (ZCML)
License: ZPL-2.1
Group: Development/Languages/Python
Source: zope.configuration-%{version}.tar.gz
Source: https://pypi.python.org/packages/source/z/zope.configuration/zope.configuration-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: fdupes
BuildRequires: python-setuptools
BuildRequires: python-zope.i18nmessageid
BuildRequires: python-zope.interface
BuildRequires: python-zope.schema
Requires: python-zope.i18nmessageid
Requires: python-zope.interface
Requires: python-zope.schema
Requires: python-zope.i18nmessageid
Requires: python-zope.interface
Requires: python-zope.schema
# Documentation requirements:
BuildRequires: python-Sphinx
BuildRequires: python-repoze.sphinx.autointerface
@ -67,13 +69,14 @@ PYTHONPATH=$(pwd)/build/lib python setup.py build_sphinx && rm build/sphinx/html
%install
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
%fdupes %{buildroot}/%{_prefix}
%check
python setup.py test
python setup.py -q test
%files
%defattr(-,root,root,-)
%doc CHANGES.txt COPYRIGHT.txt LICENSE.txt README.txt
%doc CHANGES.rst COPYRIGHT.txt LICENSE.txt README.rst
%python_sitelib/*
%files doc

View File

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

View File

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