Update description text from upstream

This commit is contained in:
Benjamin A. Beasley 2023-02-05 12:13:52 -05:00
parent 6cbe80c42d
commit 12b434cf51

View File

@ -19,18 +19,18 @@ BuildRequires: help2man
BuildRequires: python3-devel
%global _description %{expand:
Alembic is a new database migrations tool, written by the author of
SQLAlchemy. A migrations tool offers the following functionality:
Alembic is a database migrations tool written by the author of SQLAlchemy. A
migrations tool offers the following functionality:
* Can emit ALTER statements to a database in order to change the structure
of tables and other constructs.
* Provides a system whereby "migration scripts" may be constructed; each script
Can emit ALTER statements to a database in order to change the structure of
tables and other constructs
Provides a system whereby "migration scripts" may be constructed; each script
indicates a particular series of steps that can "upgrade" a target database
to a new version, and optionally a series of steps that can "downgrade"
similarly, doing the same steps in reverse.
* Allows the scripts to execute in some sequential manner.
Allows the scripts to execute in some sequential manner.
Documentation and status of Alembic is at http://readthedocs.org/docs/alembic/}
Documentation and status of Alembic is at https://alembic.sqlalchemy.org/}
%description %_description
@ -105,6 +105,7 @@ ln -s alembic-%{python3_version}.1 %{buildroot}%{_mandir}/man1/alembic.1
- Add metapackage for “tz” extra
- Port to pyproject-rpm-macros
- Stricter patterns to avoid listing man pages twice
- Update description text from upstream
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.8.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild