Hello community,

here is the log from the commit of package python-PasteDeploy for 
openSUSE:Factory checked in at 2020-03-27 00:24:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-PasteDeploy (Old)
 and      /work/SRC/openSUSE:Factory/.python-PasteDeploy.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-PasteDeploy"

Fri Mar 27 00:24:03 2020 rev:17 rq:785066 version:2.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-PasteDeploy/python-PasteDeploy.changes    
2019-03-08 11:00:57.076545113 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-PasteDeploy.new.3160/python-PasteDeploy.changes
  2020-03-27 00:24:06.364220596 +0100
@@ -1,0 +2,6 @@
+Sat Mar 14 15:42:42 UTC 2020 - Dirk Mueller <dmuel...@suse.com>
+
+- update to 2.1.0:
+  * pytest-runner removed, use tox to run tests
+
+-------------------------------------------------------------------

Old:
----
  2.0.1.tar.gz

New:
----
  2.1.0.tar.gz

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

Other differences:
------------------
++++++ python-PasteDeploy.spec ++++++
--- /var/tmp/diff_new_pack.Ri427B/_old  2020-03-27 00:24:07.252221046 +0100
+++ /var/tmp/diff_new_pack.Ri427B/_new  2020-03-27 00:24:07.256221047 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-PasteDeploy
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,7 +19,7 @@
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 %define oldpython python
 Name:           python-PasteDeploy
-Version:        2.0.1
+Version:        2.1.0
 Release:        0
 Summary:        Tool to load, configure, and compose WSGI applications and 
servers
 License:        MIT
@@ -27,7 +27,7 @@
 URL:            https://github.com/Pylons/pastedeploy
 Source:         https://github.com/Pylons/pastedeploy/archive/%{version}.tar.gz
 BuildRequires:  %{python_module Paste}
-BuildRequires:  %{python_module pytest-runner}
+BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
@@ -58,7 +58,7 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %check
-%python_exec setup.py test
+%pytest
 
 %files %{python_files}
 %doc README.rst

++++++ 2.0.1.tar.gz -> 2.1.0.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pastedeploy-2.0.1/MANIFEST.in 
new/pastedeploy-2.1.0/MANIFEST.in
--- old/pastedeploy-2.0.1/MANIFEST.in   2018-12-04 15:17:16.000000000 +0100
+++ new/pastedeploy-2.1.0/MANIFEST.in   2020-02-02 12:54:33.000000000 +0100
@@ -1,2 +1,7 @@
 include docs/*.txt
-recursive-include paste/deploy/paster_templates *
+include license.txt
+graft tests
+graft paste/deploy/paster_templates
+
+global-exclude __pycache__ *.py[cod]
+global-exclude .DS_Store
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pastedeploy-2.0.1/docs/news.rst 
new/pastedeploy-2.1.0/docs/news.rst
--- old/pastedeploy-2.0.1/docs/news.rst 2018-12-04 15:17:16.000000000 +0100
+++ new/pastedeploy-2.1.0/docs/news.rst 2020-02-02 12:54:33.000000000 +0100
@@ -1,6 +1,11 @@
 Paste Deployment News
 =====================
 
+2.1.0
+-----
+
+* pytest-runner removed, use tox to run tests.
+
 2.0.0
 -----
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pastedeploy-2.0.1/setup.cfg 
new/pastedeploy-2.1.0/setup.cfg
--- old/pastedeploy-2.0.1/setup.cfg     2018-12-04 15:17:16.000000000 +0100
+++ new/pastedeploy-2.1.0/setup.cfg     2020-02-02 12:54:33.000000000 +0100
@@ -1,5 +1,2 @@
 [wheel]
 universal = true
-
-[aliases]
-test = pytest
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/pastedeploy-2.0.1/setup.py 
new/pastedeploy-2.1.0/setup.py
--- old/pastedeploy-2.0.1/setup.py      2018-12-04 15:17:16.000000000 +0100
+++ new/pastedeploy-2.1.0/setup.py      2020-02-02 12:54:33.000000000 +0100
@@ -13,7 +13,7 @@
 
 setup(
     name="PasteDeploy",
-    version="2.0.1",
+    version="2.1.0",
     description="Load, configure, and compose WSGI applications and servers",
     long_description=readme,
     classifiers=[
@@ -52,8 +52,6 @@
     packages=find_packages(exclude=["tests"]),
     include_package_data=True,
     zip_safe=False,
-    setup_requires=["pytest-runner"],
-    tests_require=["pytest"],
     extras_require={
         "Config": [],
         "Paste": ["Paste"],


Reply via email to