commit python-isodate for openSUSE:Factory

2018-12-26 Thread root
Hello community,

here is the log from the commit of package python-isodate for openSUSE:Factory 
checked in at 2018-12-27 00:26:54

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


Package is "python-isodate"

Thu Dec 27 00:26:54 2018 rev:15 rq:659446 version:0.6.0

Changes:

--- /work/SRC/openSUSE:Factory/python-isodate/python-isodate.changes
2018-05-04 11:26:12.607006999 +0200
+++ /work/SRC/openSUSE:Factory/.python-isodate.new.28833/python-isodate.changes 
2018-12-27 00:26:55.499784167 +0100
@@ -1,0 +2,5 @@
+Tue Dec  4 12:49:23 UTC 2018 - Matej Cepl 
+
+- Remove superfluous devel dependency for noarch package
+
+---



Other differences:
--
++ python-isodate.spec ++
--- /var/tmp/diff_new_pack.M3wwWe/_old  2018-12-27 00:26:56.027783735 +0100
+++ /var/tmp/diff_new_pack.M3wwWe/_new  2018-12-27 00:26:56.031783732 +0100
@@ -12,7 +12,7 @@
 # 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/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -29,7 +29,6 @@
 Group:  Development/Languages/Python
 Source: 
https://files.pythonhosted.org/packages/source/i/isodate/isodate-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
 BuildRequires:  fdupes
 BuildRequires:  python-rpm-macros




commit python-isodate for openSUSE:Factory

2018-05-04 Thread root
Hello community,

here is the log from the commit of package python-isodate for openSUSE:Factory 
checked in at 2018-05-04 11:26:07

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


Package is "python-isodate"

Fri May  4 11:26:07 2018 rev:14 rq:603117 version:0.6.0

Changes:

--- /work/SRC/openSUSE:Factory/python-isodate/python-isodate.changes
2017-05-16 14:29:51.132130506 +0200
+++ /work/SRC/openSUSE:Factory/.python-isodate.new/python-isodate.changes   
2018-05-04 11:26:12.607006999 +0200
@@ -1,0 +2,8 @@
+Wed May  2 12:53:11 UTC 2018 - adrian.glaub...@suse.com
+
+- update to version 0.6.0:
+  - Support incomplete month date (Fabien Loffredo)
+  - Rely on duck typing when doing duration maths
+  - Support ':' as separator in fractional time zones (usrenmae)
+
+---

Old:

  isodate-0.5.4.tar.gz

New:

  isodate-0.6.0.tar.gz



