From 61185ae51233af26f5c419c2b17aba56ef6f7ebdff113a0b7be6ab601d6f0834 Mon Sep 17 00:00:00 2001 From: Todd R Date: Thu, 11 Sep 2014 10:58:01 +0000 Subject: [PATCH 1/2] Accepting request 248469 from home:TheBlackCat:branches:devel:languages:python Update to version 5.0.6 OBS-URL: https://build.opensuse.org/request/show/248469 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-configobj?expand=0&rev=29 --- configobj-5.0.5.tar.gz | 3 --- configobj-5.0.6.tar.gz | 3 +++ python-configobj.changes | 6 ++++++ python-configobj.spec | 18 +++++++++--------- 4 files changed, 18 insertions(+), 12 deletions(-) delete mode 100644 configobj-5.0.5.tar.gz create mode 100644 configobj-5.0.6.tar.gz diff --git a/configobj-5.0.5.tar.gz b/configobj-5.0.5.tar.gz deleted file mode 100644 index cbac21a..0000000 --- a/configobj-5.0.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:766eff273f2cbb007a3ea8aa69429ee9b1553aa96fe282c6ace3769b9ac47b08 -size 33232 diff --git a/configobj-5.0.6.tar.gz b/configobj-5.0.6.tar.gz new file mode 100644 index 0000000..3667ed9 --- /dev/null +++ b/configobj-5.0.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2f5650770e1c87fb335af19a9b7eb73fc05ccf22144eb68db7d00cd2bcb0902 +size 33248 diff --git a/python-configobj.changes b/python-configobj.changes index f055697..c241fc6 100644 --- a/python-configobj.changes +++ b/python-configobj.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Sep 11 10:37:46 UTC 2014 - toddrme2178@gmail.com + +- Update to version 5.0.6 + * Improves error messages in certain edge cases + ------------------------------------------------------------------- Thu Jul 24 09:03:10 UTC 2014 - fcastelli@suse.com diff --git a/python-configobj.spec b/python-configobj.spec index 841ee7b..9a88985 100644 --- a/python-configobj.spec +++ b/python-configobj.spec @@ -17,25 +17,25 @@ %define modname configobj -Name: python-%{modname} -Version: 5.0.5 +Name: python-configobj +Version: 5.0.6 Release: 0 Url: https://github.com/DiffSK/configobj Summary: Config file reading, writing and validation License: BSD-3-Clause Group: Development/Languages/Python -Source: http://pypi.python.org/packages/source/c/%{modname}/%{modname}-%{version}.tar.gz +Source: http://pypi.python.org/packages/source/c/configobj/configobj-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel +BuildRequires: python-six Requires: python-six # There are no real docs! -Provides: python-%{modname}-docs = %{version} -Obsoletes: python-%{modname}-docs < %{version} +Provides: python-configobj-docs = %{version} +Obsoletes: python-configobj-docs < %{version} %if 0%{?suse_version} <= 1110 %{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")} %else BuildArch: noarch -%py_requires %endif %description @@ -58,7 +58,7 @@ It has lots of other features though: * Powerful ``unrepr`` mode for storing/retrieving Python data-types %prep -%setup -q -n %{modname}-%{version} +%setup -q -n configobj-%{version} %build python setup.py build @@ -68,9 +68,9 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot} %files %defattr(-,root,root,-) -%{python_sitelib}/%{modname}.py* +%{python_sitelib}/configobj.py* %{python_sitelib}/validate.py* %{python_sitelib}/_version.py* -%{python_sitelib}/%{modname}-%{version}-py%{py_ver}.egg-info +%{python_sitelib}/configobj-%{version}-py*.egg-info %changelog From dfabbdfa7b64d7b19b5ee00ad690623d847949da02fc5366bd0091238c4ab0f5 Mon Sep 17 00:00:00 2001 From: Todd R Date: Thu, 11 Sep 2014 11:00:51 +0000 Subject: [PATCH 2/2] OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-configobj?expand=0&rev=30 --- python-configobj.spec | 1 - 1 file changed, 1 deletion(-) diff --git a/python-configobj.spec b/python-configobj.spec index 9a88985..b5a7ac5 100644 --- a/python-configobj.spec +++ b/python-configobj.spec @@ -16,7 +16,6 @@ # -%define modname configobj Name: python-configobj Version: 5.0.6 Release: 0