automatic version update by autodist [release 1.4.23-1mamba;Fri Aug 20 2021]
This commit is contained in:
parent
caa6ae5a89
commit
10385eb797
@ -1,27 +1,32 @@
|
||||
Name: python-SQLAlchemy
|
||||
Version: 0.8.1
|
||||
Release: 2mamba
|
||||
Version: 1.4.23
|
||||
Release: 1mamba
|
||||
Summary: Python SQL toolkit and Object Relational Mapper
|
||||
Group: System/Libraries
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: openmamba WebBuild System <webbuild@openmamba.org>
|
||||
URL: http://www.sqlalchemy.org/
|
||||
Source: http://downloads.sourceforge.net/project/sqlalchemy/sqlalchemy/%{version}/SQLAlchemy-%{version}.tar.gz
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://www.sqlalchemy.org/
|
||||
Source: https://pypi.debian.net/SQLAlchemy/SQLAlchemy-%{version}.tar.gz
|
||||
License: MIT
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
#libpthread.so.0()(64bit): /usr/lib64/libpthread.so: file not owned by any package
|
||||
BuildRequires: (python3.7dist(greenlet) < 0.4.17 or python3.7dist(greenlet) > 0.4.17)
|
||||
BuildRequires: glibc-devel
|
||||
BuildRequires: libpython-devel
|
||||
BuildRequires: libpython3-devel
|
||||
BuildRequires: python3.7dist(importlib-metadata)
|
||||
## AUTOBUILDREQ-END
|
||||
Requires: python >= %python_version
|
||||
Provides: SQLAlchemy
|
||||
Obsoletes: SQLAlchemy
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
Obsoletes: SQLAlchemy <= 0.8.1-2mamba
|
||||
|
||||
%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.
|
||||
|
||||
%if "%{?with_pyver}"
|
||||
%pyver_package
|
||||
%endif
|
||||
|
||||
%prep
|
||||
%setup -q -n SQLAlchemy-%{version}
|
||||
|
||||
@ -40,11 +45,37 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
||||
|
||||
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||
|
||||
%files -f %{name}.filelist
|
||||
%files %{?pyappend} -f %{name}.filelist
|
||||
%defattr(-,root,root)
|
||||
%dir %{python_sitearch}/SQLAlchemy-%{version}-py*.egg-info
|
||||
%{python_sitearch}/SQLAlchemy-%{version}-py*.egg-info/*
|
||||
%doc LICENSE
|
||||
|
||||
%changelog
|
||||
* 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
|
||||
|
||||
* Fri May 17 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 0.8.1-2mamba
|
||||
- python 2.7 mass rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user