Project-runpy

Latest version: v1.1.2

Safety actively analyzes 621173 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 2

1.1.2

Fix

* fix: update pkg classifiers to test new deploy key ([`56d297a`](https://github.com/crccheck/project_runpy/commit/56d297aece14902294e3bc355397e3cf3c35d39d))

1.1.1

Fix

* fix: add ruff_cache to gitignore ([`be4a600`](https://github.com/crccheck/project_runpy/commit/be4a600f7539571b505c4878ada305d4802916bd))

1.1.0

Chore

* chore: Add semantic-release process (23) ([`4908db4`](https://github.com/crccheck/project_runpy/commit/4908db45931ba3d6c2563e9536d309782b68deaf))

Feature

* feat: collapse whitespace in multiline sql (20)

When used in conjunction with the colorizing output, only the first line of the SQL is colored. This is due to the logging filter assuming anything after the first line is a traceback; something to present in without color. Unfortunately, this breaks the intent of the SQL logging.

Linebreaks in SQL logging aren&39;t important. Getting rid of them doesn&39;t hurt readability. In fact, even without the colorization, readability is improved because more lines fit on one screen.

This does not catch all SQL with line breaks... I&39;ll have to update the logic again later if I care. ([`64c3ca9`](https://github.com/crccheck/project_runpy/commit/64c3ca9ed3474ae3dc1b8839902cbe2b448f8f3d))

* feat(ci): add Github Actions instead of TravisCI (18) ([`5e18211`](https://github.com/crccheck/project_runpy/commit/5e18211eb77e76c4b1613a16addacf26b3c0e0e2))

Fix

* fix: Github is stupid ([`94202c0`](https://github.com/crccheck/project_runpy/commit/94202c0dbd7bfc698380b152cd4cf72eaa380748))

Refactor

* refactor: consolidate config in pyproject.toml (22)

and some basic maintenance on lint checking ([`9064e17`](https://github.com/crccheck/project_runpy/commit/9064e17fa4542adbb02720f6c21411ea215196cf))

* refactor: enforce Black lint style in CI and delint (19) ([`d1e475f`](https://github.com/crccheck/project_runpy/commit/d1e475f8e06a49ffc27dbbe23f715da5879ffb53))

Unknown

* add ColorizingNameStreamHandler to color based on logger name (21) ([`4b5113c`](https://github.com/crccheck/project_runpy/commit/4b5113c29fa86c9a3ccac6290533baf24903594f))

1.0.1

Fix

* fix(heidi): fix when there&39;s no sql to format (17)

When no `sql` is passed into the logger, the formatter double fails and throws it&39;s own error. That&39;s no good. This fixes it by making sure there&39;s `sql` to format.

Fixes 16 ([`7301bd2`](https://github.com/crccheck/project_runpy/commit/7301bd23b23351589f87a454b859fbe32d9f40cc))

Unknown

* 1.0.1 ([`4a0d66b`](https://github.com/crccheck/project_runpy/commit/4a0d66bfa88e611ddd8dfc68cc75227d451ca692))

1.0.0

Breaking

* feat: Update to Django v2 and drop Python2 support (15)

BREAKING CHANGE: Django 2&39;s sql logging format is different, so we need to adapt. Python 2 is also dead to me, so dropping support for that. ([`3c0c4f0`](https://github.com/crccheck/project_runpy/commit/3c0c4f030089292ad9886f88187a1ab8ab77a5f3))

Unknown

* 1.0.0 ([`b70c8b4`](https://github.com/crccheck/project_runpy/commit/b70c8b4dc398411a02905ad7c97db388ace9e4fd))

0.4.0

Breaking

* chore: Update Python versions (12)

BREAKING CHANGE: Drops Python 2.6 support, Updates Python 3 support

* Drops Tox in favor of vanilla Travis CI
* Drops Coverage in CI because it needs modernizing ([`e40a1b1`](https://github.com/crccheck/project_runpy/commit/e40a1b1599fb55139a47a95c115daa15dc4a8904))

Chore

* chore: Change publishing to use Flit (13)

Flit is a well-maintained package that removes a lot of the hassle around publishing to PyPI. The current `setup.py` was out of date, and migrating to Flit was easier than updating everything.

https://flit.readthedocs.io/en/latest/index.html ([`4af0ccf`](https://github.com/crccheck/project_runpy/commit/4af0ccf87fcf7c9dbf37670cc529d2f85bf21a71))

Feature

* feat: add local test coverage (14)

I didn&39;t re-enable Coveralls because it looks like they haven&39;t caught up to the new TravisCI build stages config and I&39;m too lazy to figure it out on my own. ([`b62f4cf`](https://github.com/crccheck/project_runpy/commit/b62f4cf7c4facca0e75118e98ab119e1cb42e5ce))

Unknown

* 0.4.0 ([`6d07c5f`](https://github.com/crccheck/project_runpy/commit/6d07c5fd3c8c41c8d52f059fe038f1b09dcc4021))

* Simpler and shorter sql formatting (10)

Get shorter, more consistent output at the expense of computation and some loss of info

Kind of a throwaway PR because this is so old it won&39;t work with Django 2+, but gonna merge anyways to get more testing and to do a test `flit` release ([`f38eea8`](https://github.com/crccheck/project_runpy/commit/f38eea8e6cbc41543a726330a9d32a1e80be1cdb))

* Merge pull request 7 from crccheck/dj17-sql-logging

fix readable sql filter did not work with django 1.7 ([`00850be`](https://github.com/crccheck/project_runpy/commit/00850be1075c38484e5a90fdfd27fd89ec361be8))

* fix readable sql filter did not work with django 1.7 ([`9fe7ec4`](https://github.com/crccheck/project_runpy/commit/9fe7ec4c0ddd3f6711f08bf20608b74fc29130d3))

Page 1 of 2

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.