Accepting request 1067284 from devel:languages:python
- 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/request/show/1067284 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-setuptools-git-versioning?expand=0&rev=3
This commit is contained in:
commit
20c9120b93
@ -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>
|
Tue Nov 8 13:52:04 UTC 2022 - Andreas Schwab <schwab@suse.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-setuptools-git-versioning
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-setuptools-git-versioning
|
Name: python-setuptools-git-versioning
|
||||||
Version: 1.12.1
|
Version: 1.13.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Use git repo data for building a version number according PEP-440
|
Summary: Use git repo data for building a version number according PEP-440
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -47,7 +47,7 @@ BuildRequires: %{python_module coverage}
|
|||||||
BuildRequires: %{python_module packaging}
|
BuildRequires: %{python_module packaging}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module setuptools}
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: %{python_module toml if %python-base < 3.11}
|
BuildRequires: %{python_module toml}
|
||||||
BuildRequires: git-core
|
BuildRequires: git-core
|
||||||
# /SECTION
|
# /SECTION
|
||||||
%python_subpackages
|
%python_subpackages
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:22f7cc28f43a293ecaf8796b9b9e758a9977b57e115df96952f5421b074ff78c
|
|
||||||
size 293900
|
|
3
setuptools-git-versioning-1.13.1.obscpio
Normal file
3
setuptools-git-versioning-1.13.1.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c8a6b53390678d01f8630eeb4b853f74aa9ee92570f706ae0b809a960523c463
|
||||||
|
size 542220
|
3
setuptools-git-versioning-1.13.1.tar.xz
Normal file
3
setuptools-git-versioning-1.13.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:f3b710a3ad63282cc93d77e0b832f03aee7828c3535cb3486c67d73492f269da
|
||||||
|
size 293780
|
4
setuptools-git-versioning.obsinfo
Normal file
4
setuptools-git-versioning.obsinfo
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
name: setuptools-git-versioning
|
||||||
|
version: 1.13.1
|
||||||
|
mtime: 1668347567
|
||||||
|
commit: eea9b28acd19aad4b5d2932e6338e0d1fc23ef41
|
Loading…
Reference in New Issue
Block a user