commit python-pyramid for openSUSE:Factory

2020-08-31 Thread root
Hello community,

here is the log from the commit of package python-pyramid for openSUSE:Factory 
checked in at 2020-08-31 16:51:43

Comparing /work/SRC/openSUSE:Factory/python-pyramid (Old)
 and  /work/SRC/openSUSE:Factory/.python-pyramid.new.3399 (New)


Package is "python-pyramid"

Mon Aug 31 16:51:43 2020 rev:18 rq:830693 version:1.10.4

Changes:

--- /work/SRC/openSUSE:Factory/python-pyramid/python-pyramid.changes
2020-07-03 00:15:18.436641618 +0200
+++ /work/SRC/openSUSE:Factory/.python-pyramid.new.3399/python-pyramid.changes  
2020-08-31 16:52:15.532412852 +0200
@@ -1,0 +2,5 @@
+Tue Aug 31 10:02:12 UTC 2020 - Tomáš Chvátal 
+
+- Remove conditionaling of bcond with_python2 as it ain't needed
+
+---



Other differences:
--
++ python-pyramid.spec ++
--- /var/tmp/diff_new_pack.2PEAZk/_old  2020-08-31 16:52:16.316413233 +0200
+++ /var/tmp/diff_new_pack.2PEAZk/_new  2020-08-31 16:52:16.320413235 +0200
@@ -18,12 +18,6 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%if %{?suse_version} > 1500
-%define skip_python2 1
-%bcond_with python2
-%else
-%bcond_without python2
-%endif
 %bcond_without python2
 Name:   python-pyramid
 Version:1.10.4




commit python-pyramid for openSUSE:Factory

2020-07-02 Thread root
Hello community,

here is the log from the commit of package python-pyramid for openSUSE:Factory 
checked in at 2020-07-03 00:11:38

Comparing /work/SRC/openSUSE:Factory/python-pyramid (Old)
 and  /work/SRC/openSUSE:Factory/.python-pyramid.new.3060 (New)


Package is "python-pyramid"

Fri Jul  3 00:11:38 2020 rev:17 rq:818272 version:1.10.4

Changes:

--- /work/SRC/openSUSE:Factory/python-pyramid/python-pyramid.changes
2020-03-17 13:12:17.733898030 +0100
+++ /work/SRC/openSUSE:Factory/.python-pyramid.new.3060/python-pyramid.changes  
2020-07-03 00:15:18.436641618 +0200
@@ -1,0 +2,5 @@
+Thu Jul  2 09:07:37 UTC 2020 - pgaj...@suse.com
+
+- use %pytest macro, drop dependency on nose
+
+---



Other differences:
--
++ python-pyramid.spec ++
--- /var/tmp/diff_new_pack.U7KtY9/_old  2020-07-03 00:15:21.136650557 +0200
+++ /var/tmp/diff_new_pack.U7KtY9/_new  2020-07-03 00:15:21.140650570 +0200
@@ -36,9 +36,9 @@
 BuildRequires:  %{python_module WebOb >= 1.8.3}
 BuildRequires:  %{python_module WebTest >= 1.3.1}
 BuildRequires:  %{python_module hupper >= 1.5}
-BuildRequires:  %{python_module nose}
 BuildRequires:  %{python_module plaster-pastedeploy}
 BuildRequires:  %{python_module plaster}
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module translationstring >= 0.4}
 BuildRequires:  %{python_module venusian >= 1.0}
@@ -92,7 +92,7 @@
 
 %check
 export LANG=en_US.UTF-8
-%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} 
nosetests-%{$python_bin_suffix} -v
+%pytest tests/
 
 %post
 %python_install_alternative pcreate pdistreport prequest proutes pserve pshell 
ptweens pviews




commit python-pyramid for openSUSE:Factory

2020-03-17 Thread root
Hello community,

here is the log from the commit of package python-pyramid for openSUSE:Factory 
checked in at 2020-03-17 13:12:14

Comparing /work/SRC/openSUSE:Factory/python-pyramid (Old)
 and  /work/SRC/openSUSE:Factory/.python-pyramid.new.3160 (New)


Package is "python-pyramid"

Tue Mar 17 13:12:14 2020 rev:16 rq:785887 version:1.10.4

Changes:

--- /work/SRC/openSUSE:Factory/python-pyramid/python-pyramid.changes
2020-03-16 10:21:51.887673420 +0100
+++ /work/SRC/openSUSE:Factory/.python-pyramid.new.3160/python-pyramid.changes  
2020-03-17 13:12:17.733898030 +0100
@@ -1,0 +2,5 @@
+Tue Mar 17 10:42:38 UTC 2020 - Tomáš Chvátal 
+
+- Match up all the deps to the reality
+
+---



Other differences:
--
++ python-pyramid.spec ++
--- /var/tmp/diff_new_pack.zP87kE/_old  2020-03-17 13:12:18.349898503 +0100
+++ /var/tmp/diff_new_pack.zP87kE/_new  2020-03-17 13:12:18.353898506 +0100
@@ -18,41 +18,40 @@
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
-%bcond_without  test
+%if %{?suse_version} > 1500
 %define skip_python2 1
+%bcond_with python2
+%else
+%bcond_without python2
+%endif
+%bcond_without python2
 Name:   python-pyramid
 Version:1.10.4
 Release:0
 Summary:The Pyramid web application development framework
 License:BSD-4-Clause AND ZPL-2.1 AND MIT
-Group:  Development/Languages/Python
-URL:http://pylonsproject.org
+URL:https://pylonsproject.org
 Source0:
