python 3.6 support [release 4.6.0-2mamba;Thu Jan 10 2019]

This commit is contained in:
Silvan Calarco 2024-01-05 16:57:31 +01:00
parent c4a4d6ec7f
commit 71d7af423f

View File

@ -1,6 +1,6 @@
Name: python-zope-interface Name: python-zope-interface
Version: 4.6.0 Version: 4.6.0
Release: 1mamba Release: 2mamba
Summary: Python library for API definitions through interfaces Summary: Python library for API definitions through interfaces
Group: System/Libraries/Python Group: System/Libraries/Python
Vendor: openmamba Vendor: openmamba
@ -23,6 +23,10 @@ zope.interface provides an implementation of object interfaces for Python.
Interfaces are a mechanism for labeling objects as conforming to a given API or contract. Interfaces are a mechanism for labeling objects as conforming to a given API or contract.
So, this package can be considered as implementation of the Design By Contract methodology support in Python. So, this package can be considered as implementation of the Design By Contract methodology support in Python.
%if 0%{?with_pyver}
%pyver_package
%endif
%prep %prep
%setup -q -n zope.interface-%{version} %setup -q -n zope.interface-%{version}
@ -53,19 +57,22 @@ rm -rf %{buildroot}%{python_sitearch}/zope/interface/{tests,common/tests}
%clean %clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files %files %{?pyappend}
#-f %{name}.filelist #-f %{name}.filelist
%defattr(-,root,root) %defattr(-,root,root)
%dir %{python27_sitearch}/zope %dir %{python_sitearch}/zope
%dir %{python27_sitearch}/zope/interface %dir %{python_sitearch}/zope/interface
%{python27_sitearch}/zope/interface/* %{python_sitearch}/zope/interface/*
%dir %{python27_sitearch}/zope.interface-*-py*.egg-info %dir %{python_sitearch}/zope.interface-*-py*.egg-info
%{python27_sitearch}/zope.interface-*-py*.egg-info/* %{python_sitearch}/zope.interface-*-py*.egg-info/*
%dir %{python27_sitearch}/zope.interface-*-py*.pth %dir %{python_sitearch}/zope.interface-*-py*.pth
%doc COPYRIGHT.txt LICENSE.txt %doc COPYRIGHT.txt LICENSE.txt
#%doc CHANGES.txt README.txt #%doc CHANGES.txt README.txt
%changelog %changelog
* Thu Jan 10 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 4.6.0-2mamba
- python 3.6 support
* Thu Oct 25 2018 Automatic Build System <autodist@mambasoft.it> 4.6.0-1mamba * Thu Oct 25 2018 Automatic Build System <autodist@mambasoft.it> 4.6.0-1mamba
- automatic version update by autodist - automatic version update by autodist