commit python3-biplist for openSUSE:Factory

2016-05-25 Thread h_root
Hello community,

here is the log from the commit of package python3-biplist for openSUSE:Factory 
checked in at 2016-05-25 21:23:22

Comparing /work/SRC/openSUSE:Factory/python3-biplist (Old)
 and  /work/SRC/openSUSE:Factory/.python3-biplist.new (New)


Package is "python3-biplist"

Changes:

--- /work/SRC/openSUSE:Factory/python3-biplist/python3-biplist.changes  
2016-02-01 19:57:40.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-biplist.new/python3-biplist.changes 
2016-05-25 21:23:38.0 +0200
@@ -1,0 +2,8 @@
+Sun May  8 06:58:40 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * changed to https for source url
+  * updated source url to files.pythonhosted.org
+
+
+---



Other differences:
--
++ python3-biplist.spec ++
--- /var/tmp/diff_new_pack.HyYgP7/_old  2016-05-25 21:23:41.0 +0200
+++ /var/tmp/diff_new_pack.HyYgP7/_new  2016-05-25 21:23:41.0 +0200
@@ -23,7 +23,7 @@
 Summary:A library for reading/writing binary plists
 License:BSD-3-Clause
 Group:  Development/Languages/Python
-Source: 
http://pypi.python.org/packages/source/b/biplist/biplist-%{version}.tar.gz
+Source: 
https://files.pythonhosted.org/packages/source/b/biplist/biplist-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python3
 BuildRequires:  python3-coverage




commit python3-biplist for openSUSE:Factory

2016-02-01 Thread h_root
Hello community,

here is the log from the commit of package python3-biplist for openSUSE:Factory 
checked in at 2016-02-01 19:57:23

Comparing /work/SRC/openSUSE:Factory/python3-biplist (Old)
 and  /work/SRC/openSUSE:Factory/.python3-biplist.new (New)


Package is "python3-biplist"

Changes:

--- /work/SRC/openSUSE:Factory/python3-biplist/python3-biplist.changes  
2015-01-14 11:44:42.0 +0100
+++ /work/SRC/openSUSE:Factory/.python3-biplist.new/python3-biplist.changes 
2016-02-01 19:57:40.0 +0100
@@ -1,0 +2,26 @@
+Mon Feb  1 04:12:01 UTC 2016 - a...@gmx.de
+
+- specfile:
+  * update copyright year
+  * enabled test for all distros
+  * switch to setuptools
+
+- update to version 1.0.1:
+  * Adding back in Python 2.6 support. This will be removed again in a
+future version.
+
+- changes from version 1.0.0:
+  * This release changes the type of Uid from a subclass of int to a
+subclass of object.
+  * This change was made to address GitHub issue #9 Ints are being
+turned into Uids and vice versa when both are present in a plist.
++ This release also bumps the minimum supported Python versions to
+2.7 and 3.4.
+
+- changes from version 0.9.1:
+  * Fixes GitHub issue #8 ERROR: testLargeDates
+(test_valid.TestValidPlistFile)
+  * Fixes #6 Empty Data object converted as empty string
+  * Creates 1-byte strings when possible, per PR #4
+
+---

Old:

  biplist-0.9.tar.gz

New:

  biplist-1.0.1.tar.gz



Other differences:
--
++ python3-biplist.spec ++
--- /var/tmp/diff_new_pack.SXtDwL/_old  2016-02-01 19:57:41.0 +0100
+++ /var/tmp/diff_new_pack.SXtDwL/_new  2016-02-01 19:57:41.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-biplist
 #
-# Copyright (c) 2015 SUSE LINUX Products 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,7 +17,7 @@
 
 
 Name:   python3-biplist
-Version:0.9
+Version:1.0.1
 Release:0
 Url:https://github.com/wooster/biplist
 Summary:A library for reading/writing binary plists
@@ -28,8 +28,8 @@
 BuildRequires:  python3
 BuildRequires:  python3-coverage
 BuildRequires:  python3-devel