https://files.pythonhosted.org/packages/source/p/pyramid/pyramid-%{version}.tar.gz
-BuildRequires:  %{python_module PasteDeploy} >= 1.5.0
-BuildRequires:  %{python_module WebOb} >= 1.7.0
-BuildRequires:  %{python_module repoze.lru} >= 0.4
-BuildRequires:  %{python_module setuptools}
-BuildRequires:  %{python_module translationstring} >= 0.4
-BuildRequires:  %{python_module venusian} >= 1.0
-BuildRequires:  %{python_module zope.deprecation} >= 3.5.0
-BuildRequires:  %{python_module zope.interface} >= 3.8.0
-BuildRequires:  fdupes
-BuildRequires:  python-rpm-macros
-%if %{with test}
-BuildRequires:  %{python_module WebTest} >= 1.3.1
-BuildRequires:  %{python_module coverage}
-BuildRequires:  %{python_module hupper}
+BuildRequires:  %{python_module PasteDeploy >= 1.5.0}
+BuildRequires:  %{python_module WebOb >= 1.8.3}
+BuildRequires:  %{python_module WebTest >= 1.3.1}
+BuildRequires:  %{python_module hupper >= 1.5}
 BuildRequires:  %{python_module nose}
 BuildRequires:  %{python_module plaster-pastedeploy}
 BuildRequires:  %{python_module plaster}
-BuildRequires:  %{python_module zope.component} >= 4.0
-%endif
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module translationstring >= 0.4}
+BuildRequires:  %{python_module venusian >= 1.0}
+BuildRequires:  %{python_module zope.component >= 4.0}
+BuildRequires:  %{python_module zope.deprecation >= 3.5.0}
+BuildRequires:  %{python_module zope.interface >= 3.8.0}
+BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
 Requires:   python-PasteDeploy >= 1.5.0
-Requires:   python-WebOb >= 1.7.0
-Requires:   python-hupper
+Requires:   python-WebOb >= 1.8.3
+Requires:   python-hupper >= 1.5
 Requires:   python-plaster
 Requires:   python-plaster-pastedeploy
-Requires:   python-repoze.lru >= 0.4
 Requires:   python-setuptools
 Requires:   python-translationstring >= 0.4
 Requires:   python-venusian >= 1.0
@@ -60,8 +59,13 @@
 Requires:   python-zope.interface >= 3.8.0
 Requires(post):   update-alternatives
 Requires(postun):  update-alternatives
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
+%if %{with python2}
+BuildRequires:  python-repoze.lru >= 0.4
+%endif
+%ifpython2
+Requires:   python-repoze.lru >= 0.4
+%endif
 %python_subpackages
 
 %description
@@ -77,25 +81,18 @@
 
 %build
 %python_build
-%{_python_use_flavor python3}
 
 %install
 %python_install
-%{python_expand rm -rf %{buildroot}%{$python_sitelib}/pyramid/tests
-  %fdupes %{buildroot}%{$python_sitelib}
-}
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 for p in pcreate pdistreport prequest proutes pserve pshell ptweens pviews; do
 %python_clone -a %{buildroot}%{_bindir}/$p
 done
 
-%if %{with test}
 %check
 export LANG=en_US.UTF-8
-%{python_expand export PYTHONPATH=%{buildroot}%{$python_sitelib}
-  $python setup.py nosetests --with-coverage -vvv
-}
-%endif
+%python_expand PYTHONPATH=%{buildroot}%{$python_sitelib} 
nosetests-%{$python_bin_suffix} -v
 
 %post
 %python_install_alternative pcreate pdistreport prequest proutes pserve pshell 
ptweens pviews
@@ -104,8 +101,8 @@
 %python_uninstall_alternative pcreate
 
 

commit python-pyramid for openSUSE:Factory

2020-03-16 Thread root
Hello community,

here is the log from the commit of package python-pyramid for openSUSE:Factory 
checked in at 2020-03-16 10:20:41

Comparing /work/SRC/openSUSE:Factory/python-pyramid (Old)
 and  /work/SRC/openSUSE:Factory/.python-pyramid.new.3160 (New)


Package is "python-pyramid"

Mon Mar 16 10:20:41 2020 rev:15 rq:785398 version:1.10.4

Changes:

--- /work/SRC/openSUSE:Factory/python-pyramid/python-pyramid.changes
2019-06-22 11:24:43.261419959 +0200
+++ /work/SRC/openSUSE:Factory/.python-pyramid.new.3160/python-pyramid.changes  
2020-03-16 10:21:51.887673420 +0100
@@ -1,0 +2,5 @@
+Sun Mar 15 19:47:10 UTC 2020 - Bruno Friedmann 
+
+- Remove python2 support, due to pyton-venusian being only python3 
+
+---



Other differences:
--
++ python-pyramid.spec ++
--- /var/tmp/diff_new_pack.POOT8Y/_old  2020-03-16 10:21:52.343673605 +0100
+++ /var/tmp/diff_new_pack.POOT8Y/_new  2020-03-16 10:21:52.347673607 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pyramid
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 # Copyright (c) 2014-2017 LISA GmbH, Bingen, Germany.
 #
 # All modifications and additions to the file contributed by third parties
@@ -19,13 +19,14 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %bcond_without  test
+%define skip_python2 1
 Name:   python-pyramid
 Version:1.10.4
 Release:0
 Summary:The Pyramid web application development framework
 License:BSD-4-Clause AND ZPL-2.1 AND MIT
 Group:  Development/Languages/Python
