Hello community,
here is the log from the commit of package python3-MarkupSafe for
openSUSE:Factory checked in at 2016-05-17 17:08:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-MarkupSafe (Old)
and /work/SRC/openSUSE:Factory/.python3-MarkupSafe.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python3-MarkupSafe"
Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-MarkupSafe/python3-MarkupSafe.changes
2014-07-15 16:26:12.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.python3-MarkupSafe.new/python3-MarkupSafe.changes
2016-05-17 17:08:51.000000000 +0200
@@ -1,0 +2,8 @@
+Sun May 8 06:57:24 UTC 2016 - [email protected]
+
+- specfile:
+ * changed to https for source url
+ * updated source url to files.pythonhosted.org
+
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python3-MarkupSafe.spec ++++++
--- /var/tmp/diff_new_pack.H2EDHL/_old 2016-05-17 17:08:52.000000000 +0200
+++ /var/tmp/diff_new_pack.H2EDHL/_new 2016-05-17 17:08:52.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package python3-MarkupSafe
#
-# Copyright (c) 2014 SUSE LINUX Products 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
@@ -23,12 +23,12 @@
Summary: Implements a XML/HTML/XHTML Markup safe string for Python
License: BSD-3-Clause
Group: Development/Languages/Python
-Source:
http://pypi.python.org/packages/source/M/MarkupSafe/MarkupSafe-%{version}.tar.gz
+Source:
https://files.pythonhosted.org/packages/source/M/MarkupSafe/MarkupSafe-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: python3
+BuildRequires: python3-2to3
BuildRequires: python3-devel
BuildRequires: python3-setuptools
-BuildRequires: python3-2to3
%description
Implements a unicode subclass that supports HTML strings. This can be used to