Scargo

Latest version: v3.0.0

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

Scan your dependencies

Page 2 of 4

1.6.5

**Full Changelog**: https://github.com/Spyro-Soft/scargo/compare/release_1.6.4...release_1.6.5

release_1.6.4
What's Changed
* [Issue 299] Profile with custom name incorrectly build by KonradTajstra in https://github.com/Spyro-Soft/scargo/pull/300
* [Issue 297] Missing digiroot.pem file while generating certs fix by KonradTajstra in https://github.com/Spyro-Soft/scargo/pull/301
* [Issue 298] Inconsistent naming of bin files across targets fix by KonradTajstra in https://github.com/Spyro-Soft/scargo/pull/302
* Fix problem with when missing bin_name or lib_name by stanik-spyro in https://github.com/Spyro-Soft/scargo/pull/303
* Speed up it tests by BartBart-pl in https://github.com/Spyro-Soft/scargo/pull/296
* fix - scargo can't support coann private repository in pieplie by stanik-spyro in https://github.com/Spyro-Soft/scargo/pull/305
* Update version to 1.6.3 for release by BartBart-pl in https://github.com/Spyro-Soft/scargo/pull/308
* Update version to 1.6.3 for release by KonradTajstra in https://github.com/Spyro-Soft/scargo/pull/306
* Change folders structure for lib by KonradTajstra in https://github.com/Spyro-Soft/scargo/pull/309
* Fix gcc flags for ESP32 bin target by KonradTajstra in https://github.com/Spyro-Soft/scargo/pull/312
* Removing xdist from it tests by BartBart-pl in https://github.com/Spyro-Soft/scargo/pull/313
* Update version for release 1.6.3 by KonradTajstra in https://github.com/Spyro-Soft/scargo/pull/311
* Fix C++ version for ESP32 by KonradTajstra in https://github.com/Spyro-Soft/scargo/pull/315
* Move conan profiles to config by KonradTajstra in https://github.com/Spyro-Soft/scargo/pull/316
* Update generated readme with devcontainer findings, better scargo description, and recomended directory structure by stanik-spyro in https://github.com/Spyro-Soft/scargo/pull/319
* Move source step to scargo build and publish by KonradTajstra in https://github.com/Spyro-Soft/scargo/pull/318
* Added xdist to requirements, added flit build to CI workflow, added c… by BartBart-pl in https://github.com/Spyro-Soft/scargo/pull/320
* Instantiate lib object in test_package/example.cpp for lib projects by KonradTajstra in https://github.com/Spyro-Soft/scargo/pull/322
* An scargo by aniedzwieck in https://github.com/Spyro-Soft/scargo/pull/271
* Update version 1.6.4 by KonradTajstra in https://github.com/Spyro-Soft/scargo/pull/323
* Removed gerkin-reporter from pytest call + pytest-bdd lib from requir… by BartBart-pl in https://github.com/Spyro-Soft/scargo/pull/325
* Fixing merge problems by BartBart-pl in https://github.com/Spyro-Soft/scargo/pull/329

1.6.4

New Contributors
* BartBart-pl made their first contribution in https://github.com/Spyro-Soft/scargo/pull/296
* aniedzwieck made their first contribution in https://github.com/Spyro-Soft/scargo/pull/271

**Full Changelog**: https://github.com/Spyro-Soft/scargo/compare/release_1.6.3...release_1.6.4

release_1.6.3
What's Changed

1.6.3

**Full Changelog**: https://github.com/Spyro-Soft/scargo/compare/release_1.6.2...release_1.6.3

release_1.6.2
What's Changed
* Remove BaltimoreCyberTrustRoot cert from cert gen by KonradTajstra in https://github.com/Spyro-Soft/scargo/pull/284
* Correct publishing and generation of libs by KonradTajstra in https://github.com/Spyro-Soft/scargo/pull/279
* Handle non standard profiles by KonradTajstra in https://github.com/Spyro-Soft/scargo/pull/288
* Update source code templates for .devcontainers with more default values by stanik-spyro in https://github.com/Spyro-Soft/scargo/pull/292
* Fix - compilation flags for esp32 in conan profile didn't work properly by stanik-spyro in https://github.com/Spyro-Soft/scargo/pull/293
* Update version for release 1.6.2 by KonradTajstra in https://github.com/Spyro-Soft/scargo/pull/294

1.6.2

New Contributors
* stanik-spyro made their first contribution in https://github.com/Spyro-Soft/scargo/pull/292

**Full Changelog**: https://github.com/Spyro-Soft/scargo/compare/release_1.6.1...release_1.6.2

release_1.6.1
What's Changed
* docker compose v2 support by aaksenczuk in https://github.com/Spyro-Soft/scargo/pull/272
* docker_utils fixes for docker workspace path and for base-dir arg by czeslaw-spyro in https://github.com/Spyro-Soft/scargo/pull/274
* add conan profiles for different platforms by bartoszkad in https://github.com/Spyro-Soft/scargo/pull/268
* Update version for release 1.6.1 by KonradTajstra in https://github.com/Spyro-Soft/scargo/pull/278

1.6.1

New Contributors
* czeslaw-spyro made their first contribution in https://github.com/Spyro-Soft/scargo/pull/274
* bartoszkad made their first contribution in https://github.com/Spyro-Soft/scargo/pull/268

**Full Changelog**: https://github.com/Spyro-Soft/scargo/compare/release_1.6.0...release_1.6.1

release_1.6.0
What's Changed
* clang tidy error fix by pmarsz in https://github.com/Spyro-Soft/scargo/pull/246
* Fix mock generation for classes by jze-spyro in https://github.com/Spyro-Soft/scargo/pull/250
* Uncomment a needed line in unit test template by jze-spyro in https://github.com/Spyro-Soft/scargo/pull/251
* Fix binary file name in debug and flash by jze-spyro in https://github.com/Spyro-Soft/scargo/pull/249
* Remove misleading and unneeded docker error messages by jze-spyro in https://github.com/Spyro-Soft/scargo/pull/252
* Fix debug for esp32 by jze-spyro in https://github.com/Spyro-Soft/scargo/pull/253
* Add --detailed-coverage option to scargo test by jze-spyro in https://github.com/Spyro-Soft/scargo/pull/254
* Replace large unreadable gifs with easy to read animated svg by jze-spyro in https://github.com/Spyro-Soft/scargo/pull/257
* Fix scargo debug for x86 by jze-spyro in https://github.com/Spyro-Soft/scargo/pull/256
* Bump version to 1.6.0 by jze-spyro in https://github.com/Spyro-Soft/scargo/pull/258

1.6.0

**Full Changelog**: https://github.com/Spyro-Soft/scargo/compare/release_1.5.0...release_1.6.0

release_1.5.0
What's Changed
* FIX certification generator by pmarsz in https://github.com/Spyro-Soft/scargo/pull/238
* Check failure when downloading certs by KonradTajstra in https://github.com/Spyro-Soft/scargo/pull/244
* Bump version to 1.5.0 by rap-spyro in https://github.com/Spyro-Soft/scargo/pull/247

Page 2 of 4

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.