Commit Graph
100 Commits
Author SHA1 Message Date
baztian 4fc5646fd9 Merge branch 'fix-maven-central-https' 2020-05-25 15:51:02 +02:00
baztian cd35f38d1c Fix maven central http(s) issues 2020-05-25 15:34:45 +02:00
baztian 08ebac8205 Fix PyPI upload instructions 2020-05-22 21:54:37 +02:00
baztian df31ab56f9 Bump version: 1.1.2 → 1.2.0 2020-05-22 21:22:23 +02:00
baztian 75a2e55159 Update changelog 2020-05-22 21:19:34 +02:00
baztian 7c86c18f8f Merge pull request #139 from Szczepanov/feature/138-with-statement-pep-343
Support 'with' statement
2020-05-22 20:56:39 +02:00
baztian d9dc88872d Merge pull request #135 from khangp0000/patch-1
Update to support jpype 0.7.2+
2020-05-22 20:56:18 +02:00
baztian a1b87626ab Bump version: 1.1.1 → 1.1.2 2019-09-02 10:45:11 +02:00
baztian 9abdd926de Merge pull request #105 from baztian/fix-devel-readme-formatting
Fix formatting of sourcecode in developers README
2019-09-02 10:42:20 +02:00
baztian 67cd966b88 Update changelog 2019-09-02 10:40:27 +02:00
baztian 52a7da55f5 Merge branch 'fix-maven-plugin-incompatibility' 2019-07-09 22:53:45 +02:00
baztian 26f16948ea Fix incompatibility with newer maven versions 2019-07-09 22:23:32 +02:00
baztian 22ad0a1416 Merge branch 'Iverian-patch-1' 2019-07-08 22:55:57 +02:00
baztian 002f3c7e9a Reintroduce compatibility for post 0.7 JPype versions 2019-07-08 22:33:36 +02:00
baztian 3e6e2484f0 Merge pull request #107 from baztian/Thrameos-jpype_0.7.0
Some changes required to support jpype 0.7.0 (unfinished)
2019-07-08 22:19:42 +02:00
baztian 6a03f63dd8 Support JPype versions before 0.6 2019-07-08 22:12:58 +02:00
baztian b49f5a62a2 Merge pull request #106 from baztian/make-build-work-again
Test against JPype 0.7 and 0.6
2019-07-08 21:21:53 +02:00
baztian 2000a0caba Test against 0.6 and 0.7 JPype versions 2019-07-08 21:19:57 +02:00
baztian 482244c34b Drop Python 2.6 compatability. Really use JPype 0.6.2 2019-07-08 21:05:38 +02:00
baztian d31d9a97e3 Bump version: 1.1.0 → 1.1.1 2019-07-08 21:05:19 +02:00
baztian a3036b4186 Fix development notes on how to publish a new release. 2019-07-08 21:05:19 +02:00
baztian 6d692bfc00 Mention build-essentials package as a developer requirement 2019-07-06 22:59:43 +02:00
baztian dcea36a226 Reference new deadsnakes ppa 2019-07-06 21:40:23 +02:00
baztian b3c6c0e8a9 Fix formatting of sourcecode in developers README 2019-07-05 19:38:34 +02:00
baztian e99a05d5a8 Bump version: 1.1.0 → 1.1.1 2017-03-21 20:16:59 +01:00
baztian 8850cf95e8 Fix development notes on how to publish a new release. 2017-03-21 20:16:01 +01:00
baztian ef7ad4effa Merge pull request #35 from baztian/bugfix/ancient-date
Don't fail on dates before 1900 on Python < 3
2017-03-21 20:11:00 +01:00
baztian 2f0eaeb5e0 Maintain changelog. 2017-03-21 20:05:05 +01:00
baztian 364a3584d5 Work around bug. Fixes #18. 2017-03-21 20:04:08 +01:00
baztian 8f3345bcdf Make mock driver Java 7 compatible again (Travis standard JDK). 2017-03-21 20:04:08 +01:00
baztian 4df6414d27 Write testcase for #18. (Very rough version. MockConnection method
should be more flexible and use less copy code)
2017-03-21 20:04:08 +01:00
baztian 0e482a2052 Bump version: 1.0.0 → 1.1.0 2017-03-19 19:24:34 +01:00
baztian e28ad464d3 Maintain changelog. 2017-03-19 19:23:19 +01:00
baztian 295414cd7f Support BIT and TINYINT type mappings. Fixes #23. 2017-03-19 19:21:11 +01:00
baztian f3c2df8464 Allow tox command overriding. Thanks to @ionelmc for https://blog.ionelmc.ro/2015/04/14/tox-tricks-and-patterns/ 2017-03-12 20:35:52 +01:00
baztian 4d9a26f18b Remove doctest from coverage. 2017-03-12 20:29:40 +01:00
baztian 380bb80d68 Upgrade to jip in the hope to find out more about the Python 2.6 build error
occuring sometimes.
2017-03-11 20:35:38 +01:00
baztian 8af11d4281 Add documentation on how to install Python 2.6 for development envs. 2017-03-11 20:35:02 +01:00
baztian 904ab6b857 Merge branch 'pip-caching' 2017-03-10 22:04:07 +01:00
baztian 5b79ee37e1 Use standard syntax for travis pip caching. 2017-03-10 21:56:30 +01:00
baztian 048c075171 Enable pip caching. 2017-03-10 21:43:23 +01:00
baztian 7f91f7f60c Merge branch 'travis-caching' 2017-03-10 21:25:23 +01:00
baztian 526f53d96b Cache Jython installation. 2017-03-10 21:11:45 +01:00
baztian 18440f1def Cache maven home explicitly. 2017-03-10 20:36:01 +01:00
baztian b53b1a3581 Use $HOME for mvn to see if this can use some travis standard repos or so. 2017-03-10 20:18:19 +01:00
baztian b348741b81 Merge branch 'add-jython-coveralls' 2017-03-10 16:26:15 +01:00
baztian 59974ffab5 Move coveralls handling from tox to travis to work around Jython urllib issues. 2017-03-10 16:08:49 +01:00
baztian 05e429ac66 Simplified tox.ini a little bit. 2017-03-10 15:42:03 +01:00
baztian 47aa0c68a3 Add Jython coverage support. Thanks to @testInord. https://github.com/baztian/jaydebeapi/pull/17#issuecomment-275192869 2017-03-10 13:31:19 +01:00
baztian 8fc9ae8869 Merge branch 'tox-travis' 2017-03-10 12:26:20 +01:00
baztian 561d447c09 Switch to tox develeopment mode to fix source view on coveralls. 2017-03-10 12:24:29 +01:00
baztian 4c6efb7113 Fix coveralls run on Python 2.6. Skip coveralls for Jython. 2017-03-10 12:24:25 +01:00
baztian c150bb8290 Add coverage and coveralls back to tox and travis. 2017-03-10 12:23:05 +01:00
baztian 4ef125e6b1 Introduce Python 3.6 to the build matrix. 2017-03-10 12:23:01 +01:00
baztian bf35ac253e Improve requirements resolution. 2017-03-10 12:20:43 +01:00
baztian 8c119de997 Apply recommendations from https://github.com/ryanhiebert/tox-travis/issues/62 2017-03-10 12:17:51 +01:00
baztian 7c2a48f75c First attempt to run tox on travix. 2017-03-10 12:17:45 +01:00
baztian d90e1f66d9 Merge branch 'doctests-fix' 2017-03-09 14:31:14 +01:00
baztian 6767e247ab Fix failing doctests not resulting into build errors. 2017-03-09 14:28:26 +01:00
baztian 460008e11e Add tox for local development (no travis integration yet). 2017-03-08 14:32:22 +01:00
baztian dc7b55085d Align tox matrix to travis matrix. 2017-03-08 14:28:52 +01:00
baztian ca9e978fe5 Remove obsolete comments. 2017-03-08 14:16:35 +01:00
baztian 82b0f14b60 Fix whitespace 2017-03-08 14:07:05 +01:00
baztian 3676b42cfd Run doctests in tox. 2017-03-08 12:26:48 +01:00
baztian c16e56c486 Upgrade jip to fix .jip_config not being found. 2017-03-08 12:19:31 +01:00
baztian 0596d5fbca Fix maven repo access again. 2017-03-08 12:13:48 +01:00
baztian 72dbb832d9 Fix maven repo access again. 2017-03-08 12:13:48 +01:00
baztian 2e3d8ce1a8 Make tox work with any Python 3 release. Fix maven repo reference. 2017-03-08 12:13:48 +01:00
baztian c75060afaa Make mvnget.sh Python 3 compatible. 2017-03-08 12:13:48 +01:00
baztian aaa118b6b9 Fixed travis mvn call. 2017-03-08 12:13:48 +01:00
baztian 85f528aa4c Align .travis.yml to tox related changes. 2017-03-08 12:13:48 +01:00
baztian bc732dca08 Improve tox configuration. 2017-03-08 12:13:48 +01:00
baztian 4666f606d9 Add Jython support for hsqldb driver test to tox build matrix. 2017-03-08 12:13:48 +01:00
baztian 6a9795cdd9 Add Jython support for mock driver test to tox build matrix. 2017-03-08 12:13:48 +01:00
baztian 136057d356 Use tox to support a build matrix. (Add Jython support later) 2017-03-08 12:13:48 +01:00
baztian 14067d6315 Merge branch 'jython-venv-update' 2017-03-08 12:07:29 +01:00
baztian 9e1cf4fbad Simplified helper scripts.
Fix possible shell incompatibility introduced in last commit.
2017-03-08 12:06:22 +01:00
baztian 1cd46e1311 Update virtualenv for jython. 2017-03-08 11:30:33 +01:00
baztian 8424effd63 merge feature/jython-update 2017-01-24 21:23:31 +01:00
baztian 43775ef529 Jython 2.7.0 update 2017-01-24 21:17:01 +01:00
baztian d0862891e5 Merge branch 'feature/db-properties-more-documentation' 2017-01-23 21:33:22 +01:00
baztian 596cc60ef5 Try to fix Python 2/3 doctest compatibility again 2017-01-23 21:28:36 +01:00
baztian 0624071734 Try to fix Python 2/3 doctest compatibility again 2017-01-23 21:23:49 +01:00
baztian 298826c6ab Fix Python 2/3 doctest incompatibility 2017-01-23 21:01:42 +01:00
baztian 5a031c1df3 Fix rst code formatting 2017-01-23 20:42:32 +01:00
baztian 350afee2c4 Fix doctests for README.rst only working with hsqldb 2017-01-23 20:40:47 +01:00
baztian 8bf5576780 Add an example for db connection properties 2017-01-23 20:33:52 +01:00
baztian 11ffde4504 merge feature/db-properties-jython 2017-01-23 20:25:03 +01:00
baztian bcba6ebf3f Execute properties passing test in travis jython run 2017-01-23 20:18:15 +01:00
baztian c2a160f239 Bump version: 0.2.0 → 1.0.0 2017-01-10 10:37:49 +01:00
baztian 5df5d3af6b Update readme to explain version change. 2017-01-10 10:37:30 +01:00
baztian 5f22a66be1 Downgrade jip as it seems to be incompatible with current build config 2017-01-10 10:31:01 +01:00
baztian 64de4825f4 Update jip 2017-01-10 10:26:15 +01:00
baztian bfcb702861 Update development notes (a bit). 2017-01-10 10:19:31 +01:00
baztian 2bee0394a1 Fix Python 3 compatibility. 2017-01-10 10:19:00 +01:00
baztian a589ef8782 Credits to @testlnord 2017-01-10 10:12:00 +01:00
baztian 49fd250cc1 Include new properties test in travis run 2017-01-10 10:09:54 +01:00
baztian 2640445de0 Allow for db properties to be passed to connect method. Alternative solution opposed to #17 to fix #16 2017-01-09 20:36:25 +01:00
baztian 9d71d122c6 Fix PyPI credentials. 2015-07-04 18:05:57 +02:00
baztian 6a14539f2d Update and simplify layout of supported DBs in readme. Fixes #5 and #9. Thanks @colinglaes and @fernandezcuesta for reporting. 2015-07-04 18:01:36 +02:00