23 Commits

Author SHA256 Message Date
2274e03d38 Accepting request 850920 from devel:languages:python
- update to 0.4.1:
  * Python 3.9 support
  * Remove support for end-of-life Python 2.7 and 3.4. Python 3.5+ is now
  required.
  * Remaining strings that only consist of whitespaces are not treated as
  statements anymore. Code that ignored the last element from
  sqlparse.split() should be updated accordingly since that function
  now doesn't return an empty string as the last element in some
  cases (issue496).
- remove non-upstream stdout-encoding-set.patch patch

OBS-URL: https://build.opensuse.org/request/show/850920
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sqlparse?expand=0&rev=11
2020-11-29 11:19:01 +00:00
da538c5371 - update to 0.4.1:
* Python 3.9 support
  * Remove support for end-of-life Python 2.7 and 3.4. Python 3.5+ is now
  required.
  * Remaining strings that only consist of whitespaces are not treated as
  statements anymore. Code that ignored the last element from
  sqlparse.split() should be updated accordingly since that function
  now doesn't return an empty string as the last element in some
  cases (issue496).
- remove non-upstream stdout-encoding-set.patch patch

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sqlparse?expand=0&rev=22
2020-11-26 08:44:08 +00:00
010d0ce5be Accepting request 787620 from devel:languages:python
- Add stdout-encoding-set.patch to use sys.stdout.reconfigure() if
  the stream is an instance of TextIOWrapper to support a pytest change.

OBS-URL: https://build.opensuse.org/request/show/787620
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sqlparse?expand=0&rev=10
2020-03-26 23:28:45 +00:00
Steve Kowalik
7b6436d15d - Add stdout-encoding-set.patch to use sys.stdout.reconfigure() if
the stream is an instance of TextIOWrapper to support a pytest change.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sqlparse?expand=0&rev=20
2020-03-24 02:46:35 +00:00
Steve Kowalik
85757991a1 - Add stdout-encoding-set.patch to use sys.stdout.reconfigure() for Python 3.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sqlparse?expand=0&rev=19
2020-03-23 06:36:48 +00:00
8a766c097d Accepting request 783018 from devel:languages:python
- update to v0.3.1:
  * Add HQL keywords (pr475, by matwalk).
  * Add support for time zone casts (issue489).
  * Enhance formatting of AS keyword (issue507, by john-bodley).
  * Stabilize grouping engine when parsing invalid SQL statements.
  * Fix splitting of SQL with multiple statements inside
    parentheses (issue485, pr486 by win39).
  * Correctly identify NULLS FIRST / NULLS LAST as keywords (issue487).
  * Fix splitting of SQL statements that contain dollar signs in
    identifiers (issue491).
  * Remove support for parsing double slash comments introduced in
    0.3.0 (issue456) as it had some side-effects with other dialects and
    doesn't seem to be widely used (issue476).
  * Restrict detection of alias names to objects that acutally could
    have an alias (issue455, adopted some parts of pr509 by john-bodley).
  * Fix parsing of date/time literals (issue438, by vashek).
  * Fix initialization of TokenList (issue499, pr505 by john-bodley).
  * Fix parsing of LIKE (issue493, pr525 by dbczumar).
  * Improve parsing of identifiers (pr527 by liulk).

OBS-URL: https://build.opensuse.org/request/show/783018
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sqlparse?expand=0&rev=9
2020-03-11 17:45:27 +00:00
46ded828ef - update to v0.3.1:
* Add HQL keywords (pr475, by matwalk).
  * Add support for time zone casts (issue489).
  * Enhance formatting of AS keyword (issue507, by john-bodley).
  * Stabilize grouping engine when parsing invalid SQL statements.
  * Fix splitting of SQL with multiple statements inside
    parentheses (issue485, pr486 by win39).
  * Correctly identify NULLS FIRST / NULLS LAST as keywords (issue487).
  * Fix splitting of SQL statements that contain dollar signs in
    identifiers (issue491).
  * Remove support for parsing double slash comments introduced in
    0.3.0 (issue456) as it had some side-effects with other dialects and
    doesn't seem to be widely used (issue476).
  * Restrict detection of alias names to objects that acutally could
    have an alias (issue455, adopted some parts of pr509 by john-bodley).
  * Fix parsing of date/time literals (issue438, by vashek).
  * Fix initialization of TokenList (issue499, pr505 by john-bodley).
  * Fix parsing of LIKE (issue493, pr525 by dbczumar).
  * Improve parsing of identifiers (pr527 by liulk).

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sqlparse?expand=0&rev=17
2020-03-09 16:23:34 +00:00
53a866e058 Accepting request 695140 from devel:languages:python
- Use %pytest macro

