Accepting request 1086175 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/1086175
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-setuptools_scm?expand=0&rev=33
This commit is contained in:
Dominique Leuenberger 2023-05-19 09:55:11 +00:00 committed by Git OBS Bridge
commit 82ae998e1f
4 changed files with 27 additions and 6 deletions

View File

@ -1,3 +1,22 @@
-------------------------------------------------------------------
Wed May 10 23:05:26 UTC 2023 - Ben Greiner <code@bnavigator.de>
- Reinstate tomli requirement for Python < 3.11
-------------------------------------------------------------------
Wed May 10 06:24:15 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 7.1.0:
* use tomllib from stdlib
* handle non-ascii in setup.cfg
* implement fallback file finders for archives
* removed coding header in python template
* declared Python 3.11 support
* update .git_archival.txt templates match
* git-describe invocation
* fix handling of .git-archival.txt from tagged
commit
-------------------------------------------------------------------
Fri Apr 21 12:33:55 UTC 2023 - Dirk Müller <dmueller@suse.com>

View File

@ -27,7 +27,7 @@
%{?sle15_python_module_pythons}
Name: python-setuptools_scm%{psuffix}
Version: 7.0.5
Version: 7.1.0
Release: 0
Summary: Python setuptools handler for SCM tags
License: MIT
@ -43,17 +43,19 @@ BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-packaging >= 20.0
Requires: python-setuptools
Requires: python-tomli >= 1.0.0
Requires: python-typing-extensions
%if 0%{?python_version_nodots} < 38
Requires: python-importlib-metadata
%endif
%if 0%{?python_version_nodots} < 311
Requires: python-tomli >= 1
%endif
BuildArch: noarch
%if %{with test}
# Testing requirements
BuildRequires: %{python_module pytest}
BuildRequires: %{python_module setuptools_scm = %{version}}
BuildRequires: %{python_module virtualenv}
BuildRequires: %{python_module virtualenv > 20}
BuildRequires: git-core
BuildRequires: mercurial
%endif

View File

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

BIN
setuptools_scm-7.1.0.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.