lsst-versions


Namelsst-versions JSON
Version 1.5.0 PyPI version JSON
download
home_pagehttps://github.com/lsst/lsst_versions
SummaryCalculate package versions following LSST code conventions.
upload_time2023-11-29 18:35:10
maintainer
docs_urlNone
authorRubin Observatory Data Management
requires_python>=3.8
license
keywords lsst
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            lsst_versions
=============

This package is used to calculate a version dynamically from a Git repository when it is being built by ``pip``.
It is not needed for EUPS-only packages, and the calculated package version will be ``pip``-compatible and thus differ from that produced by EUPS's ``pkgautoversion``.
It avoids the need to hard-code and continually update a version string.
It assumes the use of LSST DM release and tagging practices.

lsst-versions 1.5.0 2023-11-29
==============================

Package has been verified to work with python 3.12.

lsst-versions 1.4.0 2023-02-08
==============================

New Features
------------

- The calculation of the developer version has been modified.
  Previously alpha releases were constructed from weekly release tags.
  This approach, 26.0.0a20230500, resulted in confusion in PyPI installs once a formal release was made.
  To simplify installations with ``pip`` weekly developer release versions are now of the form 25.2023.500 -- the weekly is encoded in the minor and patchlevel parts of the version and these are now releases derived from the release currently being worked (and not alphas towards the next release).

lsst-versions 1.3.0 2022-07-10
==============================

API Changes
-----------

- Added a new function ``get_lsst_version``.
  This allows to get a version string of a GitHub or metadata directory.

lsst-versions 1.2.0 2022-06-27
==============================

New Features
------------

- Now falls back to looking at ``PKG-INFO`` file if no git version can be determined.
  This allows a source distribution to be built.
- The ``find_lsst_version`` API can now run without any parameters.

lsst-versions 1.1.0 2022-06-14
==============================

New Features
------------

- Added a new ``lsst-version`` command line that can be used to determine the version of a package.
  This command can also be used to create a version file in the package using the configuration found in a ``pyproject.toml`` file. (`DM-35064 <https://jira.lsstcorp.org/browse/DM-35064>`_)


API Changes
-----------

- Renamed the ``find_dev_lsst_version`` function to ``find_lsst_version`` to reflect the fact that it does more than finding developer versions. (`DM-35064 <https://jira.lsstcorp.org/browse/DM-35064>`_)


Miscellaneous Changes of Minor Interest
---------------------------------------

- * Replaced some debug prints with logging.
  * Significantly improved the test coverage. (`DM-35064 <https://jira.lsstcorp.org/browse/DM-35064>`_)


lsst-versions 1.0.0 2022-04-18
==============================

New Features
------------

