Hello community,
here is the log from the commit of package python3-setuptools_scm for
openSUSE:Factory checked in at 2016-04-22 16:25:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-setuptools_scm (Old)
and /work/SRC/openSUSE:Factory/.python3-setuptools_scm.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python3-setuptools_scm"
Changes:
--------
---
/work/SRC/openSUSE:Factory/python3-setuptools_scm/python3-setuptools_scm.changes
2015-12-14 10:15:28.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.python3-setuptools_scm.new/python3-setuptools_scm.changes
2016-04-22 16:25:31.000000000 +0200
@@ -1,0 +2,15 @@
+Fri Apr 8 06:05:04 UTC 2016 - [email protected]
+
+- specfile:
+ * tar.bz2 -> tar.gz
+
+- update to version 1.11.0:
+ * always run tag_to_version so in order to handle prefixes on old
+ setuptools (thanks to Brian May)
+ * drop support for python 3.2
+ * extend the error message on missing scm metadata (thanks Markus
+ Unterwaditzer)
+ * fix bug when using callable version_scheme (thanks Esben
+ Haabendal)
+
+-------------------------------------------------------------------
Old:
----
setuptools_scm-1.10.1.tar.bz2
New:
----
setuptools_scm-1.11.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python3-setuptools_scm.spec ++++++
--- /var/tmp/diff_new_pack.TLCmD2/_old 2016-04-22 16:25:32.000000000 +0200
+++ /var/tmp/diff_new_pack.TLCmD2/_new 2016-04-22 16:25:32.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python3-setuptools_scm
#
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
Name: python3-setuptools_scm
-Version: 1.10.1
+Version: 1.11.0
Release: 0
-Summary: the blessed package to manage your versions by scm tags
+Summary: The blessed package to manage your versions by scm tags
License: MIT
Group: Development/Languages/Python
Url: https://github.com/pypa/setuptools_scm
-Source0:
https://pypi.python.org/packages/source/s/setuptools_scm/setuptools_scm-%{version}.tar.bz2
+Source0:
https://pypi.python.org/packages/source/s/setuptools_scm/setuptools_scm-%{version}.tar.gz
BuildRequires: python3-devel
BuildRequires: python3-setuptools
# Testing requirements
@@ -37,7 +37,9 @@
BuildArch: noarch
%description
-the blessed package to manage your versions by scm tags
+Setuptools_scm handles managing your python package versions in scm metadata
instead of declaring them as the version argument or in a scm managed file.
+
+It also handles file finders for the supported scm’s.
%prep
%setup -q -n setuptools_scm-%{version}