galaxy-release-util


Namegalaxy-release-util JSON
Version 0.1.10 PyPI version JSON
download
home_pagehttps://github.com/galaxyproject/galaxy-release-util
SummaryUtlity for various tasks around creating Galaxy releases
upload_time2024-05-15 19:31:58
maintainerNone
docs_urlNone
authorGalaxy Project and Community
requires_python>=3.7
licenseAFL
keywords galaxy
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
.. image:: https://badge.fury.io/py/galaxy-release-utils.svg
   :target: https://pypi.org/project/galaxy-release-utils/



Overview
--------

Scripts to create new Galaxy_ releases.

* Code: https://github.com/galaxyproject/galaxy-release-util

.. _Galaxy: http://galaxyproject.org/

Development
-----------

Tests can be executed with `tox`.

Release Checklist
-----------------

* Update HISTORY.rst
* Update version number in setup.cfg
* Run `make dist`
* Tag a new version and create a release from the GitHub interface

History
-------

.. to_doc


-------------------
0.1.10 (15-05-2024)
-------------------
* Update release issue template by @jdavcs in  https://github.com/galaxyproject/galaxy-release-util/pull/16

------------------
0.1.9 (02-05-2024)
------------------
* Fix release script if multiple bug fixes subheadings in changelog by @mvdbeek in https://github.com/galaxyproject/galaxy-release-util/pull/15

------------------
0.1.8 (02-05-2024)
------------------
* Add mypy to CI under python 3.8 by @jdavcs in https://github.com/galaxyproject/galaxy-release-util/pull/11
* Misc. updates  by @jdavcs in https://github.com/galaxyproject/galaxy-release-util/pull/12
* Misc. updates to script generating the release publication issue by @jdavcs in https://github.com/galaxyproject/galaxy-release-util/pull/13
* Fix link to docs on point releases by @jdavcs in https://github.com/galaxyproject/galaxy-release-util/pull/14

------------------
0.1.7 (21-02-2024)
------------------
* Misc. updates to script by @jdavcs in https://github.com/galaxyproject/galaxy-release-util/pull/9

------------------
0.1.6 (14-02-2024)
------------------
* Ignore commit without PR by @mvdbeek in https://github.com/galaxyproject/galaxy-release-util/pull/4
* Rename sections: "new things" > "things" by @jdavcs in https://github.com/galaxyproject/galaxy-release-util/pull/6
* Use semantic headings by @jdavcs in https://github.com/galaxyproject/galaxy-release-util/pull/5
* Ignore empty lines, comments when reading in packages_by_dep_dag.txt file by @jdavcs in https://github.com/galaxyproject/galaxy-release-util/pull/7
* Update release process template to current process by @mvdbeek in https://github.com/galaxyproject/galaxy-release-util/pull/8

------------------
0.1.5 (14-09-2023)
------------------
* Bootstrap history fixes for regenerating existing docs

------------------
0.1.4 (30-06-2023)
------------------
* Skip empty prerelease changelog when parsing changelog

------------------
0.1.3 (28-06-2023)
------------------
* Add step/checkbox on updating db revision identifier
* Bootstrap history fixes

------------------
0.1.2 (12-06-2023)
------------------
* Fix isinstance assertion

------------------
0.1.1 (12-06-2023)
------------------
* Add simplified makefile, development instruction
* Fix project description

------------------
0.1.0 (12-06-2023)
------------------

