Hello community,

here is the log from the commit of package python-ez_setup for openSUSE:Factory 
checked in at 2017-12-19 10:56:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-ez_setup (Old)
 and      /work/SRC/openSUSE:Factory/.python-ez_setup.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-ez_setup"

Tue Dec 19 10:56:17 2017 rev:1 rq:556405 version:0.9

Changes:
--------
New Changes file:

--- /dev/null   2017-12-07 07:54:48.054861471 +0100
+++ /work/SRC/openSUSE:Factory/.python-ez_setup.new/python-ez_setup.changes     
2017-12-19 10:56:18.371668363 +0100
@@ -0,0 +1,20 @@
+-------------------------------------------------------------------
+Mon Dec 11 19:21:13 UTC 2017 - [email protected]
+
+- conflict with python-mockito
+
+-------------------------------------------------------------------
+Thu Dec  7 13:35:52 UTC 2017 - [email protected]
+
+- singlespec'ing this package
+
+-------------------------------------------------------------------
+Thu Oct 24 11:05:33 UTC 2013 - [email protected]
+
+- Require python-setuptools instead of distribute (upstreams merged)
+
+-------------------------------------------------------------------
+Fri Sep 23 11:15:39 UTC 2011 - [email protected]
+
+- Initial version
+

New:
----
  ez_setup-0.9.tar.gz
  python-ez_setup.changes
  python-ez_setup.spec

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

Other differences:
------------------
++++++ python-ez_setup.spec ++++++
#
# spec file for package python-ez_setup
#
# 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
# 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/
#


%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name:           python-ez_setup
Version:        0.9
Release:        0
Summary:        Contains ez_setup.py and distribute_setup.py
License:        MIT
Group:          Development/Languages/Python
Url:            http://github.com/ActiveState/ez_setup
Source:         
https://files.pythonhosted.org/packages/source/e/ez_setup/ez_setup-%{version}.tar.gz
BuildRequires:  %{python_module devel}
BuildRequires:  %{python_module setuptools}
BuildRequires:  python-rpm-macros
%ifpython2
# also provides distribute_setup.py
Conflicts:      python-mockito < 0.5.3
%endif
BuildArch:      noarch
%python_subpackages

%description
setup.py of several Python projects blindly import the setuptools bootstrap
module ez_setup.py without realizing that it is usually not installed in the
user's machine. This causes much trouble. Include ez_setup.py (and
distribute_setup.py) as a installable Python package so users can do
easy_install ez_setup troublesome_package as a workaround.

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

%build
%python_build

%install
%python_install

%files %{python_files}
%doc NEWS.txt README.rst
%{python_sitelib}/*

%changelog

Reply via email to