Hello community,

here is the log from the commit of package python-PasteDeploy for 
openSUSE:Factory checked in at 2019-03-08 11:00:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-PasteDeploy (Old)
 and      /work/SRC/openSUSE:Factory/.python-PasteDeploy.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-PasteDeploy"

Fri Mar  8 11:00:55 2019 rev:16 rq:681894 version:2.0.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-PasteDeploy/python-PasteDeploy.changes    
2018-12-19 13:54:00.550903721 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-PasteDeploy.new.28833/python-PasteDeploy.changes
 2019-03-08 11:00:57.076545113 +0100
@@ -1,0 +2,5 @@
+Tue Mar  5 19:08:57 UTC 2019 - Tomáš Chvátal <[email protected]>
+
+- Switch to github tarball to run tests
+
+-------------------------------------------------------------------

Old:
----
  PasteDeploy-2.0.1.tar.gz

New:
----
  2.0.1.tar.gz

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

Other differences:
------------------
++++++ python-PasteDeploy.spec ++++++
--- /var/tmp/diff_new_pack.QRKMJX/_old  2019-03-08 11:00:57.560545036 +0100
+++ /var/tmp/diff_new_pack.QRKMJX/_new  2019-03-08 11:00:57.560545036 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-PasteDeploy
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,27 +21,25 @@
 Name:           python-PasteDeploy
 Version:        2.0.1
 Release:        0
-Url:            http://pythonpaste.org/deploy/
 Summary:        Tool to load, configure, and compose WSGI applications and 
servers
 License:        MIT
 Group:          Development/Languages/Python
-Source:         
https://files.pythonhosted.org/packages/source/P/PasteDeploy/PasteDeploy-%{version}.tar.gz
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+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 setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
 Requires:       python-Paste
 Requires:       python-setuptools
+Provides:       python-pastedeploy = %{version}
+Obsoletes:      python-pastedeploy < %{version}
+BuildArch:      noarch
 %ifpython2
 Obsoletes:      %{oldpython}-pastedeploy < %{version}
 Provides:       %{oldpython}-pastedeploy = %{version}
 %endif
-%ifpython3
-Provides:       python3-pastedeploy = %{version}
-Obsoletes:      python3-pastedeploy < %{version}
-%endif
-BuildArch:      noarch
 %python_subpackages
 
 %description
@@ -50,7 +48,7 @@
 provides commands to serve applications based on this configuration file.
 
 %prep
-%setup -q -n PasteDeploy-%{version}
+%setup -q -n pastedeploy-%{version}
 
 %build
 %python_build
@@ -59,9 +57,12 @@
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
 
+%check
+%python_exec setup.py test
+
 %files %{python_files}
-%defattr(-,root,root,-)
 %doc README.rst
+%license license.txt
 %{python_sitelib}/*
 
 %changelog

++++++ PasteDeploy-2.0.1.tar.gz -> 2.0.1.tar.gz ++++++
++++ 2391 lines of diff (skipped)


Reply via email to