Metadata-Version: 2.1
Name: tag-utils
Version: 0.0.8
Summary: tag_utils is a collection of Pungi compose and Koji tag functions for release-depot.
Home-page: http://github.com/release-depot/tag-utils
Author: Red Hat
Author-email: lon@metamorphism.com
Maintainer: Lon Hohberger
Maintainer-email: lon@metamorphism.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
License-File: LICENSE
License-File: AUTHORS.rst
Requires-Dist: pyyaml
Requires-Dist: koji
Requires-Dist: toolchest (>=0.0.6)
Requires-Dist: koji-wrapper
Provides-Extra: docs
Requires-Dist: sphinx ; extra == 'docs'
Requires-Dist: sphinx-autobuild ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme ; extra == 'docs'
Provides-Extra: test
Requires-Dist: coverage ; extra == 'test'
Requires-Dist: flake8 ; extra == 'test'
Requires-Dist: pytest ; extra == 'test'
Requires-Dist: pytest-datadir ; extra == 'test'
Requires-Dist: tox ; extra == 'test'

=========
tag-utils
=========

.. image:: https://github.com/release-depot/tag-utils/actions/workflows/test.yml/badge.svg
        :target: https://github.com/release-depot/tag-utils/actions/workflows/test.yml

.. image:: https://img.shields.io/pypi/v/tag-utils.svg
        :target: https://pypi.python.org/pypi/tag-utils


tag-utils is a collection of Pungi/Koji tag utilities for release-depot.

Prerequisites
-------------

tag-utils runs on Python 3.


Installing
----------

tag-utils is available on PyPI; it can be installed by running:

  pip install tag_utils

Alternatively, one could simply clone this repository and run:

  python setup.py install

Documentation
-------------

There is none.

Contributing
------------

Please fork and issue pull requests.

License
-------

This project is licensed under the MIT license.
See the [LICENSE](LICENSE) file for details


=======
History
=======
0.0.8 (2020-09-10)
------------------
* Use argparse for tag-over
* Add trunk-update wrapper for tag-over

0.0.7 (2020-03-19)
------------------
* Optimize to avoid double-tagging in tag-over

0.0.6 (2020-01-22)
------------------
* Add Errata support

0.0.5 (2019-12-18)
------------------
* Fix install requirements for PyPI
  
0.0.4 (2019-12-03)
------------------
* Support separate destination tag
* Add "--print" to display packages that would be
  tagged, but without actually performing any tagging

0.0.3 (2019-04-25)
------------------
* Support koji inheritance
* Fixes for tag-delta output

0.0.1 (2019-04-25)
------------------
* First published to github


