Hyperfast-python-template

Latest version: v0.16.2

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

Scan your dependencies

Page 1 of 24

0.16.2

Bug Fixes

* fix(env): allow custom virtual environment path in .envrc.jinja ([`38e7466`](https://github.com/entelecheia/hyperfast-python-template/commit/38e7466e247e0988c05e6fcca73bc291de89dc50))

Unknown

* Merge pull request 98 from entelecheia/main ([`fb38126`](https://github.com/entelecheia/hyperfast-python-template/commit/fb381263f176c520e9e50d90b57a0bb1057e289e))

* Merge pull request 97 from entelecheia/release

Release ([`b03f2a4`](https://github.com/entelecheia/hyperfast-python-template/commit/b03f2a4081439f7efc96b6915ee33b2b677bd133))

0.16.1

Bug Fixes

* fix(workflow): streamline release process and update permissions ([`964084d`](https://github.com/entelecheia/hyperfast-python-template/commit/964084d0a960e846d5471e53ab428b6b6506e283))

Chores

* chore(config): update copier config to version .16.0 ([`e2e37ef`](https://github.com/entelecheia/hyperfast-python-template/commit/e2e37efe06189183622f5184d7dfc892034554ad))

* chore(copier): rename .copierignore to .copier/.copierignore ([`08d8c7a`](https://github.com/entelecheia/hyperfast-python-template/commit/08d8c7ad49e12d4371238f529ea74b2f2b37ad6c))

Refactoring

* refactor(workflows): remove redundant environment definition from release job ([`6c8b61b`](https://github.com/entelecheia/hyperfast-python-template/commit/6c8b61bedb4d1b1f08531eff4985cbdf424da4f1))

* refactor(copier): update paths for configuration files ([`c366aff`](https://github.com/entelecheia/hyperfast-python-template/commit/c366affe853ee5a01e36e7ee99be2a0f81915955))

* refactor(copier-template): update paths to use .copier directory for config and ignore files ([`0acc469`](https://github.com/entelecheia/hyperfast-python-template/commit/0acc469c31bf1444443ae872154a65176da17e8c))

* refactor(copier): adjust answers file path to new directory structure ([`2663bf5`](https://github.com/entelecheia/hyperfast-python-template/commit/2663bf54504b5cd6b6889ef23f7d8083dac92595))

Unknown

* Merge pull request 96 from entelecheia/main ([`c860760`](https://github.com/entelecheia/hyperfast-python-template/commit/c8607605ad00b067ba3658513ab77b3858705e1f))

* Merge pull request 95 from entelecheia/release

Release ([`bdae32d`](https://github.com/entelecheia/hyperfast-python-template/commit/bdae32dd84f8f6fd17a47efbb460691fa2ebd0a5))

0.16.0

Bug Fixes

* fix(template): correct variable name from 'version_variable' to 'version_variables' ([`df710ec`](https://github.com/entelecheia/hyperfast-python-template/commit/df710eccc53def6dda884d08c9483a94e57fd3e8))

Chores

* chore(copierignore): add release.yaml to ignore list ([`a0b003e`](https://github.com/entelecheia/hyperfast-python-template/commit/a0b003effe140fa4124cbd74e0a9e4e18ad51362))

* chore(config): update Copier version to v0.15.3 ([`6f33111`](https://github.com/entelecheia/hyperfast-python-template/commit/6f33111f79a1d04a90eda716521f0882842ed8c2))

* chore(config): update commit reference from v0.15.3-11-g8605440 to v0.15.3-13-gf4555e0 ([`6c7ed7e`](https://github.com/entelecheia/hyperfast-python-template/commit/6c7ed7e165d39d979c4482e0680ae44750bc11fe))

* chore(copier-config): update commit version to v0.15.3-11-g8605440 ([`d23f476`](https://github.com/entelecheia/hyperfast-python-template/commit/d23f476e3833030aa1c856d2b1eb4a7116b75a97))

* chore(workflows): update release process configuration ([`5220b29`](https://github.com/entelecheia/hyperfast-python-template/commit/5220b299f3847add3aec83ff9df7f9ce0d7b00d1))

* chore(workflows): remove obsolete GitHub Actions for prerelease and release processes ([`6adaae1`](https://github.com/entelecheia/hyperfast-python-template/commit/6adaae1ea84e0d3b93cd4078bcd29734a58b07ce))

* chore(gitignore): add .venv/ directory to .gitignore ([`24eed80`](https://github.com/entelecheia/hyperfast-python-template/commit/24eed80733231b10af4d5ba6e0344c1b361d26e5))

* chore(gitignore): add temporary and workspace directories to .gitignore ([`fa1c1d3`](https://github.com/entelecheia/hyperfast-python-template/commit/fa1c1d370535261c33619bee1facc7e0ff156dbc))

* chore(workspace): add .gitkeep to workspace ([`209c441`](https://github.com/entelecheia/hyperfast-python-template/commit/209c441297662dcd9ad35dd76a62971bfad236fb))

* chore: update commit message format for python-semantic-release ([`c243503`](https://github.com/entelecheia/hyperfast-python-template/commit/c2435033c9da7adf954c4aad6091110f6e7f17ae))

* chore(release): update publish-action to v9.12.0 ([`56b1bba`](https://github.com/entelecheia/hyperfast-python-template/commit/56b1bba34578950e0fca4787dcf155965959f379))

* chore(dependencies): remove unnecessary semantic release configuration comments ([`83a4a69`](https://github.com/entelecheia/hyperfast-python-template/commit/83a4a69587004ae6466d7a8ec27828cbb7985ea9))

Features

* feat(release): add semantic release workflow for testing ([`a333a7f`](https://github.com/entelecheia/hyperfast-python-template/commit/a333a7f1e5d57cec3df0a76ff016c279d2b19fae))

* feat(workflow): update release workflow with concurrency and permissions ([`dea9727`](https://github.com/entelecheia/hyperfast-python-template/commit/dea97279602c8244cff861276adb7a9c10ed8a07))

* feat(template): add build-system section with poetry configuration , update python-semantic-release to version 9.0.0 , enhance semantic release settings and commit parser options ([`4e92d52`](https://github.com/entelecheia/hyperfast-python-template/commit/4e92d5215e815384b044c1619d321ce1a7f35455))

Unknown

* Merge pull request 94 from entelecheia/main ([`9519c8b`](https://github.com/entelecheia/hyperfast-python-template/commit/9519c8b3bbe73e0cbcb7ba3b09b8cfe9e66de197))

* Merge pull request 93 from entelecheia/entelecheia/issue92 ([`8c69565`](https://github.com/entelecheia/hyperfast-python-template/commit/8c69565a21b2d6c952b9a973f5c09b236ae691aa))

0.15.3

Bug Fixes

* fix(release): remove unnecessary password configuration for PyPI upload, add environment variable for release job ([`e683589`](https://github.com/entelecheia/hyperfast-python-template/commit/e6835898b677cd0a89dd9d8c625ec90e8b84984e))

0.15.2

Bug Fixes

* fix(workflows): add PyPI_API_TOKEN for package publishing ([`0afe660`](https://github.com/entelecheia/hyperfast-python-template/commit/0afe6607fa5d98f657343dde1ac22e54eb55af72))

0.15.1

Bug Fixes

* fix(release): enable build in semantic release workflow ([`2c7ce1d`](https://github.com/entelecheia/hyperfast-python-template/commit/2c7ce1d42e1cbad4da790242b574f7a4e8aaf304))

* fix(release): set up Python environment and install dependencies, add build command for poetry in pyproject.toml ([`948b506`](https://github.com/entelecheia/hyperfast-python-template/commit/948b5065fd1362be61d2378189546ea2baa5cbd7))

Refactoring

* refactor(pyproject): adjust build command to use pip for poetry installation ([`a038f41`](https://github.com/entelecheia/hyperfast-python-template/commit/a038f41b5ab3bd5dc7d453d1c3f83ce4e7e1e103))

Page 1 of 24

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.