* Initial import from the Galaxy codebase

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/galaxyproject/galaxy-release-util",
    "name": "galaxy-release-util",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "Galaxy",
    "author": "Galaxy Project and Community",
    "author_email": "galaxy-committers@lists.galaxyproject.org",
    "download_url": "https://files.pythonhosted.org/packages/15/84/04bd597f0825b8b444a496127f5d29ee5e3bbf29ef3697beddcbe1eac7c4/galaxy_release_util-0.1.10.tar.gz",
    "platform": null,
    "description": "\n.. image:: https://badge.fury.io/py/galaxy-release-utils.svg\n   :target: https://pypi.org/project/galaxy-release-utils/\n\n\n\nOverview\n--------\n\nScripts to create new Galaxy_ releases.\n\n* Code: https://github.com/galaxyproject/galaxy-release-util\n\n.. _Galaxy: http://galaxyproject.org/\n\nDevelopment\n-----------\n\nTests can be executed with `tox`.\n\nRelease Checklist\n-----------------\n\n* Update HISTORY.rst\n* Update version number in setup.cfg\n* Run `make dist`\n* Tag a new version and create a release from the GitHub interface\n\nHistory\n-------\n\n.. to_doc\n\n\n-------------------\n0.1.10 (15-05-2024)\n-------------------\n* Update release issue template by @jdavcs in  https://github.com/galaxyproject/galaxy-release-util/pull/16\n\n------------------\n0.1.9 (02-05-2024)\n------------------\n* Fix release script if multiple bug fixes subheadings in changelog by @mvdbeek in https://github.com/galaxyproject/galaxy-release-util/pull/15\n\n------------------\n0.1.8 (02-05-2024)\n------------------\n* Add mypy to CI under python 3.8 by @jdavcs in https://github.com/galaxyproject/galaxy-release-util/pull/11\n* Misc. updates  by @jdavcs in https://github.com/galaxyproject/galaxy-release-util/pull/12\n* Misc. updates to script generating the release publication issue by @jdavcs in https://github.com/galaxyproject/galaxy-release-util/pull/13\n* Fix link to docs on point releases by @jdavcs in https://github.com/galaxyproject/galaxy-release-util/pull/14\n\n------------------\n0.1.7 (21-02-2024)\n------------------\n* Misc. updates to script by @jdavcs in https://github.com/galaxyproject/galaxy-release-util/pull/9\n\n------------------\n0.1.6 (14-02-2024)\n------------------\n* Ignore commit without PR by @mvdbeek in https://github.com/galaxyproject/galaxy-release-util/pull/4\n* Rename sections: \"new things\" > \"things\" by @jdavcs in https://github.com/galaxyproject/galaxy-release-util/pull/6\n* Use semantic headings by @jdavcs in https://github.com/galaxyproject/galaxy-release-util/pull/5\n* Ignore empty lines, comments when reading in packages_by_dep_dag.txt file by @jdavcs in https://github.com/galaxyproject/galaxy-release-util/pull/7\n* Update release process template to current process by @mvdbeek in https://github.com/galaxyproject/galaxy-release-util/pull/8\n\n------------------\n0.1.5 (14-09-2023)\n------------------\n* Bootstrap history fixes for regenerating existing docs\n\n------------------\n0.1.4 (30-06-2023)\n------------------\n* Skip empty prerelease changelog when parsing changelog\n\n------------------\n0.1.3 (28-06-2023)\n------------------\n* Add step/checkbox on updating db revision identifier\n* Bootstrap history fixes\n\n------------------\n0.1.2 (12-06-2023)\n------------------\n* Fix isinstance assertion\n\n------------------\n0.1.1 (12-06-2023)\n------------------\n* Add simplified makefile, development instruction\n* Fix project description\n\n------------------\n0.1.0 (12-06-2023)\n------------------\n\n* Initial import from the Galaxy codebase\n",
    "bugtrack_url": null,
    "license": "AFL",
    "summary": "Utlity for various tasks around creating Galaxy releases",
    "version": "0.1.10",
    "project_urls": {
        "Homepage": "https://github.com/galaxyproject/galaxy-release-util"
    },
    "split_keywords": [
        "galaxy"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "7f3706eef3a88c52663541c98f87122df2dd19e4c894acea231e5bd858b98c95",
                "md5": "3661fb67530ff2b868adc36fe55598be",
                "sha256": "03cf01f3fa5306510ccf77238f976b56f3c51f4bb0f8ced2f02003ddab24bd49"
            },
            "downloads": -1,
            "filename": "galaxy_release_util-0.1.10-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3661fb67530ff2b868adc36fe55598be",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 19793,
            "upload_time": "2024-05-15T19:31:56",
            "upload_time_iso_8601": "2024-05-15T19:31:56.970549Z",
            "url": "https://files.pythonhosted.org/packages/7f/37/06eef3a88c52663541c98f87122df2dd19e4c894acea231e5bd858b98c95/galaxy_release_util-0.1.10-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "158404bd597f0825b8b444a496127f5d29ee5e3bbf29ef3697beddcbe1eac7c4",
                "md5": "b89ec5774206f8bc085e69c63418fb3f",
                "sha256": "92e36c8286b6ef65f850fc25a1c0813de4d498aacebfee2aef264da1971ba3aa"
            },
            "downloads": -1,
            "filename": "galaxy_release_util-0.1.10.tar.gz",
            "has_sig": false,
            "md5_digest": "b89ec5774206f8bc085e69c63418fb3f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 20082,
            "upload_time": "2024-05-15T19:31:58",
            "upload_time_iso_8601": "2024-05-15T19:31:58.224408Z",
            "url": "https://files.pythonhosted.org/packages/15/84/04bd597f0825b8b444a496127f5d29ee5e3bbf29ef3697beddcbe1eac7c4/galaxy_release_util-0.1.10.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-15 19:31:58",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "galaxyproject",
    "github_project": "galaxy-release-util",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "tox": true,
    "lcname": "galaxy-release-util"
}
        
Elapsed time: 0.29397s