11 Commits

Author SHA1 Message Date
f1b49ed9b5 rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba [release 1.12.0-2mamba;Tue Sep 26 2023] 2024-01-06 10:44:12 +01:00
2fc26c3b28 automatic version update by autodist [release 1.12.0-1mamba;Mon Sep 04 2023] 2024-01-06 10:44:11 +01:00
5eea48566a automatic version update by autodist [release 1.10.3-1mamba;Thu Apr 06 2023] 2024-01-06 10:44:11 +01:00
5a7de0cf65 automatic version update by autodist [release 1.10.2-1mamba;Wed Mar 08 2023] 2024-01-06 10:44:11 +01:00
1e6f63aff5 automatic version update by autodist [release 1.10.1-1mamba;Tue Mar 07 2023] 2024-01-06 10:44:10 +01:00
e005aa77a3 automatic version update by autodist [release 1.10.0-1mamba;Mon Mar 06 2023] 2024-01-06 10:44:10 +01:00
29022746bb automatic version update by autodist [release 1.9.4-1mamba;Fri Feb 17 2023] 2024-01-06 10:44:10 +01:00
eb4c4759cf automatic version update by autodist [release 1.9.3-1mamba;Wed Feb 08 2023] 2024-01-06 10:44:09 +01:00
7f0a507ae7 automatic version update by autodist [release 1.9.2-1mamba;Sun Jan 15 2023] 2024-01-06 10:44:09 +01:00
943954f52e automatic version update by autodist [release 1.9.1-1mamba;Sat Dec 24 2022] 2024-01-06 10:44:09 +01:00
59b2d70ef3 automatic version update by autodist [release 1.9.0-1mamba;Sat Dec 17 2022] 2024-01-06 10:44:09 +01:00

View File

@@ -1,7 +1,7 @@
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
Name: python-alembic
Version: 1.8.1
Release: 1mamba
Version: 1.12.0
Release: 2mamba
Summary: A database migration tool for SQLAlchemy
Group: System/Libraries
Vendor: openmamba
@@ -11,13 +11,13 @@ URL: https://alembic.sqlalchemy.org/en/latest/
Source: https://pypi.debian.net/alembic/alembic-%{version}.tar.gz
License: MIT
## AUTOBUILDREQ-BEGIN
BuildRequires: libpython3-devel
BuildRequires: python3.7dist(importlib-metadata)
BuildRequires: python3.7dist(importlib-resources)
BuildRequires: python3.7dist(mako)
BuildRequires: python3.7dist(setuptools)
BuildRequires: python3.7dist(sqlalchemy)
BuildRequires: libpython311-devel
BuildRequires: python3.11dist(mako)
BuildRequires: python3.11dist(setuptools)
BuildRequires: python3.11dist(sqlalchemy)
BuildRequires: python3.11dist(typing-extensions)
## AUTOBUILDREQ-END
BuildRequires: python3-devel >= 3.11.5-3mamba
%description
%{summary}.
@@ -50,6 +50,39 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
%doc LICENSE
%changelog
* Tue Sep 26 2023 Automatic Build System <autodist@mambasoft.it> 1.12.0-2mamba
- rebuilt by autoport with build requirements: python3-devel>=3.11.5-3mamba
* Mon Sep 04 2023 Automatic Build System <autodist@mambasoft.it> 1.12.0-1mamba
- automatic version update by autodist
* Thu Apr 06 2023 Automatic Build System <autodist@mambasoft.it> 1.10.3-1mamba
- automatic version update by autodist
* Wed Mar 08 2023 Automatic Build System <autodist@mambasoft.it> 1.10.2-1mamba
- automatic version update by autodist
* Tue Mar 07 2023 Automatic Build System <autodist@mambasoft.it> 1.10.1-1mamba
- automatic version update by autodist
* Mon Mar 06 2023 Automatic Build System <autodist@mambasoft.it> 1.10.0-1mamba
- automatic version update by autodist
* Fri Feb 17 2023 Automatic Build System <autodist@mambasoft.it> 1.9.4-1mamba
- automatic version update by autodist
* Wed Feb 08 2023 Automatic Build System <autodist@mambasoft.it> 1.9.3-1mamba
- automatic version update by autodist
* Sun Jan 15 2023 Automatic Build System <autodist@mambasoft.it> 1.9.2-1mamba
- automatic version update by autodist
* Sat Dec 24 2022 Automatic Build System <autodist@mambasoft.it> 1.9.1-1mamba
- automatic version update by autodist
* Sat Dec 17 2022 Automatic Build System <autodist@mambasoft.it> 1.9.0-1mamba
- automatic version update by autodist
* Thu Jul 14 2022 Automatic Build System <autodist@mambasoft.it> 1.8.1-1mamba
- automatic version update by autodist