forked from pool/python-setuptools-git-versioning
- 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
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user