Skip to content

Releases: robdennis/ship_it

Configure Installation Directory

03 Oct 20:40
Compare
Choose a tag to compare
0.10.0

added ability to configure the installation directory (#21)

added epoch support

03 Oct 20:38
Compare
Choose a tag to compare
0.9.0

added epoch support

quality-of-life changes

20 Dec 03:32
Compare
Choose a tag to compare
  • can read version number from setup.py if not present in manifest (was required in manifest)
  • can set user/group that will be used for rpm files (was always a user with the same name as the virtualenv you're created)

option to upgrade the wheel

19 Nov 00:59
Compare
Choose a tag to compare

overwrite rpms when invoking fpm

30 Jul 16:04
Compare
Choose a tag to compare

fpm has a -f command that won't bomb out if an fpm is there already, and instead overwrite it. We now set that flag.

either install or copy the python packaging into the rpm/dev

20 Jul 03:05
Compare
Choose a tag to compare

this was accidentally overlooked in the first release.