diff --git a/python3-six.changes b/python3-six.changes deleted file mode 100644 index ca4db64..0000000 --- a/python3-six.changes +++ /dev/null @@ -1,31 +0,0 @@ -------------------------------------------------------------------- -Mon Apr 29 11:14:05 UTC 2013 - dmueller@suse.com - -- update to 1.3.0: - - In six.iter(items/keys/values/lists), passed keyword arguments through to the - underlying method. - - Add six.iterlists(). - - Fix Jython detection. - -------------------------------------------------------------------- -Thu Nov 22 14:18:55 UTC 2012 - toddrme2178@gmail.com - -- Removed openSUSE 11.4 spec file workarounds - -------------------------------------------------------------------- -Wed Sep 12 03:01:59 UTC 2012 - os-dev@jacraig.com - -- Update to 1.2.0: - * Issue #13: Make iterkeys/itervalues/iteritems return iterators on Python 3 - instead of iterables. - * Issue #11: Fix maxsize support on Jython. - * Add six.next() as an alias for six.advance_iterator(). - * Use the builtin next() function for advance_iterator() where is available - (2.6+), not just Python 3. - * Add the Iterator class for writing portable iterators. - -------------------------------------------------------------------- -Tue Jun 5 11:30:58 UTC 2012 - toddrme2178@gmail.com - -- Initial spec file - diff --git a/python3-six.spec b/python3-six.spec deleted file mode 100644 index 6f23f3c..0000000 --- a/python3-six.spec +++ /dev/null @@ -1,57 +0,0 @@ -# -# spec file for package python3-six -# -# 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/ -# - - -%define modname six -Name: python3-%{modname} -Version: 1.3.0 -Release: 0 -Url: http://pypi.python.org/pypi/six/ -Summary: Python 2 and 3 compatibility utilities -License: MIT -Group: Development/Libraries/Python -Source: http://pypi.python.org/packages/source/s/%{modname}/%{modname}-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-build -BuildRequires: python3-2to3 -BuildRequires: python3-devel -BuildArch: noarch -Requires: python(abi) = %{py3_ver} - -%description -Six is a Python 2 and 3 compatibility library. It provides utility -functions for smoothing over the differences between the Python -versions with the goal of writing Python code that is compatible on -both Python versions. See the documentation for more information on -what is provided. - -%prep -%setup -q -n %{modname}-%{version} - -%build -python3 setup.py build - -%install -python3 setup.py install --prefix=%{_prefix} --root=%{buildroot} -rm -rf %{buildroot}%{python3_sitelib}/__pycache__/ - -%files -%defattr(-,root,root) -%doc LICENSE README -%{python3_sitelib}/%{modname}.py* -%{python3_sitelib}/%{modname}-%{version}-py%{py3_ver}.egg-info - -%changelog