Commit Graph

6 Commits

Author SHA1 Message Date
Tony Breeds 2d447598e2 Move CLI code into it's own module
This makes pypkg2mod more like a conventional library/module by moving
the cli code into it's own module.  Making room for additional command
line interfaces

Change-Id: If15b85ac3230adf9cf2bc8a9c1c7a9ac9f31eda9
2022-08-29 13:59:43 -07:00
Dirk Mueller 037724dd88 Switch away from deprecated distribution lookup
Python 3.8 removed the linux_distribution support, we need
to switch to the distro package.

To pass testing, we need to update to a newer flake8 version.
Also update setuptools annotation since Python 2.x support
has been dropped.

Change-Id: I40768af80ff376866b1070026a93fd3f4bb1c2e4
2020-03-23 12:37:13 +01:00
OpenStack Proposal Bot 2c69e16115 Updated from global requirements
Change-Id: I0cf2913b938da658c4e3c2570f6e318a4447e75e
2017-04-12 04:20:39 +00:00
OpenStack Proposal Bot 78503e5a9d Updated from global requirements
Change-Id: Ie3d33a1a5ee2052933ac8afc06a9dcd5bb0af8a0
2017-03-02 05:05:45 +00:00
OpenStack Proposal Bot 9c12e777eb Updated from global requirements
Change-Id: I32c243388b9f5f8069915cdac17566539158f2bc
2016-11-09 04:23:18 +00:00
Thomas Bechtold 722956693a Switch to pbr for building pymod2pkg
This is in line with other OpenStack projects.

Change-Id: I22d5d19df2261c9f9b48c495b52a78f2eee58206
2016-06-06 15:12:16 +02:00