-BuildRequires:  python3-distribute
 BuildRequires:  python3-nose
+BuildRequires:  python3-setuptools
 BuildRequires:  python3-six
 BuildArch:  noarch
 
@@ -50,10 +50,7 @@
 python3 setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
 %check
-# Failed on Factory, need to be fixed but does not really critical
-%if 0%{?suse_version} < 1230
 python3 setup.py test
-%endif
 
 %files
 %defattr(-,root,root,-)

++ biplist-0.9.tar.gz -> biplist-1.0.1.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/biplist-0.9/PKG-INFO new/biplist-1.0.1/PKG-INFO
--- old/biplist-0.9/PKG-INFO2014-10-26 20:09:20.0 +0100
+++ new/biplist-1.0.1/PKG-INFO  2016-01-11 09:07:10.0 +0100
@@ -1,19 +1,19 @@
 Metadata-Version: 1.1
 Name: biplist
-Version: 0.9
+Version: 1.0.1
 Summary: biplist is a library for reading/writing binary plists.
 Home-page: https://bitbucket.org/wooster/biplist
 Author: Andrew Wooster
 Author-email: and...@planetaryscale.com
 License: BSD
-Download-URL: 
https://bitbucket.org/wooster/biplist/downloads/biplist-0.9.tar.gz
+Download-URL: 
https://bitbucket.org/wooster/biplist/downloads/biplist-1.0.1.tar.gz
 Description: `biplist` is a binary plist parser/generator for Python.
 
 Binary Property List (plist) files provide a faster and smaller 
serialization
 format for property lists on OS X. This is a library for generating 
binary
 plists which can be read by OS X, iOS, or other clients.
 
