2024-01-06 10:42:22 +01:00
|
|
|
Name: python-SQLAlchemy
|
2024-01-06 10:42:25 +01:00
|
|
|
Version: 2.0.22
|
2024-01-06 10:42:24 +01:00
|
|
|
Release: 1mamba
|
2024-01-06 10:42:22 +01:00
|
|
|
Summary: Python SQL toolkit and Object Relational Mapper
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
2024-01-06 10:42:22 +01:00
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: https://www.sqlalchemy.org/
|
|
|
|
Source: https://pypi.debian.net/SQLAlchemy/SQLAlchemy-%{version}.tar.gz
|
2024-01-06 10:42:22 +01:00
|
|
|
License: MIT
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
2024-01-06 10:42:24 +01:00
|
|
|
BuildRequires: (python3.11dist(greenlet) < 0.4.17 or python3.11dist(greenlet) > 0.4.17)
|
2024-01-06 10:42:22 +01:00
|
|
|
BuildRequires: glibc-devel
|
2024-01-06 10:42:24 +01:00
|
|
|
BuildRequires: libpython311-devel
|
|
|
|
BuildRequires: python3.11dist(typing-extensions)
|
2024-01-06 10:42:22 +01:00
|
|
|
## AUTOBUILDREQ-END
|
2024-01-06 10:42:24 +01:00
|
|
|
BuildRequires: python3-devel >= 3.11.5-3mamba
|
2024-01-06 10:42:22 +01:00
|
|
|
Provides: SQLAlchemy
|
2024-01-06 10:42:22 +01:00
|
|
|
Obsoletes: SQLAlchemy <= 0.8.1-2mamba
|
2024-01-06 10:42:22 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL.
|
|
|
|
It provides a full suite of well known enterprise-level persistence patterns, designed for efficient and high-performing database access, adapted into a simple and Pythonic domain language.
|
|
|
|
|
2024-01-06 10:42:22 +01:00
|
|
|
%if "%{?with_pyver}"
|
|
|
|
%pyver_package
|
|
|
|
%endif
|
|
|
|
|
2024-01-06 10:42:22 +01:00
|
|
|
%prep
|
|
|
|
%setup -q -n SQLAlchemy-%{version}
|
|
|
|
|
|
|
|
%build
|
|
|
|
CFLAGS="%{optflags}" %{__python} setup.py build
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%{__python} setup.py install \
|
|
|
|
-O1 --skip-build \
|
|
|
|
--root="%{buildroot}" \
|
|
|
|
--install-headers=%{_includedir}/python \
|
|
|
|
--install-lib=%{python_sitearch} \
|
|
|
|
--single-version-externally-managed \
|
|
|
|
--record=%{name}.filelist
|
|
|
|
|
|
|
|
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
|
|
|
|
2024-01-06 10:42:22 +01:00
|
|
|
%files %{?pyappend} -f %{name}.filelist
|
2024-01-06 10:42:22 +01:00
|
|
|
%defattr(-,root,root)
|
2024-01-06 10:42:22 +01:00
|
|
|
%dir %{python_sitearch}/SQLAlchemy-%{version}-py*.egg-info
|
|
|
|
%{python_sitearch}/SQLAlchemy-%{version}-py*.egg-info/*
|
2024-01-06 10:42:22 +01:00
|
|
|
%doc LICENSE
|
|
|
|
|
|
|
|
%changelog
|
2024-01-06 10:42:25 +01:00
|
|
|
* Fri Oct 13 2023 Automatic Build System <autodist@mambasoft.it> 2.0.22-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:42:24 +01:00
|
|
|
* Mon Oct 02 2023 Automatic Build System <autodist@mambasoft.it> 2.0.21-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Sep 26 2023 Automatic Build System <autodist@mambasoft.it> 2.0.20-2mamba
|
|
|
|
- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba
|
|
|
|
|
2024-01-06 10:42:24 +01:00
|
|
|
* Wed Aug 16 2023 Automatic Build System <autodist@mambasoft.it> 2.0.20-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sun Jul 16 2023 Automatic Build System <autodist@mambasoft.it> 2.0.19-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Jul 06 2023 Automatic Build System <autodist@mambasoft.it> 2.0.18-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sat Jun 24 2023 Automatic Build System <autodist@mambasoft.it> 2.0.17-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Mon Jun 12 2023 Automatic Build System <autodist@mambasoft.it> 2.0.16-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sat May 20 2023 Automatic Build System <autodist@mambasoft.it> 2.0.15-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Fri May 19 2023 Automatic Build System <autodist@mambasoft.it> 2.0.14-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu May 11 2023 Automatic Build System <autodist@mambasoft.it> 2.0.13-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Mon May 01 2023 Automatic Build System <autodist@mambasoft.it> 2.0.12-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Apr 27 2023 Automatic Build System <autodist@mambasoft.it> 2.0.11-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sun Apr 23 2023 Automatic Build System <autodist@mambasoft.it> 2.0.10-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:42:23 +01:00
|
|
|
* Mon Apr 10 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.9-2mamba
|
|
|
|
- rebuilt with python 3.10
|
|
|
|
|
2024-01-06 10:42:23 +01:00
|
|
|
* Thu Apr 06 2023 Automatic Build System <autodist@mambasoft.it> 2.0.9-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sat Apr 01 2023 Automatic Build System <autodist@mambasoft.it> 2.0.8-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sun Mar 19 2023 Automatic Build System <autodist@mambasoft.it> 2.0.7-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Mar 14 2023 Automatic Build System <autodist@mambasoft.it> 2.0.6-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Mon Mar 06 2023 Automatic Build System <autodist@mambasoft.it> 2.0.5.post1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:42:22 +01:00
|
|
|
* Sat Feb 18 2023 Automatic Build System <autodist@mambasoft.it> 2.0.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Fri Feb 10 2023 Automatic Build System <autodist@mambasoft.it> 2.0.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Feb 07 2023 Automatic Build System <autodist@mambasoft.it> 2.0.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Feb 02 2023 Automatic Build System <autodist@mambasoft.it> 2.0.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Fri Jan 27 2023 Automatic Build System <autodist@mambasoft.it> 2.0.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Jan 04 2023 Automatic Build System <autodist@mambasoft.it> 1.4.46-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sun Dec 11 2022 Automatic Build System <autodist@mambasoft.it> 1.4.45-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sun Nov 13 2022 Automatic Build System <autodist@mambasoft.it> 1.4.44-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sun Nov 06 2022 Automatic Build System <autodist@mambasoft.it> 1.4.43-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Mon Oct 17 2022 Automatic Build System <autodist@mambasoft.it> 1.4.42-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:42:22 +01:00
|
|
|
* Mon Sep 12 2022 Automatic Build System <autodist@mambasoft.it> 1.4.41-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:42:22 +01:00
|
|
|
* Tue Aug 09 2022 Automatic Build System <autodist@mambasoft.it> 1.4.40-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Sat Jun 25 2022 Automatic Build System <autodist@mambasoft.it> 1.4.39-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Fri Jun 24 2022 Automatic Build System <autodist@mambasoft.it> 1.4.38-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Jun 02 2022 Automatic Build System <autodist@mambasoft.it> 1.4.37-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:42:22 +01:00
|
|
|
* Wed Apr 27 2022 Automatic Build System <autodist@mambasoft.it> 1.4.36-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Apr 07 2022 Automatic Build System <autodist@mambasoft.it> 1.4.35-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Fri Apr 01 2022 Automatic Build System <autodist@mambasoft.it> 1.4.34-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Fri Apr 01 2022 Automatic Build System <autodist@mambasoft.it> 1.4.33-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Mon Mar 07 2022 Automatic Build System <autodist@mambasoft.it> 1.4.32-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Fri Jan 21 2022 Automatic Build System <autodist@mambasoft.it> 1.4.31-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Jan 20 2022 Automatic Build System <autodist@mambasoft.it> 1.4.30-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Dec 23 2021 Automatic Build System <autodist@mambasoft.it> 1.4.29-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Fri Dec 10 2021 Automatic Build System <autodist@mambasoft.it> 1.4.28-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Nov 11 2021 Automatic Build System <autodist@mambasoft.it> 1.4.27-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:42:22 +01:00
|
|
|
* Wed Oct 20 2021 Automatic Build System <autodist@mambasoft.it> 1.4.26-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Sep 23 2021 Automatic Build System <autodist@mambasoft.it> 1.4.25-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Sep 23 2021 Automatic Build System <autodist@mambasoft.it> 1.4.24-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-06 10:42:22 +01:00
|
|
|
* Fri Aug 20 2021 Automatic Build System <autodist@mambasoft.it> 1.4.23-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Jul 22 2021 Automatic Build System <autodist@mambasoft.it> 1.4.22-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Jul 15 2021 Automatic Build System <autodist@mambasoft.it> 1.4.21-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Jun 29 2021 Automatic Build System <autodist@mambasoft.it> 1.4.20-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Thu Jun 24 2021 Automatic Build System <autodist@mambasoft.it> 1.4.19-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Jun 22 2021 Automatic Build System <autodist@mambasoft.it> 1.4.18-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed May 12 2021 Automatic Build System <autodist@mambasoft.it> 1.4.15-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Mon May 10 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 1.4.14-1mamba
|
|
|
|
- update to 1.4.14
|
|
|
|
|
2024-01-06 10:42:22 +01:00
|
|
|
* Fri May 17 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 0.8.1-2mamba
|
|
|
|
- python 2.7 mass rebuild
|
|
|
|
|
|
|
|
* Wed May 01 2013 Automatic Build System <autodist@mambasoft.it> 0.8.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Wed Mar 27 2013 Automatic Build System <autodist@mambasoft.it> 0.8.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Dec 04 2012 Silvan Calarco <silvan.calarco@mambasoft.it> 0.7.9-2mamba
|
|
|
|
- rename using python naming convention
|
|
|
|
- summary and build requirements fixed
|
|
|
|
|
|
|
|
* Tue Oct 30 2012 openmamba WebBuild System <webbuild@openmamba.org> 0.7.9-1mamba
|
|
|
|
- package created by autospec
|