forked from pool/python-sqlparse
- 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
This commit is contained in:
@@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 26 08:42:20 UTC 2020 - Dirk Mueller <dmueller@suse.com>
|
||||
|
||||
- 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
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 24 02:45:39 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
|
||||
|
||||
|
Reference in New Issue
Block a user