commit python-gnupg for openSUSE:Factory

2017-02-06 Thread root
Hello community,

here is the log from the commit of package python-gnupg for openSUSE:Factory 
checked in at 2017-02-06 15:03:27

Comparing /work/SRC/openSUSE:Factory/python-gnupg (Old)
 and  /work/SRC/openSUSE:Factory/.python-gnupg.new (New)


Package is "python-gnupg"

Changes:

--- /work/SRC/openSUSE:Factory/python-gnupg/python-gnupg.changes
2015-10-30 13:43:06.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-gnupg.new/python-gnupg.changes   
2017-02-06 15:03:28.484926631 +0100
@@ -1,0 +2,20 @@
+Sun Oct  2 19:03:29 UTC 2016 - mar...@gmx.de
+
+- update to version 0.3.9
+  * Fixed #38: You can now request information about signatures against keys.
+Thanks to SunDwarf for the suggestion and patch, which was used as a basis
+for this change.
+  * Fixed #49: When exporting keys, no attempt is made to decode the output
+when armor=False is specified.
+  * Fixed #53: A FAILURE message caused by passing an incorrect passphrase is
+handled.
+  * Handled EXPORTED and EXPORT_RES messages while exporting keys. Thanks to
+Marcel Pörner for the patch.
+  * Fixed #54: Improved error message shown when gpg is not available.
+  * Fixed #55: Added support for KEY_CONSIDERED while verifying.
+  * Avoided encoding problems with filenames under Windows. Thanks to
+Kévin Bernard-Allies for the patch.
+  * Fixed #57: Used a better mechanism for comparing keys.
+- fix Source-URL
+
+---

Old:

  python-gnupg-0.3.8.tar.gz

New:

  python-gnupg-0.3.9.tar.gz



Other differences:
--
++ python-gnupg.spec ++
--- /var/tmp/diff_new_pack.j5JvTQ/_old  2017-02-06 15:03:28.832876617 +0100
+++ /var/tmp/diff_new_pack.j5JvTQ/_new  2017-02-06 15:03:28.832876617 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-gnupg
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,15 +17,16 @@
 
 
 Name:   python-gnupg
-Version:0.3.8
+Version:0.3.9
 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: 
https://pypi.python.org/packages/source/p/python-gnupg/python-gnupg-%{version}.tar.gz
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+Url:http://code.google.com/p/python-gnupg/
+Source: 
https://pypi.io/packages/source/p/python-gnupg/python-gnupg-%{version}.tar.gz
+#BuildRequires:  gpg2
 BuildRequires:  python-devel
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 %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
@@ -48,9 +49,14 @@
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
+%check
+# requires online-connection; disabled for now
+#python test_gnupg.py
+
 %files
 %defattr(-,root,root,-)
 %doc LICENSE.txt README.rst
