2024-01-06 11:23:53 +01:00
|
|
|
Name: python-logilab-common
|
2024-01-06 11:23:59 +01:00
|
|
|
Version: 1.11.0
|
|
|
|
Release: 1mamba
|
2024-01-06 11:23:53 +01:00
|
|
|
Summary: A collection of low-level Python packages and modules used by Logilab projects
|
|
|
|
Group: System/Libraries/Python
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
2024-01-06 11:23:54 +01:00
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
2024-01-06 11:23:55 +01:00
|
|
|
URL: https://logilab-common.readthedocs.io/en/latest/
|
2024-01-06 11:23:54 +01:00
|
|
|
Source: https://pypi.debian.net/logilab-common/logilab-common-%{version}.tar.gz
|
2024-01-06 11:23:53 +01:00
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
2024-01-06 11:23:58 +01:00
|
|
|
BuildRequires: libpython311-devel
|
|
|
|
BuildRequires: python3.11dist(mypy-extensions)
|
|
|
|
BuildRequires: python3.11dist(setuptools)
|
|
|
|
BuildRequires: python3.11dist(typing-extensions)
|
2024-01-06 11:23:53 +01:00
|
|
|
## AUTOBUILDREQ-END
|
2024-01-06 11:23:58 +01:00
|
|
|
BuildRequires: python3-devel >= 3.11.5-3mamba
|
2024-01-06 11:23:53 +01:00
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
%description
|
|
|
|
A collection of low-level Python packages and modules used by Logilab projects.
|
|
|
|
|
2024-01-06 11:23:54 +01:00
|
|
|
%if 0%{?with_pyver}
|
|
|
|
%pyver_package
|
|
|
|
%endif
|
|
|
|
|
2024-01-06 11:23:53 +01:00
|
|
|
%prep
|
|
|
|
%setup -q -n logilab-common-%{version}
|
|
|
|
|
|
|
|
%build
|
|
|
|
%{__python} setup.py build
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%{__python} setup.py install \
|
|
|
|
-O1 --skip-build \
|
|
|
|
--root="%{buildroot}" \
|
|
|
|
--install-headers=%{_includedir}/python \
|
2024-01-06 11:23:54 +01:00
|
|
|
--install-lib=%{python_sitearch} \
|
2024-01-06 11:23:53 +01:00
|
|
|
--single-version-externally-managed \
|
|
|
|
--record=%{name}.filelist
|
|
|
|
|
2024-01-06 11:23:54 +01:00
|
|
|
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
|
|
|
|
2024-01-06 11:23:53 +01:00
|
|
|
# Do not package testsuite
|
|
|
|
rm -rf %{buildroot}%{python_sitelib}/logilab/common/test
|
|
|
|
|
2024-01-06 11:23:54 +01:00
|
|
|
sed -i "/\/test\//d" %{name}.filelist
|
|
|
|
sed -i "/\/registry.py\//d" %{name}.filelist
|
2024-01-06 11:23:54 +01:00
|
|
|
#echo "%{python_sitelib}/logilab/__init__.py" >> %{name}.filelist
|
2024-01-06 11:23:53 +01:00
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
2024-01-06 11:23:54 +01:00
|
|
|
%files %{?pyappend} -f %{name}.filelist
|
2024-01-06 11:23:53 +01:00
|
|
|
%defattr(-,root,root)
|
2024-01-06 11:23:54 +01:00
|
|
|
%dir %{python_sitearch}/logilab_common-%{version}-py*.egg-info
|
|
|
|
%{python_sitearch}/logilab_common-%{version}-py*.egg-info/*
|
|
|
|
%doc COPYING
|
2024-01-06 11:23:53 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-01-06 11:23:59 +01:00
|
|
|
* Wed Oct 18 2023 Automatic Build System <autodist@mambasoft.it> 1.11.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:23:58 +01:00
|
|
|
* Tue Sep 26 2023 Automatic Build System <autodist@mambasoft.it> 1.10.0-2mamba
|
|
|
|
- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba
|
|
|
|
|
2024-01-06 11:23:57 +01:00
|
|
|
* Thu Jul 13 2023 Automatic Build System <autodist@mambasoft.it> 1.10.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:23:56 +01:00
|
|
|
* Thu Jan 05 2023 Automatic Build System <autodist@mambasoft.it> 1.9.8-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:23:55 +01:00
|
|
|
* Wed Jun 08 2022 Automatic Build System <autodist@mambasoft.it> 1.9.7-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:23:55 +01:00
|
|
|
* Wed May 18 2022 Automatic Build System <autodist@mambasoft.it> 1.9.6-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:23:55 +01:00
|
|
|
* Sat Apr 30 2022 Automatic Build System <autodist@mambasoft.it> 1.9.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:23:55 +01:00
|
|
|
* Sat Apr 23 2022 Automatic Build System <autodist@mambasoft.it> 1.9.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:23:55 +01:00
|
|
|
* Sat Apr 16 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.9.3-1mamba
|
|
|
|
- update to 1.9.3
|
|
|
|
|
2024-01-06 11:23:54 +01:00
|
|
|
* Wed Mar 23 2022 Automatic Build System <autodist@mambasoft.it> 1.9.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:23:54 +01:00
|
|
|
* Thu Jan 06 2022 Automatic Build System <autodist@mambasoft.it> 1.8.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:23:54 +01:00
|
|
|
* Wed Nov 24 2021 Automatic Build System <autodist@mambasoft.it> 1.8.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:23:54 +01:00
|
|
|
* Mon Aug 30 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.8.1-2mamba
|
|
|
|
- rebuilt only for py3 and with distdeps
|
|
|
|
|
|
|
|
* Wed Jan 06 2021 Automatic Build System <autodist@mambasoft.it> 1.8.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Fri Oct 23 2020 Automatic Build System <autodist@mambasoft.it> 1.8.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Fri Sep 04 2020 Automatic Build System <autodist@mambasoft.it> 1.7.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sun Jul 19 2020 Automatic Build System <autodist@mambasoft.it> 1.7.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:23:54 +01:00
|
|
|
* Fri Nov 15 2019 Automatic Build System <autodist@mambasoft.it> 1.4.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:23:54 +01:00
|
|
|
* Sat Jul 27 2019 Automatic Build System <autodist@mambasoft.it> 1.4.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:23:54 +01:00
|
|
|
* Mon Aug 06 2018 Automatic Build System <autodist@mambasoft.it> 1.4.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:23:54 +01:00
|
|
|
* Tue Aug 08 2017 Automatic Build System <autodist@mambasoft.it> 1.4.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:23:54 +01:00
|
|
|
* Sun Mar 26 2017 Automatic Build System <autodist@mambasoft.it> 1.4.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:23:54 +01:00
|
|
|
* Thu Dec 01 2016 Automatic Build System <autodist@mambasoft.it> 1.3.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:23:54 +01:00
|
|
|
* Wed Jun 22 2016 Automatic Build System <autodist@mambasoft.it> 1.2.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:23:54 +01:00
|
|
|
* Thu Jun 02 2016 Automatic Build System <autodist@mambasoft.it> 1.2.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:23:54 +01:00
|
|
|
* Thu Mar 24 2016 Automatic Build System <autodist@mambasoft.it> 1.2.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:23:54 +01:00
|
|
|
* Tue Oct 13 2015 Automatic Build System <autodist@mambasoft.it> 1.1.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:23:54 +01:00
|
|
|
* Sun Aug 02 2015 Automatic Build System <autodist@mambasoft.it> 1.0.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:23:54 +01:00
|
|
|
* Mon Dec 01 2014 Automatic Build System <autodist@mambasoft.it> 0.63.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:23:54 +01:00
|
|
|
* Sat Nov 29 2014 Automatic Build System <autodist@mambasoft.it> 0.63.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:23:54 +01:00
|
|
|
* Thu Nov 06 2014 Automatic Build System <autodist@mambasoft.it> 0.63.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:23:54 +01:00
|
|
|
* Thu Jul 31 2014 Automatic Build System <autodist@mambasoft.it> 0.62.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 11:23:53 +01:00
|
|
|
* Thu Jul 10 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.62.0-1mamba
|
|
|
|
- update to 0.62.0
|
|
|
|
|
2024-01-06 11:23:53 +01:00
|
|
|
* Sun Mar 02 2014 Automatic Build System <autodist@mambasoft.it> 0.61.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Dec 25 2013 Automatic Build System <autodist@mambasoft.it> 0.60.1-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Sun Aug 04 2013 Automatic Build System <autodist@mambasoft.it> 0.60.0-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Fri May 17 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 0.59.1-2mamba
|
|
|
|
- python 2.7 mass rebuild
|
|
|
|
|
|
|
|
* Thu May 16 2013 Automatic Build System <autodist@mambasoft.it> 0.59.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Mon Feb 25 2013 Automatic Build System <autodist@mambasoft.it> 0.59.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sat Nov 24 2012 Automatic Build System <autodist@mambasoft.it> 0.58.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sun Sep 02 2012 Automatic Build System <autodist@mambasoft.it> 0.58.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sun Jun 19 2011 Automatic Build System <autodist@mambasoft.it> 0.56.0-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
|
|
|
* Mon Feb 28 2011 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 0.55.0-1mamba
|
|
|
|
- update to 0.55.0
|
|
|
|
|
|
|
|
* Mon May 31 2010 Stefano Cotta Ramusino <stefano.cotta@openmamba.org> 0.50.2-1mamba
|
|
|
|
- package created by autospec
|