Hello community, here is the log from the commit of package python-axolotl for openSUSE:Factory checked in at 2018-04-13 12:49:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-axolotl (Old) and /work/SRC/openSUSE:Factory/.python-axolotl.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-axolotl" Fri Apr 13 12:49:35 2018 rev:2 rq:595300 version:0.1.42 Changes: -------- --- /work/SRC/openSUSE:Factory/python-axolotl/python-axolotl.changes 2018-04-06 17:47:46.875317154 +0200 +++ /work/SRC/openSUSE:Factory/.python-axolotl.new/python-axolotl.changes 2018-04-13 12:49:35.603936707 +0200 @@ -1,0 +2,5 @@ +Thu Apr 5 19:11:13 UTC 2018 - [email protected] + +- Update descriptions. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-axolotl.spec ++++++ --- /var/tmp/diff_new_pack.rJoLQk/_old 2018-04-13 12:49:36.311911057 +0200 +++ /var/tmp/diff_new_pack.rJoLQk/_new 2018-04-13 12:49:36.315910912 +0200 @@ -13,37 +13,38 @@ # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ +# %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-axolotl Version: 0.1.42 Release: 0 -License: GPL-3.0 -Summary: Python port of libaxolotl-android, originally written by Moxie Marlinspik -Url: https://github.com/tgalal/python-axolotl +Summary: Python port of libaxolotl-android +License: GPL-3.0-only Group: Development/Languages/Python +Url: https://github.com/tgalal/python-axolotl Source: https://files.pythonhosted.org/packages/source/p/python-axolotl/python-axolotl-%{version}.tar.gz Source1: https://raw.githubusercontent.com/tgalal/python-axolotl/master/LICENSE -BuildRequires: python-rpm-macros BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} +BuildRequires: python-rpm-macros # SECTION test requirements +BuildRequires: %{python_module axolotl-curve25519} BuildRequires: %{python_module cryptography} BuildRequires: %{python_module protobuf >= 3.0.0.b2} -BuildRequires: %{python_module axolotl-curve25519} # /SECTION BuildRequires: fdupes +Requires: python-axolotl-curve25519 Requires: python-cryptography Requires: python-protobuf >= 3.0.0.b2 -Requires: python-axolotl-curve25519 BuildArch: noarch %python_subpackages %description -This is a python port of libsignal-protocol-java originally written by Moxie -Marlinspike +This is a Python port of libsignal-protocol-java, originally written by Moxie +Marlinspike. %prep %setup -q -n python-axolotl-%{version}