-%{python_sitelib}/*
+%{python_sitelib}/gnupg.py*
+%{python_sitelib}/python_gnupg-%{version}-py%{py_ver}.egg-info
 
 %changelog

++ python-gnupg-0.3.8.tar.gz -> python-gnupg-0.3.9.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-gnupg-0.3.8/PKG-INFO 
new/python-gnupg-0.3.9/PKG-INFO
--- old/python-gnupg-0.3.8/PKG-INFO 2015-09-24 23:03:50.0 +0200
+++ new/python-gnupg-0.3.9/PKG-INFO 2016-09-10 09:41:21.0 +0200
@@ -1,12 +1,12 @@
-Metadata-Version: 1.0
+Metadata-Version: 1.1
 Name: python-gnupg
-Version: 0.3.8
+Version: 0.3.9
 Summary: A wrapper for the Gnu Privacy Guard (GPG or GnuPG)
 Home-page: http://packages.python.org/python-gnupg/index.html
 Author: Vinay Sajip
 Author-email: vinay_sa...@red-dove.com
-License: Copyright (C) 2008-2014 by Vinay Sajip. All Rights Reserved. See 
LICENSE.txt for license.
-Download-URL: 
https://pypi.python.org/packages/source/p/python-gnupg/python-gnupg-0.3.8.tar.gz
+License: Copyright (C) 2008-2016 by Vinay Sajip. All Rights Reserved. See 
LICENSE.txt for license.
+Download-URL: 
https://pypi.python.org/packages/source/p/python-gnupg/python-gnupg-0.3.9.tar.gz
 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.
 Platform: No particular restrictions
 Classifier: Development Status :: 5 - 

commit python-gnupg for openSUSE:Factory

2015-10-30 Thread h_root
Hello community,

here is the log from the commit of package python-gnupg for openSUSE:Factory 
checked in at 2015-10-30 13:43:04

Comparing /work/SRC/openSUSE:Factory/python-gnupg (Old)
 and  /work/SRC/openSUSE:Factory/.python-gnupg.new (New)


Package is "python-gnupg"

Changes:

--- /work/SRC/openSUSE:Factory/python-gnupg/python-gnupg.changes
2015-05-10 10:46:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-gnupg.new/python-gnupg.changes   
2015-10-30 13:43:06.0 +0100
@@ -1,0 +2,28 @@
+Fri Oct 16 13:45:55 UTC 2015 - axel.br...@gmx.de
+
+- update to version 0.3.8
+  * Fixed #22: handled ``PROGRESS`` messages during verification and signing.
+  * Fixed #26: handled ``PINENTRY_LAUNCHED`` messages during verification,
+decryption and key generation.
+  * Fixed #28: Allowed a default Name-Email to be computed even when neither of
+``LOGNAME`` and ``USERNAME`` are in the environment.
+  * Fixed #29: Included test files missing from the tarball in previous 
versions.
+  * Fixed #39: On Python 3.x, passing a text instead of a binary stream caused
+file decryption to hang due to a ``UnicodeDecodeError``. This has now been
+correctly handled: The decryption fails with a "no data" status.
+  * Fixed #41: Handled Unicode filenames correctly by encoding them on 2.x 
using
+the file system encoding.
+  * Fixed #43: handled ``PINENTRY_LAUNCHED`` messages during key export. Thanks
+to Ian Denhardt for looking into this.
+  * Hide the console window which appears on Windows when gpg is spawned.
+Thanks to Kevin Bernard-Allies for the patch.
+  * Subkey fingerprints are now captured.
+  * The returned value from the ``list_keys`` method now has a new attribute,
+``key_map``, which is a dictionary mapping key and subkey fingerprints to
+the corresponding key's dictionary. With this change, you don't need to
+iterate over the (potentially large) returned list to search for a key with
+a given fingerprint - the ``key_map`` dict will take you straight to the 
key
+info, whether the fingerprint you have is for a key or a subkey. Thanks to
+Nick Daly for the initial suggestion.
+
+---

Old:

  python-gnupg-0.3.7.tar.gz

New:

  python-gnupg-0.3.8.tar.gz



Other differences:
--
++ python-gnupg.spec ++
--- /var/tmp/diff_new_pack.nMqcQO/_old  2015-10-30 13:43:07.0 +0100
+++ /var/tmp/diff_new_pack.nMqcQO/_new  2015-10-30 13:43:07.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python-gnupg
-Version:0.3.7
+Version:0.3.8
 Release:0
 Url:http://code.google.com/p/python-gnupg/
 Summary:A wrapper for the Gnu Privacy Guard (GPG or GnuPG)

++ python-gnupg-0.3.7.tar.gz -> python-gnupg-0.3.8.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-gnupg-0.3.7/PKG-INFO 
new/python-gnupg-0.3.8/PKG-INFO
--- old/python-gnupg-0.3.7/PKG-INFO 2014-12-07 20:45:57.0 +0100
+++ new/python-gnupg-0.3.8/PKG-INFO 2015-09-24 23:03:50.0 +0200
@@ -1,12 +1,12 @@
 Metadata-Version: 1.0
 Name: python-gnupg
-Version: 0.3.7
+Version: 0.3.8
 Summary: A wrapper for the Gnu Privacy Guard (GPG or GnuPG)
 Home-page: http://packages.python.org/python-gnupg/index.html
 Author: Vinay Sajip
 Author-email: vinay_sa...@red-dove.com
 License: Copyright (C) 2008-2014 by Vinay Sajip. All Rights Reserved. See 
LICENSE.txt for license.
-Download-URL: 
https://pypi.python.org/packages/source/p/python-gnupg/python-gnupg-0.3.7.tar.gz
+Download-URL: 
https://pypi.python.org/packages/source/p/python-gnupg/python-gnupg-0.3.8.tar.gz
 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.
 Platform: No particular restrictions
 Classifier: Development Status :: 5 - Production/Stable
@@ -22,5 +22,7 @@
 Classifier: Programming Language :: Python :: 3.2
 Classifier: Programming Language :: Python :: 3.3
 Classifier: Programming Language :: Python :: 3.4
+Classifier: Programming Language :: Python :: 3.5
+Classifier: Programming Language :: Python :: 3.6
 Classifier: Operating System :: OS Independent
 Classifier: Topic :: Software Development :: Libraries :: Python Modules
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-gnupg-0.3.7/README.rst 
new/python-gnupg-0.3.8/README.rst
--- old/python-gnupg-0.3.7/README.rst   2014-12-07 18:50:10.0 +0100
+++ new/python-gnupg-0.3.8/README.rst   2015-09-24 19:07:37.0 +0200
@@ -1,3 +1,10 @@
+.. image:: 

commit python-gnupg for openSUSE:Factory

2015-05-10 Thread h_root
Hello community,

here is the log from the commit of package python-gnupg for openSUSE:Factory 
checked in at 2015-05-10 10:46:22

Comparing /work/SRC/openSUSE:Factory/python-gnupg (Old)
 and  /work/SRC/openSUSE:Factory/.python-gnupg.new (New)


Package is python-gnupg

Changes:

--- /work/SRC/openSUSE:Factory/python-gnupg/python-gnupg.changes
2013-12-16 07:09:00.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-gnupg.new/python-gnupg.changes   
2015-05-10 10:46:24.0 +0200
@@ -1,0 +2,44 @@
+Wed May  6 12:08:06 UTC 2015 - benoit.mo...@gmx.fr
+
+- update to version 0.3.7:
+  * Added an output keyword parameter to the sign and sign_file
+methods, to allow writing the signature to a file
+  * Allowed specifying True for the sign keyword parameter, which
+allows use of the default key for signing and avoids having to
+specify a key id when it's desired to use the default
+  * Used a uniform approach with subprocess on Windows and POSIX:
+shell=True is not used on either
+  * When signing/verifying, the status is updated to reflect any
+expired or revoked keys or signatures
+  * Handled 'NOTATION_NAME' and 'NOTATION_DATA' during verification
+  * Fixed #1, #16, #18, #20: Quoting approach changed, since now
+shell=False
+  * Fixed #14: Handled 'NEED_PASSPHRASE_PIN' message
+  * Fixed #8: Added a scan_keys method to allow scanning of keys
+without the need to import into a keyring
+  * Fixed #5: Added '0x' prefix when searching for keys
+  * Fixed #4: Handled 'PROGRESS' message during encryption
+  * Fixed #3: Changed default encoding to Latin-1
+  * Fixed #2: Raised ValueError if no recipients were specified for
+an asymmetric encryption request
+  * Handled 'UNEXPECTED' message during verification
+  * Replaced old range(len(X)) idiom with enumerate()
+  * Refactored ListKeys / SearchKeys classes to maximise use of
+common functions
+  * Fixed GC94: Added export-minimal and armor options when
+exporting keys
+- additional changes from version 0.3.6:
+  * Fixed GC82: Enabled fast random tests on gpg as well as gpg2
+  * Fixed GC85: Avoided deleting temporary file to preserve its
+permissions
+  * Fixed GC87: Avoided writing passphrase to log
+  * Fixed GC95: Added verify_data() method to allow verification of
+signatures in memory
+  * Fixed GC96: Regularised end-of-line characters
+  * Fixed GC98: Rectified problems with earlier fix for shell
+injection
+- point the source URL to pypi
+- fix end of line of README.rst
+- rename LICENSE.txt and README.rst to follow upstream
+
+---

Old:

  python-gnupg-0.3.5.tar.gz

New:

  python-gnupg-0.3.7.tar.gz



Other differences:
--
++ python-gnupg.spec ++
--- /var/tmp/diff_new_pack.Exeb3E/_old  2015-05-10 10:46:24.0 +0200
+++ /var/tmp/diff_new_pack.Exeb3E/_new  2015-05-10 10:46:24.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-gnupg
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:   python-gnupg
-Version:0.3.5
+Version:0.3.7
 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.gz
+Source: 
https://pypi.python.org/packages/source/p/python-gnupg/python-gnupg-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
 %if 0%{?suse_version}  0%{?suse_version} = 1110
@@ -39,6 +39,8 @@
 
 %prep
 %setup -q -n python-gnupg-%{version}
+# fix end of line
+sed -i 's/\r//' README.rst
 
 %build
 python setup.py build
@@ -48,7 +50,7 @@
 
 %files
 %defattr(-,root,root,-)
-%doc LICENSE README
+%doc LICENSE.txt README.rst
 %{python_sitelib}/*
 
 %changelog

++ python-gnupg-0.3.5.tar.gz - python-gnupg-0.3.7.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-gnupg-0.3.5/LICENSE 
new/python-gnupg-0.3.7/LICENSE
--- old/python-gnupg-0.3.5/LICENSE  2013-02-08 15:09:00.0 +0100
+++ new/python-gnupg-0.3.7/LICENSE  1970-01-01 01:00:00.0 +0100
@@ -1,26 +0,0 @@
-Copyright (c) 2008-2013 by Vinay Sajip.
-All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following 

commit python-gnupg for openSUSE:Factory

2013-12-15 Thread h_root
Hello community,

here is the log from the commit of package python-gnupg for openSUSE:Factory 
checked in at 2013-12-16 07:08:58

Comparing /work/SRC/openSUSE:Factory/python-gnupg (Old)
 and  /work/SRC/openSUSE:Factory/.python-gnupg.new (New)


Package is python-gnupg

Changes:

--- /work/SRC/openSUSE:Factory/python-gnupg/python-gnupg.changes
2013-01-24 10:36:41.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-gnupg.new/python-gnupg.changes   
2013-12-16 07:09:00.0 +0100
@@ -1,0 +2,11 @@
+Wed Dec 11 00:49:21 UTC 2013 - p.drou...@gmail.com
+
+- Update to version 0.3.5
+  + Added shell quoting to guard against shell injection.
+  + Fixed issues #76, #77, #78, #79 and #80.
+- Changes from 0.3.4
+  + Addresses #65, #66, #67, #68 and #70.
+- Changes from 0.3.3
+  + Addresses issues #57, #61, #62 and #63.
+
+---

Old:

  python-gnupg-0.3.2.tar.gz

New:

  python-gnupg-0.3.5.tar.gz



Other differences:
--
++ python-gnupg.spec ++
--- /var/tmp/diff_new_pack.aW0EOB/_old  2013-12-16 07:09:01.0 +0100
+++ /var/tmp/diff_new_pack.aW0EOB/_new  2013-12-16 07:09:01.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   python-gnupg
-Version:0.3.2
+Version:0.3.5
 Release:0
 Url:http://code.google.com/p/python-gnupg/
 Summary:A wrapper for the Gnu Privacy Guard (GPG or GnuPG)

++ python-gnupg-0.3.2.tar.gz - python-gnupg-0.3.5.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-gnupg-0.3.2/LICENSE 
new/python-gnupg-0.3.5/LICENSE
--- old/python-gnupg-0.3.2/LICENSE  2012-02-08 10:57:01.0 +0100
+++ new/python-gnupg-0.3.5/LICENSE  2013-02-08 15:09:00.0 +0100
@@ -1,4 +1,4 @@
-Copyright (c) 2008-2012 by Vinay Sajip.
+Copyright (c) 2008-2013 by Vinay Sajip.
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-gnupg-0.3.2/PKG-INFO 
new/python-gnupg-0.3.5/PKG-INFO
--- old/python-gnupg-0.3.2/PKG-INFO 2013-01-17 13:55:28.0 +0100
+++ new/python-gnupg-0.3.5/PKG-INFO 2013-08-30 19:11:27.0 +0200
@@ -1,12 +1,12 @@
 Metadata-Version: 1.0
 Name: python-gnupg
-Version: 0.3.2
+Version: 0.3.5
 Summary: A wrapper for the Gnu Privacy Guard (GPG or GnuPG)
 Home-page: http://packages.python.org/python-gnupg/index.html
 Author: Vinay Sajip
 Author-email: vinay_sa...@red-dove.com
-License: Copyright (C) 2008-2012 by Vinay Sajip. All Rights Reserved. See 
LICENSE for license.
-Download-URL: 
http://python-gnupg.googlecode.com/files/python-gnupg-0.3.2.tar.gz
+License: Copyright (C) 2008-2013 by Vinay Sajip. All Rights Reserved. See 
LICENSE for license.
+Download-URL: 
http://python-gnupg.googlecode.com/files/python-gnupg-0.3.5.tar.gz
 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.
 Platform: No particular restrictions
 Classifier: Development Status :: 5 - Production/Stable
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-gnupg-0.3.2/gnupg.py 
new/python-gnupg-0.3.5/gnupg.py
--- old/python-gnupg-0.3.2/gnupg.py 2013-01-16 23:34:46.0 +0100
+++ new/python-gnupg-0.3.5/gnupg.py 2013-08-30 19:10:36.0 +0200
@@ -33,9 +33,9 @@
 
 import locale
 
-__version__ = 0.3.2
+__version__ = 0.3.5
 __author__ = Vinay Sajip
-__date__  = $16-Jan-2013 15:21:59$
+__date__  = $30-Aug-2013 18:10:36$
 
 try:
 from io import StringIO
@@ -62,13 +62,58 @@
 try:
 unicode
 _py3k = False
+string_types = basestring
+text_type = unicode
 except NameError:
 _py3k = True
+string_types = str
+text_type = str
 
 logger = logging.getLogger(__name__)
 if not logger.handlers:
 logger.addHandler(NullHandler())
 
+# We use the test below because it works for Jython as well as CPython
+if os.path.__name__ == 'ntpath':
+# On Windows, we don't need shell quoting, other than worrying about
+# paths with spaces in them.
+def shell_quote(s):
+return '%s' % s
+else:
+# Section copied from sarge
+
+# This regex determines which shell input needs quoting
+# because it may be unsafe
+UNSAFE = re.compile(r'[^\w%+,./:=@-]')
+
+def shell_quote(s):
+
+Quote text so that it is safe for Posix command shells.
+
+For example, *.py would be converted to '*.py'. If the text is
+considered safe it is returned unquoted.
+
+:param s: The value to quote

commit python-gnupg for openSUSE:Factory

2013-06-19 Thread h_root
Hello community,

here is the log from the commit of package python-gnupg for openSUSE:Factory 
checked in at 2013-06-19 16:37:43

Comparing /work/SRC/openSUSE:Factory/python-gnupg (Old)
 and  /work/SRC/openSUSE:Factory/.python-gnupg.new (New)


Package is python-gnupg

Changes:


Old:

  python3-gnupg.changes
  python3-gnupg.spec



Other differences:
--
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-gnupg for openSUSE:Factory

2013-01-24 Thread h_root
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.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-gnupg.new/python-gnupg.changes   
2013-01-24 10:36:41.0 +0100
@@ -1,0 +2,15 @@
+Thu Jan 17 15:33:51 UTC 2013 - alexan...@exatati.com.br
+
+- 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 - sasc...@suse.de
+
+- Simplify macro usage
+
+---
--- /work/SRC/openSUSE:Factory/python-gnupg/python3-gnupg.changes   
2013-01-17 09:59:06.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-gnupg.new/python3-gnupg.changes  
2013-01-24 10:36:42.0 +0100
@@ -1,0 +2,15 @@
+Thu Jan 17 15:33:51 UTC 2013 - alexan...@exatati.com.br
+
+- 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 - sasc...@suse.de
+
+- 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.0 +0100
+++ /var/tmp/diff_new_pack.nexB9D/_new  2013-01-24 10:36:43.0 +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.0 +0100
+++ /var/tmp/diff_new_pack.nexB9D/_new  2013-01-24 10:36:43.0 +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

commit python-gnupg for openSUSE:Factory

2013-01-17 Thread h_root
Hello community,

here is the log from the commit of package python-gnupg for openSUSE:Factory 
checked in at 2013-01-17 09:59:05

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
2012-09-14 12:35:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-gnupg.new/python-gnupg.changes   
2013-01-17 09:59:06.0 +0100
@@ -1,0 +2,5 @@
+Fri Jan 11 21:53:58 UTC 2013 - p.drou...@gmail.com
+
+- Initial python3 support
+
+---
New Changes file:

--- /dev/null   2013-01-09 19:40:42.352580873 +0100
+++ /work/SRC/openSUSE:Factory/.python-gnupg.new/python3-gnupg.changes  
2013-01-17 09:59:06.0 +0100
@@ -0,0 +1,5 @@
+---
+Fri Jan 11 21:54:12 UTC 2013 - p.drou...@gmail.com
+
+- Initial python3 support
+

New:

  python3-gnupg.changes
  python3-gnupg.spec



Other differences:
--
++ python3-gnupg.spec ++
#
# spec file for package python3-gnupg
#
# 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-gnupg
Version:0.3.1
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
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.

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

%build
python3 setup.py build

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

%files
%defattr(-,root,root,-)
%doc LICENSE README
%{python3_sitelib}/*

%changelog
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-gnupg for openSUSE:Factory

2012-09-14 Thread h_root
Hello community,

here is the log from the commit of package python-gnupg for openSUSE:Factory 
checked in at 2012-09-14 12:35:10

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
2012-05-22 08:18:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-gnupg.new/python-gnupg.changes   
2012-09-14 12:35:33.0 +0200
@@ -1,0 +2,14 @@
+Sat Sep  1 23:19:25 UTC 2012 - alexan...@exatati.com.br
+
+- Update to 0.3.1:
+  - Fixed Issue #45 : Allow additional arguments to gpg executable.
+Fixed Issue #50 : Use latin-1 encoding in tests when it's known
+to be required.
+Fixed Issue #51: Test now returns non-zero exit status on test
+failure.
+Fixed Issue #53: Now handles INV_SGNR and KEY_NOT_CREATED
+statuses.
+Fixed Issue #55: Verification and decryption now return trust
+level of signer in integer and text form.
+
+---

Old:

  python-gnupg-0.3.0.tar.bz2

New:

  python-gnupg-0.3.1.tar.bz2



Other differences:
--
++ python-gnupg.spec ++
--- /var/tmp/diff_new_pack.3JZnri/_old  2012-09-14 12:35:51.0 +0200
+++ /var/tmp/diff_new_pack.3JZnri/_new  2012-09-14 12:35:51.0 +0200
@@ -20,7 +20,7 @@
 %{!?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.0
+Version:0.3.1
 Release:0
 Url:http://code.google.com/p/python-gnupg/
 Summary:A wrapper for the Gnu Privacy Guard (GPG or GnuPG)

++ python-gnupg-0.3.0.tar.bz2 - python-gnupg-0.3.1.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-gnupg-0.3.0/PKG-INFO 
new/python-gnupg-0.3.1/PKG-INFO
--- old/python-gnupg-0.3.0/PKG-INFO 2012-05-12 11:54:20.0 +0200
+++ new/python-gnupg-0.3.1/PKG-INFO 2012-09-01 21:34:12.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: python-gnupg
-Version: 0.3.0
+Version: 0.3.1
 Summary: A wrapper for the Gnu Privacy Guard (GPG or GnuPG)
 Home-page: http://www.red-dove.com/python_gnupg.html
 Author: Vinay Sajip
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-gnupg-0.3.0/gnupg.py 
new/python-gnupg-0.3.1/gnupg.py
--- old/python-gnupg-0.3.0/gnupg.py 2012-05-12 11:49:10.0 +0200
+++ new/python-gnupg-0.3.1/gnupg.py 2012-09-01 21:19:36.0 +0200
@@ -33,9 +33,9 @@
 
 import locale
 
-__version__ = 0.3.0
+__version__ = 0.3.1
 __author__ = Vinay Sajip
-__date__  = $12-May-2012 10:49:10$
+__date__  = $01-Sep-2012 20:02:51$
 
 try:
 from io import StringIO
@@ -129,12 +129,32 @@
 class Verify(object):
 Handle status messages for --verify
 
+TRUST_UNDEFINED = 0
+TRUST_NEVER = 1
+TRUST_MARGINAL = 2
+TRUST_FULLY = 3
+TRUST_ULTIMATE = 4
+
+TRUST_LEVELS = {
+TRUST_UNDEFINED : TRUST_UNDEFINED,
+TRUST_NEVER : TRUST_NEVER,
+TRUST_MARGINAL : TRUST_MARGINAL,
+TRUST_FULLY : TRUST_FULLY,
+TRUST_ULTIMATE : TRUST_ULTIMATE,
+}
+
 def __init__(self, gpg):
 self.gpg = gpg
 self.valid = False
 self.fingerprint = self.creation_date = self.timestamp = None
 self.signature_id = self.key_id = None
 self.username = None
+self.status = None
+self.pubkey_fingerprint = None
+self.expire_timestamp = None
+self.sig_timestamp = None
+self.trust_text = None
+self.trust_level = None
 
 def __nonzero__(self):
 return self.valid
@@ -142,10 +162,12 @@
 __bool__ = __nonzero__
 
 def handle_status(self, key, value):
-if key in (TRUST_UNDEFINED, TRUST_NEVER, TRUST_MARGINAL,
-   TRUST_FULLY, TRUST_ULTIMATE, RSA_OR_IDEA, NODATA,
-   IMPORT_RES, PLAINTEXT, PLAINTEXT_LENGTH,
-   POLICY_URL, DECRYPTION_INFO, DECRYPTION_OKAY):
+if key in self.TRUST_LEVELS:
+self.trust_text = key
+self.trust_level = self.TRUST_LEVELS[key]
+elif key in (RSA_OR_IDEA, NODATA, IMPORT_RES, PLAINTEXT,
+   PLAINTEXT_LENGTH, POLICY_URL, DECRYPTION_INFO,
+   DECRYPTION_OKAY):
 pass
 elif key == BADSIG:
 self.valid = False
@@ -273,9 +295,9 @@
 
 def summary(self):
 l = []
-l.append('%d imported'%self.imported)
+l.append('%d imported' % self.imported)
 if 

commit python-gnupg for openSUSE:Factory

2012-05-22 Thread h_root
Hello community,

here is the log from the commit of package python-gnupg for openSUSE:Factory 
checked in at 2012-05-22 08:18:18

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
2012-04-17 07:48:51.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-gnupg.new/python-gnupg.changes   
2012-05-22 08:18:19.0 +0200
@@ -1,0 +2,7 @@
+Sat May 12 20:22:55 UTC 2012 - alexan...@exatati.com.br
+
+- Update to 0.3.0:
+  - Fixed  Issue #49 : Reinstated Yann Leboulanger's change to
+support subkeys (accidentally left out in 0.2.7).
+
+---

Old:

  python-gnupg-0.2.9.tar.bz2

New:

  python-gnupg-0.3.0.tar.bz2



Other differences:
--
++ python-gnupg.spec ++
--- /var/tmp/diff_new_pack.jokktD/_old  2012-05-22 08:18:20.0 +0200
+++ /var/tmp/diff_new_pack.jokktD/_new  2012-05-22 08:18:20.0 +0200
@@ -20,7 +20,7 @@
 %{!?python_sitearch: %global python_sitearch %(%{__python} -c from 
distutils.sysconfig import get_python_lib; print get_python_lib(1))}
 
 Name:   python-gnupg
-Version:0.2.9
+Version:0.3.0
 Release:0
 Url:http://code.google.com/p/python-gnupg/
 Summary:A wrapper for the Gnu Privacy Guard (GPG or GnuPG)

++ python-gnupg-0.2.9.tar.bz2 - python-gnupg-0.3.0.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-gnupg-0.2.9/PKG-INFO 
new/python-gnupg-0.3.0/PKG-INFO
--- old/python-gnupg-0.2.9/PKG-INFO 2012-03-29 23:15:52.0 +0200
+++ new/python-gnupg-0.3.0/PKG-INFO 2012-05-12 11:54:20.0 +0200
@@ -1,6 +1,6 @@
 Metadata-Version: 1.0
 Name: python-gnupg
-Version: 0.2.9
+Version: 0.3.0
 Summary: A wrapper for the Gnu Privacy Guard (GPG or GnuPG)
 Home-page: http://www.red-dove.com/python_gnupg.html
 Author: Vinay Sajip
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-gnupg-0.2.9/gnupg.py 
new/python-gnupg-0.3.0/gnupg.py
--- old/python-gnupg-0.2.9/gnupg.py 2012-03-29 22:13:00.0 +0200
+++ new/python-gnupg-0.3.0/gnupg.py 2012-05-12 11:49:10.0 +0200
@@ -33,9 +33,9 @@
 
 import locale
 
-__version__ = 0.2.9
+__version__ = 0.3.0
 __author__ = Vinay Sajip
-__date__  = $29-Mar-2012 21:12:58$
+__date__  = $12-May-2012 10:49:10$
 
 try:
 from io import StringIO
@@ -287,7 +287,6 @@
 
 crt = X.509 certificate
 crs = X.509 certificate and private key available
-sub = subkey (secondary key)
 ssb = secret subkey (secondary key)
 uat = user attribute (same as user id except for field 10).
 sig = signature
@@ -313,6 +312,7 @@
 if self.curkey['uid']:
 self.curkey['uids'].append(self.curkey['uid'])
 del self.curkey['uid']
+self.curkey['subkeys'] = []
 self.append(self.curkey)
 
 pub = sec = key
@@ -325,6 +325,10 @@
 self.curkey['uids'].append(args[9])
 self.uids.append(args[9])
 
+def sub(self, args):
+subkey = [args[4], args[11]]
+self.curkey['subkeys'].append(subkey)
+
 def handle_status(self, key, value):
 pass
 
@@ -830,7 +834,7 @@
 self._collect_output(p, result, stdin=p.stdin)
 lines = result.data.decode(self.encoding,
self.decode_errors).splitlines()
-valid_keywords = 'pub uid sec fpr'.split()
+valid_keywords = 'pub uid sec fpr sub'.split()
 for line in lines:
 if self.verbose:
 print(line)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-gnupg for openSUSE:Factory

2012-04-16 Thread h_root
Hello community,

here is the log from the commit of package python-gnupg for openSUSE:Factory 
checked in at 2012-04-17 07:48:48

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
2012-01-19 16:57:56.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-gnupg.new/python-gnupg.changes   
2012-04-17 07:48:51.0 +0200
@@ -1,0 +2,9 @@
+Fri Mar 30 04:37:19 UTC 2012 - alexan...@exatati.com.br
+
+- Update to 0.2.9:
+  - Fixed  Issue #36 : Now handles CARDCTRL and POLICY_URL messages.
+  - Fixed  Issue #40 : Now handles DECRYPTION_INFO, DECRYPTION_FAILED
+and DECRYPTION_OKAY messages. The random_binary_data file is no
+longer shipped, but constructed by the test suite if needed.
+
+---

Old:

  python-gnupg-0.2.8.tar.bz2

New:

  python-gnupg-0.2.9.tar.bz2



Other differences:
--
++ python-gnupg.spec ++
--- /var/tmp/diff_new_pack.oV9wTb/_old  2012-04-17 07:48:52.0 +0200
+++ /var/tmp/diff_new_pack.oV9wTb/_new  2012-04-17 07:48:52.0 +0200
@@ -15,19 +15,18 @@
 # 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.8
+Name:   python-gnupg
+Version:0.2.9
 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-%{mod_name}-%{version}.tar.bz2
+Source: python-gnupg-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
 %if 0%{?suse_version}
@@ -41,18 +40,14 @@
 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}
+%setup -q -n python-gnupg-%{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-gnupg-0.2.8.tar.bz2 - python-gnupg-0.2.9.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-gnupg-0.2.8/LICENSE 
new/python-gnupg-0.2.9/LICENSE
--- old/python-gnupg-0.2.8/LICENSE  2011-01-27 18:22:34.0 +0100
+++ new/python-gnupg-0.2.9/LICENSE  2012-02-08 10:57:01.0 +0100
@@ -1,4 +1,4 @@
-Copyright (c) 2008-2011 by Vinay Sajip.
+Copyright (c) 2008-2012 by Vinay Sajip.
 All rights reserved.
 
 Redistribution and use in source and binary forms, with or without
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-gnupg-0.2.8/PKG-INFO 
new/python-gnupg-0.2.9/PKG-INFO
--- old/python-gnupg-0.2.8/PKG-INFO 2011-09-02 18:23:06.0 +0200
+++ new/python-gnupg-0.2.9/PKG-INFO 2012-03-29 23:15:52.0 +0200
@@ -1,11 +1,11 @@
 Metadata-Version: 1.0
 Name: python-gnupg
-Version: 0.2.8
+Version: 0.2.9
 Summary: A wrapper for the Gnu Privacy Guard (GPG or GnuPG)
 Home-page: http://www.red-dove.com/python_gnupg.html
 Author: Vinay Sajip
 Author-email: vinay_sa...@red-dove.com
-License: Copyright (C) 2008-2011 by Vinay Sajip. All Rights Reserved. See 
LICENSE for license.
+License: Copyright (C) 2008-2012 by Vinay Sajip. All Rights Reserved. See 
LICENSE for license.
 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.
 Platform: No particular restrictions
 Classifier: Development Status :: 5 - Production/Stable
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/python-gnupg-0.2.8/gnupg.py 
new/python-gnupg-0.2.9/gnupg.py
--- old/python-gnupg-0.2.8/gnupg.py 2011-09-02 14:18:19.0 +0200
+++ new/python-gnupg-0.2.9/gnupg.py 2012-03-29 22:13:00.0 +0200
@@ -27,14 +27,15 @@
 and so does not work on Windows). Renamed to gnupg.py to avoid confusion with
 the previous versions.
 

commit python-gnupg for openSUSE:Factory

2012-01-19 Thread h_root
Hello community,

here is the log from the commit of package python-gnupg for openSUSE:Factory 
checked in at 2012-01-19 16:56:48

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
2011-09-23 12:42:47.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-gnupg.new/python-gnupg.changes   
2012-01-19 16:57:56.0 +0100
@@ -1,0 +2,5 @@
+Thu Jan 12 11:31:10 UTC 2012 - co...@suse.com
+
+- change license to be in spdx.org format
+
+---



Other differences:
--
++ python-gnupg.spec ++
--- /var/tmp/diff_new_pack.iSEchb/_old  2012-01-19 16:57:57.0 +0100
+++ /var/tmp/diff_new_pack.iSEchb/_new  2012-01-19 16:57:57.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-gnupg
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# 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
@@ -15,7 +15,6 @@
 # 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))}
 
@@ -26,7 +25,7 @@
 Release:0
 Url:http://code.google.com/p/python-gnupg/
 Summary:A wrapper for the Gnu Privacy Guard (GPG or GnuPG)
-License:BSD
+License:BSD-3-Clause
 Group:  Development/Languages/Python
 Source: python-%{mod_name}-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit python-gnupg for openSUSE:Factory

2011-09-21 Thread h_root

Hello community,

here is the log from the commit of package python-gnupg for openSUSE:Factory
checked in at Wed Sep 21 17:19:25 CEST 2011.




--- python-gnupg/python-gnupg.changes   2011-04-13 20:59:46.0 +0200
+++ /mounts/work_src_done/STABLE/python-gnupg/python-gnupg.changes  
2011-09-03 06:02:35.0 +0200
@@ -1,0 +2,8 @@
+Sat Sep  3 04:00:29 UTC 2011 - alexan...@exatati.com.br
+
+- Update to 0.2.8:
+  - Fixed  Issue #29 : Now handles IMPORT_RES while verifying.
+  - Fixed  Issue #30 : Fixed an encoding problem.
+  - Fixed  Issue #33 : Quoted arguments for added safety.
+
+---

calling whatdependson for head-i586


Old:

  python-gnupg-0.2.7.tar.bz2

New:

  python-gnupg-0.2.8.tar.bz2



Other differences:
--
++ python-gnupg.spec ++
--- /var/tmp/diff_new_pack.U679am/_old  2011-09-21 17:19:17.0 +0200
+++ /var/tmp/diff_new_pack.U679am/_new  2011-09-21 17:19:17.0 +0200
@@ -22,8 +22,8 @@
 %define mod_name gnupg
 
 Name:   python-%{mod_name}
-Version:0.2.7
-Release:1
+Version:0.2.8
+Release:0
 Url:http://code.google.com/p/python-gnupg/
 Summary:A wrapper for the Gnu Privacy Guard (GPG or GnuPG)
 License:BSD
@@ -57,9 +57,6 @@
 %files
 %defattr(-,root,root,-)
 %doc LICENSE README
-%python_sitelib/%{mod_name}*
-%if 0%{suse_version}  1010
-%python_sitelib/*.egg-info
-%endif
+%{python_sitelib}/*
 
 %changelog

++ python-gnupg-0.2.7.tar.bz2 - python-gnupg-0.2.8.tar.bz2 ++
 1693 lines of diff (skipped)






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org