This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "SQLObject development repository".
The annotated tag, 3.2.0a1 has been created
at baa226b15a33196f3f0fe8d4cfbfeba38b944c06 (tag)
tagging 11c9d096545979fdca49bb20dd7e12bb8f295b13 (commit)
replaces 3.1.0
tagged by Oleg Broytman
on Sun Feb 5 19:33:49 2017 +0300
- Log -----------------------------------------------------------------
Release 3.2.0a1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAABCgAGBQJYl1PtAAoJEG4IC3C2KHsDN6MP/15ZXijN54YdWgeyAGbLhNoC
yEIkqHnNddejrarwsKYFC7UPuu0ZtROjHpDT3l6xLRna1CCIq83jTWA9a7SkKqRR
u3bk0/PumhoeDLdMXE4jlD+5wpDj3463l24UsalX0Wo2VYkQg8V4Tuf8pjmwMfJ1
mDebT8P6URfbx6f6jLPlDd4THFsTYgEDdUsgFf68KkbamPtY/LeuUhVfUkEHUu0B
3UZ3/0mCJa6cZIFBNyVJyaPd2DA4g6IteBi2SRc6PMeV0AMontdXDdekZS5rICmG
rSo7zJSGTxj5hnuIJO9pHPnVv9eulsZcSuGo/rVPFv/KwmFmmUoo06c5LGScdo/n
V6X5jCnP+3+3sHQFXv6YO82HH6W5e9pPW50PC4Aty/OyPzLjWVYbmQBfHV1vk0vT
LGPA40KZ4qwb//Bl2BK7dTsr380VLZrtw8n8771B+HjWJvBuHoarj/zKNwgTgGQy
pch5Qsflcr+38aGTbbdvptuxxYSSHotoHzbamEwcChLQGFphkWfNZvgSDC9bQQQZ
RO6bc86Mjdmei5zF54Jn6vzONw/2G4E8Fv2x0i1Nvn5ouzAULD1ZGi0M6gJftvmY
vXBc821WBxTpuAxaCGdfVMBBqK9BRabjEFtx6Z3JEsQHYbYe5LauMQE8q4xnxY39
bje8qILgAzsac8yK+UNE
=UJEw
-----END PGP SIGNATURE-----
Neil (14):
Fix issue 128 by dropping the table name from the call
First stab at firebird support in travis
Simplify firebird setup
Fix firebirdsql driver parameters
Rename test environment and mark fdb tests as failing for now
Also mark firebirdsql as failing
Trying to make appveyor work
Add -w flags so postgres password issues fail
Whitelist PGPASSWORD for windows
Trying to get ms sql tests running
reduce number of tests run for now.
Use pytest-timeout to avoid mssql tests hanging
Longer timeout
Drop -v for pymssql. Use postgres test order so more tests are run before timeout issues kick in
Oleg Broytman (153):
The next release from master will be 3.2.0a0
Do not include .gitignore into sdist
Add missing comma
News.rst: fix grammar (passive voice)
Fix strange problem manifested with py 2.7.12
Restore mxDateTime installation in tox.ini
Remove global [flake8]ignore from setup.cfg
Use Sphinx to build docs
Use Sphinx autodoc extension to build modules' docs from docstrings
Copy _build/html to docs to include into sdist and eggs
Change index: add toctree and indices
Build docs from the current sources
Deduce version/release for docs from __version__
Use this year for copyright year in docs
Ignore flake8 warning E402: import not at the top
News: The docs are now generated with Sphinx
Radically simplify MANIFEST.in by using global-include
tox.ini: Remove basepython from flake8 environments
Run tests with python3.5
Fix py.test warnings by renaming TestXXX classes to SOTestXXX
Fix py.test warnings by converting yield test to plain calls
Ignore .cache and .tox directories only at the top
Remove SQLObjectClass from conftest.py
Rename testDestroyCascade.py -> test_destroy_cascade.py
The problem is related to neither tox nor Python 2.7.12
Reorder .gitignore alphabetically
Remove basepython from tox.ini
Use createdb/dropdb for Postgres
apt-get python3-psycopg2 for tests
Update docker key at Circle CI
Run tests at Circle CI in parallel
Remove unused whitelisted psql from tox.ini
Run flake8 from root to test docs and scripts
TODO: Quote table/column names that are reserved keywords
Move docs/LICENSE to the top-level directory so that Github recognizes it
Delete unused docs/default.css
Rename py.test -> pytest in tests and docs
Fix API docs
Merge pull request #129 from drnlm/bugs/fix_issue_128_sqlite_3.15
Update news
TODO: Type annotations and mypy tests
TODO: Ultramysql
Fix reST links
Declarative dependencies for Travis CI
Fix indent in circle.yml
RdbhostConnection allows one driver ``rdbhdb``
Update news.
Add ``driver`` keyword for FirebirdConnection
Add ``driver`` keyword for MySQLConnection
Ignore flake8 E305 error
Prepare MySQLConnection to use different drivers
Add support for oursql MySQL driver
Add support for mysql-connector
Do not ping using oursql driver
Fix mysql-connector tests in tox.ini
Declare mysql-connector and oursql work in progress
TODO: add PyMySQL and umysqldb
TODO: remove MyPy
Add support for PyMySQL
TODO: remove ultramysql
Change URLs to PyPI in TODO
TODO: reformat reST
TODO: add dbms - a DB API wrapper for DB API drivers
Fix bytearray encoding/decoding
Rename postgres[ql] test envs to psycopg
Extend support for PyGreSQL driver
Add support for pg8000 PostgreSQL driver
Add support for py-postgresql driver
Add support for pyfirebirdsql driver
Upgrade ez_setup.py
Fix DevGuide: we use Sphinx instead of pudge
Upgrade ez_setup.py
Fix py-postgresql driver
Fix pg8000 driver
Reformat case statement in circle.yml
Remove temporary apt-key workarounds from circle.yml
Fix tests: convert data to lists and tuples
Fix pg8000 driver: no need to replace password
Register a converter for pg8000 Bytea type
Force utf-8 charset for tests
Fix pg8000: DuplicateEntryError is a kind of ProgrammingError
Fix py-postgresql: register a converter for bytes
Fix DuplicateEntryError in py-postgresql
We fixed most problems with py-postgresql
MySQL: use driver instead of module.__name__
MySQL: call set_character_set(dbEncoding) for all drivers
Set charset=utf8 for test DB URIs for oursql
There are major problems with pg8000 driver
Drop Circle CI
Drop database before tests; just in case
Fix oursql dependencies
Remove test where dbEncoding for a column differs from database
Fix unicode test: convert everything to bytes under Py2
Fix mysql-connector driver: encode unicode query with surrogate escape
Fix non-standard port for Postgres drivers
Fixed mysql-connector, oursql, pymysql
Merge pull request #131 from drnlm/feature/enable_firebird_testing
Refactor pyXY factors in tox.ini
Rename tox envs to allow running db-specific tests
Set cache size for testing with pg8000 driver
Handle bytes in BinaryValidator (for PyGreSQL)
Refactor calls to registerConverter
Update News: run at Travis CI tests with Firebird backend
Fix tests for Firebird
Fix test for Firebird: skip RLIKE test
Merge pull request #132 from drnlm/feature/add_appveyor_for_windows_testing
Update News: add appveyor for windows testing
Remove excessive spaces and blank lines
Run sqlite tests at AppVeyor
Fix test_parse_uri.py on w32
Skip test_sslmode on w32
Update DeveloperGuide: we now use AppVeyor
Add debug print in _executeRetry in MySQLConnection
Force debugging output in tests: append debug=1 to DB URIs
Fix tests for Firebird: prevent microseconds
Fix tests for Firebird: shorten table names
Fix TEXT type in id/foreign keys: Firebird doesn't have TEXT type
Fix test: convert mx.DateTime to date
Fix flake8 warning: change indent due to shorter class name
Refactor skipping DB-specific test
Run SQLite tests with in-memory DB
Fix string.find - it returns -1 on error
pyfirebirdsql driver is tested but has problems
Add parameter ``timeout`` for MSSQLConnection (only for pymssql)
Fix MSSQLConnection.columnsFromSchema: remove () from default value
Fix MSSQLConnection and SybaseConnection
Remove excessive NULLs for MSSQL/Sybase
Fix concatenation operator for MSSQL/Sybase
Fix test_auto.py: turn off microseconds for MS SQL
Ignore error in case we don't have DROP permission
Document newer MS SQL server versions
Fix N-quoted values: under Py2 they must be bytes
Fix MSSQLConnection.server_version() under Py3
Update docs
Fix tests: getConnectionURI() can raise AttributeError under Sphinx
Minor updates in FAQ and News
Fix docs: SelectResult => SelectResults
TODO: support PyODBC
Remove gmane: it's currently partially offline
Remove FreeNode IRC from the community docs
Update docs
Update links: remove outdated projects
Update main docs: I => we
Update main docs: stop mentioning new-style classes
Update main docs: specify WebWare links
Update main docs: clarify import examples
Update main docs: clarify how to pass boolean parameters in DB URIs
Update main docs: add AUTOINCREMENT for SQLite
Update main docs: the Interbase calculator was moved
Update main docs: minor clarifications, enhancements and reformatting
Update main docs: list connection-specific parameters
Remove deprecated ez_setup.py
Release 3.2.0a1
-----------------------------------------------------------------------
hooks/post-receive
--
SQLObject development repository
|