Hello community,

here is the log from the commit of package python-pycrypto for openSUSE:Factory 
checked in at 2012-05-29 10:35:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pycrypto (Old)
 and      /work/SRC/openSUSE:Factory/.python-pycrypto.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pycrypto", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pycrypto/python-pycrypto.changes  
2012-03-13 09:39:03.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-pycrypto.new/python-pycrypto.changes     
2012-05-29 10:35:52.000000000 +0200
@@ -1,0 +2,6 @@
+Thu May 24 03:12:33 UTC 2012 - [email protected]
+
+- python3 package added 
+- minor spec improvement
+
+-------------------------------------------------------------------
New Changes file:

--- /dev/null   2012-05-03 01:24:41.895590051 +0200
+++ /work/SRC/openSUSE:Factory/.python-pycrypto.new/python3-pycrypto.changes    
2012-05-29 10:35:52.000000000 +0200
@@ -0,0 +1,5 @@
+-------------------------------------------------------------------
+Thu May 24 03:07:52 UTC 2012 - [email protected]
+
+- python3-pycrypto package added 
+

New:
----
  python3-pycrypto.changes
  python3-pycrypto.spec

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

Other differences:
------------------
++++++ python-pycrypto.spec ++++++
--- /var/tmp/diff_new_pack.dmERIU/_old  2012-05-29 10:35:54.000000000 +0200
+++ /var/tmp/diff_new_pack.dmERIU/_new  2012-05-29 10:35:54.000000000 +0200
@@ -61,6 +61,7 @@
 %files
 %defattr(-,root,root,-)
 %doc ACKS ChangeLog COPYRIGHT README
-%{python_sitearch}/*
+%{python_sitearch}/Crypto/
+%{python_sitearch}/pycrypto-%{version}-py%{py_ver}.egg-info
 
 %changelog

++++++ python3-pycrypto.spec ++++++
#
# spec file for package python3-pycrypto
#
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# 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/
#


Name:           python3-pycrypto
Version:        2.5
Release:        0
Url:            http://www.pycrypto.org/
Summary:        Cryptographic modules for Python
License:        Python-2.0
Group:          Development/Languages/Python
Source:         
http://pypi.python.org/packages/source/p/pycrypto/pycrypto-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  gmp-devel
BuildRequires:  python3
BuildRequires:  python3-devel
BuildRequires:  python3-2to3

%if 0%{?suse_version} <= 1140
%{!?python3_sitearch: %global python3_sitearch %(python3 -c "from 
distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
%{!?py3_ver: %global py3_ver %(python3 -c "import sys; 
version=str(sys.version_info[0]) + '.' + str(sys.version_info[1]); 
print(version)")}
%endif
Requires:       python(abi) = %{py3_ver}


%description
The package contains:

  * Hash functions: MD2, MD4, RIPEMD, SHA256.
  * Block encryption algorithms: AES, ARC2, Blowfish, CAST, DES,
    Triple-DES, IDEA, RC5.
  * Stream encryption algorithms: ARC4, simple XOR.
  * Public-key algorithms: RSA, DSA, ElGamal, qNEW.
  * Protocols: All-or-nothing transforms, chaffing/winnowing.
  * Miscellaneous: RFC1751 module for converting 128-key keys into a
    set of English words, primality testing.
  * Some demo programs (currently all quite old and outdated).

%prep
%setup -q -n pycrypto-%{version}

%build
CFLAGS="%{optflags}" python3 setup.py build

%install
python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}

%check
python3 setup.py test

%files
%defattr(-,root,root,-)
%doc ACKS ChangeLog COPYRIGHT README
%{python3_sitearch}/Crypto/
%{python3_sitearch}/pycrypto-%{version}-py%{py3_ver}.egg-info

%changelog
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to