File python-Flask-Migrate.changes of Package python-Flask-Migrate
-------------------------------------------------------------------
Tue Apr 22 02:19:35 UTC 2025 - Steve Kowalik <steven.kowalik@suse.com>
- Support both lowercased and unnormalized metadata directory names.
-------------------------------------------------------------------
Mon Mar 25 17:33:37 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 4.0.7:
* Regression from #438: check `g.x_arg` exists before accessing
it #541 (commit) (thanks **Skye Im**!)
* Accept `-x` options for all db commands #438 (commit)
* Add `--purge` flag to the `stamp` command #540 (commit)
-------------------------------------------------------------------
Mon Feb 12 04:45:37 UTC 2024 - Steve Kowalik <steven.kowalik@suse.com>
- Switch to GitHub tarball, as it includes all test files.
- Drop patch add-custom-template.patch, no longer needed.
- Switch to pyroject macros.
-------------------------------------------------------------------
Sat Jan 20 12:25:20 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 4.0.5:
* Compatiblity fixes for Flask-SQLAlchemy >= 3.1
* Allow process_revision_directives option to be configurable
* Stop testing Python 3.7, as Flask-SQLAlchemy 3.1 stopped
supporting it
-------------------------------------------------------------------
Sun May 21 09:11:46 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 4.0.4:
* Correctly obtain database URL with SQLAlchemy 2.0
* Remove legacy future import in Alembic templates
* Add SQLAlchemy 1.4 and 2.0 to the test matrix
* Switch to pytest as test runner
* Support "check" command
* Do not use deprecated functions in Flask-SQLAlchemy 3.0
* Stop building Python 3.6
* Remove tests from pypi package
-------------------------------------------------------------------
Thu Jan 5 06:44:33 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 4.0.0:
* Updates for Flask-SQLAlchemy 3.x compatiblity
* Enable type comparison and batch mode by default
* Option to rename "db" command group to a custom name
* Better handling of MetaData instances in templates
* Set options correctly when revision --autogenerate is used #463
* Documentation section on configuring Alembic
* Upgrade build to pypy-3.9
* Add Python 3.10 to build
* Add Python 3.11 to build
* Specify license in project metadata #489
* Added list-templates command and support for custom templates
* Alembic templates for aioflask
* Improved project structure
- Add patch add-custom-template.patch, include custom template so the
testsuite passes.
- Remove Python 2 gubbins.
- Switch to %pyunittest macro for running the testsuite.
-------------------------------------------------------------------
Wed Jul 21 07:13:43 UTC 2021 - Antonio Larrosa <alarrosa@suse.com>
- Update to 3.0.1:
* Add support for Alchemical in addition to Flask-SQLAlchemy
* Remove Flask-Script references from the documentation
- Changes from 3.0.0:
* Remove support for Flask-Script
* Use unittest testrunner
* Remove dependency on six package
* Added sphinx build files to .gitignore file
* Fix Sphinx warning
- Changes from 2.7.0:
* Reuse engine from Flask-SQLAlchemy
* Update logging configuration to include Flask-Migrate's logger
- Changes from 2.6.0:
* Removed deprecated --head-only option
* Initialize logger with a name
* Move import to the top in env.py file to avoid linter warnings
* Add a note to the documentation regarding logging
* Move builds to GitHub actions
-------------------------------------------------------------------
Mon Mar 23 09:15:41 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 2.5.3:
* Support for new python interpreters (bsc#1197824)
- Remove merged patch pr_290.patch
-------------------------------------------------------------------
Sat Sep 14 11:45:35 UTC 2019 - John Vandenberg <jayvdb@gmail.com>
- Add pr_290.patch to fix tests to use sys.executable
-------------------------------------------------------------------
Tue May 28 07:36:48 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 2.5.2:
* add python 3.7 builds, remove 3.4 (commit)
* auto-generate change log during release (commit)
* helper release script (commit)
* support % character in database URLs #59 (commit)
* log command output in unit tests (commit)
* add a section on why use this extension to the docs #101 (commit)
-------------------------------------------------------------------
Sat Feb 16 18:44:38 UTC 2019 - Arun Persaud <arun@gmx.de>
- specfile:
* update copyright year
- update to version 2.4.0:
* Refreshed the env.py files from the Alembic project (#216)
-------------------------------------------------------------------
Sat Dec 1 18:44:19 UTC 2018 - Arun Persaud <arun@gmx.de>
- specfile:
* be more specific in %files section
- update to version 2.3.1:
* Don't silence transaction errors from SQLAlchemy (#236)
-------------------------------------------------------------------
Wed Oct 24 10:31:14 UTC 2018 - Antonio Larrosa <alarrosa@suse.com>
- Update to version 2.3.0
* Use the root logger for alembic error messages
* Add indicate-current option into history command
-------------------------------------------------------------------
Tue Aug 21 16:41:34 UTC 2018 - alarrosa@suse.com
- Initial release of python-Flask-Migrate-2.2.1