commit python-pyramid-chameleon for openSUSE:Factory

2020-08-17 Thread root
Hello community,

here is the log from the commit of package python-pyramid-chameleon for 
openSUSE:Factory checked in at 2020-08-17 14:40:05

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


Package is "python-pyramid-chameleon"

Mon Aug 17 14:40:05 2020 rev:4 rq:827179 version:0.3

Changes:

--- 
/work/SRC/openSUSE:Factory/python-pyramid-chameleon/python-pyramid-chameleon.changes
2020-04-21 13:06:51.088355660 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-pyramid-chameleon.new.3399/python-pyramid-chameleon.changes
  2020-08-17 14:40:06.794575634 +0200
@@ -1,0 +2,7 @@
+Sun Aug 16 21:29:52 UTC 2020 - John Vandenberg 
+
+- Replace nose with pytest
+- Replace fix-test___call__spec_alreadyregistered.patch with
+  descriptive test exclusion
+
+---

Old:

  fix-test___call__spec_alreadyregistered.patch



Other differences:
--
++ python-pyramid-chameleon.spec ++
--- /var/tmp/diff_new_pack.S9bQuC/_old  2020-08-17 14:40:07.702576010 +0200
+++ /var/tmp/diff_new_pack.S9bQuC/_new  2020-08-17 14:40:07.706576011 +0200
@@ -25,13 +25,12 @@
 License:BSD-3-Clause AND ZPL-2.1 AND MIT
 URL:https://github.com/Pylons/pyramid_chameleon
 Source: 
https://files.pythonhosted.org/packages/source/p/pyramid_chameleon/pyramid_chameleon-%{version}.tar.gz
-Patch0: fix-test___call__spec_alreadyregistered.patch
 BuildRequires:  %{python_module Chameleon}
 BuildRequires:  %{python_module hupper}
-BuildRequires:  %{python_module nose}
 BuildRequires:  %{python_module plaster-pastedeploy}
 BuildRequires:  %{python_module plaster}
 BuildRequires:  %{python_module pyramid >= 1.4}
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module virtualenv}
 BuildRequires:  fdupes
@@ -49,7 +48,6 @@
 %setup -q -n pyramid_chameleon-%{version}
 # Remove CC-SA-NC licensed stuff
 rm -rf docs/
-%patch0 -p1
 
 %build
 %python_build
@@ -59,7 +57,8 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%python_exec setup.py test
+# test___call__spec_alreadyregistered tries to import pyramid.tests
+%pytest -k 'not test___call__spec_alreadyregistered'
 
 %files %{python_files}
 %doc CHANGES.txt README.rst




commit python-pyramid-chameleon for openSUSE:Factory

2020-04-21 Thread root
Hello community,

here is the log from the commit of package python-pyramid-chameleon for 
openSUSE:Factory checked in at 2020-04-21 13:06:44

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


Package is "python-pyramid-chameleon"

Tue Apr 21 13:06:44 2020 rev:3 rq:795620 version:0.3

Changes:

--- 
/work/SRC/openSUSE:Factory/python-pyramid-chameleon/python-pyramid-chameleon.changes
2019-11-01 15:13:46.116726148 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-pyramid-chameleon.new.2738/python-pyramid-chameleon.changes
  2020-04-21 13:06:51.088355660 +0200
@@ -1,0 +2,5 @@
+Mon Apr 20 06:03:18 UTC 2020 - Tomáš Chvátal 
+
+- Fix version req on pyramid
+
+---



Other differences:
--
++ python-pyramid-chameleon.spec ++
--- /var/tmp/diff_new_pack.KQAWDk/_old  2020-04-21 13:06:52.064357607 +0200
+++ /var/tmp/diff_new_pack.KQAWDk/_new  2020-04-21 13:06:52.068357615 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pyramid-chameleon
 #
-# 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
@@ -31,7 +31,7 @@
 BuildRequires:  %{python_module nose}
 BuildRequires:  %{python_module plaster-pastedeploy}
 BuildRequires:  %{python_module plaster}
-BuildRequires:  %{python_module pyramid} >= 1.4
+BuildRequires:  %{python_module pyramid >= 1.4}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module virtualenv}
 BuildRequires:  fdupes




commit python-pyramid-chameleon for openSUSE:Factory

2019-11-01 Thread root
Hello community,

here is the log from the commit of package python-pyramid-chameleon for 
openSUSE:Factory checked in at 2019-11-01 15:13:45

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


Package is "python-pyramid-chameleon"

Fri Nov  1 15:13:45 2019 rev:2 rq:744577 version:0.3

Changes:

--- 
/work/SRC/openSUSE:Factory/python-pyramid-chameleon/python-pyramid-chameleon.changes
2019-10-31 18:13:18.629888615 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-pyramid-chameleon.new.2990/python-pyramid-chameleon.changes
  2019-11-01 15:13:46.116726148 +0100
@@ -1,0 +2,5 @@
+Mon Oct 14 14:16:55 UTC 2019 - Matej Cepl 
+
+- Replace %fdupes -s with plain %fdupes; hardlinks are better.
+
+---



Other differences:
--
++ python-pyramid-chameleon.spec ++
--- /var/tmp/diff_new_pack.RBaR55/_old  2019-11-01 15:13:46.860727118 +0100
+++ /var/tmp/diff_new_pack.RBaR55/_new  2019-11-01 15:13:46.884727149 +0100
@@ -23,7 +23,6 @@
 Release:0
 Summary:Pyramid Chameleon integration
 License:BSD-3-Clause AND ZPL-2.1 AND MIT
-Group:  Development/Languages/Python
 URL:https://github.com/Pylons/pyramid_chameleon
 Source: 
https://files.pythonhosted.org/packages/source/p/pyramid_chameleon/pyramid_chameleon-%{version}.tar.gz
 Patch0: fix-test___call__spec_alreadyregistered.patch
@@ -34,7 +33,6 @@
 BuildRequires:  %{python_module plaster}
 BuildRequires:  %{python_module pyramid} >= 1.4
 BuildRequires:  %{python_module setuptools}
-BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module virtualenv}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
@@ -58,7 +56,7 @@
 
 %install
 %python_install
-%python_expand %fdupes -s %{buildroot}%{$python_sitelib}
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
 %python_exec setup.py test