diff --git a/2.0.1.tar.gz b/2.0.1.tar.gz deleted file mode 100644 index d982c10..0000000 --- a/2.0.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1c2a938f3f69e88ab6751200222fa6501e6af296c980fdb86fdbdedc6bbdf234 -size 32215 diff --git a/2.1.0.tar.gz b/2.1.0.tar.gz new file mode 100644 index 0000000..5cf92c5 --- /dev/null +++ b/2.1.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6b5364d410c5e085e5b88060969b6dc55f738de27d8fd7c6658d1bbe1e067b9 +size 32240 diff --git a/python-PasteDeploy.changes b/python-PasteDeploy.changes index 525a9cb..5b8c417 100644 --- a/python-PasteDeploy.changes +++ b/python-PasteDeploy.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Mar 14 15:42:42 UTC 2020 - Dirk Mueller + +- update to 2.1.0: + * pytest-runner removed, use tox to run tests + ------------------------------------------------------------------- Tue Mar 5 19:08:57 UTC 2019 - Tomáš Chvátal diff --git a/python-PasteDeploy.spec b/python-PasteDeploy.spec index a8c1bf0..bed1244 100644 --- a/python-PasteDeploy.spec +++ b/python-PasteDeploy.spec @@ -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 @@ Group: Development/Languages/Python 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 @@ provides commands to serve applications based on this configuration file. %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%python_exec setup.py test +%pytest %files %{python_files} %doc README.rst