]> git.phdru.name Git - sqlconvert.git/log
sqlconvert.git
4 years agoCI(AppVeyor): Move `validators.py` -> `devscripts/CI/`
Oleg Broytman [Thu, 5 Sep 2019 17:58:11 +0000 (20:58 +0300)]
CI(AppVeyor): Move `validators.py` -> `devscripts/CI/`

5 years agoCI: Remove branch limitations
Oleg Broytman [Mon, 25 Feb 2019 18:24:53 +0000 (21:24 +0300)]
CI: Remove branch limitations

5 years agoDocs,tests: Limit Sphinx and pytest versions for Python 2.7 and 3.4
Oleg Broytman [Mon, 25 Feb 2019 16:33:24 +0000 (19:33 +0300)]
Docs,tests: Limit Sphinx and pytest versions for Python 2.7 and 3.4

5 years agoStyle(setup): Fix flake8 F821 undefined name `execfile` under Python 3
Oleg Broytman [Mon, 18 Feb 2019 18:32:33 +0000 (21:32 +0300)]
Style(setup): Fix flake8 F821 undefined name `execfile` under Python 3

5 years agoBuild(setup): Use exec[file] to get version from __version__.py
Oleg Broytman [Mon, 18 Feb 2019 18:04:40 +0000 (21:04 +0300)]
Build(setup): Use exec[file] to get version from __version__.py

Use exec[file] instead of imp/importlib.

5 years agoCI(travis): remove deprecated `sudo` keyword
Oleg Broytman [Thu, 7 Feb 2019 14:22:55 +0000 (17:22 +0300)]
CI(travis): remove deprecated `sudo` keyword

5 years agoBuild(setup.py): Use `importlib` instead of deprecated `imp` for Python 3.4+
Oleg Broytman [Thu, 7 Feb 2019 13:41:47 +0000 (16:41 +0300)]
Build(setup.py): Use `importlib` instead of deprecated `imp` for Python 3.4+

5 years agoCI: Require pip < 19.1 for Python 2.7 and 3.4
Oleg Broytman [Sun, 3 Feb 2019 18:53:16 +0000 (21:53 +0300)]
CI: Require pip < 19.1 for Python 2.7 and 3.4

5 years agoBuild(release): Skip exiting files at PyPI
Oleg Broytman [Sat, 2 Feb 2019 20:34:37 +0000 (23:34 +0300)]
Build(release): Skip exiting files at PyPI

[skip ci]

5 years agoVersion 0.2.3 0.2.3
Oleg Broytman [Fri, 1 Feb 2019 19:17:48 +0000 (22:17 +0300)]
Version 0.2.3

5 years agoCI(AppVeyor): Work around a strange problem with Py3.7
Oleg Broytman [Thu, 31 Jan 2019 22:59:40 +0000 (01:59 +0300)]
CI(AppVeyor): Work around a strange problem with Py3.7

Work around a very strange problem with Python 3.7 at AppVeyor
by copying correct validators.py to formencode.

5 years agoTests: Require tox < 3.1 to avoid basepython conflicts
Oleg Broytman [Thu, 31 Jan 2019 17:42:48 +0000 (20:42 +0300)]
Tests: Require tox < 3.1 to avoid basepython conflicts

5 years agoTests: Require pytest < 5.0 for Python 2.7
Oleg Broytman [Thu, 31 Jan 2019 17:42:14 +0000 (20:42 +0300)]
Tests: Require pytest < 5.0 for Python 2.7

5 years agoStyle: Ignore flake8 W605 invalid \* escape
Oleg Broytman [Thu, 31 Jan 2019 17:40:15 +0000 (20:40 +0300)]
Style: Ignore flake8 W605 invalid \* escape

5 years agoPython 3.7
Oleg Broytman [Thu, 31 Jan 2019 17:36:17 +0000 (20:36 +0300)]
Python 3.7

5 years agoBuild(release): Stop releasing eggs
Oleg Broytman [Tue, 21 Aug 2018 16:26:24 +0000 (19:26 +0300)]
Build(release): Stop releasing eggs

It's enough to release a wheel.

[skip ci]

5 years agoBuild, Tests(tox): Python 3.7
Oleg Broytman [Thu, 28 Jun 2018 14:24:23 +0000 (17:24 +0300)]
Build, Tests(tox): Python 3.7

[skip ci]

5 years agoTests: Install psycopg2 from psycopg2-binary package
Oleg Broytman [Wed, 6 Jun 2018 16:47:40 +0000 (19:47 +0300)]
Tests: Install psycopg2 from psycopg2-binary package

