commit xortool for openSUSE:Factory

2020-08-29 Thread root
Hello community,

here is the log from the commit of package xortool for openSUSE:Factory checked 
in at 2020-08-29 20:37:08

Comparing /work/SRC/openSUSE:Factory/xortool (Old)
 and  /work/SRC/openSUSE:Factory/.xortool.new.3399 (New)


Package is "xortool"

Sat Aug 29 20:37:08 2020 rev:3 rq:829807 version:0.99

Changes:

--- /work/SRC/openSUSE:Factory/xortool/xortool.changes  2020-01-07 
23:55:41.932104359 +0100
+++ /work/SRC/openSUSE:Factory/.xortool.new.3399/xortool.changes
2020-08-29 20:37:15.693336859 +0200
@@ -1,0 +2,7 @@
+Wed Aug 26 08:35:02 UTC 2020 - Dirk Mueller 
+
+- update to 0.99:
+  * completed transition to python 3
+  * bugfixes
+
+---

Old:

  _service
  xortool-0.98+git20191025.tar.xz

New:

  xortool-0.99.tar.gz



Other differences:
--
++ xortool.spec ++
--- /var/tmp/diff_new_pack.kRkeD2/_old  2020-08-29 20:37:16.729337296 +0200
+++ /var/tmp/diff_new_pack.kRkeD2/_new  2020-08-29 20:37:16.77297 +0200
@@ -17,16 +17,17 @@
 
 
 Name:   xortool
-Version:0.98+git20191025
+Version:0.99
 Release:0
 Summary:A tool to analyze multi-byte xor cipher
 License:MIT
 Group:  Productivity/Security
 URL:https://github.com/hellman/xortool
-Source: %{name}-%{version}.tar.xz
+Source: 
https://github.com/hellman/xortool/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
 BuildRequires:  python-rpm-macros
 BuildRequires:  python3-docopt
 BuildRequires:  python3-setuptools
+BuildRequires:  python3-wheel
 BuildArch:  noarch
 
 %description




commit xortool for openSUSE:Factory

2020-01-07 Thread root
Hello community,

here is the log from the commit of package xortool for openSUSE:Factory checked 
in at 2020-01-07 23:55:13

Comparing /work/SRC/openSUSE:Factory/xortool (Old)
 and  /work/SRC/openSUSE:Factory/.xortool.new.6675 (New)


Package is "xortool"

Tue Jan  7 23:55:13 2020 rev:2 rq:761573 version:0.98+git20191025

Changes:

--- /work/SRC/openSUSE:Factory/xortool/xortool.changes  2015-10-02 
09:23:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.xortool.new.6675/xortool.changes
2020-01-07 23:55:41.932104359 +0100
@@ -1,0 +2,9 @@
+Tue Jan  7 12:01:01 UTC 2020 - Alexei Sorokin 
+
+- Update to version 0.98+git20191025 (changes since 0.96):
+  * Switch to Python 3.
+  * Fix a frequent char parse error for '00'.
+  * Add target text charset handling.
+  * Add a simple test script.
+
+---

Old:

  xortool-0.96.tar.gz

New:

  _service
  xortool-0.98+git20191025.tar.xz



Other differences:
--
++ xortool.spec ++
--- /var/tmp/diff_new_pack.7lok1M/_old  2020-01-07 23:55:44.488105685 +0100
+++ /var/tmp/diff_new_pack.7lok1M/_new  2020-01-07 23:55:44.492105688 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xortool
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,20 +12,21 @@
 # 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/
 #
 
 
 Name:   xortool
-Version:0.96
+Version:0.98+git20191025
 Release:0
 Summary:A tool to analyze multi-byte xor cipher
 License:MIT
 Group:  Productivity/Security
-Url:https://github.com/hellman/xortool
-Source: 
https://github.com/hellman/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
-BuildRequires:  python-devel
-BuildRequires:  python-setuptools
+URL:https://github.com/hellman/xortool
+Source: %{name}-%{version}.tar.xz
+BuildRequires:  python-rpm-macros
+BuildRequires:  python3-docopt
+BuildRequires:  python3-setuptools
 BuildArch:  noarch
 
 %description
@@ -37,16 +38,16 @@
 %setup -q
 
 %build
-python2 setup.py build
+%python3_build
 
 %install
-python2 setup.py install --root=%{buildroot} --prefix=%{_prefix}
+%python3_install
 
 %files
-%defattr (-,root,root)
-%doc LICENSE README.md
+%license LICENSE
+%doc README.md
 %{_bindir}/%{name}*
-%{python_sitelib}/%{name}/
-%{python_sitelib}/%{name}-*
+%{python3_sitelib}/%{name}/
+%{python3_sitelib}/%{name}-*
 
 %changelog

++ _service ++

  
git
https://github.com/hellman/xortool.git
xortool
0.98+git%cd
8827320d493a381dda46b537ebf330b135a08d66
  
  
*.tar
xz