Hello community,

here is the log from the commit of package python-gnupg for openSUSE:Factory
checked in at Thu Apr 14 13:09:46 CEST 2011.



--------
New Changes file:

--- /dev/null   2010-08-26 16:28:41.000000000 +0200
+++ /mounts/work_src_done/STABLE/python-gnupg/python-gnupg.changes      
2011-04-13 20:59:46.000000000 +0200
@@ -0,0 +1,22 @@
+-------------------------------------------------------------------
+Wed Apr 13 18:42:12 UTC 2011 - [email protected]
+
+- Update to 0.2.7:
+  - Fixed Issue #24 : License is clarified as BSD.
+  - Fixed Issue #25 : Incorporated Daniel Folkinshteyn's changes.
+  - Fixed Issue #26 : Incorporated Yann Leboulanger's subkey change.
+  - Fixed Issue #27 : Incorporated hysterix's support for symmetric
+    encryption. Also did some internal cleanups of Unicode handling.
+- Regenerate spec file with py2pack;
+- Add LICENSE and README files as documentation.
+
+-------------------------------------------------------------------
+Tue Jan 25 18:03:30 UTC 2011 - [email protected]
+
+- Update to 0.2.6;
+- Bzip2 source file.
+
+-------------------------------------------------------------------
+Sun May 30 13:20:06 UTC 2010 - [email protected]
+
+- Initial package (0.2.4) for openSUSE.

calling whatdependson for head-i586


New:
----
  python-gnupg-0.2.7.tar.bz2
  python-gnupg.changes
  python-gnupg.spec

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

Other differences:
------------------
++++++ python-gnupg.spec ++++++
#
# spec file for package python-gnupg
#
# Copyright (c) 2011 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/
#


%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib(1)")}

%define mod_name gnupg

Name:           python-%{mod_name}
Version:        0.2.7
Release:        1
Url:            http://code.google.com/p/python-gnupg/
Summary:        A wrapper for the Gnu Privacy Guard (GPG or GnuPG)
License:        BSD
Group:          Development/Languages/Python
Source:         python-%{mod_name}-%{version}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  python-devel
%if 0%{?suse_version}
%py_requires
%if 0%{?suse_version} > 1110
BuildArch:      noarch
%endif
%endif

%description
This module allows easy access to GnuPG's key management, encryption and 
signature functionality from Python programs. It is intended for use with 
Python 2.4 or greater.

%prep
%setup -q -n python-%{mod_name}-%{version}

%build
export CFLAGS="%{optflags}"
python setup.py build

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

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root,-)
%doc LICENSE README
%python_sitelib/%{mod_name}*
%if 0%{suse_version} > 1010
%python_sitelib/*.egg-info
%endif

%changelog

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



Remember to have fun...

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

Reply via email to