commit python-axolotl for openSUSE:Factory

2019-07-11 Thread root
Hello community,

here is the log from the commit of package python-axolotl for openSUSE:Factory 
checked in at 2019-07-11 13:18:21

Comparing /work/SRC/openSUSE:Factory/python-axolotl (Old)
 and  /work/SRC/openSUSE:Factory/.python-axolotl.new.4615 (New)


Package is "python-axolotl"

Thu Jul 11 13:18:21 2019 rev:4 rq:714391 version:0.2.3

Changes:

--- /work/SRC/openSUSE:Factory/python-axolotl/python-axolotl.changes
2018-12-12 17:25:37.839094387 +0100
+++ /work/SRC/openSUSE:Factory/.python-axolotl.new.4615/python-axolotl.changes  
2019-07-11 13:18:40.702762006 +0200
@@ -1,0 +2,6 @@
+Tue Jul  9 21:03:24 UTC 2019 - Namor Barcode 
+
+- Update to version 0.2.3:
+  * no upstream changelog
+
+---

Old:

  LICENSE
  python-axolotl-0.1.42.tar.gz

New:

  0.2.3.tar.gz



Other differences:
--
++ python-axolotl.spec ++
--- /var/tmp/diff_new_pack.d9syiL/_old  2019-07-11 13:18:41.866761639 +0200
+++ /var/tmp/diff_new_pack.d9syiL/_new  2019-07-11 13:18:41.898761629 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-axolotl
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -18,27 +18,25 @@
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-axolotl
-Version:0.1.42
+Version:0.2.3
 Release:0
 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
+URL:https://github.com/tgalal/python-axolotl
+Source: 
https://github.com/tgalal/python-axolotl/archive/%{version}.tar.gz
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros
+Requires:   python-axolotl-curve25519 >= 0.4.1
+Requires:   python-cryptography
+Requires:   python-protobuf >= 3.0.0.b2
+BuildArch:  noarch
 # SECTION test requirements
-BuildRequires:  %{python_module axolotl-curve25519}
+BuildRequires:  %{python_module axolotl-curve25519 >= 0.4.1}
 BuildRequires:  %{python_module cryptography}
 BuildRequires:  %{python_module protobuf >= 3.0.0.b2}
 # /SECTION
-BuildRequires:  fdupes
-Requires:   python-axolotl-curve25519
-Requires:   python-cryptography
-Requires:   python-protobuf >= 3.0.0.b2
-BuildArch:  noarch
-
 %python_subpackages
 
 %description
@@ -47,7 +45,6 @@
 
 %prep
 %setup -q -n python-axolotl-%{version}
-cp %SOURCE1 .
 
 %build
 %python_build
@@ -55,6 +52,7 @@
 %install
 %python_install
 %python_expand %fdupes %{buildroot}%{$python_sitelib}
+
 %check
 %python_exec setup.py test
 

++ python-axolotl-0.1.42.tar.gz -> 0.2.3.tar.gz ++
 2430 lines of diff (skipped)




commit python-axolotl for openSUSE:Factory

2018-12-12 Thread root
Hello community,

here is the log from the commit of package python-axolotl for openSUSE:Factory 
checked in at 2018-12-12 17:25:37

Comparing /work/SRC/openSUSE:Factory/python-axolotl (Old)
 and  /work/SRC/openSUSE:Factory/.python-axolotl.new.28833 (New)


Package is "python-axolotl"

Wed Dec 12 17:25:37 2018 rev:3 rq:653930 version:0.1.42

Changes:

--- /work/SRC/openSUSE:Factory/python-axolotl/python-axolotl.changes
2018-04-13 12:49:35.603936707 +0200
+++ /work/SRC/openSUSE:Factory/.python-axolotl.new.28833/python-axolotl.changes 
2018-12-12 17:25:37.839094387 +0100
@@ -1,0 +2,5 @@
+Tue Dec  4 12:45:53 UTC 2018 - Matej Cepl 
+
+- Remove superfluous devel dependency for noarch package
+
+---



Other differences:
--
++ python-axolotl.spec ++
--- /var/tmp/diff_new_pack.B1p9DF/_old  2018-12-12 17:25:38.307093791 +0100
+++ /var/tmp/diff_new_pack.B1p9DF/_new  2018-12-12 17:25:38.311093786 +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/
 #
 
 
@@ -26,7 +26,6 @@
 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_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  python-rpm-macros
 # SECTION test requirements




commit python-axolotl for openSUSE:Factory

2018-04-13 Thread root
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 - jeng...@inai.de
+
+- 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}