release-new


Namerelease-new JSON
Version 0.15.3 PyPI version JSON
download
home_pagehttps://forge.extranet.logilab.fr/open-source/release-new
Summarylogilab's tool to make easy releases on our forge with mercurial
upload_time2023-12-12 10:17:14
maintainer
docs_urlNone
authorLogilab
requires_python
licenseLGPL
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # README

This package eases the creation of new releases for
a python package versioned with mercurial.
It assumes mercurial as vcs and semantic versioning.
Also, the version has to be managed by a variable
`numversion` inside a file `__pkginfo__.py`.

It takes care to :

- update the version in the file `__pkginfo__.py` (required)
- update the changelog
- create a commit with only this changes
- tag the commit.

The new version, `patch`, `minor` or `major`, depends on the option `-r`/`--release`
passed as parameter.
The `auto` option reads the commit message and determines the release type
according to conventional commit.

The primary use case is to have `release-new` inside a tox rules for cubicweb
cubes.

You can use `release-new --preview-changelog` or `release-new -c` to preview the
changelog that will be generated.

It does not:

- release to pypi

The release should be done by the CI, see the `.gitlab-ci.yml`.

It can be installed with `pip install release-new`.

            

Raw data

            {
    "_id": null,
    "home_page": "https://forge.extranet.logilab.fr/open-source/release-new",
    "name": "release-new",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Logilab",
    "author_email": "contact@logilab.fr",
    "download_url": "https://files.pythonhosted.org/packages/68/7a/669d7493c18ebd2a42ed6182d2d4d47021d4cf0aade61d59d5ab178263fc/release-new-0.15.3.tar.gz",
    "platform": null,
    "description": "# README\n\nThis package eases the creation of new releases for\na python package versioned with mercurial.\nIt assumes mercurial as vcs and semantic versioning.\nAlso, the version has to be managed by a variable\n`numversion` inside a file `__pkginfo__.py`.\n\nIt takes care to :\n\n- update the version in the file `__pkginfo__.py` (required)\n- update the changelog\n- create a commit with only this changes\n- tag the commit.\n\nThe new version, `patch`, `minor` or `major`, depends on the option `-r`/`--release`\npassed as parameter.\nThe `auto` option reads the commit message and determines the release type\naccording to conventional commit.\n\nThe primary use case is to have `release-new` inside a tox rules for cubicweb\ncubes.\n\nYou can use `release-new --preview-changelog` or `release-new -c` to preview the\nchangelog that will be generated.\n\nIt does not:\n\n- release to pypi\n\nThe release should be done by the CI, see the `.gitlab-ci.yml`.\n\nIt can be installed with `pip install release-new`.\n",
    "bugtrack_url": null,
    "license": "LGPL",
    "summary": "logilab's tool to make easy releases on our forge with mercurial",
    "version": "0.15.3",
    "project_urls": {
        "Homepage": "https://forge.extranet.logilab.fr/open-source/release-new"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c93ae7e7966cc78398030445789ffe860b37ed41751712b0a1fab7dd2861c10e",
                "md5": "3d4dfe466bf30e3a56a609e0fab70dca",
                "sha256": "436ab4cd1f07b5529369d261258bada245a7f95fca087bf05c760abf1e70ca6a"
            },
            "downloads": -1,
            "filename": "release_new-0.15.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3d4dfe466bf30e3a56a609e0fab70dca",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 9348,
            "upload_time": "2023-12-12T10:17:13",
            "upload_time_iso_8601": "2023-12-12T10:17:13.334370Z",
            "url": "https://files.pythonhosted.org/packages/c9/3a/e7e7966cc78398030445789ffe860b37ed41751712b0a1fab7dd2861c10e/release_new-0.15.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "687a669d7493c18ebd2a42ed6182d2d4d47021d4cf0aade61d59d5ab178263fc",
                "md5": "8ce8e8802351658531e905fff19a8d62",
                "sha256": "74d0e8244c6b5a4ee97af3c66c9b001a9586613a9e9d00ef6b71668ac9e926bd"
            },
            "downloads": -1,
            "filename": "release-new-0.15.3.tar.gz",
            "has_sig": false,
            "md5_digest": "8ce8e8802351658531e905fff19a8d62",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 9293,
            "upload_time": "2023-12-12T10:17:14",
            "upload_time_iso_8601": "2023-12-12T10:17:14.988037Z",
            "url": "https://files.pythonhosted.org/packages/68/7a/669d7493c18ebd2a42ed6182d2d4d47021d4cf0aade61d59d5ab178263fc/release-new-0.15.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-12 10:17:14",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "release-new"
}
        
Elapsed time: 0.16454s