Hello community,

here is the log from the commit of package python-Pylons for openSUSE:Factory 
checked in at 2016-09-30 15:33:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-Pylons (Old)
 and      /work/SRC/openSUSE:Factory/.python-Pylons.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-Pylons"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-Pylons/python-Pylons.changes      
2014-11-13 09:18:18.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-Pylons.new/python-Pylons.changes 
2016-09-30 15:33:56.000000000 +0200
@@ -1,0 +2,11 @@
+Wed Sep 28 15:01:40 UTC 2016 - mar...@gmx.de
+
+- Update to 1.0.2:
+  * In the event of a NilAccept for the language, request.languages() would
+    throw an AttributeError exception. Fixes #24.
+  * Encode Location HTTP header in redirect responses in UTF-8. Per
+    RFC 3987. Refers to #15.
+  * Remove "Post Traceback" as it was a possible XSS vector with prior versions
+    of WebError, and the PylonsHQ site is no longer in existence to support 
them.
+
+-------------------------------------------------------------------

Old:
----
  Pylons-1.0.1.tar.gz

New:
----
  Pylons-1.0.2.tar.gz

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

Other differences:
------------------
++++++ python-Pylons.spec ++++++
--- /var/tmp/diff_new_pack.WHpxlW/_old  2016-09-30 15:33:58.000000000 +0200
+++ /var/tmp/diff_new_pack.WHpxlW/_new  2016-09-30 15:33:58.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-Pylons
 #
-# Copyright (c) 2013 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
@@ -17,7 +17,7 @@
 
 
 Name:           python-Pylons
-Version:        1.0.1
+Version:        1.0.2
 Release:        0
 Summary:        Pylons Web Framework
 License:        BSD-3-Clause
@@ -89,16 +89,16 @@
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 rm -rf %{buildroot}%{python_sitelib}/test_files # Remove junk
-rm %{buildroot}%{python_sitelib}/pylons/docs/en/.gitignore
 %fdupes %{buildroot}%{_prefix}
 
 # Disable the tests; brocken
-#%check
+#%%check
 #nosetests -e test_network_failed_validation_non_ascii
 
 %files
 %defattr(-,root,root,-)
-%doc CHANGELOG LICENSE README.txt UPGRADING
-%{python_sitelib}/*
+%doc CHANGELOG LICENSE README.rst UPGRADING
+%{python_sitelib}/pylons
+%{python_sitelib}/Pylons-%{version}-py%{py_ver}.egg-info
 
 %changelog

++++++ Pylons-1.0.1.tar.gz -> Pylons-1.0.2.tar.gz ++++++
++++ 20628 lines of diff (skipped)


Reply via email to