How to Install and Uninstall python39-versioningit Package on openSuSE Tumbleweed

Last updated: November 08,2024

1. Install "python39-versioningit" package

In this section, we are going to explain the necessary steps to install python39-versioningit on openSuSE Tumbleweed

$ sudo zypper refresh $ sudo zypper install python39-versioningit

2. Uninstall "python39-versioningit" package

Please follow the guidance below to uninstall python39-versioningit on openSuSE Tumbleweed:

$ sudo zypper remove python39-versioningit

3. Information about the python39-versioningit package on openSuSE Tumbleweed

Information for package python39-versioningit:
----------------------------------------------
Repository : openSUSE-Tumbleweed-Oss
Name : python39-versioningit
Version : 2.2.0-1.7
Arch : noarch
Vendor : openSUSE
Installed Size : 214.0 KiB
Installed : No
Status : not installed
Source package : python-versioningit-2.2.0-1.7.src
Upstream URL : https://github.com/jwodder/versioningit
Summary : Versioning It with your Version In Git
Description :
Python Setuptools plugin for automatically determining your package's version
based on your version control repository's tags. Unlike others, it allows easy
customization of the version format and even lets you easily override the
separate functions used for version extraction & calculation.