Hello community,

here is the log from the commit of package python-humanize for openSUSE:Factory 
checked in at 2019-01-03 18:06:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-humanize (Old)
 and      /work/SRC/openSUSE:Factory/.python-humanize.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-humanize"

Thu Jan  3 18:06:21 2019 rev:2 rq:656826 version:0.5.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-humanize/python-humanize.changes  
2017-07-11 08:25:06.433694337 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-humanize.new.28833/python-humanize.changes   
    2019-01-03 18:06:22.300154031 +0100
@@ -1,0 +2,11 @@
+Mon Dec 10 12:37:51 UTC 2018 - Tomáš Chvátal <[email protected]>
+
+- Fix fdupes call
+- Fix Source url
+
+-------------------------------------------------------------------
+Tue Dec  4 12:49:01 UTC 2018 - Matej Cepl <[email protected]>
+
+- Remove superfluous devel dependency for noarch package
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-humanize.spec ++++++
--- /var/tmp/diff_new_pack.GrA8BQ/_old  2019-01-03 18:06:22.764153619 +0100
+++ /var/tmp/diff_new_pack.GrA8BQ/_new  2019-01-03 18:06:22.764153619 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-humanize
 #
-# 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,32 +12,24 @@
 # 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-humanize
 %global modname humanize
+Name:           python-humanize
 Version:        0.5.1
 Release:        0
 Summary:        Python humanize utilities
 License:        MIT
 Group:          Development/Languages/Python
-Url:            http://github.com/jmoiron/%{modname}
-Source:         
https://pypi.io/packages/source/h/%{modname}/%{modname}-%{version}.tar.gz
-BuildRequires:  %{python_module devel}
+URL:            http://github.com/jmoiron/humanize
+Source:         
https://files.pythonhosted.org/packages/source/h/humanize/%{modname}-%{version}.tar.gz
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%if 0%{?suse_version} && 0%{?suse_version} <= 1110
-%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%else
 BuildArch:      noarch
-%endif
-
 %python_subpackages
 
 %description
@@ -53,12 +45,11 @@
 
 %install
 %python_install
-%find_lang humanize
-%fdupes %{buildroot}%{_prefix}
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 
 %files %{python_files}
-%defattr(-,root,root,-)
-%doc LICENCE README.rst
+%license LICENCE
+%doc README.rst
 %{python_sitelib}/*
 %{python_sitelib}/humanize/locale/*
 


Reply via email to