Hello community,

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

Package is "python-py", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-py/python-py.changes      2012-06-26 
15:57:15.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-py.new/python-py.changes 2013-01-17 
10:03:10.000000000 +0100
@@ -1,0 +2,15 @@
+Sat Jan 12 16:41:46 UTC 2013 - p.drou...@gmail.com
+
+- Initial python3 support
+
+-------------------------------------------------------------------
+Sat Jan 12 16:40:43 UTC 2013 - p.drou...@gmail.com
+
+- Update to 1.4.12 version:
+  * fix python2.4 support - for pre-AST interpreters re-introduce 
+    old way to find statements in exceptions (closes pytest issue 209)
+  * add tox.ini to distribution
+  * fix issue23 - print *,** args information in tracebacks,
+    thanks Manuel Jacob
+
+-------------------------------------------------------------------
New Changes file:

--- /dev/null   2013-01-09 19:40:42.352580873 +0100
+++ /work/SRC/openSUSE:Factory/.python-py.new/python3-py.changes        
2013-01-17 10:03:10.000000000 +0100
@@ -0,0 +1,5 @@
+-------------------------------------------------------------------
+Sat Jan 12 16:42:01 UTC 2013 - p.drou...@gmail.com
+
+- Initial python3 support
+

Old:
----
  py-1.4.9.zip

New:
----
  py-1.4.12.zip
  python3-py.changes
  python3-py.spec

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

Other differences:
------------------
++++++ python-py.spec ++++++
--- /var/tmp/diff_new_pack.dDrKMq/_old  2013-01-17 10:03:11.000000000 +0100
+++ /var/tmp/diff_new_pack.dDrKMq/_new  2013-01-17 10:03:11.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-py
 #
-# 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
@@ -17,7 +17,7 @@
 
 
 Name:           python-py
-Version:        1.4.9
+Version:        1.4.12
 Release:        0
 Summary:        Library with cross-python path, ini-parsing, io, code, log 
facilities
 License:        MIT

++++++ python3-py.spec ++++++
#
# spec file for package python3-py
#
# 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-py
Version:        1.4.12
Release:        0
Summary:        Library with cross-python path, ini-parsing, io, code, log 
facilities
License:        MIT
Group:          Development/Languages/Python
Url:            http://pylib.org
Source:         http://pypi.python.org/packages/source/p/py/py-%{version}.zip
# Don't use python3-sphinx it doesn't work for non-Factory repositories
BuildRequires:  python-Sphinx
BuildRequires:  python3
BuildRequires:  python3-devel
BuildRequires:  python3-distribute
BuildRequires:  unzip
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildArch:      noarch

%description
The py lib is a Python development support library featuring
the following tools and modules:

* py.path:  uniform local and svn path objects
* py.apipkg:  explicit API control and lazy-importing
* py.iniconfig:  easy parsing of .ini files
* py.code: dynamic code generation and introspection
* py.path:  uniform local and svn path objects

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

%build
python3 setup.py build
cd doc && make html && rm -r _build/html/.buildinfo # Generate HTML 
documentation

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

%check
python3 setup.py test

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

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

Reply via email to