commit python-peppercorn for openSUSE:Factory

2020-05-04 Thread root
Hello community,

here is the log from the commit of package python-peppercorn for 
openSUSE:Factory checked in at 2020-05-04 18:42:55

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


Package is "python-peppercorn"

Mon May  4 18:42:55 2020 rev:5 rq:800057 version:0.6

Changes:

--- /work/SRC/openSUSE:Factory/python-peppercorn/python-peppercorn.changes  
2019-10-16 09:15:11.751481402 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-peppercorn.new.2738/python-peppercorn.changes
2020-05-04 18:43:48.757458767 +0200
@@ -1,0 +2,5 @@
+Mon May  4 12:21:19 UTC 2020 - Paolo Stivanin 
+
+- Remove nose and use unittest instead 
+
+---



Other differences:
--
++ python-peppercorn.spec ++
--- /var/tmp/diff_new_pack.FC5TjQ/_old  2020-05-04 18:43:50.181461704 +0200
+++ /var/tmp/diff_new_pack.FC5TjQ/_new  2020-05-04 18:43:50.185461712 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-peppercorn
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 # Copyright (c) 2017 LISA GmbH, Bingen, Germany.
 #
 # All modifications and additions to the file contributed by third parties
@@ -25,13 +25,11 @@
 License:BSD-4-Clause AND ZPL-2.1 AND MIT
 URL:https://docs.pylonsproject.org/projects/peppercorn/en/latest/
 Source: 
https://files.pythonhosted.org/packages/source/p/peppercorn/peppercorn-%{version}.tar.gz
-# Testing requirements:
-BuildRequires:  %{python_module coverage}
-BuildRequires:  %{python_module nose}
 BuildRequires:  %{python_module pylons-sphinx-themes}
+BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-# Documentation requirements:
+# Documentation requirement
 BuildRequires:  python3-Sphinx
 BuildArch:  noarch
 %python_subpackages
@@ -41,10 +39,6 @@
 sequences, mappings, and scalars, developed primarily for converting HTTP form
 POST data into a richer data structure.
 
-Please see the -doc package or
-http://docs.pylonsproject.org/projects/peppercorn/en/latest/ for the
-documentation.
-
 %package -n %{name}-doc
 Summary:Documentation for Pyramid exceptions logger
 
@@ -63,14 +57,10 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%python_exec setup.py nosetests --with-coverage
+%python_exec -m unittest discover -v
 
 %files %{python_files}
-%if 0%{?leap_version} >= 420200 || 0%{?suse_version} > 1320
-%license LICENSE.txt
-%else
 %license LICENSE.txt