5 years agoUpgrade: http://phdru.name -> https://phdru.name
Oleg Broytman [Fri, 25 May 2018 07:42:32 +0000 (10:42 +0300)]
Upgrade: http://phdru.name -> https://phdru.name

5 years agoTests: Update tox.ini
Oleg Broytman [Sun, 22 Apr 2018 18:38:28 +0000 (21:38 +0300)]
Tests: Update tox.ini

Factor out envlist.
Unwhitelist cmp.py and rm.py - they're installed via requirements_tests.txt.

6 years agoBuild, docs: pypi.python.org => pypi.org
Oleg Broytman [Mon, 16 Apr 2018 17:57:30 +0000 (20:57 +0300)]
Build, docs: pypi.python.org => pypi.org

6 years agoStyle(setup.py): Reindent parameters
Oleg Broytman [Sun, 8 Apr 2018 22:30:01 +0000 (01:30 +0300)]
Style(setup.py): Reindent parameters

6 years agoTests(tox.ini): Add forgotten `[testenv:py36-sqlite-w32]` env
Oleg Broytman [Sun, 1 Apr 2018 01:02:02 +0000 (04:02 +0300)]
Tests(tox.ini): Add forgotten `[testenv:py36-sqlite-w32]` env

6 years agoCI(appveyor.yml): Upgrade `pip` using `python -m pip`
Oleg Broytman [Sun, 1 Apr 2018 00:47:09 +0000 (03:47 +0300)]
CI(appveyor.yml): Upgrade `pip` using `python -m pip`

Avoid `WindowsError: [Error 5] Access is denied`.

6 years agoBuild(.gitignore): Ignore `.pytest_cache`
Oleg Broytman [Sun, 1 Apr 2018 00:10:25 +0000 (03:10 +0300)]
Build(.gitignore): Ignore `.pytest_cache`

[skip ci]

6 years agoBuild(setup.py): Reorder `install_requires`
Oleg Broytman [Sat, 31 Mar 2018 22:31:53 +0000 (01:31 +0300)]
Build(setup.py): Reorder `install_requires`

6 years agoBuild(release): Do not GPG-sign release files
Oleg Broytman [Sat, 31 Mar 2018 17:59:01 +0000 (20:59 +0300)]
Build(release): Do not GPG-sign release files

New pypi.io deprecated GPG signatures.

[skip ci]

6 years agoBuild(setup.py): Add long_description_content_type
Oleg Broytman [Fri, 30 Mar 2018 20:58:54 +0000 (23:58 +0300)]
Build(setup.py): Add long_description_content_type

6 years agoBuild(setup.py): Add `project_urls`
Oleg Broytman [Thu, 29 Mar 2018 21:41:42 +0000 (00:41 +0300)]
Build(setup.py): Add `project_urls`

6 years agoBuild(setup.py): Use setuptools instead of distutils
Oleg Broytman [Wed, 28 Mar 2018 19:58:19 +0000 (22:58 +0300)]
Build(setup.py): Use setuptools instead of distutils

6 years agoDocs: 2018 year
Oleg Broytman [Wed, 28 Mar 2018 18:47:00 +0000 (21:47 +0300)]
Docs: 2018 year

[skip ci]

6 years agoTests(tox.ini): Shorten default list of environments
Oleg Broytman [Mon, 26 Mar 2018 20:13:33 +0000 (23:13 +0300)]
Tests(tox.ini): Shorten default list of environments

6 years agoTests(tox.ini): Don't whitelist flake8
Oleg Broytman [Mon, 26 Mar 2018 19:43:44 +0000 (22:43 +0300)]
Tests(tox.ini): Don't whitelist flake8

6 years agoBuild: Use module returned by imp.load_source() directly
Oleg Broytman [Sun, 4 Feb 2018 06:22:58 +0000 (09:22 +0300)]
Build: Use module returned by imp.load_source() directly

6 years agoDocs: Add a link to PyPI
Oleg Broytman [Wed, 27 Dec 2017 20:28:53 +0000 (23:28 +0300)]
Docs: Add a link to PyPI

[skip ci]

6 years agoTests(tox.ini): Set platform
Oleg Broytman [Sun, 17 Dec 2017 11:19:27 +0000 (14:19 +0300)]
Tests(tox.ini): Set platform

Default platform is linux, but for *-w32 environments it's win32.

6 years agoTest(tox.ini): Remove sitepackages
Oleg Broytman [Sun, 17 Dec 2017 11:17:56 +0000 (14:17 +0300)]
Test(tox.ini): Remove sitepackages

6 years agoCI: Run tests at AppVeyor with Python 2.7 32bit and 3.6 64bit
Oleg Broytman [Sat, 16 Dec 2017 12:26:59 +0000 (15:26 +0300)]
CI: Run tests at AppVeyor with Python 2.7 32bit and 3.6 64bit