-Url:http://pylonsproject.org
+URL:http://pylonsproject.org
 Source0:
https://files.pythonhosted.org/packages/source/p/pyramid/pyramid-%{version}.tar.gz
 BuildRequires:  %{python_module PasteDeploy} >= 1.5.0
 BuildRequires:  %{python_module WebOb} >= 1.7.0




commit python-pyramid for openSUSE:Factory

2019-06-22 Thread root
Hello community,

here is the log from the commit of package python-pyramid for openSUSE:Factory 
checked in at 2019-06-22 11:24:38

Comparing /work/SRC/openSUSE:Factory/python-pyramid (Old)
 and  /work/SRC/openSUSE:Factory/.python-pyramid.new.4615 (New)


Package is "python-pyramid"

Sat Jun 22 11:24:38 2019 rev:14 rq:711308 version:1.10.4

Changes:

--- /work/SRC/openSUSE:Factory/python-pyramid/python-pyramid.changes
2017-10-18 10:50:21.541219586 +0200
+++ /work/SRC/openSUSE:Factory/.python-pyramid.new.4615/python-pyramid.changes  
2019-06-22 11:24:43.261419959 +0200
@@ -1,0 +2,176 @@
+Fri Jun 21 08:13:38 UTC 2019 - pgaj...@suse.com
+
+- version update to 1.10.4
+  Bugs fixed during 1.10
+  --
+  - Fix performance regression in ``pyramid.view.view_config`` decorator.
+See https://github.com/Pylons/pyramid/pull/3490
+  - Add ``ignore_files`` option to ``[pserve]`` settings which will tell
+``pserve`` to ignore certain files/globs when using ``--reload``.
+See https://github.com/Pylons/pyramid/pull/3464
+  - Fix docs build for Sphinx 2.0.
+See https://github.com/Pylons/pyramid/pull/3481
+  - Improve debugging info from ``pyramid.view.view_config`` decorator.
+See https://github.com/Pylons/pyramid/pull/3485
+  - Fix a bug in ``pyramid.testing.DummySecurityPolicy`` in which
+``principals_allowed_by_permission`` would return all principals instead
+of an empty list if ``permissive`` is ``False``.
+See https://github.com/Pylons/pyramid/pull/3450
+  - Fix a bug in which ``pyramid.exceptions.ConfigurationConflictError`` may
+not render the appropriate error message on certain conflicts that were
+not sortable on Python 3 due to differing types.
+See https://github.com/Pylons/pyramid/pull/3457
+  - Avoid configuring logging in the monitor process using the logging config
+intended for the application. This avoids opening files for writing in both
+processes which can cause issues on some systems.
+See https://github.com/Pylons/pyramid/pull/3460
+  - Fix an issue when passing a duck-typed registry object into
+``pyramid.testing.setUp(registry=...)`` in which the registry wasn't
+properly fixed prior to invoking actions.
+See https://github.com/Pylons/pyramid/pull/3418
+  - Fix the ``pyramid.testing.DummyRequest`` to support the new
+``request.accept`` API so that ``acceptable_offers`` is available even
+when code sets the value to a string.
+See https://github.com/Pylons/pyramid/pull/3396
+  - Fix deprecated escape sequences in preparation for Python 3.8.
+See https://github.com/Pylons/pyramid/pull/3400
+  Features in 1.10
+  
+  - Add a ``_depth`` and ``_category`` arguments to all of the venusian
+decorators. The ``_category`` argument can be used to affect which actions
+are registered when performing a ``config.scan(..., category=...)`` with a
+specific category. The ``_depth`` argument should be used when wrapping
+the decorator in your own. This change affects 
``pyramid.view.view_config``,
+``pyramid.view.exception_view_config``,
+``pyramid.view.forbidden_view_config``, 
``pyramid.view.notfound_view_config``,
+``pyramid.events.subscriber`` and ``pyramid.response.response_adapter``
+decorators. See https://github.com/Pylons/pyramid/pull/3105 and
+https://github.com/Pylons/pyramid/pull/3122
+  - Fix the ``pyramid.request.Request`` class name after using
+``set_property`` or ``config.add_request_method`` such that the
+``str(request.__class__)`` would appear as ``pyramid.request.Request``
+instead of ``pyramid.util.Request``.
+See https://github.com/Pylons/pyramid/pull/3129
+  - In ``cherrypy_server_runner``, prefer imports from the ``cheroot`` package
+over the legacy imports from `cherrypy.wsgiserver`.
+See https://github.com/Pylons/pyramid/pull/3235
+  - Add a context manager ``route_prefix_context`` to the
+``pyramid.config.Configurator`` to allow for convenient setting of the
+route_prefix for ``include`` and ``add_route`` calls inside the context.
+See https://github.com/Pylons/pyramid/pull/3279
+  - Modify the builtin session implementations to support ``SameSite`` options
+on cookies and set the default to ``'Lax'``. This affects
+``pyramid.session.BaseCookieSessionFactory``,
+``pyramid.session.SignedCookieSessionFactory``, and
+``pyramid.session.UnencryptedCookieSessionFactoryConfig``.
+See https://github.com/Pylons/pyramid/pull/3300
+  - Modify ``pyramid.authentication.AuthTktAuthenticationPolicy`` and
+``pyramid.csrf.CookieCSRFStoragePolicy`` to support the ``SameSite`` option
+on cookies and set the default to ``'Lax'``.
+See https://github.com/Pylons/pyramid/pull/3319
+  - Added new 

