Hello community,
here is the log from the commit of package python-ctypescrypto for
openSUSE:Factory checked in at 2020-03-16 10:19:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-ctypescrypto (Old)
and /work/SRC/openSUSE:Factory/.python-ctypescrypto.new.3160 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-ctypescrypto"
Mon Mar 16 10:19:26 2020 rev:2 rq:785226 version:0.5
Changes:
--------
--- /work/SRC/openSUSE:Factory/python-ctypescrypto/python-ctypescrypto.changes
2020-01-02 14:43:54.552972681 +0100
+++
/work/SRC/openSUSE:Factory/.python-ctypescrypto.new.3160/python-ctypescrypto.changes
2020-03-16 10:20:25.443638209 +0100
@@ -1,0 +2,5 @@
+Sun Mar 15 07:39:26 UTC 2020 - Tomáš Chvátal <[email protected]>
+
+- Fix build without python2
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ python-ctypescrypto.spec ++++++
--- /var/tmp/diff_new_pack.LjqdCV/_old 2020-03-16 10:20:26.843638779 +0100
+++ /var/tmp/diff_new_pack.LjqdCV/_new 2020-03-16 10:20:26.847638781 +0100
@@ -1,6 +1,7 @@
#
# spec file for package python-ctypescrypto
#
+# Copyright (c) 2020 SUSE LLC
# Copyright (c) 2019, Martin Hauke <[email protected]>
#
# All modifications and additions to the file contributed by third parties
@@ -12,23 +13,23 @@
# 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-%{**}}
Name: python-ctypescrypto
Version: 0.5
Release: 0
-License: MIT
Summary: CTypes-based interface for some OpenSSL libcrypto features
-Url: https://github.com/vbwagner/ctypescrypto
-Group: Development/Languages/Python
+License: MIT
+URL: https://github.com/vbwagner/ctypescrypto
Source:
https://files.pythonhosted.org/packages/source/c/ctypescrypto/ctypescrypto-%{version}.tar.gz
-BuildRequires: python-rpm-macros
-BuildRequires: libopenssl-devel
-BuildRequires: openssl
BuildRequires: %{python_module setuptools}
BuildRequires: fdupes
+BuildRequires: libopenssl-devel
+BuildRequires: openssl
+BuildRequires: python-rpm-macros
BuildArch: noarch
%python_subpackages
@@ -65,6 +66,6 @@
%license LICENSE
%doc README.md
%{python_sitelib}/ctypescrypto
-%{python_sitelib}/ctypescrypto-%{version}-py%{py_ver}.egg-info
+%{python_sitelib}/ctypescrypto-%{version}-py%{python_version}.egg-info
%changelog