Hello community,

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

Package is "python-pybeam"

Thu Dec 27 00:27:46 2018 rev:12 rq:659577 version:0.4.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pybeam/python-pybeam.changes      
2018-04-17 11:18:46.250886197 +0200
+++ /work/SRC/openSUSE:Factory/.python-pybeam.new.28833/python-pybeam.changes   
2018-12-27 00:27:47.327741789 +0100
@@ -1,0 +2,5 @@
+Tue Dec  4 12:51:57 UTC 2018 - Matej Cepl <mc...@suse.com>
+
+- Remove superfluous devel dependency for noarch package
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-pybeam.spec ++++++
--- /var/tmp/diff_new_pack.jh7ms6/_old  2018-12-27 00:27:47.783741416 +0100
+++ /var/tmp/diff_new_pack.jh7ms6/_new  2018-12-27 00:27:47.783741416 +0100
@@ -12,7 +12,7 @@
 # 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/
 #
 
 
@@ -23,18 +23,16 @@
 Summary:        Python module to parse Erlang BEAM files
 License:        MIT
 Group:          Development/Languages/Python
-Url:            http://github.com/matwey/pybeam
+URL:            http://github.com/matwey/pybeam
 Source:         
https://files.pythonhosted.org/packages/source/p/pybeam/pybeam-%{version}.tar.gz
 Source1:        LICENSE
 BuildRequires:  %{python_module construct < 2.9}
 BuildRequires:  %{python_module construct >= 2.8}
-BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  %{python_module six}
 BuildRequires:  python-rpm-macros
 Requires:       python-construct
 Requires:       python-six >= 1.4.0
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
 %python_subpackages
 
@@ -45,7 +43,7 @@
 
 %prep
 %setup -q -n pybeam-%{version}
-cp %{S:1} .
+cp %{SOURCE1} .
 
 %build
 %python_build
@@ -54,8 +52,7 @@
 %python_install
 
 %files %{python_files}
-%defattr(-,root,root,-)
-%doc LICENSE
+%license LICENSE
 %{python_sitelib}/*
 
 %changelog


Reply via email to