From 00a9769878a3eabe3bd526ecdb7c0f26e2dde0167930d0cad179693f1e3cc458 Mon Sep 17 00:00:00 2001 From: Daniel Garcia Date: Mon, 20 Feb 2023 11:42:54 +0000 Subject: [PATCH] - Updater to 1.13.1 * Build and publish sdist package again * Allow to install package from .tar.gz without --no-build-isolation flag * Get rid of deprecated package dependency * Publish development releases to Test PyPI * Use pypa/gh-action-pypi-publish Github action to publish releases to PyPI * Remove local part of version because it is not allowed in PyPI - Update to 1.13.0 * Make all internal functions private * Add tag_filter option. Special thanks to @vortechs2000 * For Python 3.11 use built-in tomllib instead of toml package * Add documentation about fetching package version in runtime * Add description for some functions OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools-git-versioning?expand=0&rev=5 --- python-setuptools-git-versioning.changes | 17 +++++++++++++++++ python-setuptools-git-versioning.spec | 6 +++--- setuptools-git-versioning-1.12.1.tar.xz | 3 --- setuptools-git-versioning-1.13.1.obscpio | 3 +++ setuptools-git-versioning-1.13.1.tar.xz | 3 +++ setuptools-git-versioning.obsinfo | 4 ++++ 6 files changed, 30 insertions(+), 6 deletions(-) delete mode 100644 setuptools-git-versioning-1.12.1.tar.xz create mode 100644 setuptools-git-versioning-1.13.1.obscpio create mode 100644 setuptools-git-versioning-1.13.1.tar.xz create mode 100644 setuptools-git-versioning.obsinfo diff --git a/python-setuptools-git-versioning.changes b/python-setuptools-git-versioning.changes index 5c0c4d5..8c69ccb 100644 --- a/python-setuptools-git-versioning.changes +++ b/python-setuptools-git-versioning.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Mon Feb 20 11:10:37 UTC 2023 - Daniel Garcia + +- Updater to 1.13.1 + * Build and publish sdist package again + * Allow to install package from .tar.gz without --no-build-isolation flag + * Get rid of deprecated package dependency + * Publish development releases to Test PyPI + * Use pypa/gh-action-pypi-publish Github action to publish releases to PyPI + * Remove local part of version because it is not allowed in PyPI +- Update to 1.13.0 + * Make all internal functions private + * Add tag_filter option. Special thanks to @vortechs2000 + * For Python 3.11 use built-in tomllib instead of toml package + * Add documentation about fetching package version in runtime + * Add description for some functions + ------------------------------------------------------------------- Tue Nov 8 13:52:04 UTC 2022 - Andreas Schwab diff --git a/python-setuptools-git-versioning.spec b/python-setuptools-git-versioning.spec index 25b0d8a..d14634f 100644 --- a/python-setuptools-git-versioning.spec +++ b/python-setuptools-git-versioning.spec @@ -1,7 +1,7 @@ # # spec file for package python-setuptools-git-versioning # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: python-setuptools-git-versioning -Version: 1.12.1 +Version: 1.13.1 Release: 0 Summary: Use git repo data for building a version number according PEP-440 License: MIT @@ -47,7 +47,7 @@ BuildRequires: %{python_module coverage} BuildRequires: %{python_module packaging} BuildRequires: %{python_module pytest} BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module toml if %python-base < 3.11} +BuildRequires: %{python_module toml} BuildRequires: git-core # /SECTION %python_subpackages diff --git a/setuptools-git-versioning-1.12.1.tar.xz b/setuptools-git-versioning-1.12.1.tar.xz deleted file mode 100644 index cc55d72..0000000 --- a/setuptools-git-versioning-1.12.1.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:22f7cc28f43a293ecaf8796b9b9e758a9977b57e115df96952f5421b074ff78c -size 293900 diff --git a/setuptools-git-versioning-1.13.1.obscpio b/setuptools-git-versioning-1.13.1.obscpio new file mode 100644 index 0000000..adeca2a --- /dev/null +++ b/setuptools-git-versioning-1.13.1.obscpio @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8a6b53390678d01f8630eeb4b853f74aa9ee92570f706ae0b809a960523c463 +size 542220 diff --git a/setuptools-git-versioning-1.13.1.tar.xz b/setuptools-git-versioning-1.13.1.tar.xz new file mode 100644 index 0000000..f9806e4 --- /dev/null +++ b/setuptools-git-versioning-1.13.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3b710a3ad63282cc93d77e0b832f03aee7828c3535cb3486c67d73492f269da +size 293780 diff --git a/setuptools-git-versioning.obsinfo b/setuptools-git-versioning.obsinfo new file mode 100644 index 0000000..9099ae1 --- /dev/null +++ b/setuptools-git-versioning.obsinfo @@ -0,0 +1,4 @@ +name: setuptools-git-versioning +version: 1.13.1 +mtime: 1668347567 +commit: eea9b28acd19aad4b5d2932e6338e0d1fc23ef41