Hello community,

here is the log from the commit of package python-pecan for openSUSE:Factory 
checked in at 2019-04-28 19:57:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pecan (Old)
 and      /work/SRC/openSUSE:Factory/.python-pecan.new.5536 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pecan"

Sun Apr 28 19:57:05 2019 rev:23 rq:697445 version:1.3.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pecan/python-pecan.changes        
2018-08-24 17:10:51.298552849 +0200
+++ /work/SRC/openSUSE:Factory/.python-pecan.new.5536/python-pecan.changes      
2019-04-28 19:57:09.123018236 +0200
@@ -1,0 +2,8 @@
+Wed Apr 24 10:24:51 UTC 2019 - pgaj...@suse.com
+
+- version update to 1.3.3
+  * fixed a bug in RestController that incorrectly routed certain
+    @secure requests (https://github.com/pecan/pecan/pull/105)
+  * removed official support for Python 3.3
+
+-------------------------------------------------------------------

Old:
----
  pecan-1.3.2.tar.gz

New:
----
  pecan-1.3.3.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-pecan.spec ++++++
--- /var/tmp/diff_new_pack.O4kgFL/_old  2019-04-28 19:57:09.655017914 +0200
+++ /var/tmp/diff_new_pack.O4kgFL/_new  2019-04-28 19:57:09.655017914 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pecan
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,13 +12,13 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-pecan
-Version:        1.3.2
+Version:        1.3.3
 Release:        0
 Summary:        A WSGI object-dispatching web framework
 License:        BSD-3-Clause
@@ -46,6 +46,7 @@
 Requires:       python-WebOb >= 1.2
 Requires:       python-WebTest >= 1.3.1
 Requires:       python-logutils >= 0.3
+Requires:       python-setuptools
 Requires:       python-six
 Requires(post): update-alternatives
 Requires(postun): update-alternatives

++++++ pecan-1.3.2.tar.gz -> pecan-1.3.3.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pecan-1.3.2/PKG-INFO new/pecan-1.3.3/PKG-INFO
--- old/pecan-1.3.2/PKG-INFO    2018-01-31 16:28:20.000000000 +0100
+++ new/pecan-1.3.3/PKG-INFO    2019-04-02 20:38:00.000000000 +0200
@@ -1,12 +1,11 @@
 Metadata-Version: 1.1
 Name: pecan
-Version: 1.3.2
+Version: 1.3.3
 Summary: A WSGI object-dispatching web framework, designed to be lean and 
fast, with few dependencies.
 Home-page: http://github.com/pecan/pecan
 Author: Jonathan LaCour
 Author-email: i...@pecanpy.org
 License: BSD
-Description-Content-Type: UNKNOWN
 Description: UNKNOWN
 Keywords: web framework wsgi object-dispatch http
 Platform: UNKNOWN
@@ -23,7 +22,6 @@
 Classifier: Programming Language :: Python :: 2
 Classifier: Programming Language :: Python :: 2.7
 Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.3
 Classifier: Programming Language :: Python :: 3.4
 Classifier: Programming Language :: Python :: 3.5
 Classifier: Programming Language :: Python :: 3.6
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pecan-1.3.2/pecan/secure.py 
new/pecan-1.3.3/pecan/secure.py
--- old/pecan-1.3.2/pecan/secure.py     2018-01-31 16:27:53.000000000 +0100
+++ new/pecan-1.3.3/pecan/secure.py     2019-04-02 15:39:46.000000000 +0200
@@ -84,7 +84,7 @@
     @_secure_method('_check_permissions')
     @expose()
     def _lookup(self, *remainder):
-        return self.obj, remainder
+        return self.obj, list(remainder)
 
 
 # helper for secure decorator
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pecan-1.3.2/pecan.egg-info/PKG-INFO 
new/pecan-1.3.3/pecan.egg-info/PKG-INFO
--- old/pecan-1.3.2/pecan.egg-info/PKG-INFO     2018-01-31 16:28:20.000000000 
+0100
+++ new/pecan-1.3.3/pecan.egg-info/PKG-INFO     2019-04-02 20:38:00.000000000 
+0200
@@ -1,12 +1,11 @@
 Metadata-Version: 1.1
 Name: pecan
-Version: 1.3.2
+Version: 1.3.3
 Summary: A WSGI object-dispatching web framework, designed to be lean and 
fast, with few dependencies.
 Home-page: http://github.com/pecan/pecan
 Author: Jonathan LaCour
 Author-email: i...@pecanpy.org
 License: BSD
-Description-Content-Type: UNKNOWN
 Description: UNKNOWN
 Keywords: web framework wsgi object-dispatch http
 Platform: UNKNOWN
@@ -23,7 +22,6 @@
 Classifier: Programming Language :: Python :: 2
 Classifier: Programming Language :: Python :: 2.7
 Classifier: Programming Language :: Python :: 3
-Classifier: Programming Language :: Python :: 3.3
 Classifier: Programming Language :: Python :: 3.4
 Classifier: Programming Language :: Python :: 3.5
 Classifier: Programming Language :: Python :: 3.6
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pecan-1.3.2/setup.py new/pecan-1.3.3/setup.py
--- old/pecan-1.3.2/setup.py    2018-01-31 16:27:53.000000000 +0100
+++ new/pecan-1.3.3/setup.py    2019-04-02 15:42:14.000000000 +0200
@@ -3,7 +3,7 @@
 
 from setuptools import setup, find_packages
 
-version = '1.3.2'
+version = '1.3.3'
 
 #
 # determine requirements
@@ -69,7 +69,6 @@
         'Programming Language :: Python :: 2',
         'Programming Language :: Python :: 2.7',
         'Programming Language :: Python :: 3',
-        'Programming Language :: Python :: 3.3',
         'Programming Language :: Python :: 3.4',
         'Programming Language :: Python :: 3.5',
         'Programming Language :: Python :: 3.6',


Reply via email to