forked from pool/python-zope.configuration
Accepting request 691757 from home:mcalabkova:branches:devel:languages:python
- update to version 4.3.1
4.2.0
* Reach 100% automated test coverage.
* Add support for Python 3.7.
* Drop support for Python 3.3.
* Drop support for python setup.py test.
* Fix the doctests with zope.schema 4.7 and above.
* More classes and exceptions enhancements.
4.2.1
* Fix GlobalObject no longer allowing just a single ‘.’.
4.2.2
* Fix GlobalObject no longer allowing multiple leading dots.
* Add __all__ to all modules listing the documented members of
the module.
4.3.0
* Simplify exception chaining and nested exception error messages.
4.3.1
* Do not break when running the tests from a wheel.
- drop *-doc subpackage, use multibuild instead
OBS-URL: https://build.opensuse.org/request/show/691757
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-zope.configuration?expand=0&rev=8
This commit is contained in:
committed by
Git OBS Bridge
parent
2d298804e9
commit
7b8a5128d8
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-zope.configuration
|
||||
#
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2013 LISA GmbH, Bingen, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@@ -13,29 +13,42 @@
|
||||
# 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/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%global flavor @BUILD_FLAVOR@%{nil}
|
||||
%if "%{flavor}" == "test"
|
||||
%define psuffix -test
|
||||
%bcond_without test
|
||||
%else
|
||||
%define psuffix %{nil}
|
||||
%bcond_with test
|
||||
%endif
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
Name: python-zope.configuration
|
||||
Version: 4.1.0
|
||||
Name: python-zope.configuration%{psuffix}
|
||||
Version: 4.3.1
|
||||
Release: 0
|
||||
Summary: Zope Configuration Markup Language (ZCML)
|
||||
License: ZPL-2.1
|
||||
Group: Development/Languages/Python
|
||||
Url: http://www.python.org/pypi/zope.configuration
|
||||
URL: http://www.python.org/pypi/zope.configuration
|
||||
Source: https://files.pythonhosted.org/packages/source/z/zope.configuration/zope.configuration-%{version}.tar.gz
|
||||
BuildRequires: %{python_module setuptools}
|
||||
BuildRequires: %{python_module zope.i18nmessageid}
|
||||
BuildRequires: %{python_module zope.interface}
|
||||
BuildRequires: %{python_module zope.schema}
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: python-rpm-macros
|
||||
Requires: python-zope.i18nmessageid
|
||||
Requires: python-zope.interface
|
||||
Requires: python-zope.schema
|
||||
Requires: python-zope.schema >= 4.9
|
||||
BuildArch: noarch
|
||||
%if %{with test}
|
||||
BuildRequires: %{python_module manuel}
|
||||
BuildRequires: %{python_module zope.i18nmessageid}
|
||||
BuildRequires: %{python_module zope.interface}
|
||||
BuildRequires: %{python_module zope.schema >= 4.9}
|
||||
BuildRequires: %{python_module zope.testing}
|
||||
BuildRequires: %{python_module zope.testrunner}
|
||||
%endif
|
||||
%python_subpackages
|
||||
|
||||
%description
|
||||
@@ -55,12 +68,21 @@ rm -rf zope.configuration.egg-info
|
||||
%python_build
|
||||
|
||||
%install
|
||||
%if !%{with test}
|
||||
%python_install
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
%endif
|
||||
|
||||
%if %{with test}
|
||||
%check
|
||||
%python_expand PYTHONPATH=src %{_bindir}/zope-testrunner-%{$python_bin_suffix} -vvv --test-path src
|
||||
%endif
|
||||
|
||||
%if !%{with test}
|
||||
%files %{python_files}
|
||||
%defattr(-,root,root)
|
||||
%doc CHANGES.rst COPYRIGHT.txt LICENSE.txt README.rst
|
||||
%license LICENSE.txt
|
||||
%doc CHANGES.rst COPYRIGHT.txt README.rst
|
||||
%{python_sitelib}/*
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
|
||||
Reference in New Issue
Block a user