Other differences:
--
++ python-isodate.spec ++
--- /var/tmp/diff_new_pack.X9FZrU/_old  2018-05-04 11:26:13.134987632 +0200
+++ /var/tmp/diff_new_pack.X9FZrU/_new  2018-05-04 11:26:13.138987485 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-isodate
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -15,12 +15,13 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 # Tests don't work and cause a dependency loop with python-SPARQLWrapper
 %bcond_without tests
 
 %{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-isodate
-Version:0.5.4
+Version:0.6.0
 Release:0
 Url:http://cheeseshop.python.org/pypi/isodate
 Summary:An ISO 8601 Date/Time/Duration Parser and Formatter
@@ -28,10 +29,10 @@
 Group:  Development/Languages/Python
 Source: 
https://files.pythonhosted.org/packages/source/i/isodate/isodate-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  fdupes
-BuildRequires:  python-rpm-macros
 BuildRequires:  %{python_module devel}
 BuildRequires:  %{python_module setuptools}
+BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
 BuildArch:  noarch
 %python_subpackages
 

++ isodate-0.5.4.tar.gz -> isodate-0.6.0.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/isodate-0.5.4/CHANGES.txt 
new/isodate-0.6.0/CHANGES.txt
--- old/isodate-0.5.4/CHANGES.txt   2015-08-06 00:56:24.0 +0200
+++ new/isodate-0.6.0/CHANGES.txt   2017-10-13 06:33:18.0 +0200
@@ -2,6 +2,14 @@
 CHANGES
 ===
 
+0.6.0 (2017-10-13)
+--
+
+- support incomplete month date (Fabien Loffredo)
+- rely on duck typing when doing duration maths
+- support ':' as separator in fractional time zones (usrenmae)
+
+
 0.5.4 (2015-08-06)
 --
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/isodate-0.5.4/PKG-INFO new/isodate-0.6.0/PKG-INFO
--- old/isodate-0.5.4/PKG-INFO  2015-08-06 00:56:38.0 +0200
+++ new/isodate-0.6.0/PKG-INFO  2017-10-13 11:25:07.0 +0200
@@ -1,8 +1,8 @@
 Metadata-Version: 1.1
 Name: isodate
-Version: 0.5.4
+Version: 0.6.0
 Summary: An ISO 8601 date/time/duration parser and formatter
-Home-page: http://cheeseshop.python.org/pypi/isodate
+Home-page: https://github.com/gweis/isodate/
 Author: Gerhard Weis
 Author-email: gerhard.w...@proclos.com
 License: BSD
@@ -16,14 +16,11 @@
 .. image:: 
https://coveralls.io/repos/gweis/isodate/badge.svg?branch=master
 :target: https://coveralls.io/r/gweis/isodate?branch=master
 :alt: Coveralls
-.. image:: https://pypip.in/version/isodate/badge.svg
-:target: https://pypi.python.org/pypi/isodate/
+.. image:: https://img.shields.io/pypi/v/isodate.svg
+:target: https://pypi.python.org/pypi/isodate/  
 :alt: Latest Version
-.. image:: https://pypip.in/download/isodate/badge.svg
-:target: https://pypi.python.org/pypi/isodate/
-:alt: Downloads
-.. image:: https://pypip.in/license/isodate/badge.svg
-:target: https://pypi.python.org/pypi/isodate/
+.. image:: https://img.shields.io/pypi/l/isodate.svg
+:target: https://pypi.python.org/pypi/isodate/  
 :alt: License
 
 
@@ -121,14 +118,22 @@
 The doc strings and unit 

commit python-isodate for openSUSE:Factory

2017-05-16 Thread root
Hello community,

here is the log from the commit of package python-isodate for openSUSE:Factory 
checked in at 2017-05-16 14:29:49

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


Package is "python-isodate"

Tue May 16 14:29:49 2017 rev:13 rq:493456 version:0.5.4

Changes:

--- /work/SRC/openSUSE:Factory/python-isodate/python-isodate.changes
2017-02-03 18:57:40.575189564 +0100
+++ /work/SRC/openSUSE:Factory/.python-isodate.new/python-isodate.changes   
2017-05-16 14:29:51.132130506 +0200
@@ -1,0 +2,6 @@
+Wed May  3 17:04:31 UTC 2017 - toddrme2...@gmail.com
+
+- Implement single-spec version.
+- Fix source URL.
+
+---



Other differences:
--
++ python-isodate.spec ++
--- /var/tmp/diff_new_pack.whHXms/_old  2017-05-16 14:29:51.848029934 +0200
+++ /var/tmp/diff_new_pack.whHXms/_new  2017-05-16 14:29:51.852029373 +0200
@@ -15,7 +15,10 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+# Tests don't work and cause a dependency loop with python-SPARQLWrapper
+%bcond_without tests
 
+%{?!python_module:%define python_module() python-%{**} python3-%{**}}
 Name:   python-isodate
 Version:0.5.4
 Release:0
@@ -23,15 +26,14 @@
 Summary:An ISO 8601 Date/Time/Duration Parser and Formatter
 License:BSD-3-Clause
 Group:  Development/Languages/Python
-Source: 
https://pypi.io/packages/source/i/isodate/isodate-%{version}.tar.gz
+Source: 
https://files.pythonhosted.org/packages/source/i/isodate/isodate-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  python-devel
-BuildRequires:  python-setuptools
-%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
+BuildRequires:  fdupes
+BuildRequires:  python-rpm-macros
+BuildRequires:  %{python_module devel}
+BuildRequires:  %{python_module setuptools}
 BuildArch:  noarch
-%endif
+%python_subpackages
 
 %description
 This module implements ISO 8601 date, time and duration parsing.
@@ -44,15 +46,18 @@
 %setup -q -n isodate-%{version}
 
 %build
-python setup.py build
+%python_build
 
 %install
-python setup.py install --prefix=%{_prefix} --root=%{buildroot}
+%python_install
+%python_expand %fdupes %{buildroot}%{$python_sitelib}
 
+%if %{with tests}
 %check
-python setup.py -q test
+%python_exec setup.py -q test
+%endif
 
-%files
+%files %{python_files}
 %defattr(-,root,root,-)
 %doc CHANGES.txt README.rst TODO.txt
 %{python_sitelib}/*




commit python-isodate for openSUSE:Factory

2017-02-03 Thread root
Hello community,

here is the log from the commit of package python-isodate for openSUSE:Factory 
checked in at 2017-01-31 12:30:16

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


Package is "python-isodate"

Changes:

--- /work/SRC/openSUSE:Factory/python-isodate/python-isodate.changes
2015-05-10 10:44:09.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-isodate.new/python-isodate.changes   
2017-02-03 18:57:40.575189564 +0100
@@ -1,0 +2,9 @@
+Mon Jan 30 07:47:24 UTC 2017 - tbecht...@suse.com
+
+- update to 0.5.4:
+  - Fix parsing of Periods (Fabien Bochu)
+  - Make Duration objects hashable (Geoffrey Fairchild)
+  - Add multiplication to duration (Reinoud Elhorst)
+- Use pypi.io as Source url
+
+---

Old:

  isodate-0.5.1.tar.gz

New:

  isodate-0.5.4.tar.gz



Other differences:
--
++ python-isodate.spec ++
--- /var/tmp/diff_new_pack.Me3gaK/_old  2017-02-03 18:57:40.903143506 +0100
+++ /var/tmp/diff_new_pack.Me3gaK/_new  2017-02-03 18:57:40.903143506 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-isodate
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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-isodate
-Version:0.5.1
+Version:0.5.4
 Release:0
 Url:http://cheeseshop.python.org/pypi/isodate
 Summary:An ISO 8601 Date/Time/Duration Parser and Formatter
 License:BSD-3-Clause
 Group:  Development/Languages/Python
-Source: 
http://pypi.python.org/packages/source/i/isodate/isodate-%{version}.tar.gz
+Source: 
https://pypi.io/packages/source/i/isodate/isodate-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
 BuildRequires:  python-setuptools

++ isodate-0.5.1.tar.gz -> isodate-0.5.4.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/isodate-0.5.1/CHANGES.txt 
new/isodate-0.5.4/CHANGES.txt
--- old/isodate-0.5.1/CHANGES.txt   2014-11-06 20:16:17.0 +0100
+++ new/isodate-0.5.4/CHANGES.txt   2015-08-06 00:56:24.0 +0200
@@ -2,6 +2,14 @@
 CHANGES
 ===
 
+0.5.4 (2015-08-06)
+--
+
+- Fix parsing of Periods (Fabien Bochu)
+- Make Duration objects hashable (Geoffrey Fairchild)
+- Add multiplication to duration (Reinoud Elhorst)
+
+
 0.5.1 (2014-11-07)
 --
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/isodate-0.5.1/PKG-INFO new/isodate-0.5.4/PKG-INFO
--- old/isodate-0.5.1/PKG-INFO  2014-11-06 20:18:49.0 +0100
+++ new/isodate-0.5.4/PKG-INFO  2015-08-06 00:56:38.0 +0200
@@ -1,7 +1,7 @@
 Metadata-Version: 1.1
 Name: isodate
-Version: 0.5.1
-Summary: An ISO 8601 date/time/duration parser and formater
+Version: 0.5.4
+Summary: An ISO 8601 date/time/duration parser and formatter
 Home-page: http://cheeseshop.python.org/pypi/isodate
 Author: Gerhard Weis
 Author-email: gerhard.w...@proclos.com
@@ -10,19 +10,19 @@
 ISO 8601 date/time parser
 =
 
-.. image:: https://travis-ci.org/gweis/isodate.png?branch=master
+.. image:: https://travis-ci.org/gweis/isodate.svg?branch=master
 :target: https://travis-ci.org/gweis/isodate
 :alt: Travis-CI
-.. image:: 
https://coveralls.io/repos/gweis/isodate/badge.png?branch=master
+.. image:: 
https://coveralls.io/repos/gweis/isodate/badge.svg?branch=master
 :target: https://coveralls.io/r/gweis/isodate?branch=master
 :alt: Coveralls
-.. image:: https://pypip.in/v/isodate/badge.png
+.. image:: https://pypip.in/version/isodate/badge.svg
 :target: https://pypi.python.org/pypi/isodate/
 :alt: Latest Version
-.. image:: https://pypip.in/d/isodate/badge.png
-:target: https://pypi.python.org/pypi//isodate/
+.. image:: https://pypip.in/download/isodate/badge.svg
+:target: https://pypi.python.org/pypi/isodate/
 :alt: Downloads
-.. image:: https://pypip.in/license/isodate/badge.png
+.. image:: https://pypip.in/license/isodate/badge.svg
 :target: https://pypi.python.org/pypi/isodate/
 :alt: License
 
@@ -68,7 +68,7 @@
 which can be used almost like a *timedelta* object (with some 

commit python-isodate for openSUSE:Factory

2015-05-10 Thread h_root
Hello community,

here is the log from the commit of package python-isodate for openSUSE:Factory 
checked in at 2015-05-10 10:44:08

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


Package is python-isodate

Changes:

--- /work/SRC/openSUSE:Factory/python-isodate/python-isodate.changes
2013-10-25 11:19:40.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-isodate.new/python-isodate.changes   
2015-05-10 10:44:09.0 +0200
@@ -1,0 +2,17 @@
+Wed May  6 15:54:47 UTC 2015 - benoit.mo...@gmx.fr
+
+- update to version 0.5.1:
+  * fixed pickling of Duration objects
+  * raise ISO8601Error when there is no 'T' separator in datetime
+strings
+- additional changes from version 0.5.0:
+  * ISO8601Error are subclasses of ValueError now
+  * improve compatibility across various python variants and
+versions
+  * raise exceptions when using fractional years and months in date
+maths with durations
+  * renamed method todatetime on Duraction objects to totimedelta
+- pass -q to test to avoid spamming the build log
+- rename README.txt to README.rst: changed upstream
+
+---

Old:

  isodate-0.4.9.tar.gz

New:

  isodate-0.5.1.tar.gz



Other differences:
--
++ python-isodate.spec ++
--- /var/tmp/diff_new_pack.fBjzn4/_old  2015-05-10 10:44:09.0 +0200
+++ /var/tmp/diff_new_pack.fBjzn4/_new  2015-05-10 10:44:09.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-isodate
 #
-# 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,7 +17,7 @@
 
 
 Name:   python-isodate
-Version:0.4.9
+Version:0.5.1
 Release:0
 Url:http://cheeseshop.python.org/pypi/isodate
 Summary:An ISO 8601 Date/Time/Duration Parser and Formatter
@@ -50,11 +50,11 @@
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
 %check
-python setup.py test
+python setup.py -q test
 
 %files
 %defattr(-,root,root,-)
-%doc CHANGES.txt README.txt TODO.txt
+%doc CHANGES.txt README.rst TODO.txt
 %{python_sitelib}/*
 
 %changelog

++ isodate-0.4.9.tar.gz - isodate-0.5.1.tar.gz ++
 1882 lines of diff (skipped)




commit python-isodate for openSUSE:Factory

2013-10-25 Thread h_root
Hello community,

here is the log from the commit of package python-isodate for openSUSE:Factory 
checked in at 2013-10-25 11:19:39

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


Package is python-isodate

Changes:

--- /work/SRC/openSUSE:Factory/python-isodate/python-isodate.changes
2013-04-17 23:17:01.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-isodate.new/python-isodate.changes   
2013-10-25 11:19:40.0 +0200
@@ -1,0 +2,5 @@
+Thu Oct 24 11:07:11 UTC 2013 - speili...@suse.com
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+---



Other differences:
--
++ python-isodate.spec ++
--- /var/tmp/diff_new_pack.3zZt6I/_old  2013-10-25 11:19:40.0 +0200
+++ /var/tmp/diff_new_pack.3zZt6I/_new  2013-10-25 11:19:40.0 +0200
@@ -26,7 +26,7 @@
 Source: 
http://pypi.python.org/packages/source/i/isodate/isodate-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
-BuildRequires:  python-distribute
+BuildRequires:  python-setuptools
 %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

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



commit python-isodate for openSUSE:Factory

2013-06-19 Thread h_root
Hello community,

here is the log from the commit of package python-isodate for openSUSE:Factory 
checked in at 2013-06-19 16:38:47

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


Package is python-isodate

Changes:


Old:

  python3-isodate.changes
  python3-isodate.spec



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



commit python-isodate for openSUSE:Factory

2013-04-17 Thread h_root
Hello community,

here is the log from the commit of package python-isodate for openSUSE:Factory 
checked in at 2013-04-17 23:16:59

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


Package is python-isodate, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/python-isodate/python-isodate.changes
2013-01-17 10:02:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-isodate.new/python-isodate.changes   
2013-04-17 23:17:01.0 +0200
@@ -1,0 +2,12 @@
+Wed Apr 17 14:08:25 UTC 2013 - toddrme2...@gmail.com
+
+- Re-add python-2to3.  It is needed for OpenSUSE = 12.2
+
+---
+Tue Apr 16 19:21:24 UTC 2013 - p.drou...@gmail.com
+
+- Remove BuildRequires: python-2to3, useless since included in main 
+  python devel package
+- Add Requires: python3; fix build for OpenSUSE = 12.2
+
+---
--- /work/SRC/openSUSE:Factory/python-isodate/python3-isodate.changes   
2013-01-17 10:02:03.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-isodate.new/python3-isodate.changes  
2013-04-17 23:17:01.0 +0200
@@ -1,0 +2,17 @@
+Wed Apr 17 14:08:25 UTC 2013 - toddrme2...@gmail.com
+
+- Re-add python-2to3.  It is needed for OpenSUSE = 12.2
+
+---
+Tue Apr 16 19:21:24 UTC 2013 - p.drou...@gmail.com
+
+- Remove BuildRequires: python-2to3, useless since included in main 
+  python devel package
+- Add Requires: python3; fix build for OpenSUSE = 12.2
+
+---
+Wed Jan 30 12:44:40 UTC 2013 - sasc...@suse.de
+
+- Use 2to3 to fix build
+
+---



Other differences:
--
++ python-isodate.spec ++
--- /var/tmp/diff_new_pack.3XVi5R/_old  2013-04-17 23:17:02.0 +0200
+++ /var/tmp/diff_new_pack.3XVi5R/_new  2013-04-17 23:17:02.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package python-isodate
 #
-# 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

++ python3-isodate.spec ++
--- /var/tmp/diff_new_pack.3XVi5R/_old  2013-04-17 23:17:02.0 +0200
+++ /var/tmp/diff_new_pack.3XVi5R/_new  2013-04-17 23:17:02.0 +0200
@@ -25,9 +25,12 @@
 Group:  Development/Languages/Python
 Source: 
http://pypi.python.org/packages/source/i/isodate/isodate-%{version}.tar.gz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+# this is needed for openSUSE = 12.2
 BuildRequires:  python3
+BuildRequires:  python3-2to3
 BuildRequires:  python3-devel
 BuildRequires:  python3-distribute
+Requires:   python3
 BuildArch:  noarch
 
 %description
@@ -41,6 +44,7 @@
 %setup -q -n isodate-%{version}
 
 %build
+2to3 -w -n ./
 python3 setup.py build
 
 %install

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



commit python-isodate for openSUSE:Factory

2013-01-17 Thread h_root
Hello community,

here is the log from the commit of package python-isodate for openSUSE:Factory 
checked in at 2013-01-17 10:02:01

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


Package is python-isodate, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/python-isodate/python-isodate.changes
2012-11-25 13:40:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.python-isodate.new/python-isodate.changes   
2013-01-17 10:02:03.0 +0100
@@ -1,0 +2,5 @@
+Sun Jan 13 15:14:28 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-isodate.new/python3-isodate.changes  
2013-01-17 10:02:03.0 +0100
@@ -0,0 +1,5 @@
+---
+Sun Jan 13 15:14:42 UTC 2013 - p.drou...@gmail.com
+
+- Initial python3 support
+

New:

  python3-isodate.changes
  python3-isodate.spec



Other differences:
--
++ python3-isodate.spec ++
#
# spec file for package python3-isodate
#
# 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
# 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-isodate
Version:0.4.9
Release:0
Url:http://cheeseshop.python.org/pypi/isodate
Summary:An ISO 8601 Date/Time/Duration Parser and Formatter
License:BSD-3-Clause
Group:  Development/Languages/Python
Source: 
http://pypi.python.org/packages/source/i/isodate/isodate-%{version}.tar.gz
BuildRoot:  %{_tmppath}/%{name}-%{version}-build
BuildRequires:  python3
BuildRequires:  python3-devel
BuildRequires:  python3-distribute
BuildArch:  noarch

%description
This module implements ISO 8601 date, time and duration parsing.
The implementation follows ISO8601:2004 standard, and implements only
date/time representations mentioned in the standard. If something is not
mentioned there, then it is treated as non existent, and not as an allowed
option.

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

%build
python3 setup.py build

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

%check
python3 setup.py test

%files
%defattr(-,root,root,-)
%doc CHANGES.txt README.txt TODO.txt
%{python3_sitelib}/*

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



commit python-isodate for openSUSE:Factory

2012-11-25 Thread h_root
Hello community,

here is the log from the commit of package python-isodate for openSUSE:Factory 
checked in at 2012-11-25 13:40:53

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


Package is python-isodate, Maintainer is 

Changes:

--- /work/SRC/openSUSE:Factory/python-isodate/python-isodate.changes
2012-06-12 22:10:21.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-isodate.new/python-isodate.changes   
2012-11-25 13:40:57.0 +0100
@@ -1,0 +2,9 @@
+Fri Nov 23 11:07:12 UTC 2012 - sasc...@suse.de
+
+- Update to version 0.4.9:
+  + support pickling FixedOffset instances
+  + make sure parsed fractional seconds are in microseconds
+  + add leading zeros when formattig microseconds (Jarom Loveridge)
+- Spec file cleanup
+
+---

Old:

  isodate-0.4.8.tar.gz

New:

  isodate-0.4.9.tar.gz



Other differences:
--
++ python-isodate.spec ++
--- /var/tmp/diff_new_pack.PlLhfc/_old  2012-11-25 13:40:58.0 +0100
+++ /var/tmp/diff_new_pack.PlLhfc/_new  2012-11-25 13:40:58.0 +0100
@@ -11,12 +11,13 @@
 # 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:   python-isodate
-Version:0.4.8
+Version:0.4.9
 Release:0
 Url:http://cheeseshop.python.org/pypi/isodate
 Summary:An ISO 8601 Date/Time/Duration Parser and Formatter
@@ -26,14 +27,11 @@
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  python-devel
 BuildRequires:  python-distribute
-%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
-%{!?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))}
 
 %description
 This module implements ISO 8601 date, time and duration parsing.
@@ -46,14 +44,14 @@
 %setup -q -n isodate-%{version}
 
 %build
-CFLAGS=%{optflags} python setup.py build
-
-%check
-python setup.py test
+python setup.py build
 
 %install
 python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
+%check
+python setup.py test
+
 %files
 %defattr(-,root,root,-)
 %doc CHANGES.txt README.txt TODO.txt

++ isodate-0.4.8.tar.gz - isodate-0.4.9.tar.gz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/isodate-0.4.8/CHANGES.txt 
new/isodate-0.4.9/CHANGES.txt
--- old/isodate-0.4.8/CHANGES.txt   2012-05-04 12:06:05.0 +0200
+++ new/isodate-0.4.9/CHANGES.txt   2012-10-30 02:10:40.0 +0100
@@ -2,6 +2,14 @@
 CHANGES
 ===
 
+0.4.9 (2012-10-30)
+--
+
+- support pickling FixedOffset instances
+- make sure parsed fractional seconds are in microseconds
+- add leading zeros when formattig microseconds (Jarom Loveridge)
+
+
 0.4.8 (2012-05-04)
 --
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/isodate-0.4.8/PKG-INFO new/isodate-0.4.9/PKG-INFO
--- old/isodate-0.4.8/PKG-INFO  2012-05-04 12:28:08.0 +0200
+++ new/isodate-0.4.9/PKG-INFO  2012-10-30 02:11:54.0 +0100
@@ -1,6 +1,6 @@
-Metadata-Version: 1.0
+Metadata-Version: 1.1
 Name: isodate
-Version: 0.4.8
+Version: 0.4.9
 Summary: An ISO 8601 date/time/duration parser and formater
 Home-page: http://cheeseshop.python.org/pypi/isodate
 Author: Gerhard Weis
@@ -107,12 +107,19 @@
 The source release provides a *setup.py* script and a *buildout.cfg*. 
Both can
 be used to run the unit tests included.
 
-Source code is available at `http://hg.proclos.com/isodate`_.
-
+Source code is available at `http://github.com/gweis/isodate`_.
 
 CHANGES
 ===
 
+0.4.9 (2012-10-30)
+--
+
+- support pickling FixedOffset instances
+- make sure parsed fractional seconds are in microseconds
+- add leading zeros when formattig microseconds (Jarom Loveridge)
+
+
 0.4.8 (2012-05-04)
 --
 
diff -urN '--exclude=CVS'