Hello community,
here is the log from the commit of package python3-http-parser for
openSUSE:Factory checked in at 2017-03-02 19:41:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3-http-parser (Old)
and /work/SRC/openSUSE:Factory/.python3-http-parser.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python3-http-parser"
Thu Mar 2 19:41:53 2017 rev:6 rq:461203 version:0.8.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/python3-http-parser/python3-http-parser.changes
2016-05-25 21:24:22.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.python3-http-parser.new/python3-http-parser.changes
2017-03-02 19:41:54.328836319 +0100
@@ -1,0 +2,5 @@
+Wed Mar 1 00:35:59 UTC 2017 - [email protected]
+
+- Change python3-distribute BuildRequires to python3-setuptools
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python3-http-parser.spec ++++++
--- /var/tmp/diff_new_pack.MLpwXH/_old 2017-03-02 19:41:54.848762750 +0100
+++ /var/tmp/diff_new_pack.MLpwXH/_new 2017-03-02 19:41:54.848762750 +0100
@@ -1,7 +1,7 @@
#
# spec file for package python3-http-parser
#
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -28,7 +28,7 @@
BuildRequires: python3 >= 3.2
BuildRequires: python3-devel
Requires: python3 >= 3.2
-BuildRequires: python3-distribute
+BuildRequires: python3-setuptools
%description
HTTP request/response parser for Python in C under MIT License, based on