- 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:
Daniel Garcia 2023-02-20 11:42:54 +00:00 committed by Git OBS Bridge
parent ead26b1466
commit 00a9769878
6 changed files with 30 additions and 6 deletions

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Mon Feb 20 11:10:37 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
- 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 <schwab@suse.de>

View File

@ -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

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:22f7cc28f43a293ecaf8796b9b9e758a9977b57e115df96952f5421b074ff78c
size 293900

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c8a6b53390678d01f8630eeb4b853f74aa9ee92570f706ae0b809a960523c463
size 542220

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f3b710a3ad63282cc93d77e0b832f03aee7828c3535cb3486c67d73492f269da
size 293780

View File

@ -0,0 +1,4 @@
name: setuptools-git-versioning
version: 1.13.1
mtime: 1668347567
commit: eea9b28acd19aad4b5d2932e6338e0d1fc23ef41