Hello community,

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

Package is "python-entrypoint2", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-entrypoint2/python-entrypoint2.changes    
2012-06-25 12:00:16.000000000 +0200
+++ 
/work/SRC/openSUSE:Factory/.python-entrypoint2.new/python-entrypoint2.changes   
    2013-01-17 09:58:46.000000000 +0100
@@ -1,0 +2,5 @@
+Sun Jan 13 14:56:45 UTC 2013 - [email protected]
+
+- Initial python3 support
+
+-------------------------------------------------------------------
New Changes file:

--- /dev/null   2013-01-09 19:40:42.352580873 +0100
+++ 
/work/SRC/openSUSE:Factory/.python-entrypoint2.new/python3-entrypoint2.changes  
    2013-01-17 09:58:46.000000000 +0100
@@ -0,0 +1,5 @@
+-------------------------------------------------------------------
+Sun Jan 13 14:57:01 UTC 2013 - [email protected]
+
+- Initial python3 support
+

New:
----
  python3-entrypoint2.changes
  python3-entrypoint2.spec

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

Other differences:
------------------
++++++ python-entrypoint2.spec ++++++
--- /var/tmp/diff_new_pack.b7mKSI/_old  2013-01-17 09:58:47.000000000 +0100
+++ /var/tmp/diff_new_pack.b7mKSI/_new  2013-01-17 09:58:47.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-entrypoint2
 #
-# 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-entrypoint2.spec ++++++
#
# spec file for package python3-entrypoint2
#
# 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-entrypoint2
Version:        0.0.6
Release:        0
Url:            https://github.com/ponty/entrypoint2
Summary:        Easy to use command-line interface for python modules, fork of 
entrypoint
License:        BSD-2-Clause
Group:          Development/Languages/Python
Source:         
http://pypi.python.org/packages/source/e/entrypoint2/entrypoint2-%{version}.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
BuildRequires:  python3
BuildRequires:  python3-devel
BuildRequires:  python3-distribute
Requires:       python3-decorator
BuildArch:      noarch

%description
entrypoint2 is an easy to use command-line interface for python modules, fork
of entrypoint.

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

%build
python3 setup.py build

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

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

%changelog
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to