6 years agoTests: rm.py -f
Oleg Broytman [Fri, 15 Dec 2017 18:31:53 +0000 (21:31 +0300)]
Tests: rm.py -f

6 years agoBuild: Require tox >= 2.0 (for passenv)
Oleg Broytman [Fri, 15 Dec 2017 15:34:14 +0000 (18:34 +0300)]
Build: Require tox >= 2.0 (for passenv)

[skip ci]

6 years agoDocs: Remove -O2 from installation instructions
Oleg Broytman [Fri, 15 Dec 2017 13:28:46 +0000 (16:28 +0300)]
Docs: Remove -O2 from installation instructions

[skip ci]

6 years agoDocs: Install from PyPI
Oleg Broytman [Wed, 13 Dec 2017 12:40:14 +0000 (15:40 +0300)]
Docs: Install from PyPI

[skip ci]

6 years agoCI: Rename TOX_ENV -> TOXENV; execute tox (no need to pass TOXENV)
Oleg Broytman [Mon, 11 Dec 2017 17:56:46 +0000 (20:56 +0300)]
CI: Rename TOX_ENV -> TOXENV; execute tox (no need to pass TOXENV)

6 years agoBuild(setup.py): Use python_version marker and python_requires keyword
Oleg Broytman [Mon, 11 Dec 2017 14:16:07 +0000 (17:16 +0300)]
Build(setup.py): Use python_version marker and python_requires keyword

CI: Upgrade pip and setuptools

6 years agoFeat(demo): Add CREATE TABLE
Oleg Broytman [Sat, 4 Nov 2017 17:30:59 +0000 (20:30 +0300)]
Feat(demo): Add CREATE TABLE

6 years agoRefactor(process_mysql): Get DML type
Oleg Broytman [Fri, 3 Nov 2017 22:32:55 +0000 (01:32 +0300)]
Refactor(process_mysql): Get DML type

6 years agoRefactor(process_mysql): Rename quoting_style -> dbname
Oleg Broytman [Fri, 3 Nov 2017 22:31:18 +0000 (01:31 +0300)]
Refactor(process_mysql): Rename quoting_style -> dbname

6 years agoFeat(process_mysql): Get DML type instead of just testing for INSERT
Oleg Broytman [Thu, 26 Oct 2017 19:13:33 +0000 (22:13 +0300)]
Feat(process_mysql): Get DML type instead of just testing for INSERT

6 years agoTests(tox): Install ppu
Oleg Broytman [Thu, 26 Oct 2017 19:12:28 +0000 (22:12 +0300)]
Tests(tox): Install ppu

Install Portable Python Utilities that are used in tests.

6 years agoFix misspelling in a comment
Oleg Broytman [Tue, 24 Oct 2017 23:39:20 +0000 (02:39 +0300)]
Fix misspelling in a comment

[skip ci]

6 years agoDocs: Update TODO
Oleg Broytman [Tue, 24 Oct 2017 23:35:04 +0000 (02:35 +0300)]
Docs: Update TODO

[skip ci]

6 years agoTests(CI): Explicitly list python versions at Travis CI
Oleg Broytman [Fri, 6 Oct 2017 20:01:37 +0000 (23:01 +0300)]
Tests(CI): Explicitly list python versions at Travis CI

6 years agoFix(setup): Remove unused package_data
Oleg Broytman [Sat, 2 Sep 2017 14:36:58 +0000 (17:36 +0300)]
Fix(setup): Remove unused package_data

6 years agoTests(CI): Add "db: postgresql" in appveyor.yml for Pg-related tests
Oleg Broytman [Sun, 20 Aug 2017 20:07:44 +0000 (23:07 +0300)]
Tests(CI): Add "db: postgresql" in appveyor.yml for Pg-related tests

6 years agoTests(CI): Reorder env vars in appveyor.yml
Oleg Broytman [Sun, 20 Aug 2017 20:07:44 +0000 (23:07 +0300)]
Tests(CI): Reorder env vars in appveyor.yml

Reorder environment variables in appveyor.yml to make them more visible
in the web interface.

6 years agoFix(setup): Fix keywords and platforms
Oleg Broytman [Sat, 19 Aug 2017 16:46:13 +0000 (19:46 +0300)]
Fix(setup): Fix keywords and platforms

6 years agoFeat(devscripts): Remove `twine register` from release process
Oleg Broytman [Sat, 5 Aug 2017 17:00:44 +0000 (20:00 +0300)]
Feat(devscripts): Remove `twine register` from release process

