| tag | 538b58290a380b058b5a9659caa6a394aef263f3 | |
|---|---|---|
| tagger | Sean B. Palmer <sean@miscoranda.com> | Tue Aug 19 15:03:19 2025 +0100 |
| object | 57912833c7b1b3d032f0abe4fdec0386efac7c4f |
Release 0.0.1-dev8
| commit | 57912833c7b1b3d032f0abe4fdec0386efac7c4f | [log] [tgz] |
|---|---|---|
| author | Sean B. Palmer <sean@miscoranda.com> | Tue Aug 19 15:02:53 2025 +0100 |
| committer | Sean B. Palmer <sean@miscoranda.com> | Tue Aug 19 15:02:53 2025 +0100 |
| tree | f917cb7f955966da219aaaaf1995ac51d63c3e38 | |
| parent | c400bbfd1d2bd7b10fdbbf448bb06128d9f9fdd8 [diff] |
Refer to the repository explicitly when creating a release
This is not an official release of the Apache Software Foundation (ASF).
This is an example test package issued by Tooling at the ASF. It contains no stable user facing functionality. We do not make guarantees about any of the interfaces contained herein, nor the continued existence of this package.
The purpose of this package is to test:
The proposed packaging conventions are:
asf-* prefix scheme for PyPI package names to align with PEP 752asf.* for package interfaces, utilising PEP 420 namespacingsrc/asf/*/ onlysrc/asf/*/ contains an __init__.py0.0.N for versions, starting with 0.0.1N for each released version0.0.(N+1)-devM for non-release main commits-dev1 if using non-release main commit versionsA package having three commits on main, then a release, then two more commits to main, then another release, will for example use the following versions if opting into -devM versions:
0.0.1-dev1 0.0.1-dev2 0.0.1-dev3 0.0.1 0.0.2-dev1 0.0.2-dev2 0.0.2
These packaging conventions are proposed only for ASF Infra and Toolings packages which will be published to PyPI. Other packages, for internal use, may use any packaging conventions. Aligning with these conventions, if adopted, would, however, make it easier to promote internal packages to PyPI.