<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pkgsrc/databases/py-sqlparse, branch trunk</title>
<subtitle>[no description]</subtitle>
<id>https://git.osdyson.ru/mirror/pkgsrc/atom?h=trunk</id>
<link rel='self' href='https://git.osdyson.ru/mirror/pkgsrc/atom?h=trunk'/>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/'/>
<updated>2022-01-05T15:40:56Z</updated>
<entry>
<title>python: egg.mk: add USE_PKG_RESOURCES flag</title>
<updated>2022-01-05T15:40:56Z</updated>
<author>
<name>wiz</name>
<email>wiz@pkgsrc.org</email>
</author>
<published>2022-01-05T15:40:56Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=d19f073cf98e1f2653a8d55bc4ae03f713437692'/>
<id>urn:sha1:d19f073cf98e1f2653a8d55bc4ae03f713437692</id>
<content type='text'>
This flag should be set for packages that import pkg_resources
and thus need setuptools after the build step.

Set this flag for packages that need it and bump PKGREVISION.</content>
</entry>
<entry>
<title>*: bump PKGREVISION for egg.mk users</title>
<updated>2022-01-04T20:52:30Z</updated>
<author>
<name>wiz</name>
<email>wiz@pkgsrc.org</email>
</author>
<published>2022-01-04T20:52:30Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=f9e28ee96efbb02df8790e130e6eef7b33ebac9c'/>
<id>urn:sha1:f9e28ee96efbb02df8790e130e6eef7b33ebac9c</id>
<content type='text'>
They now have a tool dependency on py-setuptools instead of a DEPENDS</content>
</entry>
<entry>
<title>databases: Replace RMD160 checksums with BLAKE2s checksums</title>
<updated>2021-10-26T10:09:13Z</updated>
<author>
<name>nia</name>
<email>nia@pkgsrc.org</email>
</author>
<published>2021-10-26T10:09:13Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=110d5bf2cb42630a7f459b1e8f899f8e59991e1b'/>
<id>urn:sha1:110d5bf2cb42630a7f459b1e8f899f8e59991e1b</id>
<content type='text'>
All checksums have been double-checked against existing RMD160 and
SHA512 hashes

The following distfiles could not be fetched (some may be only fetched
conditionally):

./databases/cstore/distinfo D6.data.ros.gz
./databases/cstore/distinfo cstore0.2.tar.gz
./databases/cstore/distinfo data4.tar.gz</content>
</entry>
<entry>
<title>databases: Remove SHA1 distfile hashes</title>
<updated>2021-10-07T13:35:05Z</updated>
<author>
<name>nia</name>
<email>nia@pkgsrc.org</email>
</author>
<published>2021-10-07T13:35:05Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=461331b2af81f67812062f24d93a6ed5e8abfee9'/>
<id>urn:sha1:461331b2af81f67812062f24d93a6ed5e8abfee9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>py-sqlparse: updated to 0.3.1</title>
<updated>2020-03-02T10:28:26Z</updated>
<author>
<name>adam</name>
<email>adam@pkgsrc.org</email>
</author>
<published>2020-03-02T10:28:26Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=000f74fb8752cda42fdcec144b5c8ca4d6bdfa1b'/>
<id>urn:sha1:000f74fb8752cda42fdcec144b5c8ca4d6bdfa1b</id>
<content type='text'>
Release 0.3.1:

Enhancements
* Add HQL keywords.
* Add support for time zone casts.
* Enhance formatting of AS keyword.
* Stabilize grouping engine when parsing invalid SQL statements.

Bug Fixes
* Fix splitting of SQL with multiple statements inside
  parentheses.
* Correctly identify NULLS FIRST / NULLS LAST as keywords.
* Fix splitting of SQL statements that contain dollar signs in
  identifiers.
* Remove support for parsing double slash comments introduced in
  0.3.0 as it had some side-effects with other dialects and
  doesn't seem to be widely used.
* Restrict detection of alias names to objects that acutally could
  have an alias.