There is no longer necessary to pre-register packages before uploading.

[skip ci]

6 years agoFix(setup): Fix requirements
Oleg Broytman [Sat, 17 Jun 2017 18:08:14 +0000 (21:08 +0300)]
Fix(setup): Fix requirements

Make SQLObject version-dependent.
Remove ppu (only needed for tox tests).

6 years agoUse ppu to cleanup pip cache
Oleg Broytman [Sat, 17 Jun 2017 17:26:57 +0000 (20:26 +0300)]
Use ppu to cleanup pip cache

Use remove-old-files.py from ppu to cleanup pip cache at Travis and AppVeyor.

6 years agoVersion 0.2.2: CI 0.2.2
Oleg Broytman [Sat, 10 Jun 2017 17:04:08 +0000 (20:04 +0300)]
Version 0.2.2: CI

6 years agoFix homepage URL in setup.py
Oleg Broytman [Sat, 10 Jun 2017 15:28:34 +0000 (18:28 +0300)]
Fix homepage URL in setup.py

[skip ci]

6 years agoTests: Use tox instead of tests/Makefile
Oleg Broytman [Sat, 10 Jun 2017 15:14:57 +0000 (18:14 +0300)]
Tests: Use tox instead of tests/Makefile

[skip ci]

6 years agoFeat(CI): Run tests with PostgreSQL
Oleg Broytman [Fri, 9 Jun 2017 19:56:41 +0000 (22:56 +0300)]
Feat(CI): Run tests with PostgreSQL

6 years agoFeat(CI): Run tests with sqlite and flake8
Oleg Broytman [Fri, 9 Jun 2017 19:56:41 +0000 (22:56 +0300)]
Feat(CI): Run tests with sqlite and flake8

6 years agoTODO: Create installers
Oleg Broytman [Fri, 12 May 2017 20:35:54 +0000 (23:35 +0300)]
TODO: Create installers

[skip ci]

6 years agoTODO: even more MySQL-specific fixes
Oleg Broytman [Wed, 10 May 2017 22:25:27 +0000 (01:25 +0300)]
TODO: even more MySQL-specific fixes

[skip ci]

6 years agoTODO: more MySQL-specific fixes
Oleg Broytman [Wed, 10 May 2017 22:25:27 +0000 (01:25 +0300)]
TODO: more MySQL-specific fixes

[skip ci]

6 years agoUpdate TODO: Remove MySQL-specific SQL
Oleg Broytman [Wed, 10 May 2017 21:07:18 +0000 (00:07 +0300)]
Update TODO: Remove MySQL-specific SQL

[skip ci]

6 years agoStop supporting Python 2.6
Oleg Broytman [Sun, 7 May 2017 17:25:11 +0000 (20:25 +0300)]
Stop supporting Python 2.6

[skip ci]

6 years agoMove hard requirements from tox.ini to requirements.txt
Oleg Broytman [Sun, 7 May 2017 12:16:23 +0000 (15:16 +0300)]
Move hard requirements from tox.ini to requirements.txt

Move test requirements to requirements_tests.txt.

6 years agoMove requirements.txt to devscripts/
Oleg Broytman [Sun, 7 May 2017 11:44:43 +0000 (14:44 +0300)]
Move requirements.txt to devscripts/

Rename requirements_dev.txt to requirements_test.txt.
Split requirements_test.txt intto requirements_tox.txt.

[skip ci]

6 years agoVersion 0.2.1: Convert README to reST 0.2.1
Oleg Broytman [Sun, 30 Apr 2017 21:45:10 +0000 (00:45 +0300)]
Version 0.2.1: Convert README to reST

6 years agoPublished at PyPI
Oleg Broytman [Sun, 30 Apr 2017 20:10:40 +0000 (23:10 +0300)]
Published at PyPI

[skip ci]

6 years agoFix doc title
Oleg Broytman [Sun, 30 Apr 2017 20:03:07 +0000 (23:03 +0300)]
Fix doc title

[skip ci]

6 years agoVersion 0.2.0 0.2.0
Oleg Broytman [Sun, 30 Apr 2017 19:55:53 +0000 (22:55 +0300)]
Version 0.2.0

6 years agoAdd release script
Oleg Broytman [Sun, 30 Apr 2017 19:57:14 +0000 (22:57 +0300)]
Add release script

6 years agoRemove SQLite DB before tests; just in case
Oleg Broytman [Sun, 30 Apr 2017 19:54:07 +0000 (22:54 +0300)]
Remove SQLite DB before tests; just in case

6 years agoUse Portable Python Utilities
Oleg Broytman [Sun, 30 Apr 2017 19:49:42 +0000 (22:49 +0300)]
Use Portable Python Utilities

