Skip to content
Tags give the ability to mark specific points in history as being important
  • v0.2.0
    7e4f3d20 · Bump version to 0.2.0 ·
    neaty v0.2.0 -
    
    Overview of changes:
    
     *  Dropped deprecated Debuggable base object
    
     *  Updated CI and packaging with newest gladness, MKit and vdk-pylib
  • v0.1.4
    6e9e8386 · Bump version to 0.1.4 ·
    neaty v0.1.4 -
    
    Overview of changes:
    
     *  Updated mkit.ini for vdk-0.0.38 with MKit 0.1.2
  • v0.1.3
    52283d54 · Bump version to 0.1.3 ·
    neaty v0.1.3 -
    
    Overview of changes:
    
     *  Removed unnecessary and failing assert
    
     *  Removed unnecessary shebang
  • v0.1.2
    90ca604a · Bump version to 0.1.2 ·
    neaty v0.1.2 -
    
    Overview of changes:
    
     *  Added description macro (just tagline)
    
     *  Clarified configuration variables
  • v0.1.1
    95a30a9d · Bump version to 0.1.1 ·
    neaty v0.1.1 -
    
    Overview of changes:
    
     *  Marked package as typed with py.typed
  • v0.1.0
    c589321c · Bump version to 0.1.0 ·
    neaty v0.1.0 -
    
    Overview of changes:
    
     *  Added docstrings for most of the public API
    
     *  Revamped package and basic API structure
    
     *  Minor cleanups
  • v0.0.18
    1d7fa44f · Bump version to 0.0.18 ·
    neaty v0.0.18 -
    
    Overview of changes:
    
     *  Added basic typing as suggested by mypy
            src/neaty/log.py
    
     *  Fixed __all__ declarations
    
     *  Made code Python 3 only
    
     *  Updated mkit.ini syntax version marker
  • v0.0.17
    75d5ac10 · Bump version to 0.0.17 ·
    neaty v0.0.17 -
    
    Overview of changes:
    
     *  Replaced embedded packaging with vdk-pylib
    
        Among other things, this DROPS Python 2 on the packaging side.
    
     *  Added simple testing script
  • v0.0.16
    5683e2e4 · Bump version to 0.0.16 ·
    neaty v0.0.16 -
    
    Overview of changes:
    
     *  Added support for RHEL versions after RHEL-8
  • v0.0.15
    9ec82679 · Bump version to 0.0.15 ·
    neaty v0.0.15 -
    
    Overview of changes:
    
     *  Updated packaging to latest standard
    
     *  Got rid of PlayKIT
  • v0.0.14
    a05c903b · Bump version to 0.0.14 ·
    neaty v0.0.14 -
    
    Overview of changes:
    
     *  Updated MKit to v0.0.53
  • v0.0.13
    f48ab9cc · Bump version to 0.0.13 ·
    neaty v0.0.13 -
    
    Overview of changes:
    
     *  Added missing make dependency (debian)
  • v0.0.12
    7dcef90a · Bump version to 0.0.12 ·
    neaty v0.0.12 -
    
    Overview of changes:
    
     *  Added missing make dependency
  • v0.0.11
    5b5114f4 · Bump version to 0.0.11 ·
    neaty v0.0.11 -
    
    Overview of changes:
    
     *  Fixed incorrect macro used for %description
    
     *  Added building rules for CentOS
  • v0.0.10
    ecd3fac3 · Bump version to 0.0.10 ·
    neaty v0.0.10 -
    
    Overview of changes:
    
     *  Enabled hacky but working debian python3 packaging chassis
    
     *  Cleaned up old PYVER* and PYSITE* mkit.ini macros
    
     *  Added python.yaml gladness pipeline
  • v0.0.9
    3b7317c5 · Bump version to 0.0.9 ·
    neaty v0.0.9 -
    
    Overview of changes:
    
     *  Enabled building of *both* python2 and python3 on RHEL-7
  • v0.0.8
    bcaabcdb · Bump version to 0.0.8 ·
    neaty v0.0.8 -
    
    Overview of changes:
    
     *  Fixed messages not being converted to string before string ops
    
     *  Updated URL after migrating from pagure.io
  • v0.0.7
    2f74a20e · Bump version to 0.0.7 ·
    neaty v0.0.7 -
    
    Overview of changes:
    
     *  Made NEATY=color react to tty-ness (like pretty.sh)
    
        Color can be forced by NEATY=forcecolor.
    
        Note that this means `neaty.log.ltype` no longer reflect the NEATY
        envvar but actually selected logger type, ie. on NEATY=color it can
        be `color` or `plain` and on NEATY=forcecolor it will be `color`.
  • v0.0.6
    00db6616 · Bump version to 0.0.6 ·
    neaty v0.0.6 -
    
    Overview of changes:
    
     *  Added neaty.log.ltype to expose selected logger type (NEATY)
  • v0.0.5
    9cefc42b · Bump version to 0.0.5 ·
    neaty v0.0.5 -
    
    Overview of changes:
    
     *  Added forgotten setup.py template for build_pystuff