Hello community,

here is the log from the commit of package python-gnupg for openSUSE:Factory 
checked in at 2013-01-24 10:36:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-gnupg (Old)
 and      /work/SRC/openSUSE:Factory/.python-gnupg.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-gnupg", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-gnupg/python-gnupg.changes        
2013-01-17 09:59:06.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-gnupg.new/python-gnupg.changes   
2013-01-24 10:36:41.000000000 +0100
@@ -1,0 +2,15 @@
+Thu Jan 17 15:33:51 UTC 2013 - [email protected]
+
+- Update to 0.3.2:
+  - Fixed Issue #56: Disallow blank values in key generation.
+  - Fixed Issue #57: Handle colons and other characters in list_keys.
+  - Fixed Issue #59 and Issue #60: Handle INV_SGNR status during
+    verification and removed calls requiring interactive password
+    input from doctests.
+
+-------------------------------------------------------------------
+Mon Jan 14 09:50:06 UTC 2013 - [email protected]
+
+- Simplify macro usage
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/python-gnupg/python3-gnupg.changes       
2013-01-17 09:59:06.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.python-gnupg.new/python3-gnupg.changes  
2013-01-24 10:36:42.000000000 +0100
@@ -1,0 +2,15 @@
+Thu Jan 17 15:33:51 UTC 2013 - [email protected]
+
+- Update to 0.3.2:
+  - Fixed Issue #56: Disallow blank values in key generation.
+  - Fixed Issue #57: Handle colons and other characters in list_keys.
+  - Fixed Issue #59 and Issue #60: Handle INV_SGNR status during
+    verification and removed calls requiring interactive password
+    input from doctests.
+
+-------------------------------------------------------------------
+Mon Jan 14 09:50:18 UTC 2013 - [email protected]
+
+- Don't require "python(abi)", RPM does that automatically
+
+-------------------------------------------------------------------

Old:
----
  python-gnupg-0.3.1.tar.bz2

New:
----
  python-gnupg-0.3.2.tar.gz

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

Other differences:
------------------
++++++ python-gnupg.spec ++++++
--- /var/tmp/diff_new_pack.nexB9D/_old  2013-01-24 10:36:43.000000000 +0100
+++ /var/tmp/diff_new_pack.nexB9D/_new  2013-01-24 10:36:43.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-gnupg
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -16,28 +16,26 @@
 #
 
 
-%{!?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)")}
-
 Name:           python-gnupg
-Version:        0.3.1
+Version:        0.3.2
 Release:        0
 Url:            http://code.google.com/p/python-gnupg/
 Summary:        A wrapper for the Gnu Privacy Guard (GPG or GnuPG)
 License:        BSD-3-Clause
 Group:          Development/Languages/Python
-Source:         python-gnupg-%{version}.tar.bz2
+Source:         python-gnupg-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
-%if 0%{?suse_version}
-%py_requires
-%if 0%{?suse_version} > 1110
+%if 0%{?suse_version} && 0%{?suse_version} <= 1110
+%{!?python_sitelib: %global python_sitelib %(python -c "from 
distutils.sysconfig import get_python_lib; print get_python_lib()")}
+%else
 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.
+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-gnupg-%{version}

++++++ python3-gnupg.spec ++++++
--- /var/tmp/diff_new_pack.nexB9D/_old  2013-01-24 10:36:43.000000000 +0100
+++ /var/tmp/diff_new_pack.nexB9D/_new  2013-01-24 10:36:43.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-gnupg
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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
@@ -15,23 +15,25 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:           python3-gnupg
-Version:        0.3.1
+Version:        0.3.2
 Release:        0
 Url:            http://code.google.com/p/python-gnupg/
 Summary:        A wrapper for the Gnu Privacy Guard (GPG or GnuPG)
 License:        BSD-3-Clause
 Group:          Development/Languages/Python
-Source:         python-gnupg-%{version}.tar.bz2
+Source:         python-gnupg-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python3
 BuildRequires:  python3-devel
 BuildRequires:  python3-distribute
-Requires:       python(abi) = %{py3_ver}
 BuildArch:      noarch
 
 %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.
+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-gnupg-%{version}

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

Reply via email to