commit python-pyramid for openSUSE:Factory

2017-10-18 Thread root
Hello community,

here is the log from the commit of package python-pyramid for openSUSE:Factory 
checked in at 2017-10-18 10:50:21

Comparing /work/SRC/openSUSE:Factory/python-pyramid (Old)
 and  /work/SRC/openSUSE:Factory/.python-pyramid.new (New)


Package is "python-pyramid"

Wed Oct 18 10:50:21 2017 rev:13 rq:532998 version:1.9.1

Changes:

--- /work/SRC/openSUSE:Factory/python-pyramid/python-pyramid.changes
2017-09-27 16:54:20.343626780 +0200
+++ /work/SRC/openSUSE:Factory/.python-pyramid.new/python-pyramid.changes   
2017-10-18 10:50:21.541219586 +0200
@@ -1,0 +2,5 @@
+Mon Oct  9 21:37:19 UTC 2017 - h...@urpla.net
+
+- add missing runtime dependencies
+
+---



Other differences:
--
++ python-pyramid.spec ++
--- /var/tmp/diff_new_pack.UUJMMG/_old  2017-10-18 10:50:22.485175300 +0200
+++ /var/tmp/diff_new_pack.UUJMMG/_new  2017-10-18 10:50:22.489175112 +0200
@@ -2,7 +2,7 @@
 # spec file for package python-pyramid
 #
 # Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
-# Copyright (c) 2014-2016 LISA GmbH, Bingen, Germany.
+# Copyright (c) 2014-2017 LISA GmbH, Bingen, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -48,6 +48,9 @@
 %endif
 Requires:   python-PasteDeploy >= 1.5.0
 Requires:   python-WebOb >= 1.7.0
+Requires:   python-hupper
+Requires:   python-plaster
+Requires:   python-plaster-pastedeploy
 Requires:   python-repoze.lru >= 0.4
 Requires:   python-translationstring >= 0.4
 Requires:   python-venusian >= 1.0




commit python-pyramid for openSUSE:Factory

2017-09-27 Thread root
Hello community,

here is the log from the commit of package python-pyramid for openSUSE:Factory 
checked in at 2017-09-27 16:54:17

Comparing /work/SRC/openSUSE:Factory/python-pyramid (Old)
 and  /work/SRC/openSUSE:Factory/.python-pyramid.new (New)


Package is "python-pyramid"

Wed Sep 27 16:54:17 2017 rev:12 rq:523279 version:1.9.1

Changes:

--- /work/SRC/openSUSE:Factory/python-pyramid/python-pyramid.changes
2016-01-07 00:24:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-pyramid.new/python-pyramid.changes   
2017-09-27 16:54:20.343626780 +0200
@@ -1,0 +2,23 @@
+Fri Sep  8 16:31:46 UTC 2017 - toddrme2...@gmail.com
+
+- Remove non-free documentation (CC-BY-NC-SA-3.0 license).
+
+---
+Thu Sep  7 15:57:20 UTC 2017 - toddrme2...@gmail.com
+
+- Revert change to older copyright
+  We shouldn't change previous copyrights
+- Fix doc package dependency issue
+
+---
+Mon Aug  7 23:22:39 UTC 2017 - jeng...@inai.de
+
+- Trim filler wording from description.
+
+---
+Sun Jul 16 08:31:15 UTC 2017 - aloi...@gmx.com
+
+- Update to 1.9.1, see HISTORY.txt for (long) changelog
+- Converted to single-spec
+
+---

Old:

  pyramid-1.6.tar.gz

New:

  pyramid-1.9.1.tar.gz



Other differences:
--
++ python-pyramid.spec ++
--- /var/tmp/diff_new_pack.vdHy0L/_old  2017-09-27 16:54:21.011532818 +0200
+++ /var/tmp/diff_new_pack.vdHy0L/_new  2017-09-27 16:54:21.015532255 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pyramid
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2014-2016 LISA GmbH, Bingen, Germany.
 #
 # All modifications and additions to the file contributed by third parties
@@ -17,160 +17,99 @@
 #
 
 
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
+%bcond_without  test
 Name:   python-pyramid
-Version:1.6
+Version:1.9.1
 Release:0
-Url:http://pylonsproject.org
 Summary:The Pyramid web application development framework
 License:BSD-4-Clause and ZPL-2.1 and MIT
 Group:  Development/Languages/Python
-Source: 
http://pypi.python.org/packages/source/p/pyramid/pyramid-%{version}.tar.gz
+Url:http://pylonsproject.org
+Source0:
https://files.pythonhosted.org/packages/source/p/pyramid/pyramid-%{version}.tar.gz
+BuildRequires:  %{python_module PasteDeploy} >= 1.5.0
+BuildRequires:  %{python_module WebOb} >= 1.7.0
+BuildRequires:  %{python_module repoze.lru} >= 0.4
+BuildRequires:  %{python_module setuptools}
+BuildRequires:  %{python_module translationstring} >= 0.4
+BuildRequires:  %{python_module venusian} >= 1.0
+BuildRequires:  %{python_module zope.deprecation} >= 3.5.0
+BuildRequires:  %{python_module zope.interface} >= 3.8.0
+BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
+%if %{with test}
+BuildRequires:  %{python_module WebTest} >= 1.3.1
+BuildRequires:  %{python_module coverage}
+BuildRequires:  %{python_module hupper}
+BuildRequires:  %{python_module nose}
+BuildRequires:  %{python_module plaster-pastedeploy}
+BuildRequires:  %{python_module plaster}
+BuildRequires:  %{python_module zope.component} >= 4.0
+%endif
 Requires:   python-PasteDeploy >= 1.5.0
