diff --git a/python-zope.configuration.changes b/python-zope.configuration.changes index 20e7db3..e3ef4e5 100644 --- a/python-zope.configuration.changes +++ b/python-zope.configuration.changes @@ -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 diff --git a/python-zope.configuration.spec b/python-zope.configuration.spec index 371abd3..851f2bd 100644 --- a/python-zope.configuration.spec +++ b/python-zope.configuration.spec @@ -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 diff --git a/zope.configuration-4.0.2.tar.gz b/zope.configuration-4.0.2.tar.gz deleted file mode 100644 index 360180f..0000000 --- a/zope.configuration-4.0.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c8a496fa9fad6d39ec1a46fe2b59cf47a6d159e4bc3293f3850e725a1b83fc6d -size 74043 diff --git a/zope.configuration-4.0.3.tar.gz b/zope.configuration-4.0.3.tar.gz new file mode 100644 index 0000000..eb9259c --- /dev/null +++ b/zope.configuration-4.0.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6f0f718597945fc6fda7aee72dab9636302fb2035dd222ab5b7fa773d762df5 +size 487610