!15 Update package
From: @liqiuyu123 Reviewed-by: @yangzhao_kl Signed-off-by: @yangzhao_kl
This commit is contained in:
commit
685d9ebb32
Binary file not shown.
BIN
alembic-1.8.1.tar.gz
Normal file
BIN
alembic-1.8.1.tar.gz
Normal file
Binary file not shown.
@ -1,11 +1,11 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-alembic
|
Name: python-alembic
|
||||||
Version: 1.5.7
|
Version: 1.8.1
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: A database migration tool for SQLAlchemy.
|
Summary: A database migration tool for SQLAlchemy.
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://alembic.sqlalchemy.org
|
URL: https://alembic.sqlalchemy.org
|
||||||
Source0: https://files.pythonhosted.org/packages/57/f8/281ea2f4f99e93bd059075e4d1bf7090710234dadb02a817293ba9f118b9/alembic-1.5.7.tar.gz
|
Source0: https://files.pythonhosted.org/packages/37/ab/80e6d86ca81235ea1a7104089dddf74de4b45f8af0a05d4b265be44d6ff9/alembic-1.8.1.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%description
|
%description
|
||||||
Alembic is a database migrations tool written by the author of SQLAlchemy. A
|
Alembic is a database migrations tool written by the author of SQLAlchemy. A
|
||||||
@ -20,7 +20,7 @@ doing the same steps in reverse.
|
|||||||
|
|
||||||
%package -n python3-alembic
|
%package -n python3-alembic
|
||||||
Summary: A database migration tool for SQLAlchemy.
|
Summary: A database migration tool for SQLAlchemy.
|
||||||
Provides: python-alembic
|
Provides: python-alembic = %{version}-%{release}
|
||||||
# Base build requires
|
# Base build requires
|
||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
@ -53,12 +53,11 @@ doing the same steps in reverse.
|
|||||||
3. Allows the scripts to execute in some sequential manner.
|
3. Allows the scripts to execute in some sequential manner.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -n alembic-1.5.7
|
%autosetup -n alembic-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py3_build
|
%py3_build
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%py3_install
|
%py3_install
|
||||||
install -d -m755 %{buildroot}/%{_pkgdocdir}
|
install -d -m755 %{buildroot}/%{_pkgdocdir}
|
||||||
@ -90,11 +89,13 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%files -n python3-alembic -f filelist.lst
|
%files -n python3-alembic -f filelist.lst
|
||||||
%dir %{python3_sitelib}/*
|
%dir %{python3_sitelib}/*
|
||||||
|
|
||||||
|
|
||||||
%files help -f doclist.lst
|
%files help -f doclist.lst
|
||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Dec 15 2022 liqiuyu <liqiuyu@kylinos.cn> - 1.8.1-1
|
||||||
|
- Update package to version 1.8.1
|
||||||
|
|
||||||
* Tue Jul 13 2021 OpenStack_SIG <openstack@openeuler.org> - 1.5.7-1
|
* Tue Jul 13 2021 OpenStack_SIG <openstack@openeuler.org> - 1.5.7-1
|
||||||
- Upgrade to version 1.5.7
|
- Upgrade to version 1.5.7
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user