-Requires:   python-WebOb >= 1.3.1
+Requires:   python-WebOb >= 1.7.0
 Requires:   python-repoze.lru >= 0.4
 Requires:   python-translationstring >= 0.4
 Requires:   python-venusian >= 1.0
 Requires:   python-zope.deprecation >= 3.5.0
 Requires:   python-zope.interface >= 3.8.0
-BuildRequires:  fdupes
-BuildRequires:  python-PasteDeploy >= 1.5.0
-BuildRequires:  python-WebOb >= 1.3.1
-BuildRequires:  python-repoze.lru >= 0.4
-BuildRequires:  python-setuptools
-BuildRequires:  python-translationstring >= 0.4
-BuildRequires:  python-venusian >= 1.0
-BuildRequires:  python-zope.deprecation >= 3.5.0
-BuildRequires:  python-zope.interface >= 3.8.0
-# Documentation requirements:
-BuildRequires:  python-Sphinx
-BuildRequires:  python-docutils
-BuildRequires:  python-pylons_sphinx_theme
-BuildRequires:  python-repoze.sphinx.autointerface
-# Testing requirements:
-BuildRequires:  python-WebTest >= 1.3.1
-BuildRequires:  python-coverage
-BuildRequires:  python-nose
-BuildRequires:  python-zope.component >= 3.11.0
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Requires(post): update-alternatives
 Requires(postun): update-alternatives
-%if 0%{?suse_version} && 0%{?suse_version} <= 1110

commit python-pyramid for openSUSE:Factory

2016-01-06 Thread h_root
Hello community,

here is the log from the commit of package python-pyramid for openSUSE:Factory 
checked in at 2016-01-07 00:24:48

Comparing /work/SRC/openSUSE:Factory/python-pyramid (Old)
 and  /work/SRC/openSUSE:Factory/.python-pyramid.new (New)


Package is "python-pyramid"

Changes:

--- /work/SRC/openSUSE:Factory/python-pyramid/python-pyramid.changes
2015-08-05 06:51:49.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-pyramid.new/python-pyramid.changes   
2016-01-07 00:24:57.0 +0100
@@ -1,0 +2,12 @@
+Tue Jan  5 18:43:19 UTC 2016 - h...@urpla.net
+
+- use the PyPI tarball instead of github 
+
+---
+Tue Jan  5 14:31:05 UTC 2016 - h...@urpla.net
+
+- 1.6.0 (2016-01-03)
+  Too many changes to list here, check:
+  https://github.com/Pylons/pyramid/blob/master/CHANGES.txt
+
+---

Old:

  pyramid-1.5.7.tar.gz

New:

  pyramid-1.6.tar.gz



Other differences:
--
++ python-pyramid.spec ++
--- /var/tmp/diff_new_pack.mO3qyg/_old  2016-01-07 00:24:59.0 +0100
+++ /var/tmp/diff_new_pack.mO3qyg/_new  2016-01-07 00:24:59.0 +0100
@@ -1,8 +1,8 @@
 #
 # spec file for package python-pyramid
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
-# Copyright (c) 2015 LISA GmbH, Bingen, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2014-2016 LISA GmbH, Bingen, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -18,7 +18,7 @@
 
 
 Name:   python-pyramid
-Version:1.5.7
+Version:1.6
 Release:0
 Url:http://pylonsproject.org
 Summary:The Pyramid web application development framework

++ pyramid-1.5.7.tar.gz -> pyramid-1.6.tar.gz ++
 50164 lines of diff (skipped)




commit python-pyramid for openSUSE:Factory

2015-08-04 Thread h_root
Hello community,

here is the log from the commit of package python-pyramid for openSUSE:Factory 
checked in at 2015-08-05 06:51:47

Comparing /work/SRC/openSUSE:Factory/python-pyramid (Old)
 and  /work/SRC/openSUSE:Factory/.python-pyramid.new (New)


Package is python-pyramid

Changes:

--- /work/SRC/openSUSE:Factory/python-pyramid/python-pyramid.changes
2015-02-06 22:38:21.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-pyramid.new/python-pyramid.changes   
2015-08-05 06:51:49.0 +0200
@@ -1,0 +2,44 @@
+Thu Jul 30 14:16:47 UTC 2015 - h...@urpla.net
+
+- 1.5.7 (2015-04-28)
+  * Further fix the JSONP renderer by prefixing the returned content with a 
comment.
+This should mitigate attacks from Flash (See CVE-2014-4671). 
+See https://github.com/Pylons/pyramid/pull/1648
+  * Allow periods and brackets ([]) in the JSONP callback. The original fix was
+overly-restrictive and broke Angular. See 
https://github.com/Pylons/pyramid/pull/1648
+
+- 1.5.6 (2015-04-14)
+  * 1.5.5 was a brown-bag release which was missing files.
+
+- 1.5.5 (2015-04-14)
+  * The JSONP renderer created JavaScript code in such a way that a callback 
variable
+could be used to arbitrarily inject javascript into the response object.
+https://github.com/Pylons/pyramid/pull/1626
+
+- 1.5.4 (2015-02-24)
+  * Fix regression where pserve --reload would not work when running as a 
daemon. 
+Backported from https://github.com/Pylons/pyramid/pull/1592
+
+- 1.5.3 (2015-02-22)
+  * Work around an issue where pserve --reload would leave terminal echo 
disabled if it
+reloaded during a pdb session. Backported from 
https://github.com/Pylons/pyramid/pull/1577
+  * Fixed a failing unittest caused by differing mimetypes on various OS 
platforms.
+See https://github.com/Pylons/pyramid/issues/1405
+  * Overall improvments for the proutes command. Added --format and --glob 
arguments to the
+command, introduced the method column for displaying available request 
methods, and 
+improved the view output by showing the module instead of just __repr__. 
+See: https://github.com/Pylons/pyramid/pull/1542
+  * The pyramid.renderers.JSONP renderer would raise an exception if used 
without a request
+object. It will now fallback to behave like the pyramid.renderers.JSON 
renderer if
+there is no request object to derive a callback from.
+See https://github.com/Pylons/pyramid/pull/1562
+  * Prevent “parameters to load are deprecated” DeprecationWarning from 
setuptools=11.3.
+See https://github.com/Pylons/pyramid/pull/1541
+  * Avoiding timing attacks against CSRF tokens. Backported from
+https://github.com/Pylons/pyramid/pull/1574
+  * pserve can now take a -b or --browser option to open the server URL in a 
web browser.
+See https://github.com/Pylons/pyramid/pull/1533
+
+- remove fix_mimetype_tests.patch, applied upstream
+
+---

