Releases: duanegoodner/srepkg
Releases · duanegoodner/srepkg
Release list
0.1.9
0.1.8
[0.1.8] - 2024-02-18
Added
- more tests for:
- wheel_modifier
- inner_package_installer
- srepkg_builder
- dist_provider_subprocess
Fixed
Changed
Removed
0.1.7
[0.1.7] - 2024-02-16
Added
Fixed
- README to get clean rendering on PyPI (mismatch from GitHub rendering)
Changed
Removed
0.1.6
Added
- "solo repackage" to keywords in pyproject.toml
- CHANGELOG.md file
- Example package newmath under ./test/demos/newmath/
Fixed
Changed
- README.md: Re-format of top level header
- README.md: Put Docs link closer to top for better visibility
- Docs Example 1 to use newmath for better illustration of dependency-conflict avoidance
- Docs formatting in all sections
Removed
0.1.5
What's New:
- Add Python 3.13 to CI test matrix
- Clarify version support (3.9 - 3.13) in all metadata
0.1.4
What's New:
- Keywords in pyproject.toml
- pyproject.toml includes Documentation url
0.1.3
What's New:
- Automate testing and coverage; report in REAMDE.
0.1.2
What's New
- Add support for Python 3.9 (previously only supported >= 3.10
- README length reduced. Detailed documentation now on https://duanegoodner.github.io/srepkg/
0.1.1
What's New:
- Fix argparse help info to reflect actual srepkg dist save location.
- Update README install instructions to install from PyPI
- Update classifiers, repo-url, and version number in pyproject.toml
0.1.0
First release of srepkg. Also available as srepkg on PyPI.