From 23febf76a2168ab7bb0a0cdaf9c0510a2f1611d3 Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Nov 19 2019 21:10:16 +0000 Subject: Update to 0.13.0 --- diff --git a/python-migrate.spec b/python-migrate.spec index aaffdd2..722f27a 100644 --- a/python-migrate.spec +++ b/python-migrate.spec @@ -1,12 +1,8 @@ %global srcname sqlalchemy-migrate -%if 0%{?fedora} -%{!?python3_shortver: %global python3_shortver %(%{__python3} -c 'import sys; print(str(sys.version_info.major) + "." + str(sys.version_info.minor))')} -%endif - Name: python-migrate -Version: 0.12.0 -Release: 5%{?dist} +Version: 0.13.0 +Release: 1%{?dist} Summary: Schema migration tools for SQLAlchemy License: MIT @@ -91,6 +87,9 @@ echo 'sqlite:///__tmp__' > test_db.cfg %{python3_sitelib}/* %changelog +* Tue Nov 19 2019 Orion Poplawski - 0.13.0-1 +- Update to 0.13.0 + * Thu Oct 03 2019 Miro HronĨok - 0.12.0-5 - Rebuilt for Python 3.8.0rc1 (#1748018)