Package python3-module-vcversioner: Information

    Source package: python3-module-vcversioner
    Version: 2.16.0.0-alt3
    Build time:  Jul 31, 2021, 10:35 PM
    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.

    List of rpms provided by this srpm:
    python3-module-vcversioner (noarch)

    Maintainer: Grigory Ustinov


      1. python3-module-pytest
      2. python3-module-setuptools
      3. git-core
      4. rpm-build-python3

    Last changed


    July 23, 2021 Grigory Ustinov 2.16.0.0-alt3
    - Drop python2 support.
    July 6, 2021 Grigory Ustinov 2.16.0.0-alt2
    - Fixed FTBFS.
    Feb. 2, 2018 Stanislav Levin 2.16.0.0-alt1.1
    - (NMU) Fix Requires and BuildRequires to python-setuptools