Hello community,

here is the log from the commit of package python-appdirs for openSUSE:Factory 
checked in at 2018-09-10 12:39:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-appdirs (Old)
 and      /work/SRC/openSUSE:Factory/.python-appdirs.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-appdirs"

Mon Sep 10 12:39:00 2018 rev:5 rq: version:1.4.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-appdirs/python-appdirs.changes    
2018-09-07 15:34:29.378860717 +0200
+++ /work/SRC/openSUSE:Factory/.python-appdirs.new/python-appdirs.changes       
2018-09-10 12:39:01.822011191 +0200
@@ -2,20 +1,0 @@
-Tue Sep  4 15:23:26 UTC 2018 - Matěj Cepl <mc...@suse.com>
-
-- Clean SPEC and remove circular dependency on python-setuptools
-  (Add remove-setuptools-dependency.patch patch to do this)
-
--------------------------------------------------------------------
-Fri Aug 17 13:47:34 UTC 2018 - tchva...@suse.com
-
-- Use setuptools normally
-- Run tests
-
--------------------------------------------------------------------
-Tue Aug 14 10:13:51 UTC 2018 - m...@suse.com
-
-- Submission to SUSE:SLE-12-SP3:Update:PubClouds
-    
-  This commit tracks the submission for fate#326575
-  and bsc#1103542
-
--------------------------------------------------------------------

Old:
----
  remove-setuptools-dependency.patch

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

Other differences:
------------------
++++++ python-appdirs.spec ++++++
--- /var/tmp/diff_new_pack.RwRKQs/_old  2018-09-10 12:39:02.730009864 +0200
+++ /var/tmp/diff_new_pack.RwRKQs/_new  2018-09-10 12:39:02.730009864 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-appdirs
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -23,11 +23,11 @@
 Summary:        A small Python module for determining platform-specific dirs
 License:        MIT
 Group:          Development/Languages/Python
-URL:            http://github.com/ActiveState/appdirs
+Url:            http://github.com/ActiveState/appdirs
 Source:         
https://files.pythonhosted.org/packages/source/a/appdirs/appdirs-%{version}.tar.gz
-Patch:          remove-setuptools-dependency.patch
 BuildRequires:  %{python_module base}
 BuildRequires:  python-rpm-macros
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 %python_subpackages
 
@@ -51,13 +51,14 @@
 
 %install
 %python_install
-
-%check
-%python_exec -munittest discover -v
+# fix up egg-info because distutils is bad and should feel bad
+%{python_expand rm %{buildroot}%{$python_sitelib}/*.egg-info
+cp -r appdirs.egg-info 
%{buildroot}%{$python_sitelib}/appdirs-%{version}-py%{$python_version}.egg-info
+}
 
 %files %{python_files}
-%license LICENSE.txt
-%doc CHANGES.rst README.rst
+%defattr(-,root,root,-)
+%doc CHANGES.rst LICENSE.txt README.rst
 %pycache_only %{python_sitelib}/__pycache__/*
 %{python_sitelib}/appdirs.py*
 %{python_sitelib}/appdirs-%{version}-py%{python_version}.egg-info


Reply via email to