Hello community,

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

Package is "python-signedjson"

Mon Dec 24 11:46:39 2018 rev:2 rq:660069 version:1.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-signedjson/python-signedjson.changes      
2017-08-04 11:59:15.488660139 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-signedjson.new.28833/python-signedjson.changes
   2018-12-24 11:46:39.597172392 +0100
@@ -1,0 +2,10 @@
+Tue Dec 18 23:29:30 UTC 2018 - Jan Engelhardt <[email protected]>
+
+- Use noun phrase in summary.
+
+-------------------------------------------------------------------
+Tue Dec  4 12:54:19 UTC 2018 - Matej Cepl <[email protected]>
+
+- Remove superfluous devel dependency for noarch package
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ python-signedjson.spec ++++++
--- /var/tmp/diff_new_pack.5iFWxu/_old  2018-12-24 11:46:39.965172069 +0100
+++ /var/tmp/diff_new_pack.5iFWxu/_new  2018-12-24 11:46:39.965172069 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python
 #
-# 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,28 +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-%{**}}
 %global modname signedjson
-
 Name:           python-%{modname}
 Version:        1.0.0
 Release:        0
-Summary:        Sign JSON with Ed25519 signatures
+Summary:        Python module to sign JSON with Ed25519 signatures
 License:        Apache-2.0
 Group:          Development/Languages/Python
-Url:            https://github.com/matrix-org/%{name}
+URL:            https://github.com/matrix-org/%{name}
 Source0:        %{name}-%{version}.tar.xz
-BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildArch:      noarch
-
 %python_subpackages
 
 %description
@@ -45,9 +41,8 @@
 * ED25519 can be replaced with a different algorithm.
 * Unprotected data can be added to the object under the "unsigned" key.
 
-
 %prep
-%setup -q -n %{name}-%{version}
+%setup -q
 
 %build
 
@@ -58,8 +53,8 @@
 %python_expand %fdupes %{buildroot}%{$python_sitelib}/%{modname}
 
 %files %{python_files}
-%defattr(-,root,root,-)
-%doc README.rst LICENSE
+%license LICENSE
+%doc README.rst
 %{python_sitelib}/*
 
 %changelog


Reply via email to