11 Commits

Author SHA1 Message Date
70d6df7149 automatic version update by autodist [release 1.14.1-1mamba;Mon Jan 20 2025] 2025-01-20 22:57:20 +01:00
978e7cabb5 automatic version update by autodist [release 1.14.0-1mamba;Tue Nov 05 2024] 2024-11-06 04:33:53 +01:00
f1226ba38b automatic version update by autodist [release 1.13.3-1mamba;Tue Sep 24 2024] 2024-09-24 15:45:52 +02:00
e603ce6da4 automatic version update by autodist [release 1.13.2-1mamba;Thu Jun 27 2024] 2024-06-27 14:08:16 +02:00
872120c9fb automatic version update by autodist [release 1.13.1-1mamba;Thu Dec 21 2023] 2024-01-06 10:44:13 +01:00
f8262f8f57 automatic version update by autodist [release 1.13.0-1mamba;Sat Dec 02 2023] 2024-01-06 10:44:12 +01:00
7b824a2a77 automatic version update by autodist [release 1.12.1-1mamba;Fri Oct 27 2023] 2024-01-06 10:44:12 +01:00
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

View File

@@ -1,6 +1,6 @@
%define pkgname %(echo %name | cut -d- -f2- | tr - _)
Name: python-alembic
Version: 1.10.1
Version: 1.14.1
Release: 1mamba
Summary: A database migration tool for SQLAlchemy
Group: System/Libraries
@@ -10,15 +10,15 @@ Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://alembic.sqlalchemy.org/en/latest/
Source: https://pypi.debian.net/alembic/alembic-%{version}.tar.gz
License: MIT
BuildArch: noarch
## 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: python3.7dist(typing-extensions)
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}.
@@ -51,6 +51,39 @@ sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
%doc LICENSE
%changelog
* Mon Jan 20 2025 Automatic Build System <autodist@openmamba.org> 1.14.1-1mamba
- automatic version update by autodist
* Tue Nov 05 2024 Automatic Build System <autodist@openmamba.org> 1.14.0-1mamba
- automatic version update by autodist
* Tue Sep 24 2024 Automatic Build System <autodist@openmamba.org> 1.13.3-1mamba
- automatic version update by autodist
* Thu Jun 27 2024 Automatic Build System <autodist@openmamba.org> 1.13.2-1mamba
- automatic version update by autodist
* Thu Dec 21 2023 Automatic Build System <autodist@mambasoft.it> 1.13.1-1mamba
- automatic version update by autodist
* Sat Dec 02 2023 Automatic Build System <autodist@mambasoft.it> 1.13.0-1mamba
- automatic version update by autodist
* Fri Oct 27 2023 Automatic Build System <autodist@mambasoft.it> 1.12.1-1mamba
- automatic version update by autodist
* 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