Hello community,

here is the log from the commit of package python-PasteDeploy for 
openSUSE:Factory checked in at 2020-06-26 21:43:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-PasteDeploy (Old)
 and      /work/SRC/openSUSE:Factory/.python-PasteDeploy.new.3060 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-PasteDeploy"

Fri Jun 26 21:43:44 2020 rev:18 rq:816627 version:2.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-PasteDeploy/python-PasteDeploy.changes    
2020-03-27 00:24:06.364220596 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-PasteDeploy.new.3060/python-PasteDeploy.changes
  2020-06-26 21:43:46.369510240 +0200
@@ -1,0 +2,6 @@
+Tue Jun 23 16:24:08 UTC 2020 - Matej Cepl <mc...@suse.com>
+
+- Add rm_nspace_pkgs.patch to poorly used namespace_packages
+  (gh#Pylons/pastedeploy#27)
+
+-------------------------------------------------------------------

New:
----
  rm_nspace_pkgs.patch

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

Other differences:
------------------
++++++ python-PasteDeploy.spec ++++++
--- /var/tmp/diff_new_pack.2Oj0SG/_old  2020-06-26 21:43:47.853514991 +0200
+++ /var/tmp/diff_new_pack.2Oj0SG/_new  2020-06-26 21:43:47.853514991 +0200
@@ -26,6 +26,9 @@
 Group:          Development/Languages/Python
 URL:            https://github.com/Pylons/pastedeploy
 Source:         https://github.com/Pylons/pastedeploy/archive/%{version}.tar.gz
+# PATCH-FIX-UPSTREAM rm_nspace_pkgs.patch gh#Pylons/pastedeploy#27 
mc...@suse.com
+# Package uses namespace_packages, when it shouldn't.
+Patch0:         rm_nspace_pkgs.patch
 BuildRequires:  %{python_module Paste}
 BuildRequires:  %{python_module pytest}
 BuildRequires:  %{python_module setuptools}
@@ -49,6 +52,7 @@
 
 %prep
 %setup -q -n pastedeploy-%{version}
+%autopatch -p1
 
 %build
 %python_build

++++++ rm_nspace_pkgs.patch ++++++
--- a/setup.py
+++ b/setup.py
@@ -48,7 +48,6 @@ setup(
         "Issue Tracker": "https://github.com/Pylons/pastedeploy/issues";,
     },
     license="MIT",
-    namespace_packages=["paste"],
     packages=find_packages(exclude=["tests"]),
     include_package_data=True,
     zip_safe=False,

Reply via email to