Old:

  fix_mimetype_tests.patch
  pyramid-1.5.2.tar.gz

New:

  pyramid-1.5.7.tar.gz



Other differences:
--
++ python-pyramid.spec ++
--- /var/tmp/diff_new_pack.k7YPuZ/_old  2015-08-05 06:51:50.0 +0200
+++ /var/tmp/diff_new_pack.k7YPuZ/_new  2015-08-05 06:51:50.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pyramid
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2015 LISA GmbH, Bingen, Germany.
 #
 # All modifications and additions to the file contributed by third parties
@@ -18,14 +18,13 @@
 
 
 Name:   python-pyramid
-Version:1.5.2
+Version:1.5.7
 Release:0
 Url:http://pylonsproject.org
-Summary:The Pyramid web application development framework, a Pylons 
project
+Summary:The Pyramid web application development framework
 License:BSD-4-Clause and ZPL-2.1 and MIT
 Group:  Development/Languages/Python
 Source: 
http://pypi.python.org/packages/source/p/pyramid/pyramid-%{version}.tar.gz
-Patch1: fix_mimetype_tests.patch
 Requires:   python-PasteDeploy = 1.5.0
 Requires:   python-WebOb = 1.3.1
 Requires:   python-repoze.lru = 0.4
@@ -74,7 +73,7 @@
 Pyramid was previously known as repoze.bfg (http://bfg.repoze.org).
 
 %package doc
-Summary:The Pyramid web application development framework, a Pylons 
project
+Summary:The Pyramid web application development framework
 Group:  Development/Languages/Python
 Requires:   %{name} = %{version}
 
@@ -83,7 +82,6 @@
 
 %prep
 %setup -q -n pyramid-%{version}
-%patch1 -p1
 
 %build
 python setup.py build

++ pyramid-1.5.2.tar.gz - 

commit python-pyramid for openSUSE:Factory

2015-02-06 Thread h_root
Hello community,

here is the log from the commit of package python-pyramid for openSUSE:Factory 
checked in at 2015-02-06 22:38:20

Comparing /work/SRC/openSUSE:Factory/python-pyramid (Old)
 and  /work/SRC/openSUSE:Factory/.python-pyramid.new (New)


Package is python-pyramid

Changes:

--- /work/SRC/openSUSE:Factory/python-pyramid/python-pyramid.changes
2014-02-02 22:21:38.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-pyramid.new/python-pyramid.changes   
2015-02-06 22:38:21.0 +0100
@@ -1,0 +2,522 @@
+Fri Feb  6 16:31:11 UTC 2015 - h...@urpla.net
+
+- fix python-venusian version: 1.0a3 is greater than 1.0 unfortunately
+
+---
+Tue Feb  3 17:45:55 UTC 2015 - toddrme2...@gmail.com
+
+- Update year
+- Implement update-alternatives for compatibility with an unpcoming
+  python 3 version
+- Removed dependencies that are not longer needed.
+
+---
+Fri Dec 12 20:20:57 UTC 2014 - tbecht...@suse.com
+
+- Update to version 1.5.2
+  - ``pyramid.wsgi.wsgiapp`` and ``pyramid.wsgi.wsgiapp2`` now raise
+``ValueError`` when accidentally passed ``None``.
+See https://github.com/Pylons/pyramid/pull/1320
+  - Work around a bug introduced in Python 2.7.7 on Windows where
+``mimetypes.guess_type`` returns Unicode rather than str for the content
+type, unlike any previous version of Python.  See
+https://github.com/Pylons/pyramid/issues/1360 for more information.
+  - Update scaffold generating machinery to return the version of pyramid and
+pyramid docs for use in scaffolds. Updated starter, alchemy and zodb
+templates to have links to correctly versioned documentation and reflect
+which pyramid was used to generate the scaffold.
+  - Fix an issue whereby predicates would be resolved as maybe_dotted in the
+introspectable but not when passed for registration. This would mean that
+``add_route_predicate`` for example can not take a string and turn it into
+the actual callable function.
+See https://github.com/Pylons/pyramid/pull/1306
+  - Fix ``pyramid.testing.setUp`` to return a ``Configurator`` with a proper
+package. Previously it was not possible to do package-relative includes
+using the returned ``Configurator`` during testing. There is now a
+``package`` argument that can override this behavior as well.
+See https://github.com/Pylons/pyramid/pull/1322
+  - Removed non-ascii copyright symbol from templates, as this was
+causing the scaffolds to fail for project generation on some systems.
+  - Fix an issue where a ``pyramid.response.FileResponse`` may apply a charset
+where it does not belong. See https://github.com/Pylons/pyramid/pull/1251
+  - Avoid crash in ``pserve --reload`` under Py3k, when iterating over possibly
+mutated ``sys.modules``.
+  - ``UnencryptedCookieSessionFactoryConfig`` failed if the secret contained
+higher order characters. See https://github.com/Pylons/pyramid/issues/1246
+  - Fixed a bug in ``UnencryptedCookieSessionFactoryConfig`` and
+``SignedCookieSessionFactory`` where ``timeout=None`` would cause a new
+session to always be created. Also in ``SignedCookieSessionFactory`` a
+``reissue_time=None`` would cause an exception when modifying the session.
+See https://github.com/Pylons/pyramid/issues/1247
+  - Updated docs and scaffolds to keep in step with new 2.0 release of
+``Lingua``.  This included removing all ``setup.cfg`` files from scaffolds
+and documentation environments.
+  - We no longer eagerly clear ``request.exception`` and ``request.exc_info`` 
in
+the exception view tween.  This makes it possible to inspect exception
+information within a finished callback.  See
+https://github.com/Pylons/pyramid/issues/1223.
+  - Updated scaffolds with new theme, fixed documentation and sample project.
+  - Depend on a newer version of WebOb so that we pull in some crucial 
bug-fixes
+that were showstoppers for functionality in Pyramid.
+  - Add a trailing semicolon to the JSONP response. This fixes JavaScript 
syntax
+errors for old IE versions. See https://github.com/Pylons/pyramid/pull/1205
+  - Fix a memory leak when the configurator's ``set_request_property`` method 
was
+used or when the configurator's ``add_request_method`` method was used with
+the ``property=True`` attribute.  See
+https://github.com/Pylons/pyramid/issues/1212 .
+  - An authorization API has been added as a method of the
+request: ``request.has_permission``.
+``request.has_permission`` is a method-based alternative to the
+``pyramid.security.has_permission`` API and works exactly the same.  The
+older API is now deprecated.
+  - Property API attributes have been 

commit python-pyramid for openSUSE:Factory

2014-02-02 Thread h_root
Hello community,

here is the log from the commit of package python-pyramid for openSUSE:Factory 
checked in at 2014-02-02 22:21:37

Comparing /work/SRC/openSUSE:Factory/python-pyramid (Old)
 and  /work/SRC/openSUSE:Factory/.python-pyramid.new (New)


Package is python-pyramid

Changes:

--- /work/SRC/openSUSE:Factory/python-pyramid/python-pyramid.changes
2013-03-08 09:48:02.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-pyramid.new/python-pyramid.changes   
2014-02-02 22:21:38.0 +0100
@@ -1,0 +2,60 @@
+Sun Nov 24 21:13:45 UTC 2013 - p.drou...@gmail.com
+
+- Update to version 1.4.5
+  + The ``alchemy`` scaffold would break when the database was MySQL during
+tables creation.  See https://github.com/Pylons/pyramid/pull/1049.  
Backport 
+from master.
+  + It was not possible to use ``pyramid.httpexceptions.HTTPException`` as
+the ``context`` of an exception view as very general catchall for
+http-related exceptions when you wanted that exception view to override 
the 
+default exception view. See https://github.com/Pylons/pyramid/issues/985.
+Backport from master.
+  + When the ``pyramid.reload_templates`` setting was true, and a Chameleon 
+template was reloaded, and the renderer specification named a macro 
+(e.g. ``foo#macroname.pt``), renderings of the template after the template
+was reloaded due to a file change would produce the entire template body 
+instead of just a rendering of the macro.  See 
+https://github.com/Pylons/pyramid/issues/1013.  Backport from master.
+  + Fixed a Mako renderer bug returning a tuple with a previous defname value
+in some circumstances. See https://github.com/Pylons/pyramid/issues/1037 
for
+more information.  Backport from master.
+  + Make ``pserve.cherrypy_server_runner`` Python 3 compatible. See
+https://github.com/Pylons/pyramid/issues/718.  Backport from master.
+- Changes from version 1.4.4
+  + Fix an obscure problem when combining a virtual root with a route with a 
+``*traverse`` in its pattern.  Now the traversal path generated in
+such a configuration will be correct, instead of an element missing
+a leading slash.
+- Remove pyramid-dont-load-external-sphinx-theme.patch; merged on upstream
+  release
+
+---
+Thu Oct 24 11:12:22 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---
+Mon Aug  5 19:48:46 UTC 2013 - h...@urpla.net
+
+- remove pylons_theme_support.py module, as it is provided by
+  python-pylons_sphinx_theme now
+
+---
+Wed Jul 31 13:46:28 UTC 2013 - h...@urpla.net
+
+- add python-unittest2 and python-ordereddict deps for 11.1
+
+---
+Tue Jul 30 22:03:34 UTC 2013 - h...@urpla.net
+
+- Update to version 1.4.3
+- generate documentation
+- fix dependencies
+- enable nose tests with coverage
+
+---
+Tue Jul 16 23:44:33 UTC 2013 - h...@urpla.net
+
+- add python-zope-deprecation dependency
+
+---

Old:

  pyramid-1.3b3.tar.gz
  pyramid-dont-load-external-sphinx-theme.patch

New:

  pyramid-1.4.5.tar.gz



Other differences:
--
++ python-pyramid.spec ++
--- /var/tmp/diff_new_pack.bkptop/_old  2014-02-02 22:21:39.0 +0100
+++ /var/tmp/diff_new_pack.bkptop/_new  2014-02-02 22:21:39.0 +0100
@@ -2,6 +2,7 @@
 # spec file for package python-pyramid
 #
 # Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 LISA GmbH, Bingen, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,20 +18,49 @@
 
 
 Name:   python-pyramid
-Version:1.3b3
+Version:1.4.5
 Release:0
 Url:http://pylonsproject.org
 Summary:The Pyramid web application development framework, a Pylons 
project
 License:BSD-4-Clause and ZPL-2.1 and MIT
 Group:  Development/Languages/Python
 Source: 
http://pypi.python.org/packages/source/p/pyramid/pyramid-%{version}.tar.gz
-Patch0: pyramid-dont-load-external-sphinx-theme.patch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Requires:   python-Chameleon = 1.2.3
+Requires:   python-Mako = 0.3.6
+Requires:   python-PasteDeploy = 1.5.0
+Requires:   python-WebOb = 1.2b3
+Requires:   python-repoze.lru = 0.4

commit python-pyramid for openSUSE:Factory

2013-03-08 Thread h_root
Hello community,

here is the log from the commit of package python-pyramid for openSUSE:Factory 
checked in at 2013-03-08 09:48:02

Comparing /work/SRC/openSUSE:Factory/python-pyramid (Old)
 and  /work/SRC/openSUSE:Factory/.python-pyramid.new (New)


Package is python-pyramid, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/python-pyramid/python-pyramid.changes
2012-04-02 10:30:58.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-pyramid.new/python-pyramid.changes   
2013-03-08 09:48:02.0 +0100
@@ -1,0 +2,5 @@
+Fri Mar  1 06:44:25 UTC 2013 - co...@suse.com
+
+- update license to new format
+
+---



Other differences:
--
++ python-pyramid.spec ++
--- /var/tmp/diff_new_pack.Akj3zT/_old  2013-03-08 09:48:03.0 +0100
+++ /var/tmp/diff_new_pack.Akj3zT/_new  2013-03-08 09:48:03.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pyramid
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,12 +15,13 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   python-pyramid
 Version:1.3b3
 Release:0
 Url:http://pylonsproject.org
 Summary:The Pyramid web application development framework, a Pylons 
project
-License:BSD-4-Clause ; ZPL-2.1 ; MIT
+License:BSD-4-Clause and ZPL-2.1 and MIT
 Group:  Development/Languages/Python
 Source: 
http://pypi.python.org/packages/source/p/pyramid/pyramid-%{version}.tar.gz
 Patch0: pyramid-dont-load-external-sphinx-theme.patch

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



commit python-pyramid for openSUSE:Factory

2012-04-02 Thread h_root
Hello community,

here is the log from the commit of package python-pyramid for openSUSE:Factory 
checked in at 2012-04-02 10:30:53

Comparing /work/SRC/openSUSE:Factory/python-pyramid (Old)
 and  /work/SRC/openSUSE:Factory/.python-pyramid.new (New)


Package is python-pyramid, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/python-pyramid/python-pyramid.changes
2012-03-22 12:39:20.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-pyramid.new/python-pyramid.changes   
2012-04-02 10:30:58.0 +0200
@@ -1,0 +2,7 @@
+Tue Mar 20 10:50:58 UTC 2012 - sasc...@suse.de
+
+- Update to version 1.3.b3
+  * No changelog provided
+- Don't install documentation with problematic licensing terms (bnc#753015)
+
+---

Old:

  pyramid-1.3b2.tar.gz

New:

  pyramid-1.3b3.tar.gz



Other differences:
--
++ python-pyramid.spec ++
--- /var/tmp/diff_new_pack.k4VueS/_old  2012-04-02 10:30:59.0 +0200
+++ /var/tmp/diff_new_pack.k4VueS/_new  2012-04-02 10:30:59.0 +0200
@@ -11,12 +11,12 @@
 # case the license is the MIT License). An Open Source License is a
 # 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/
 #
 
 Name:   python-pyramid
-Version:1.3b2
+Version:1.3b3
 Release:0
 Url:http://pylonsproject.org
 Summary:The Pyramid web application development framework, a Pylons 
project
@@ -28,8 +28,6 @@
 BuildRequires:  fdupes
 BuildRequires:  python-devel
 BuildRequires:  python-distribute
-#BuildRequires:  python-Sphinx
-#BuildRequires:  python-repoze.sphinx.autointerface
 %if 0%{?suse_version}  0%{?suse_version} = 1110
 %{!?python_sitelib: %global python_sitelib %(python -c from 
distutils.sysconfig import get_python_lib; print get_python_lib())}
 %else
@@ -52,7 +50,6 @@
 
 %build
 python setup.py build
-#cd docs  make html
 
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
@@ -62,7 +59,6 @@
 %files
 %defattr(-,root,root,-)
 %doc *.txt
-#%%doc docs/build/html
 %{_bindir}/bfg2pyramid
 %{_bindir}/pcreate
 %{_bindir}/prequest

++ pyramid-1.3b2.tar.gz - pyramid-1.3b3.tar.gz ++
 4196 lines of diff (skipped)

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