Hello community,
here is the log from the commit of package python-entrypoints for
openSUSE:Factory checked in at 2017-11-08 15:10:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-entrypoints (Old)
and /work/SRC/openSUSE:Factory/.python-entrypoints.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-entrypoints"
Wed Nov 8 15:10:21 2017 rev:2 rq:538780 version:0.2.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-entrypoints/python-entrypoints.changes
2017-04-14 13:34:38.481506116 +0200
+++
/work/SRC/openSUSE:Factory/.python-entrypoints.new/python-entrypoints.changes
2017-11-08 15:10:37.976954359 +0100
@@ -1,0 +2,9 @@
+Fri Nov 3 05:15:52 UTC 2017 - [email protected]
+
+- specfile:
+ * use pypi source url
+
+- update to version 0.2.3:
+ * Clarify license associated with files
+
+-------------------------------------------------------------------
Old:
----
0.2.2.tar.gz
New:
----
entrypoints-0.2.3.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-entrypoints.spec ++++++
--- /var/tmp/diff_new_pack.Eb4ue8/_old 2017-11-08 15:10:38.560933039 +0100
+++ /var/tmp/diff_new_pack.Eb4ue8/_new 2017-11-08 15:10:38.560933039 +0100
@@ -18,16 +18,16 @@
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-entrypoints
-Version: 0.2.2
+Version: 0.2.3
Release: 0
Summary: Discover and load entry points from installed packages
License: MIT
Group: Development/Languages/Python
Url: https://github.com/takluyver/entrypoints
-Source0:
https://github.com/takluyver/entrypoints/archive/%{version}.tar.gz
-BuildRequires: python-rpm-macros
+Source:
https://files.pythonhosted.org/packages/source/e/entrypoints/entrypoints-%{version}.tar.gz
BuildRequires: %{python_module devel}
BuildRequires: %{python_module pytest}
+BuildRequires: python-rpm-macros
%ifpython2
BuildRequires: python-configparser
Requires: python-configparser
@@ -48,7 +48,7 @@
plugins, or multiple groups if it has different kinds of plugins.
%prep
-%setup0 -q -n entrypoints-%{version}
+%setup -q -n entrypoints-%{version}
%build
# We don't do anything here