qualifier
Build Status
Description:
A simple python project used for updating the qualifier part of the version for python projects.
Expectation:
This project expects setup.py of this format
from setuptools import setup
__QUALIFIER__ = ""
setup(
name="qualifier",
version="1.0.0" + __QUALIFIER__,
...)
On running the command update_qualifier which is provided on installing this project as shell command,
__QUALIFIER__ would be update based the rules.
Rules:
- If the HEAD is tagged and the branch is master then
__QUALIFIER__will not be updated - If the HEAD is not tagged and the branch is master then
__QUALIFIER__will be updated torc<epoch> - If the HEAD is not tagged and the branch is not master then
__QUALIFIER__will be updated to.dev<epoch>
Release files for qualifier 1.6.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| qualifier-1.6.0.tar.gz | 3.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| qualifier-1.6.0-py2.py3-none-any.whl | Python 2, Python 3 | none | any | Details |
Total release size: 7.0 kB
Release files / qualifier-1.6.0.tar.gz
| Download URL | qualifier-1.6.0.tar.gz |
|---|---|
| Size | 3.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
e7e061aa6cc33f13e991bce13541f0a05b8de3bc10c11255b550f0e8acccd103
|
|
BLAKE2b-256 checksum How to use checksums |
df531d813ebfc44d8d707990f2778f2e733acf6dcf39d2482813204160148a40
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.0
|
Release files / qualifier-1.6.0-py2.py3-none-any.whl
| Download URL | qualifier-1.6.0-py2.py3-none-any.whl |
|---|---|
| Size | 3.6 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
9db2a12666b9c7b77f0797851235a39a8f2686c28bef50a1dc49fd78d7412dc3
|
|
BLAKE2b-256 checksum How to use checksums |
4247a05dd67fd39007a56dc0e117e45da98211a360267e2e8ce713d330b7498b
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.0
|