Skip to content

Releases: gershnik/repopulator

1.3

04 Oct 07:47
Compare
Choose a tag to compare

Fixed

  • Incorrect file paths in APT repos.

1.2

10 Sep 17:36
Compare
Choose a tag to compare
1.2

Changed

  • Updated dependencies. Notably cryptography dependency is now ~=43.0.1

1.1

23 Jun 15:00
Compare
Choose a tag to compare
1.1

Added

  • Command-line interface. Invoke with repopulator (or python3 -m repopulator)

Changed

  • AptRepo.add_distribution informational fields arguments are now optional rather than required.

1.0

08 Jun 07:06
Compare
Choose a tag to compare
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

06 Jun 02:13
Compare
Choose a tag to compare
0.7

Changed

  • First beta version

0.6

05 Jun 20:57
Compare
Choose a tag to compare
0.6

Added

  • Documentation for all of public API

Changed

  • Naming convention changed to conform to PEP standards

0.5

05 Jun 09:06
Compare
Choose a tag to compare
0.5

Fixed

  • Broken APT Package.gz generation

0.4

04 Jun 18:12
Compare
Choose a tag to compare
0.4

Added

  • Alpine apk repositories are now supported

0.3

03 Jun 06:47
Compare
Choose a tag to compare
0.3

Added

  • Pacman repositories are now supported

0.2

02 Jun 01:57
Compare
Choose a tag to compare
0.2

Initial version