Releases: gershnik/repopulator
Releases · gershnik/repopulator
1.3
1.2
Changed
- Updated dependencies. Notably
cryptography
dependency is now ~=43.0.1
1.1
Added
- Command-line interface. Invoke with
repopulator
(orpython3 -m repopulator
)
Changed
- AptRepo.add_distribution informational fields arguments are now optional rather than required.
1.0
The API is now stable. Semantic versioning rules will apply to all further changes.
Added
- CRUD for all repo-related objects
Fixed
- PgpSigner now respects home directory parameter
0.7
Changed
- First beta version
0.6
Added
- Documentation for all of public API
Changed
- Naming convention changed to conform to PEP standards
0.5
Fixed
- Broken APT Package.gz generation
0.4
Added
- Alpine apk repositories are now supported
0.3
Added
- Pacman repositories are now supported
0.2
Initial version