6 years agoFix comment in appveyor.yml
Oleg Broytman [Sun, 30 Apr 2017 18:06:39 +0000 (21:06 +0300)]
Fix comment in appveyor.yml

[skip ci]

6 years agoTODO: Test at Travis and AppVeyor with Postgres
Oleg Broytman [Sat, 29 Apr 2017 13:23:44 +0000 (16:23 +0300)]
TODO: Test at Travis and AppVeyor with Postgres

[skip ci]

6 years agoTest at AppVeyor
Oleg Broytman [Sat, 29 Apr 2017 12:36:37 +0000 (15:36 +0300)]
Test at AppVeyor

6 years agoTest at Travis
Oleg Broytman [Sat, 29 Apr 2017 12:31:14 +0000 (15:31 +0300)]
Test at Travis

6 years agoPython 3.5, 3.6
Oleg Broytman [Sat, 29 Apr 2017 12:16:21 +0000 (15:16 +0300)]
Python 3.5, 3.6

6 years agoRemove publish-docs
Oleg Broytman [Sat, 29 Apr 2017 03:29:19 +0000 (06:29 +0300)]
Remove publish-docs

6 years agoMove get-commit-message.vim and mk-git-aliases to devscripts/
Oleg Broytman [Sat, 29 Apr 2017 03:26:29 +0000 (06:26 +0300)]
Move get-commit-message.vim and mk-git-aliases to devscripts/

6 years agoAdd home/repo/tracker URLs
Oleg Broytman [Fri, 28 Apr 2017 21:01:32 +0000 (00:01 +0300)]
Add home/repo/tracker URLs

6 years agoUse htdocs.path instead of absolute path
Oleg Broytman [Fri, 28 Apr 2017 20:51:45 +0000 (23:51 +0300)]
Use htdocs.path instead of absolute path

6 years agoGitHub: done
Oleg Broytman [Fri, 28 Apr 2017 19:52:35 +0000 (22:52 +0300)]
GitHub: done

6 years agoMove README.html to gitweb/
Oleg Broytman [Fri, 28 Apr 2017 19:48:09 +0000 (22:48 +0300)]
Move README.html to gitweb/

6 years agoTODO: GitHub, Travis, AppVeyor, PyPI
Oleg Broytman [Thu, 27 Apr 2017 16:36:54 +0000 (19:36 +0300)]
TODO: GitHub, Travis, AppVeyor, PyPI

6 years agoVersion 0.1.2: Fix dependencies 0.1.2
Oleg Broytman [Wed, 26 Apr 2017 21:24:03 +0000 (00:24 +0300)]
Version 0.1.2: Fix dependencies

6 years agoVersion 0.1.1: Install m_lib.defenc and m_lib from PyPI 0.1.1
Oleg Broytman [Wed, 26 Apr 2017 21:00:10 +0000 (00:00 +0300)]
Version 0.1.1: Install m_lib.defenc and m_lib from PyPI

6 years agoUpdate get-commit-message.vim: remove asterisk
Oleg Broytman [Wed, 26 Apr 2017 21:00:02 +0000 (00:00 +0300)]
Update get-commit-message.vim: remove asterisk

6 years agoUpdate installation instruction for virtual envs
Oleg Broytman [Wed, 26 Apr 2017 20:57:18 +0000 (23:57 +0300)]
Update installation instruction for virtual envs

6 years agoUpdate installation instruction: fix trusted host
Oleg Broytman [Wed, 26 Apr 2017 20:54:48 +0000 (23:54 +0300)]
Update installation instruction: fix trusted host

Remove --no-index to install m_lib from PyPI.

6 years agoInstall m_lib.defenc and m_lib from PyPI
Oleg Broytman [Wed, 26 Apr 2017 20:52:12 +0000 (23:52 +0300)]
Install m_lib.defenc and m_lib from PyPI

7 years agoRemove update script
Oleg Broytman [Mon, 17 Apr 2017 19:52:05 +0000 (22:52 +0300)]
Remove update script

7 years agoAdd installation instructions
Oleg Broytman [Sun, 16 Apr 2017 08:14:27 +0000 (11:14 +0300)]
Add installation instructions

7 years agoFix docstring format
Oleg Broytman [Sat, 15 Apr 2017 20:17:08 +0000 (23:17 +0300)]
Fix docstring format

Escape asterisks.

7 years agoFix sdist and git alias
Oleg Broytman [Sat, 15 Apr 2017 20:08:53 +0000 (23:08 +0300)]
Fix sdist and git alias

ChangeLog was renamed to docs/news.rst.