1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103
|
sqlparse (0.1.13-2) unstable; urgency=medium
* Update debian/watch.
* Add autopkgtest support.
-- Andriy Senkovych <jolly_roger@itblog.org.ua> Fri, 24 Oct 2014 18:25:59 +0300
sqlparse (0.1.13-1) unstable; urgency=medium
* New upstream release.
* Bump Standards-Version to 3.9.6. No changes required.
* Correctly remove alternatives for old package versions.
-- Andriy Senkovych <jolly_roger@itblog.org.ua> Thu, 09 Oct 2014 17:07:59 +0300
sqlparse (0.1.11-1) unstable; urgency=medium
* New upstream release
* Add pypy support by creating pypy-sqlparse binary package
* Add separate sqlformat package which depends on python3-sqlparse
* Do not use alternatives mechanism any more since sqlformat scripts provide
the same functionality.
* Bump Standards-Version to 3.9.5.0. No changes required.
-- Andriy Senkovych <jolly_roger@itblog.org.ua> Wed, 06 Aug 2014 02:29:13 +0300
sqlparse (0.1.10-1) unstable; urgency=low
* New upstream release(Closes: #722198)
* Switch to pybuild
* debian/control:
- Build-Depend on dh-python
- Fix package descriptions
-- Andriy Senkovych <jolly_roger@itblog.org.ua> Wed, 23 Oct 2013 20:04:00 +0300
sqlparse (0.1.8-1) unstable; urgency=low
[ Jakub Wilk ]
* Use canonical URIs for Vcs-* fields.
[ Andriy Senkovych ]
* New upstream release
* Upload to unstable
* Add replaces/breaks relation to make separate sqlparse upgrade smoothly
(Closes: #717972)
* Bump Standards-Version to 3.9.4. Create empty build-arch target.
-- Andriy Senkovych <jolly_roger@itblog.org.ua> Wed, 07 Aug 2013 00:20:01 +0300
sqlparse (0.1.6-1) experimental; urgency=low
* New upstream version. (Closes: #702197, #677982)
* Bump Standards-Version to 3.9.4. No changes required.
* debian/copyright: new contributor added.
* Add python3 support using automatic 2to3 conversion.
* Move documentation to its own package python-sqlparse-doc.
* Add dependency on python-setuptools, python-pytest.
* Use alternatives mechanism to provide /usr/bin/sqlformat.
* Update project homepage and debian/watch.
-- Andriy Senkovych <jolly_roger@itblog.org.ua> Fri, 08 Mar 2013 21:15:06 +0200
sqlparse (0.1.4-1) unstable; urgency=low
* New upstream version.
-- Andriy Senkovych <jolly_roger@itblog.org.ua> Sat, 21 Apr 2012 12:41:52 +0300
sqlparse (0.1.3-2) unstable; urgency=low
[ Jakub Wilk ]
* Bump minimum required python-sphinx version to 1.0.7+dfsg.
[ Andriy Senkovych ]
* Bump Standards-Version to 3.9.3.
* Add doc-base documentation reference.
-- Andriy Senkovych <jolly_roger@itblog.org.ua> Mon, 27 Feb 2012 23:24:28 +0200
sqlparse (0.1.3-1) unstable; urgency=low
* New upstream version.
* Fix debian/watch.
* Bump Standards-Version to 3.9.2.
* Manpage migrated into upstream, using it.
* Include HTML documentation generated with Sphinx rather than .rst files.
* debian/copyright: switch to DEP-5 format.
-- Andriy Senkovych <jolly_roger@itblog.org.ua> Fri, 02 Sep 2011 20:23:43 +0300
sqlparse (0.1.2-2) unstable; urgency=low
* Team upload.
* Rebuild for Python 2.7 transition
-- Piotr Ożarowski <piotr@debian.org> Sat, 23 Apr 2011 10:49:41 +0200
sqlparse (0.1.2-1) unstable; urgency=low
* Initial release (Closes: #606104)
-- Andriy Senkovych <jolly_roger@itblog.org.ua> Mon, 06 Dec 2010 22:01:20 +0200
|