forked from pool/python-setuptools_scm
- 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 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools_scm?expand=0&rev=72
This commit is contained in:
@@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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>
|
Fri Apr 21 12:33:55 UTC 2023 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@@ -27,7 +27,7 @@
|
|||||||
|
|
||||||
%{?sle15_python_module_pythons}
|
%{?sle15_python_module_pythons}
|
||||||
Name: python-setuptools_scm%{psuffix}
|
Name: python-setuptools_scm%{psuffix}
|
||||||
Version: 7.0.5
|
Version: 7.1.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Python setuptools handler for SCM tags
|
Summary: Python setuptools handler for SCM tags
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -43,7 +43,6 @@ BuildRequires: fdupes
|
|||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-packaging >= 20.0
|
Requires: python-packaging >= 20.0
|
||||||
Requires: python-setuptools
|
Requires: python-setuptools
|
||||||
Requires: python-tomli >= 1.0.0
|
|
||||||
Requires: python-typing-extensions
|
Requires: python-typing-extensions
|
||||||
%if 0%{?python_version_nodots} < 38
|
%if 0%{?python_version_nodots} < 38
|
||||||
Requires: python-importlib-metadata
|
Requires: python-importlib-metadata
|
||||||
@@ -53,7 +52,7 @@ BuildArch: noarch
|
|||||||
# Testing requirements
|
# Testing requirements
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
BuildRequires: %{python_module setuptools_scm = %{version}}
|
BuildRequires: %{python_module setuptools_scm = %{version}}
|
||||||
BuildRequires: %{python_module virtualenv}
|
BuildRequires: %{python_module virtualenv > 20}
|
||||||
BuildRequires: git-core
|
BuildRequires: git-core
|
||||||
BuildRequires: mercurial
|
BuildRequires: mercurial
|
||||||
%endif
|
%endif
|
||||||
|
@@ -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
BIN
setuptools_scm-7.1.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
Reference in New Issue
Block a user