Package python-module-vcversioner: Information

    Binary package: python-module-vcversioner
    Version: 2.14.0.0-alt2.git20140715.1
    Architecture: noarch
    Build time:  Mar 17, 2016, 05:47 AM in the task #161349
    Source package: python-module-vcversioner
    Report package bug
    License: ISCL
    Summary: Use version control tags to discover version numbers
    Description: 
    Elevator pitch: you can write a setup.py with no version information
    specified, and vcversioner will find a recent, properly-formatted VCS
    tag and extract a version from it.
    
    It's much more convenient to be able to use your version control
    system's tagging mechanism to derive a version number than to have to
    duplicate that information all over the place. I eventually ended up
    copy-pasting the same code into a couple different setup.py files just
    to avoid duplicating version information. But, copy-pasting is dumb and
    unit testing setup.py files is hard. This code got factored out into
    vcversioner.



    Last changed


    March 13, 2016 Ivan Zakharyaschev 2.14.0.0-alt2.git20140715.1
    - (NMU) rebuild with rpm-build-python3-0.1.9
      (for common python3/site-packages/ and auto python3.3-ABI dep when needed)
    Feb. 5, 2016 Sergey Alembekov 2.14.0.0-alt2.git20140715
    - cleanup buildreq
    Feb. 10, 2015 Eugeny A. Rostovtsev 2.14.0.0-alt1.git20140715
    - Initial build for Sisyphus