-%endif
 %doc CHANGES.rst CONTRIBUTORS.txt COPYRIGHT.txt README.rst contributing.md
 %{python_sitelib}/*
 




commit python-peppercorn for openSUSE:Factory

2019-10-16 Thread root
Hello community,

here is the log from the commit of package python-peppercorn for 
openSUSE:Factory checked in at 2019-10-16 09:15:11

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


Package is "python-peppercorn"

Wed Oct 16 09:15:11 2019 rev:4 rq:738371 version:0.6

Changes:

--- /work/SRC/openSUSE:Factory/python-peppercorn/python-peppercorn.changes  
2019-05-22 11:15:25.670540470 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-peppercorn.new.2352/python-peppercorn.changes
2019-10-16 09:15:11.751481402 +0200
@@ -1,0 +2,5 @@
+Mon Oct 14 14:13:47 UTC 2019 - Matej Cepl 
+
+- Replace %fdupes -s with plain %fdupes; hardlinks are better.
+
+---



Other differences:
--
++ python-peppercorn.spec ++
--- /var/tmp/diff_new_pack.KnlH4R/_old  2019-10-16 09:15:12.915478403 +0200
+++ /var/tmp/diff_new_pack.KnlH4R/_new  2019-10-16 09:15:12.939478340 +0200
@@ -23,18 +23,16 @@
 Release:0
 Summary:Pyramid exceptions logger
 License:BSD-4-Clause AND ZPL-2.1 AND MIT
-Group:  Development/Languages/Python
-Url:http://docs.pylonsproject.org/projects/peppercorn/en/latest/
+URL:https://docs.pylonsproject.org/projects/peppercorn/en/latest/
 Source: 
https://files.pythonhosted.org/packages/source/p/peppercorn/peppercorn-%{version}.tar.gz
-# Documentation requirements:
-BuildRequires:  python3-Sphinx
 # Testing requirements:
 BuildRequires:  %{python_module coverage}
 BuildRequires:  %{python_module nose}
 BuildRequires:  %{python_module pylons-sphinx-themes}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+# Documentation requirements:
+BuildRequires:  python3-Sphinx
 BuildArch:  noarch
 %python_subpackages
 
@@ -49,7 +47,6 @@
 
 %package -n %{name}-doc
 Summary:Documentation for Pyramid exceptions logger
-Group:  Documentation/HTML
 
 %description -n %{name}-doc
 This package contains documentation for %{name}.
@@ -63,23 +60,21 @@
 
 %install
 %python_install
-%python_expand %fdupes -s %{buildroot}%{$python_sitelib}
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
 %python_exec setup.py nosetests --with-coverage
 
 %files %{python_files}
-%defattr(-,root,root,-)
 %if 0%{?leap_version} >= 420200 || 0%{?suse_version} > 1320
 %license LICENSE.txt
 %else
-%doc LICENSE.txt
+%license LICENSE.txt
 %endif
 %doc CHANGES.rst CONTRIBUTORS.txt COPYRIGHT.txt README.rst contributing.md
 %{python_sitelib}/*
 
 %files -n %{name}-doc
-%defattr(-,root,root,-)
 %doc build/sphinx/html
 
 %changelog




commit python-peppercorn for openSUSE:Factory

2019-05-22 Thread root
Hello community,

here is the log from the commit of package python-peppercorn for 
openSUSE:Factory checked in at 2019-05-22 11:15:24

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


Package is "python-peppercorn"

Wed May 22 11:15:24 2019 rev:3 rq:704376 version:0.6

Changes:

--- /work/SRC/openSUSE:Factory/python-peppercorn/python-peppercorn.changes  
2019-02-26 22:22:15.362069246 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-peppercorn.new.5148/python-peppercorn.changes
2019-05-22 11:15:25.670540470 +0200
@@ -1,0 +2,10 @@
+Tue May 21 07:49:00 UTC 2019 - pgaj...@suse.com
+
+- version update to 0.6
+  * Add support for Python 3.4, 3.5, 3.6 and 3.7.
+  * Drop support for Python 2.6, 3.2 and 3.3.
+  * Add contributing.md and update docs.
+- deleted patches
+  - peppercorn-0.5-fix-pylons-theme.patch (upstreamed)
+
+---

Old:

  peppercorn-0.5-fix-pylons-theme.patch
  peppercorn-0.5.tar.gz

New:

  peppercorn-0.6.tar.gz



Other differences:
--
++ python-peppercorn.spec ++
--- /var/tmp/diff_new_pack.heHAPI/_old  2019-05-22 11:15:26.518540314 +0200
+++ /var/tmp/diff_new_pack.heHAPI/_new  2019-05-22 11:15:26.518540314 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-peppercorn
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2017 LISA GmbH, Bingen, Germany.
 #
 # All modifications and additions to the file contributed by third parties
@@ -19,15 +19,13 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-peppercorn
-Version:0.5
+Version:0.6
 Release:0
 Summary:Pyramid exceptions logger
 License:BSD-4-Clause AND ZPL-2.1 AND MIT
 Group:  Development/Languages/Python
 Url:http://docs.pylonsproject.org/projects/peppercorn/en/latest/
 Source: 
https://files.pythonhosted.org/packages/source/p/peppercorn/peppercorn-%{version}.tar.gz
-# PATCH-FIX-OPENSUSE h...@urpla.net peppercorn-0.5-fix-pylons-theme.patch -- 
use pylons theme properly
-Patch:  peppercorn-0.5-fix-pylons-theme.patch
 # Documentation requirements:
 BuildRequires:  python3-Sphinx
 # Testing requirements:
@@ -58,7 +56,6 @@
 
 %prep
 %setup -q -n peppercorn-%{version}
-%patch -p1
 
 %build
 %python_build
@@ -78,7 +75,7 @@
 %else
 %doc LICENSE.txt
 %endif
-%doc CHANGES.txt CONTRIBUTORS.txt COPYRIGHT.txt README.txt
+%doc CHANGES.rst CONTRIBUTORS.txt COPYRIGHT.txt README.rst contributing.md
 %{python_sitelib}/*
 
 %files -n %{name}-doc

++ peppercorn-0.5.tar.gz -> peppercorn-0.6.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/peppercorn-0.5/.travis.yml 
new/peppercorn-0.6/.travis.yml
--- old/peppercorn-0.5/.travis.yml  1970-01-01 01:00:00.0 +0100
+++ new/peppercorn-0.6/.travis.yml  2018-08-16 09:43:15.0 +0200
@@ -0,0 +1,34 @@
+# Wire up travis
+language: python
+sudo: false
+
+matrix:
+include:
+- python: 2.7
+  env: TOXENV=py27
+- python: 3.4
+  env: TOXENV=py34
+- python: 3.5
+  env: TOXENV=py35
+- python: 3.6
+  env: TOXENV=py36
+- python: 3.7
+  env: TOXENV=py37
+  dist: xenial
+  sudo: true
+- python: pypy
+  env: TOXENV=pypy
+- python: pypy3.5
+  env: TOXENV=pypy3
+- python: 3.6
+  env: TOXENV=py27,py36,cover
+
+install:
+  - travis_retry pip install tox
+
+script:
+  - travis_retry tox
+
+notifications:
+  email:
+- pyramid-check...@lists.repoze.org
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/peppercorn-0.5/CHANGES.rst 
new/peppercorn-0.6/CHANGES.rst
--- old/peppercorn-0.5/CHANGES.rst  1970-01-01 01:00:00.0 +0100
+++ new/peppercorn-0.6/CHANGES.rst  2018-08-24 08:14:43.0 +0200
@@ -0,0 +1,68 @@
+Changes
+===
+
+0.6 (2018-08-24)
+
+
+- Add support for Python 3.4, 3.5, 3.6 and 3.7.
+
+- Drop support for Python 2.6, 3.2 and 3.3.
+
+- Add contributing.md and update docs. See
+  https://github.com/Pylons/peppercorn/issues/13
+
+
+0.5 (2014-09-29)
+
+
+- Switch to an iterative parser rather than a recursive parser to avoid
+  DoS attacks.
+
+- Add the ``ignore`` operation. The subsequent data elements in the stream
+  will be ignored until the corresponding ``__end__`` marker.  This feature
+  is useful for form elements designed for client-side scripting, such as a
+  "select all" checkbox in 

commit python-peppercorn for openSUSE:Factory

2019-02-26 Thread root
Hello community,

here is the log from the commit of package python-peppercorn for 
openSUSE:Factory checked in at 2019-02-26 22:20:42

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


Package is "python-peppercorn"

Tue Feb 26 22:20:42 2019 rev:2 rq:679049 version:0.5

Changes:

--- /work/SRC/openSUSE:Factory/python-peppercorn/python-peppercorn.changes  
2019-01-24 14:03:18.732058544 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-peppercorn.new.28833/python-peppercorn.changes
   2019-02-26 22:22:15.362069246 +0100
@@ -1,0 +2,5 @@
+Tue Dec 18 23:13:00 UTC 2018 - Jan Engelhardt 
+
+- Grammar fixes for the description. Remove an excessive Requires.
+
+---



Other differences:
--
++ python-peppercorn.spec ++
--- /var/tmp/diff_new_pack.zFv3sU/_old  2019-02-26 22:22:15.750069108 +0100
+++ /var/tmp/diff_new_pack.zFv3sU/_new  2019-02-26 22:22:15.754069107 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-peppercorn
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2017 LISA GmbH, Bingen, Germany.
 #
 # All modifications and additions to the file contributed by third parties
@@ -13,7 +13,7 @@
 # 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/
 #
 
 
@@ -43,19 +43,18 @@
 %description
 A library for converting a token stream into a data structure comprised of
 sequences, mappings, and scalars, developed primarily for converting HTTP form
-post data into a richer data structure.
+POST data into a richer data structure.
 
-Please see -doc package or
+Please see the -doc package or
 http://docs.pylonsproject.org/projects/peppercorn/en/latest/ for the
 documentation.
 
 %package -n %{name}-doc
 Summary:Documentation for Pyramid exceptions logger
-Group:  Development/Languages/Python
-Requires:   %{name} = %{version}
+Group:  Documentation/HTML
 
 %description -n %{name}-doc
-This package contains documentation files for %{name}.
+This package contains documentation for %{name}.
 
 %prep
 %setup -q -n peppercorn-%{version}