- Initial release of ``lsst-versions`` package.
  This package can be used as a ``setuptools`` entry point to determine the version of a package from the Git repository. (`DM-32408 <https://jira.lsstcorp.org/browse/DM-32408>`_)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/lsst/lsst_versions",
    "name": "lsst-versions",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": "",
    "keywords": "lsst",
    "author": "Rubin Observatory Data Management",
    "author_email": "dm-admin@lists.lsst.org",
    "download_url": "https://files.pythonhosted.org/packages/06/06/fac2f12514a24e856bc00fa5ac45ecde83bb204a2a26fa430dbbfdadce03/lsst-versions-1.5.0.tar.gz",
    "platform": null,
    "description": "lsst_versions\n=============\n\nThis package is used to calculate a version dynamically from a Git repository when it is being built by ``pip``.\nIt is not needed for EUPS-only packages, and the calculated package version will be ``pip``-compatible and thus differ from that produced by EUPS's ``pkgautoversion``.\nIt avoids the need to hard-code and continually update a version string.\nIt assumes the use of LSST DM release and tagging practices.\n\nlsst-versions 1.5.0 2023-11-29\n==============================\n\nPackage has been verified to work with python 3.12.\n\nlsst-versions 1.4.0 2023-02-08\n==============================\n\nNew Features\n------------\n\n- The calculation of the developer version has been modified.\n  Previously alpha releases were constructed from weekly release tags.\n  This approach, 26.0.0a20230500, resulted in confusion in PyPI installs once a formal release was made.\n  To simplify installations with ``pip`` weekly developer release versions are now of the form 25.2023.500 -- the weekly is encoded in the minor and patchlevel parts of the version and these are now releases derived from the release currently being worked (and not alphas towards the next release).\n\nlsst-versions 1.3.0 2022-07-10\n==============================\n\nAPI Changes\n-----------\n\n- Added a new function ``get_lsst_version``.\n  This allows to get a version string of a GitHub or metadata directory.\n\nlsst-versions 1.2.0 2022-06-27\n==============================\n\nNew Features\n------------\n\n- Now falls back to looking at ``PKG-INFO`` file if no git version can be determined.\n  This allows a source distribution to be built.\n- The ``find_lsst_version`` API can now run without any parameters.\n\nlsst-versions 1.1.0 2022-06-14\n==============================\n\nNew Features\n------------\n\n- Added a new ``lsst-version`` command line that can be used to determine the version of a package.\n  This command can also be used to create a version file in the package using the configuration found in a ``pyproject.toml`` file. (`DM-35064 <https://jira.lsstcorp.org/browse/DM-35064>`_)\n\n\nAPI Changes\n-----------\n\n- Renamed the ``find_dev_lsst_version`` function to ``find_lsst_version`` to reflect the fact that it does more than finding developer versions. (`DM-35064 <https://jira.lsstcorp.org/browse/DM-35064>`_)\n\n\nMiscellaneous Changes of Minor Interest\n---------------------------------------\n\n- * Replaced some debug prints with logging.\n  * Significantly improved the test coverage. (`DM-35064 <https://jira.lsstcorp.org/browse/DM-35064>`_)\n\n\nlsst-versions 1.0.0 2022-04-18\n==============================\n\nNew Features\n------------\n\n- Initial release of ``lsst-versions`` package.\n  This package can be used as a ``setuptools`` entry point to determine the version of a package from the Git repository. (`DM-32408 <https://jira.lsstcorp.org/browse/DM-32408>`_)\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Calculate package versions following LSST code conventions.",
    "version": "1.5.0",
    "project_urls": {
        "Homepage": "https://github.com/lsst/lsst_versions",
        "Issue tracker": "https://github.com/lsst/lsst_versions/issues",
        "Source code": "https://github.com/lsst/lsst_versions"
    },
    "split_keywords": [
        "lsst"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b2cd86aee2e3d41cca33c5df947db75c03c13b0208d4c1ecc9081b5b7a84cd5d",
                "md5": "ad81c5ab7c2f9c39af39a1afd640ce5a",
                "sha256": "d3abad87d32133a7c6da4c9b10e28d23254967443f373919bb79f9a026fbc846"
            },
            "downloads": -1,
            "filename": "lsst_versions-1.5.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "ad81c5ab7c2f9c39af39a1afd640ce5a",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 11128,
            "upload_time": "2023-11-29T18:35:09",
            "upload_time_iso_8601": "2023-11-29T18:35:09.681735Z",
            "url": "https://files.pythonhosted.org/packages/b2/cd/86aee2e3d41cca33c5df947db75c03c13b0208d4c1ecc9081b5b7a84cd5d/lsst_versions-1.5.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0606fac2f12514a24e856bc00fa5ac45ecde83bb204a2a26fa430dbbfdadce03",
                "md5": "0355832c867ecd1110976abc48400aa5",
                "sha256": "e111718a5a13a9552648c71e78edb5a480dbf02d6733ba1424dff7650b491066"
            },
            "downloads": -1,
            "filename": "lsst-versions-1.5.0.tar.gz",
            "has_sig": false,
            "md5_digest": "0355832c867ecd1110976abc48400aa5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 13748,
            "upload_time": "2023-11-29T18:35:10",
            "upload_time_iso_8601": "2023-11-29T18:35:10.815217Z",
            "url": "https://files.pythonhosted.org/packages/06/06/fac2f12514a24e856bc00fa5ac45ecde83bb204a2a26fa430dbbfdadce03/lsst-versions-1.5.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-29 18:35:10",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "lsst",
    "github_project": "lsst_versions",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "lsst-versions"
}
        
Elapsed time: 0.15571s