OBS-URL: https://build.opensuse.org/request/show/695140
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sqlparse?expand=0&rev=8
2019-04-19 16:35:38 +00:00
Tomáš Chvátal
fcb3220d99 - Use %pytest macro
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sqlparse?expand=0&rev=15
2019-04-17 12:00:44 +00:00
13ff101e6c Accepting request 684138 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/684138
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sqlparse?expand=0&rev=7
2019-03-14 13:54:41 +00:00
Thomas Bechtold
159f6fe384 Accepting request 684132 from home:jayvdb:django
- Move fdupes from %check to %install
- Update to v0.3.0

OBS-URL: https://build.opensuse.org/request/show/684132
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sqlparse?expand=0&rev=13
2019-03-12 05:12:38 +00:00
f81acc6dc7 Accepting request 631152 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/631152
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sqlparse?expand=0&rev=6
2018-08-24 15:11:15 +00:00
Tomáš Chvátal
3110b81de3 Accepting request 631122 from home:alarrosa:branches:devel:languages:python
- Update to 0.2.4:
  * Add more keywords for MySQL table options (pr328, pr333, by phdru).
  * Add more PL/pgSQL keywords (pr357, by Demetrio92).
  * Improve parsing of floats (pr330, by atronah).
  * Fix parsing of MySQL table names starting with digits (issue337).
  * Fix detection of identifiers using comparisons (issue327).
  * Fix parsing of UNION ALL after WHERE (issue349).
  * Fix handling of semicolon in assignments (issue359, issue358).
- Use fdupes and %license
- Remove shebangs from non-executable python files

OBS-URL: https://build.opensuse.org/request/show/631122
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sqlparse?expand=0&rev=11
2018-08-23 19:01:26 +00:00
4f8a8450c5 Accepting request 509673 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/509673
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sqlparse?expand=0&rev=5
2017-09-05 13:14:25 +00:00
e58a4f694d Accepting request 509611 from home:tbechtold:branches:devel:languages:python
- update to 0.2.3:
  * New command line option "--encoding" (by twang2218, pr317).
  * Support CONCURRENTLY keyword (issue322, by rowanseymour).
  * Fix some edge-cases when parsing invalid SQL statements.
  * Fix indentation of LIMIT (by romainr, issue320).
  * Fix parsing of INTO keyword (issue324).
  * Several improvements regarding encodings.
  * Add comma_first option: When splitting list "comma first" notation
  is used (issue141).
  * Fix parsing of incomplete AS (issue284, by vmuriart).
  * Fix parsing of Oracle names containing dollars (issue291).
  * Fix parsing of UNION ALL (issue294).
  * Fix grouping of identifiers containing typecasts (issue297).
  * Add Changelog to sdist again (issue302).
  * `is_whitespace` and `is_group` changed into properties
- convert to singlespec

OBS-URL: https://build.opensuse.org/request/show/509611
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sqlparse?expand=0&rev=9
2017-07-12 09:18:00 +00:00
5655d6c609 - update to 0.2.1
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sqlparse?expand=0&rev=8
2016-11-15 10:17:13 +00:00
d0d8b70b10 Accepting request 307589 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/307589
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sqlparse?expand=0&rev=4
2015-05-18 20:26:28 +00:00
Denisart Benjamin
4d81896db1 Accepting request 307036 from home:benoit_monin:branches:devel:languages:python
update to version 0.1.15

OBS-URL: https://build.opensuse.org/request/show/307036
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sqlparse?expand=0&rev=6
2015-05-17 12:09:52 +00:00
e6753a90c8 Accepting request 261637 from devel:languages:python
1

OBS-URL: https://build.opensuse.org/request/show/261637
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sqlparse?expand=0&rev=3
2014-11-18 21:45:12 +00:00
Denisart Benjamin
a59be551b3 Accepting request 260389 from home:Ledest:misc
fix bashism in pre script

OBS-URL: https://build.opensuse.org/request/show/260389
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sqlparse?expand=0&rev=4
2014-11-14 15:40:19 +00:00
Stephan Kulow
1cd7a272f9 Accepting request 207025 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/207025
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-sqlparse?expand=0&rev=1
2013-12-18 15:55:18 +00:00
Sascha Peilicke
34e36dc723 - Only ghost /etc/alternatives on 12.3 or newer
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sqlparse?expand=0&rev=2
2013-11-15 12:18:18 +00:00
Sascha Peilicke
6252e78108 - Initial version
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-sqlparse?expand=0&rev=1
2013-11-08 08:29:31 +00:00