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
|
Name: python-SQLAlchemy
|
||||||
Version: 0.8.1
|
Version: 1.4.23
|
||||||
Release: 2mamba
|
Release: 1mamba
|
||||||
Summary: Python SQL toolkit and Object Relational Mapper
|
Summary: Python SQL toolkit and Object Relational Mapper
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: openmamba WebBuild System <webbuild@openmamba.org>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://www.sqlalchemy.org/
|
URL: https://www.sqlalchemy.org/
|
||||||
Source: http://downloads.sourceforge.net/project/sqlalchemy/sqlalchemy/%{version}/SQLAlchemy-%{version}.tar.gz
|
Source: https://pypi.debian.net/SQLAlchemy/SQLAlchemy-%{version}.tar.gz
|
||||||
License: MIT
|
License: MIT
|
||||||
## AUTOBUILDREQ-BEGIN
|
## 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: glibc-devel
|
||||||
BuildRequires: libpython-devel
|
BuildRequires: libpython3-devel
|
||||||
|
BuildRequires: python3.7dist(importlib-metadata)
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
Requires: python >= %python_version
|
|
||||||
Provides: SQLAlchemy
|
Provides: SQLAlchemy
|
||||||
Obsoletes: SQLAlchemy
|
Obsoletes: SQLAlchemy <= 0.8.1-2mamba
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL.
|
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.
|
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
|
%prep
|
||||||
%setup -q -n SQLAlchemy-%{version}
|
%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
|
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||||
|
|
||||||
%files -f %{name}.filelist
|
%files %{?pyappend} -f %{name}.filelist
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
|
%dir %{python_sitearch}/SQLAlchemy-%{version}-py*.egg-info
|
||||||
|
%{python_sitearch}/SQLAlchemy-%{version}-py*.egg-info/*
|
||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri May 17 2013 Silvan Calarco <silvan.calarco@mambasoft.it> 0.8.1-2mamba
|
||||||
- python 2.7 mass rebuild
|
- python 2.7 mass rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user