* Fix parsing of date/time literals.
* Fix initialization of TokenList.
* Fix parsing of LIKE.
* Improve parsing of identifiers</content>
</entry>
<entry>
<title>py-sqlparse: updated to 0.3.0</title>
<updated>2019-05-27T15:25:14Z</updated>
<author>
<name>adam</name>
<email>adam@pkgsrc.org</email>
</author>
<published>2019-05-27T15:25:14Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=72a175acb6ad4a1bc88620abed172b5b9a1d5649'/>
<id>urn:sha1:72a175acb6ad4a1bc88620abed172b5b9a1d5649</id>
<content type='text'>
Release 0.3.0:

Notable Changes
* Remove support for Python 3.3.

Enhancements
* New formatting option "--indent_after_first"
* New formatting option "--indent_columns"
* Add UPSERT keyword
* Strip multiple whitespace within parentheses
* Support double slash (//) comments
* Support for Calcite temporal keywords

Bug Fixes
* Fix occasional IndexError
* Fix incorrect splitting of strings containing new lines
* Fix reindent issue for parenthesis
* Fix from( parsing issue
* Fix for get_real_name() to return correct name
* Wrap function params when wrap_after is set
* Fix parsing of "WHEN name" clauses
* Add missing EXPLAIN keyword
* Fix issue with strip_comments causing a syntax error
* Fix formatting on INSERT which caused staircase effect on values
  by fredyw).
* Avoid formatting of psql commands

Internal Changes
* Unify handling of GROUP BY/ORDER BY
* Remove unnecessary compat shim for bytes</content>
</entry>
<entry>
<title>BUILD_DEPENDS+=  -&gt;  TEST_DEPENDS+=</title>
<updated>2018-08-20T22:36:20Z</updated>
<author>
<name>szptvlfn</name>
<email>szptvlfn@pkgsrc.org</email>
</author>
<published>2018-08-20T22:36:20Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=945eaf659d8a7124a322e1b7c868bdf51436f437'/>
<id>urn:sha1:945eaf659d8a7124a322e1b7c868bdf51436f437</id>
<content type='text'>
</content>
</entry>
<entry>
<title>py-sqlparse: update to 0.2.4</title>
<updated>2017-10-08T08:47:55Z</updated>
<author>
<name>adam</name>
<email>adam@pkgsrc.org</email>
</author>
<published>2017-10-08T08:47:55Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=0f89c4010b7611bed14d667c23cb605267e9be4c'/>
<id>urn:sha1:0f89c4010b7611bed14d667c23cb605267e9be4c</id>
<content type='text'>
Release 0.2.4:

Enhancements
* 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).

Bug Fixes
* 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).</content>
</entry>
<entry>
<title>Updated py-sqlparse to 0.2.3.</title>
<updated>2017-03-05T14:34:35Z</updated>
<author>
<name>wiz</name>
<email>wiz@pkgsrc.org</email>
</author>
<published>2017-03-05T14:34:35Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=8aef6b9eb796af1f8133f6eaf05d5ebf0bbcf4f3'/>
<id>urn:sha1:8aef6b9eb796af1f8133f6eaf05d5ebf0bbcf4f3</id>
<content type='text'>
Release 0.2.3 (Mar 02, 2017)
----------------------------

Enhancements

* New command line option "--encoding" (by twang2218, pr317).
* Support CONCURRENTLY keyword (issue322, by rowanseymour).

Bug Fixes

* Fix some edge-cases when parsing invalid SQL statements.
* Fix indentation of LIMIT (by romainr, issue320).
* Fix parsing of INTO keyword (issue324).

Internal Changes

* Several improvements regarding encodings.</content>
</entry>
<entry>
<title>Use "${MV} || ${TRUE}" and "${RM} -f" consistently in post-install targets.</title>
<updated>2017-01-03T13:23:01Z</updated>
<author>
<name>jperkin</name>
<email>jperkin@pkgsrc.org</email>
</author>
<published>2017-01-03T13:23:01Z</published>
<link rel='alternate' type='text/html' href='https://git.osdyson.ru/mirror/pkgsrc/commit/?id=b2c72c7fada41010e5beeed332e23ef2d5e7ff93'/>
<id>urn:sha1:b2c72c7fada41010e5beeed332e23ef2d5e7ff93</id>
<content type='text'>
</content>
</entry>
</feed>
