Hello community,

here is the log from the commit of package python-ecdsa for openSUSE:Factory 
checked in at 2018-12-13 19:47:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-ecdsa (Old)
 and      /work/SRC/openSUSE:Factory/.python-ecdsa.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-ecdsa"

Thu Dec 13 19:47:56 2018 rev:8 rq:655720 version:0.13

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-ecdsa/python-ecdsa.changes        
2017-05-09 18:02:46.580060413 +0200
+++ /work/SRC/openSUSE:Factory/.python-ecdsa.new.28833/python-ecdsa.changes     
2018-12-13 19:48:00.644734628 +0100
@@ -1,0 +2,5 @@
+Tue Dec  4 12:47:34 UTC 2018 - Matej Cepl <mc...@suse.com>
+
+- Remove superfluous devel dependency for noarch package
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-ecdsa.spec ++++++
--- /var/tmp/diff_new_pack.mLsMj5/_old  2018-12-13 19:48:01.992732883 +0100
+++ /var/tmp/diff_new_pack.mLsMj5/_new  2018-12-13 19:48:02.012732856 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-ecdsa
 #
-# 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,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,14 +23,12 @@
 Summary:        ECDSA cryptographic signature library (pure python)
 License:        MIT
 Group:          Development/Languages/Python
-Url:            http://github.com/warner/python-ecdsa
-Source:         
https://pypi.python.org/packages/source/e/ecdsa/ecdsa-%{version}.tar.gz
-BuildRequires:  %{python_module devel}
+URL:            http://github.com/warner/python-ecdsa
+Source:         
https://files.pythonhosted.org/packages/source/e/ecdsa/ecdsa-%{version}.tar.gz
+BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
-
 %python_subpackages
 
 %description
@@ -47,7 +45,7 @@
 %build
 %python_build
 #remove shebang from all non executable files
-find ./ -type f -name "*.py" -perm 644 -exec sed -i -e '1{\@^#! /usr/bin/env 
python@d}' {} \;
+find ./ -type f -name "*.py" -perm 644 -exec sed -i -e '1{\@^#! %{_bindir}/env 
python@d}' {} \;
 
 %install
 %python_install
@@ -55,9 +53,9 @@
 #hardlink duplicated files
 %fdupes %{buildroot}
 
-%files %python_files
-%defattr(-,root,root,-)
-%doc LICENSE NEWS README.md
+%files %{python_files}
+%license LICENSE
+%doc NEWS README.md
 %{python_sitelib}/*
 
 %changelog


Reply via email to