Skip to content

Conversation

@semuadmin
Copy link
Contributor

@semuadmin semuadmin commented Jul 12, 2025

pyspartn Pull Request Template

Description

  1. Make SPARTN decryption (and associated cryptography library dependencies) an optional feature, to avoid a hard dependency on the cryptography library (which may be problematic on some platforms). To install without SPARTN decryption support, use python3 -m pip install pyspartn --no-deps.

Testing

Please test all changes, however trivial, against the supplied pytest suite tests/test_*.py. Please describe any test cases you have amended or added to this suite to maintain >= 90% code coverage.

  • test_stream.py updated

Checklist:

  • I agree to abide by the code of conduct (see CODE_OF_CONDUCT.md).
  • My code follows the style guidelines of this project (see CONTRIBUTING.MD).
  • I have performed a self-review of my own code.
  • (if appropriate) I have cited my public domain SPARTN documentation source(s).
  • I have commented my code, particularly in hard-to-understand areas.
  • I have made corresponding changes to the documentation.
  • (if appropriate) I have added test cases to the tests/test_*.py pytest suite to maintain >= 90% code coverage.
  • I have tested my code against the full tests/test_*.py unittest suite.
  • My changes generate no new warnings.
  • Any dependent changes have been merged and published in downstream modules.
  • I have signed my commits.
  • I understand and acknowledge that the code will be published under a BSD 3-Clause license.

@semuadmin semuadmin requested a review from a team July 12, 2025 07:39
@semuadmin semuadmin self-assigned this Jul 12, 2025
@semuadmin semuadmin added the enhancement New feature or request label Jul 12, 2025
@semuadmin semuadmin added this to the RC 1.0.7 milestone Jul 12, 2025
@semuadmin semuadmin merged commit e9f7980 into main Jul 12, 2025
5 checks passed
@semuadmin semuadmin deleted the RC-1.0.7 branch July 12, 2025 08:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants