Hello community,
here is the log from the commit of package python-setuptools_scm for
openSUSE:Factory checked in at 2020-03-27 00:26:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-setuptools_scm (Old)
and /work/SRC/openSUSE:Factory/.python-setuptools_scm.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-setuptools_scm"
Fri Mar 27 00:26:57 2020 rev:26 rq:786238 version:3.5.0
Changes:
--------
---
/work/SRC/openSUSE:Factory/python-setuptools_scm/python-setuptools_scm.changes
2019-11-04 17:14:05.824754098 +0100
+++
/work/SRC/openSUSE:Factory/.python-setuptools_scm.new.3160/python-setuptools_scm.changes
2020-03-27 00:27:00.788308949 +0100
@@ -1,0 +2,18 @@
+Wed Mar 18 12:04:39 UTC 2020 - [email protected]
+
+- version update to 3.5.0
+ * add ``no-local-version`` local scheme and improve documentation for schemes
+ * fix #403: also sort out resource warnings when dealing with git file
finding
+
+-------------------------------------------------------------------
+Fri Jan 31 10:24:46 UTC 2020 - Marketa Calabkova <[email protected]>
+
+- update to 3.4.3
+ * ensure the git file finder closes file descriptor after reading archive
+ * correctly transfer tag regex in the Configuration constructor
+ * correctly set up the default version scheme for pyproject usage.
+ * add support for projects built under setuptools declarative config
+ * ensure the git file finder closes filedescriptors even when errors happen
+ * clean out env vars from the git hook system to ensure correct function
from within
+
+-------------------------------------------------------------------
Old:
----
setuptools_scm-3.3.3.tar.gz
New:
----
setuptools_scm-3.5.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-setuptools_scm.spec ++++++
--- /var/tmp/diff_new_pack.lBlAnT/_old 2020-03-27 00:27:01.520309320 +0100
+++ /var/tmp/diff_new_pack.lBlAnT/_new 2020-03-27 00:27:01.520309320 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python-setuptools_scm
#
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -26,7 +26,7 @@
%bcond_with test
%endif
Name: python-setuptools_scm%{psuffix}
-Version: 3.3.3
+Version: 3.5.0
Release: 0
Summary: Python setuptools handler for SCM tags
License: MIT
@@ -37,13 +37,17 @@
BuildRequires: fdupes
BuildRequires: python-rpm-macros
Requires: python-setuptools
+Suggests: python-toml
BuildArch: noarch
%if %{with test}
# Testing requirements
BuildRequires: %{python_module pip}
BuildRequires: %{python_module pytest}
+BuildRequires: %{python_module setuptools >= 42}
BuildRequires: %{python_module setuptools_scm = %{version}}
+BuildRequires: %{python_module toml}
BuildRequires: git-core
+BuildRequires: mercurial
%endif
%if 0%{?suse_version} || 0%{?fedora_version} >= 24
Recommends: git-core
@@ -69,7 +73,8 @@
%if %{with test}
%check
-%pytest -k 'not (test_mercurial or hg)'
+# both tests in test_integration.py encounter
https://github.com/pypa/setuptools_scm/issues/386 (at least on Python 2)
+%pytest -k 'not test_integration'
%endif
%if !%{with test}
++++++ setuptools_scm-3.3.3.tar.gz -> setuptools_scm-3.5.0.tar.gz ++++++
++++ 1788 lines of diff (skipped)