commit python3-http-parser for openSUSE:Factory

2017-03-02 Thread root
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.0 +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 - toddrme2...@gmail.com
+
+- 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




commit python3-http-parser for openSUSE:Factory

2016-05-25 Thread h_root
Hello community,

here is the log from the commit of package python3-http-parser for 
openSUSE:Factory checked in at 2016-05-25 21:24:18

Comparing /work/SRC/openSUSE:Factory/python3-http-parser (Old)
 and  /work/SRC/openSUSE:Factory/.python3-http-parser.new (New)


Package is "python3-http-parser"

Changes:

--- /work/SRC/openSUSE:Factory/python3-http-parser/python3-http-parser.changes  
2015-02-16 21:14:46.0 +0100
+++ 
/work/SRC/openSUSE:Factory/.python3-http-parser.new/python3-http-parser.changes 
2016-05-25 21:24:22.0 +0200
@@ -1,0 +2,8 @@
+Sun May  8 07:02:01 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * changed to https for source url
+  * updated source url to files.pythonhosted.org
+
+
+---



Other differences:
--
++ python3-http-parser.spec ++
--- /var/tmp/diff_new_pack.zA960j/_old  2016-05-25 21:24:23.0 +0200
+++ /var/tmp/diff_new_pack.zA960j/_new  2016-05-25 21:24:23.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-http-parser
 #
-# 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
@@ -23,7 +23,7 @@
 Summary:HTTP Request/Response Parser for Python in C
 License:MIT
 Group:  Development/Languages/Python
-Source: 
http://pypi.python.org/packages/source/h/http-parser/http-parser-%{version}.tar.gz
+Source: 
https://files.pythonhosted.org/packages/source/h/http-parser/http-parser-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python3 >= 3.2
 BuildRequires:  python3-devel




commit python3-http-parser for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package python3-http-parser for 
openSUSE:Factory checked in at 2015-02-16 21:14:45

Comparing /work/SRC/openSUSE:Factory/python3-http-parser (Old)
 and  /work/SRC/openSUSE:Factory/.python3-http-parser.new (New)


Package is python3-http-parser

Changes:

--- /work/SRC/openSUSE:Factory/python3-http-parser/python3-http-parser.changes  
2013-06-21 19:01:47.0 +0200
+++ 
/work/SRC/openSUSE:Factory/.python3-http-parser.new/python3-http-parser.changes 
2015-02-16 21:14:46.0 +0100
@@ -1,0 +2,23 @@
+Sat Feb 14 18:28:41 UTC 2015 - a...@gmx.de
+
+- specfile:
+  * update copyright year
+  * removed precheckin script
+
+- update to version 0.8.3:
+  * fix: deflate compression in the Python parser
+  * fix: license date
+
+- changes from version 0.8.2:
+  * add: header_only option to the C parser.
+  * add: parser_class argument to the HttpStream object to test
+different parsers and eventually force the type of the parser
+used.
+  * add: expose C parser errors in get_errno function.
+  * fix: on_message_complete when the socket has closed immediately
+  * fix: HttpParser.get_headers() when repeated or continuation
+headers appear.
+  * fix: HttpParser.get_method() now return a native string on Python3
+  * fix: deflate compression with some servers
+
+---

Old:

  http-parser-0.8.1.tar.gz
  pre_checkin.sh

New:

  http-parser-0.8.3.tar.gz



Other differences:
--
++ python3-http-parser.spec ++
--- /var/tmp/diff_new_pack.adf60m/_old  2015-02-16 21:14:47.0 +0100
+++ /var/tmp/diff_new_pack.adf60m/_new  2015-02-16 21:14:47.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-http-parser
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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,7 +17,7 @@
 
 
 Name:   python3-http-parser
-Version:0.8.1
+Version:0.8.3
 Release:0
 Url:https://github.com/benoitc/http-parser/
 Summary:HTTP Request/Response Parser for Python in C

++ http-parser-0.8.1.tar.gz - http-parser-0.8.3.tar.gz ++
 8525 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python3-http-parser for openSUSE:Factory

2013-03-06 Thread h_root
Hello community,

here is the log from the commit of package python3-http-parser for 
openSUSE:Factory checked in at 2013-03-06 09:04:47

Comparing /work/SRC/openSUSE:Factory/python3-http-parser (Old)
 and  /work/SRC/openSUSE:Factory/.python3-http-parser.new (New)


Package is python3-http-parser, Maintainer is 

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



Other differences:
--
++ _link ++
link package=python-http-parser cicount=copy /
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org