forked from pool/python-setuptools_scm
Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 11c5a64361 | |||
| cd3786dfbb | |||
| 39789e7fae | |||
| 08ac60f86f |
@@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 28 20:47:53 UTC 2025 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- update to 8.2.0:
|
||||||
|
* fix #960: add a ``--force-write-version-files`` flag for the
|
||||||
|
cli
|
||||||
|
* fix #950: ensure to pass encodings to io usage
|
||||||
|
* fix #957 - add subprocess timeout control env var
|
||||||
|
* add sp-repo-review pre-commit hook
|
||||||
|
* fix #1018: allow non-normalized versions for semver
|
||||||
|
* fix #1103: respect GIT_CEILING_DIRECTORIES when trying to
|
||||||
|
find git toplevels
|
||||||
|
* fix #1081: add name normalized pipx entrypoint
|
||||||
|
* fix #1080: clean pdm from PYTHONPATH to protect mercurial
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 14 06:22:51 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- add explicit ca-certificates-mozilla for the testsuite with
|
||||||
|
pip 24.2
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 10 07:55:55 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
Mon Jun 10 07:55:55 UTC 2024 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-setuptools_scm
|
# spec file for package python-setuptools_scm
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
# Copyright (c) 2024 Andreas Stieger <Andreas.Stieger@gmx.de>
|
# Copyright (c) 2024 Andreas Stieger <Andreas.Stieger@gmx.de>
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
@@ -27,7 +27,7 @@
|
|||||||
%endif
|
%endif
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-setuptools_scm%{psuffix}
|
Name: python-setuptools_scm%{psuffix}
|
||||||
Version: 8.1.0
|
Version: 8.2.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python setuptools handler for SCM tags
|
Summary: Python setuptools handler for SCM tags
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -52,6 +52,7 @@ BuildRequires: %{python_module build}
|
|||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module setuptools_scm = %{version}}
|
BuildRequires: %{python_module setuptools_scm = %{version}}
|
||||||
BuildRequires: %{python_module typing-extensions if %python-base < 3.11}
|
BuildRequires: %{python_module typing-extensions if %python-base < 3.11}
|
||||||
|
BuildRequires: ca-certificates-mozilla
|
||||||
BuildRequires: git-core
|
BuildRequires: git-core
|
||||||
BuildRequires: mercurial
|
BuildRequires: mercurial
|
||||||
%endif
|
%endif
|
||||||
|
|||||||
BIN
setuptools_scm-8.1.0.tar.gz
(Stored with Git LFS)
BIN
setuptools_scm-8.1.0.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
setuptools_scm-8.2.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
setuptools_scm-8.2.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Reference in New Issue
Block a user