-This module requires Python 2.6 or higher or Python 3.2 or higher.
+This module requires Python 2.6 or higher or Python 3.4 or higher.
 Platform: UNKNOWN
 Classifier: Development Status :: 5 - Production/Stable
 Classifier: Intended Audience :: Developers
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/biplist-0.9/biplist/__init__.py 
new/biplist-1.0.1/biplist/__init__.py
--- old/biplist-0.9/biplist/__init__.py 2014-10-26 20:03:11.0 +0100
+++ new/biplist-1.0.1/biplist/__init__.py   2016-01-11 08:41:21.0 
+0100
@@ -44,13 +44,12 @@
 print "Not a plist:", e
 """
 
-import sys
 from collections import namedtuple
 import datetime
 import io
 import math
 import plistlib
-from struct import pack, unpack

commit python3-biplist for openSUSE:Factory

2015-01-14 Thread h_root
Hello community,

here is the log from the commit of package python3-biplist for openSUSE:Factory 
checked in at 2015-01-14 11:44:41

Comparing /work/SRC/openSUSE:Factory/python3-biplist (Old)
 and  /work/SRC/openSUSE:Factory/.python3-biplist.new (New)


Package is python3-biplist

Changes:

--- /work/SRC/openSUSE:Factory/python3-biplist/python3-biplist.changes  
2013-06-21 19:01:29.0 +0200
+++ /work/SRC/openSUSE:Factory/.python3-biplist.new/python3-biplist.changes 
2015-01-14 11:44:42.0 +0100
@@ -1,0 +2,15 @@
+Sat Jan 10 19:19:44 UTC 2015 - a...@gmx.de
+
+- specfile: update copyright year
+
+- update to version 0.9:
+  * Fixes #5 ValueError: timestamp out of range for platform time_t
+  * Merged pull request #3 removing the six module while keeping
+Python3 compatibility
+
+- changes from version 0.8:
+  * Fixes #3 testFileRead fails using python 3.x along with several
+other Python 3 compatibility issues.
+
+- no changelog available for 0.7, 0.6.
+---

Old:

  biplist-0.5.tar.gz

New:

  biplist-0.9.tar.gz



Other differences:
--
++ python3-biplist.spec ++
--- /var/tmp/diff_new_pack.8aL0qC/_old  2015-01-14 11:44:42.0 +0100
+++ /var/tmp/diff_new_pack.8aL0qC/_new  2015-01-14 11:44:42.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python3-biplist
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -17,7 +17,7 @@
 
 
 Name:   python3-biplist
-Version:0.5
+Version:0.9
 Release:0
 Url:https://github.com/wooster/biplist
 Summary:A library for reading/writing binary plists

++ biplist-0.5.tar.gz - biplist-0.9.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/biplist-0.5/PKG-INFO new/biplist-0.9/PKG-INFO
--- old/biplist-0.5/PKG-INFO2012-06-19 02:51:33.0 +0200
+++ new/biplist-0.9/PKG-INFO2014-10-26 20:09:20.0 +0100
@@ -1,12 +1,12 @@
 Metadata-Version: 1.1
 Name: biplist
-Version: 0.5
+Version: 0.9
 Summary: biplist is a library for reading/writing binary plists.
-Home-page: https://github.com/wooster/biplist
+Home-page: https://bitbucket.org/wooster/biplist
 Author: Andrew Wooster
 Author-email: and...@planetaryscale.com
 License: BSD
-Download-URL: https://github.com/wooster/biplist/downloads/biplist-0.5.tar.gz
+Download-URL: 
https://bitbucket.org/wooster/biplist/downloads/biplist-0.9.tar.gz
 Description: `biplist` is a binary plist parser/generator for Python.
 
 Binary Property List (plist) files provide a faster and smaller 
serialization
@@ -22,4 +22,3 @@
 Classifier: Programming Language :: Python
 Classifier: Topic :: Software Development :: Libraries :: Python Modules
 Classifier: Topic :: Text Processing :: Markup
-Requires: six
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/biplist-0.5/biplist/__init__.py 
new/biplist-0.9/biplist/__init__.py
--- old/biplist-0.5/biplist/__init__.py 2012-06-19 02:37:05.0 +0200
+++ new/biplist-0.9/biplist/__init__.py 2014-10-26 20:03:11.0 +0100
@@ -46,22 +46,38 @@
 
 import sys
 from collections import namedtuple
-import calendar
 import datetime
+import io
 import math
 import plistlib
 from struct import pack, unpack
+from struct import error as struct_error
 import sys
 import time
 
-import six
+try:
+unicode
+unicodeEmpty = r''
+except NameError:
+unicode = str
+unicodeEmpty = ''
+try:
+long
+except NameError:
+long = int
+try:
+{}.iteritems
+iteritems = lambda x: x.iteritems()
+except AttributeError:
+iteritems = lambda x: x.items()
 
 __all__ = [
 'Uid', 'Data', 'readPlist', 'writePlist', 'readPlistFromString',
 'writePlistToString', 'InvalidPlistException', 'NotBinaryPlistException'
 ]
 
-apple_reference_date_offset = 978307200
+# Apple uses Jan 1, 2001 as a base for all plist date/times.
+apple_reference_date = datetime.datetime.utcfromtimestamp(978307200)
 
 class Uid(int):
 Wrapper around integers for representing UID values. This
@@ -69,7 +85,7 @@
 def __repr__(self):
 return Uid(%d) % self
 
-class Data(six.binary_type):
+class Data(bytes):
 Wrapper around str types for representing Data values.
 pass
 
@@ -85,7 +101,7 @@
 Raises NotBinaryPlistException, InvalidPlistException
 didOpen = False
 result = None
-if isinstance(pathOrFile, (six.binary_type, 

commit python3-biplist for openSUSE:Factory

2013-01-14 Thread h_root
Hello community,

here is the log from the commit of package python3-biplist for openSUSE:Factory 
checked in at 2013-01-15 06:49:54

Comparing /work/SRC/openSUSE:Factory/python3-biplist (Old)
 and  /work/SRC/openSUSE:Factory/.python3-biplist.new (New)


Package is python3-biplist, Maintainer is 

Changes:

New Changes file:

NO CHANGES FILE!!!

New:

  _link



Other differences:
--
++ _link ++
link package=python-biplist cicount=copy /
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org