Up to [cvs.NetBSD.org] / pkgsrc / databases / py-sqlalchemy-migrate
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
databases: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes The following distfiles could not be fetched (some may be only fetched conditionally): ./databases/cstore/distinfo D6.data.ros.gz ./databases/cstore/distinfo cstore0.2.tar.gz ./databases/cstore/distinfo data4.tar.gz
databases: Remove SHA1 distfile hashes
py-sqlalchemy-migrate: updated to 0.13.0 0.13.0 * remove inspect.getargspec deprecation warning * Use engine.connect(); don't use private \_run\_visitor method * Claim support for python 3.6 * Claim support for python 3.5 * Remove test-requirements-py\*.txt files * Add bindep support * Remove py26 tox targets * Import zuul jobs * Fix docs build * OpenDev Migration Patch
py-sqlalchemy-migrate: updated to 0.12.0 0.12.0 * Change title in README.rst * Don't use deprecated / non-functional "force" parameter * Use legacy\_alter\_table ON in sqlite recreate\_table * Remove py26 support * Add .eggs in .gitignore * Import MutableMapping from the correct Python module * Update mailinglist from dev to discuss * Get rid of psycopg2 warnings by disabling wheels * Enforce that pbr used is >= 1.8
0.11.0: * Use a modern PBR package * Prepare for using standard python tests * Set autoincrement to False when modifying to non-Integer datatype * Raise VersionNotFoundError instead of KeyError * Fix DeprecationWarning on setuptools >= 11.3 * Update .gitreview for new namespace
Add SHA512 digests for distfiles for databases category Problems found with existing distfiles: distfiles/D6.data.ros.gz distfiles/cstore0.2.tar.gz distfiles/data4.tar.gz distfiles/sphinx-2.2.7-release.tar.gz No changes made to the cstore or mariadb55-client distinfo files. Otherwise, existing SHA1 digests verified and found to be the same on the machine holding the existing distfiles (morden). All existing SHA1 digests retained for now as an audit trail.
Doesn't depend on a specific version of pbr now. 0.9.6 ----- * Fix ibmdb2 index name handling 0.9.5 ----- * Don't run the test if _setup() fails * Correcting minor typo * Fix .gitignore for .tox and .testrepository * allow dropping fkeys with sqlite * Add pretty_tox setup * script: strip comments in SQL statements 0.9.4 ----- * Remove svn version tag setting 0.9.3 ----- * Ignore transaction management statements in SQL scripts * Use native sqlalchemy 0.9 quote attribute with ibmdb2 * Don't add warnings filter on import * Replace assertNotEquals with assertNotEqual * Update requirements file matching global requ * Work toward Python 3.4 support and testing * pep8: mark all pep8 checks that currently fail as ignored 0.9.2 ----- * SqlScript: execute multiple statements one by one * Make sure we don't throw away exception on SQL script failure * Pin testtools to < 0.9.36 * Fix ibmdb2 unique constraint handling for sqlalchemy 0.9 * Fixes the auto-generated manage.py
Updated to latest release, 0.9.1. Updated HOMEPAGE. Adds py-{six,pbr} as dependencies. Use python/application.mk to REPLACE_PYTHON in a lot of files. Works with python3x, supposedly. From Changelog: CHANGES ======= 0.9.1 ----- * Move patch from oslo to drop unique constraints with sqlite * Port to Python3 * tests: Replace "self.assert_" by "self.assertTrue" 0.9 --- * turn on testing for sqla 0.9 * Replace AbstractType by TypeEngine * fix scripttest compat * Use native quote attribute introduced in sqla 0.9 * Fix genmodel for SQLA 0.9 * Conditionally import ibmdb2/ibm_db_sa * migrate needs subunit >= 0.0.18 * UniqueConstraint named and escaped twice * Eradicate trailing whitespace * Convert tabs to spaces in a couple of rst files 0.8.5 ----- * uncap SQLA in requirements.txt * Add DB2 10.5 Support * Sync with global requirements * Fix broken development version link in README 0.8.2 ----- * Un-break the version in migrate/__init__.py * Fix the version number to match the last release 0.8.1 ----- * Remove the tag_build line from setup.cfg * Drop setuptools_git test requirement 0.8 --- * Fix int overflow exception in unittest * Fix dropping of indexed columns in sqlite/sa08 * Run tests on PostgreSQL and MySQL too * Update tox requirements * Stop using the d2to1-based pbr * decouple index name generation from sqlalchemy version * Run tests with different SQLAlchemy versions * Add a workaround for pytz and pip>=1.4 * Add a reqs files for RTFD * Fix exceptions for SQLAlchemy 0.8 * added bugfixes for 0.8 * Updated to OpenStack Build stuff * Removed hg and google code references * Initial changes to import into StackForge * update changelog * fix error, Text columns have no width * fix deprecation warning by using MetaData.reflect * update credits and changelog * Import correct exceptions module (Fixes issue 154) * update changelog and credits * apply patch for issue #72 by asuffield@gmail.com * update changelog and credits * Fix excludeTablesgetDiffOfModelAgainstModel is not passing excludeTables correctly * start next development iteration * Added signature for changeset ad06c76fc174
Imported py26-sqlalchemy-migrate. sqlalchemy-migrate is a schema migration tool for SQLAlchemy. It is designed to support an agile approach to database design and make it easier to keep development and production databases in sync, as schema changes are required.
Initial revision