Hello community, here is the log from the commit of package python3-d2to1 for openSUSE:Factory checked in at 2015-01-20 12:32:10 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python3-d2to1 (Old) and /work/SRC/openSUSE:Factory/.python3-d2to1.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python3-d2to1" Changes: -------- --- /work/SRC/openSUSE:Factory/python3-d2to1/python3-d2to1.changes 2013-06-21 19:01:33.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python3-d2to1.new/python3-d2to1.changes 2015-01-20 12:32:53.000000000 +0100 @@ -0,0 +1,22 @@ +Fri Jan 16 02:51:16 UTC 2015 - a...@gmx.de + +- specfile: + * remove modname variable + * update source url to pypi + * removed ifdefs for outdated opensuse versions + +- update to version 0.2.11: + * Replaced distribute_setup.py with ez_setup.py in order to + bootstrap with modern setuptools when necessary. + * Fixed a couple minor Python 3-specific issues. In particular the + data_files option could be passed to setup() as a dict_items + object instead of a list which is what would normally be expected. + * Added a tox.ini (frankly I thought there already was one). + +------------------------------------------------------------------- +Sun Jan 10 00:51:53 UTC 2015 - a...@gmx.de + +- specfile: + * update copyright year + * remove python(abi) requirement + Old: ---- d2to1-0.2.10.tar.gz New: ---- d2to1-0.2.11.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python3-d2to1.spec ++++++ --- /var/tmp/diff_new_pack.1xbCJp/_old 2015-01-20 12:32:55.000000000 +0100 +++ /var/tmp/diff_new_pack.1xbCJp/_new 2015-01-20 12:32:55.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package python3-d2to1 # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2015 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 @@ -16,41 +16,28 @@ # -%define mod_name d2to1 - -Name: python3-%{mod_name} -Version: 0.2.10 +Name: python3-d2to1 +Version: 0.2.11 Release: 0 Url: http://pypi.python.org/pypi/d2to1 Summary: Allows using distutils2-like setup.cfg with a distribute/setuptools License: BSD-3-Clause Group: Development/Languages/Python -Source: %{mod_name}-%{version}.tar.gz +Source: https://pypi.python.org/packages/source/d/d2to1/d2to1-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: fdupes BuildRequires: python3 BuildRequires: python3-2to3 +BuildRequires: python3-base BuildRequires: python3-devel BuildRequires: python3-distribute - -%if 0%{?suse_version} && 0%{?suse_version} <= 1140 -%{!?python3_sitelib: %global python3_sitelib %(python3 -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} -%{!?py3_ver: %global py3_ver %(python3 -c "import sys; version=str(sys.version_info[0]) + '.' + str(sys.version_info[1]); print(version)" 2>/dev/null || echo PYTHON-NOT-FOUND)} -%endif -Requires: python(abi) = %{py3_ver} -%if 0%{?suse_version} && 0%{?suse_version} > 1140 -BuildRequires: python3-base -%endif - -%if %{?suse_version: %{suse_version} > 1110} %{!?suse_version:1} BuildArch: noarch -%endif %description d2to1 (the 'd' is for 'distutils') allows using distutils2-like setup.cfg files for a package's metadata with a distribute/setuptools setup.py script. It works by providing a distutils2-formatted setup.cfg file containing all of a package's metadata, and a very minimal setup.py which will slurp its arguments from the setup.cfg. %prep -%setup -q -n %{mod_name}-%{version} +%setup -q -n d2to1-%{version} %build export CFLAGS="%{optflags}" @@ -66,8 +53,8 @@ %files %defattr(-,root,root,-) %doc CHANGES.rst LICENSE README.rst -%{python3_sitelib}/%{mod_name}/ -%{python3_sitelib}/%{mod_name}-%{version}-py%{py3_ver}.egg-info +%{python3_sitelib}/d2to1/ +%{python3_sitelib}/d2to1-%{version}-py%{py3_ver}.egg-info %if 0%{?suse_version} <= 1140 %dir %{_prefix}/lib/python%{py3_ver} %dir %{python3_sitelib} ++++++ d2to1-0.2.10.tar.gz -> d2to1-0.2.11.tar.gz ++++++ ++++ 2323 lines of diff (skipped) -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org