Hello community,

here is the log from the commit of package python-frozendict for 
openSUSE:Factory checked in at 2018-12-11 15:48:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-frozendict (Old)
 and      /work/SRC/openSUSE:Factory/.python-frozendict.new.19453 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-frozendict"

Tue Dec 11 15:48:28 2018 rev:2 rq:656858 version:1.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-frozendict/python-frozendict.changes      
2017-05-31 12:17:43.721454375 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-frozendict.new.19453/python-frozendict.changes
   2018-12-11 15:48:30.178162042 +0100
@@ -1,0 +2,10 @@
+Mon Dec 10 14:53:01 UTC 2018 - Tomáš Chvátal <[email protected]>
+
+- Fix fdupes call
+
+-------------------------------------------------------------------
+Tue Dec  4 12:48:14 UTC 2018 - Matej Cepl <[email protected]>
+
+- Remove superfluous devel dependency for noarch package
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-frozendict.spec ++++++
--- /var/tmp/diff_new_pack.nhAvWp/_old  2018-12-11 15:48:31.218160894 +0100
+++ /var/tmp/diff_new_pack.nhAvWp/_new  2018-12-11 15:48:31.222160890 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-frozendict
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -12,25 +12,23 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
+#
 
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:           python-frozendict
 Version:        1.2
 Release:        0
-License:        MIT
 Summary:        An immutable dictionary
-Url:            https://github.com/slezica/%{name}
+License:        MIT
 Group:          Development/Languages/Python
+URL:            https://github.com/slezica/%{name}
 Source:         
https://files.pythonhosted.org/packages/source/f/frozendict/frozendict-%{version}.tar.gz
-BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
-BuildRequires:  python-rpm-macros
 BuildRequires:  fdupes
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  python-rpm-macros
 BuildArch:      noarch
-
 %python_subpackages
 
 %description
@@ -46,11 +44,11 @@
 
 %install
 %python_install
-%fdupes %{buildroot}%{_prefix}
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 
-%files %python_files
-%defattr(-,root,root,-)
-%doc LICENSE.txt README.rst
+%files %{python_files}
+%license LICENSE.txt
+%doc README.rst
 %{python_sitelib}/frozendict-%{version}-py*.egg-info/
 %{python_sitelib}/frozendict
 


Reply via email to