File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8888 from privex .helpers .setuppy .common import extras_require , reqs
8989 plugin .HAS_SETUPPY_COMMON = True
9090except ImportError :
91- log .debug ('privex.helpers __init__ failed to import "setuppy", not loading setup.py packaging helpers' )
91+ log .debug ('privex.helpers __init__ failed to import "setuppy.common ", not loading packaging helpers' )
9292
9393try :
9494 from privex .helpers .setuppy .commands import BumpCommand , ExtrasCommand
9595 plugin .HAS_SETUPPY_COMMANDS = True
9696except ImportError :
97- log .debug ('privex.helpers __init__ failed to import "setuppy", not loading setup.py packaging helpers' )
97+ log .debug ('privex.helpers __init__ failed to import "setuppy.commands ", not loading packaging helpers' )
9898
9999try :
100100 from privex .helpers .setuppy .bump import bump_version , get_current_ver
101- plugin .HAS_SETUPPY_COMMANDS = True
101+ plugin .HAS_SETUPPY_BUMP = True
102102except ImportError :
103- log .debug ('privex.helpers __init__ failed to import "setuppy", not loading setup.py packaging helpers' )
103+ log .debug ('privex.helpers __init__ failed to import "setuppy.bump ", not loading packaging helpers' )
104104
105105
106106def _setup_logging (level = logging .WARNING ):
@@ -123,7 +123,7 @@ def _setup_logging(level=logging.WARNING):
123123log = _setup_logging ()
124124name = 'helpers'
125125
126- VERSION = '2.3.0 '
126+ VERSION = '2.3.1 '
127127
128128
129129
You can’t perform that action at this time.
0 commit comments