commit python-dialog for openSUSE:Factory

2015-12-09 Thread h_root
Hello community,

here is the log from the commit of package python-dialog for openSUSE:Factory 
checked in at 2015-12-09 19:53:55

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


Package is "python-dialog"

Changes:

--- /work/SRC/openSUSE:Factory/python-dialog/python-dialog.changes  
2013-09-29 19:28:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-dialog.new/python-dialog.changes 
2015-12-09 22:30:53.0 +0100
@@ -1,0 +2,14 @@
+Mon Dec  7 08:56:53 UTC 2015 - jweberho...@weberhofer.at
+
+- Requires dialog package
+
+---
+Thu Nov 19 10:26:16 UTC 2015 - jweberho...@weberhofer.at
+
+Major update to version 3.3.0.
+
+This version is a backport of pythondialog to Python 2. Unless you really have
+to use Python 2. For a full changelog see the packaged ChangeLog file or
+http://pythondialog.sourceforge.net/news.html
+
+---

Old:

  pythondialog-2.11.tar.bz2

New:

  python2-pythondialog-3.3.0.tar.bz2



Other differences:
--
++ python-dialog.spec ++
--- /var/tmp/diff_new_pack.nxOgvK/_old  2015-12-09 22:30:54.0 +0100
+++ /var/tmp/diff_new_pack.nxOgvK/_new  2015-12-09 22:30:54.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-dialog
 #
-# 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
@@ -18,15 +18,16 @@
 
 Name:   python-dialog
 BuildRequires:  python-devel
-%define tarname pythondialog
+%define tarname python2-pythondialog
 Summary:A Python interface to the Unix dialog utility
-Version:2.11
-Release:0
-Source0:
https://pypi.python.org/packages/source/p/pythondialog/%{tarname}-%{version}.tar.bz2
 License:LGPL-2.1+
 Group:  Development/Libraries/Python
+Version:3.3.0
+Release:0
+Source0:
https://pypi.python.org/packages/source/p/%{tarname}/%{tarname}-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Url:http://pythondialog.sourceforge.net/
+Requires:   dialog
 %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
@@ -50,7 +51,7 @@
 
 %files
 %defattr(-,root,root)
-%doc AUTHORS PKG-INFO  TODO demo.py COPYING README
+%doc AUTHORS PKG-INFO TODO examples/demo.py COPYING README.rst ChangeLog
 %{python_sitelib}/*
 
 %changelog




commit python-dialog for openSUSE:Factory

2013-09-29 Thread h_root
Hello community,

here is the log from the commit of package python-dialog for openSUSE:Factory 
checked in at 2013-09-29 19:28:25

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


Package is python-dialog

Changes:

--- /work/SRC/openSUSE:Factory/python-dialog/python-dialog.changes  
2011-09-23 12:42:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.python-dialog.new/python-dialog.changes 
2013-09-29 19:28:26.0 +0200
@@ -1,0 +2,13 @@
+Fri Sep 27 12:11:12 UTC 2013 - p.drou...@gmail.com
+
+- Update to version 2.11
+  + README: I thought I was adding a valuable precision in version 2.09
+   when I changed LGPL to LGPL version 2.1 in the README file (after
+   looking at COPYING), but actually, the terms at the beginning of
+   dialog.py are either version 2.1 of the License, or (at your option)
+   any later version. Sorry about that, fixed.
+  + demo.py: use if test expr1 else expr2 expressions more
+   often, since they are allowed in Python = 2.5
+- Refactor specfile and cleanup
+
+---

Old:

  pythondialog-2.7.tar.bz2

New:

  pythondialog-2.11.tar.bz2



Other differences:
--
++ python-dialog.spec ++
--- /var/tmp/diff_new_pack.3Qtuo8/_old  2013-09-29 19:28:26.0 +0200
+++ /var/tmp/diff_new_pack.3Qtuo8/_new  2013-09-29 19:28:26.0 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package python-dialog (Version 2.7)
+# spec file for package python-dialog
 #
-# Copyright (c) 2009 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,21 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:   python-dialog
 BuildRequires:  python-devel
 %define tarname pythondialog
 Summary:A Python interface to the Unix dialog utility
-Version:2.7
-Release:200
-Source0:%{tarname}-%{version}.tar.bz2
+Version:2.11
+Release:0
+Source0:
https://pypi.python.org/packages/source/p/pythondialog/%{tarname}-%{version}.tar.bz2
 License:LGPL-2.1+
 Group:  Development/Libraries/Python
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-Prefix: %{_prefix}
 Url:http://pythondialog.sourceforge.net/
-%py_requires
-%if %{?suse_version: %{suse_version}  1110} %{!?suse_version:1}
+%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
 
@@ -40,30 +38,19 @@
 easy, pythonic and as complete as possible way to use the dialog
 features from Python code.
 
-
-
-Authors:
-
-Peter Astrand pe...@cendio.se (current maintainer)
-Robb Shecter r...@acm.org
-Sultanbek Tezadov (http://sultan.da.ru/)
-Florent Rougon f...@via.ecp.fr
-
 %prep
 %setup -n %{tarname}-%{version}
 
 %build
 rm setup.cfg
-CFLAGS=$RPM_OPT_FLAGS python setup.py build
+python setup.py build
 
 %install
-python setup.py install --prefix=%{_prefix} --root=$RPM_BUILD_ROOT 
--record-rpm=INSTALLED_FILES
-
-%clean
-rm -rf $RPM_BUILD_ROOT
+python setup.py install --prefix=%{_prefix} --root=%{buildroot}
 
-%files -f INSTALLED_FILES
+%files
 %defattr(-,root,root)
 %doc AUTHORS PKG-INFO  TODO demo.py COPYING README
+%{python_sitelib}/*
 
 %changelog

++ pythondialog-2.7.tar.bz2 - pythondialog-2.11.tar.bz2 ++
 3382 lines of diff (skipped)

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



commit python-dialog for openSUSE:Factory

2011-12-06 Thread h_root
Hello community,

here is the log from the commit of package python-dialog for openSUSE:Factory 
checked in at 2011-12-06 18:55:19

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


Package is python-dialog, Maintainer is jmate...@suse.com

Changes:




Other differences:
--
++ python-dialog.spec ++
--- /var/tmp/diff_new_pack.5SQlRI/_old  2011-12-06 19:28:32.0 +0100
+++ /var/tmp/diff_new_pack.5SQlRI/_new  2011-12-06 19:28:32.0 +0100
@@ -25,7 +25,7 @@
 Version:2.7
 Release:200
 Source0:%{tarname}-%{version}.tar.bz2
-License:LGPL v2.1 or later
+License:LGPL-2.1+
 Group:  Development/Libraries/Python
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 Prefix: %{_prefix}

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