From 275262d7c609d093c6a63e1b5cdb4d654ffcd6b94caffd1d233f83a39ca401a2 Mon Sep 17 00:00:00 2001 From: Jan Matejek Date: Fri, 3 Nov 2017 14:36:43 +0000 Subject: [PATCH] Accepting request 538225 from home:apersaud:branches:devel:languages:python update to latest version OBS-URL: https://build.opensuse.org/request/show/538225 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-partd?expand=0&rev=3 --- partd-0.3.7.tar.gz | 3 --- partd-0.3.8.tar.gz | 3 +++ python-partd.changes | 15 +++++++++++++++ python-partd.spec | 13 +++++++------ 4 files changed, 25 insertions(+), 9 deletions(-) delete mode 100644 partd-0.3.7.tar.gz create mode 100644 partd-0.3.8.tar.gz diff --git a/partd-0.3.7.tar.gz b/partd-0.3.7.tar.gz deleted file mode 100644 index 06991c9..0000000 --- a/partd-0.3.7.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fdc344bca07f3b10645cc380950a00bbfcdbf993f3396715eb0936d14811cd18 -size 17530 diff --git a/partd-0.3.8.tar.gz b/partd-0.3.8.tar.gz new file mode 100644 index 0000000..f29b650 --- /dev/null +++ b/partd-0.3.8.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67291f1c4827cde3e0148b3be5d69af64b6d6169feb9ba88f0a6cfe77089400f +size 19171 diff --git a/python-partd.changes b/python-partd.changes index 00f937a..6dd52e5 100644 --- a/python-partd.changes +++ b/python-partd.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Thu Nov 2 03:08:11 UTC 2017 - arun@gmx.de + +- specfile: + * add LICENSE.txt to %doc + +- update to version 0.3.8: + * BUG: Fixed serialization for Datetime with tz (#25) + * Path management (#24) + * Add LICENSE.txt to manifest. (#23) + * `msgpack.packb` may not have packed utf-8 compatible bytes, so + don't … (#22) + * Fix pandas/numpy serialization (#21) + * Handle categorical indices + ------------------------------------------------------------------- Wed Apr 19 18:44:33 UTC 2017 - toddrme2178@gmail.com diff --git a/python-partd.spec b/python-partd.spec index e146fc7..8d01cac 100644 --- a/python-partd.spec +++ b/python-partd.spec @@ -15,23 +15,24 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + %bcond_without tests %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-partd -Version: 0.3.7 +Version: 0.3.8 Release: 0 Summary: Appendable key-value storage License: BSD-3-Clause Group: Development/Languages/Python Url: http://github.com/mrocklin/partd/ Source: https://files.pythonhosted.org/packages/source/p/partd/partd-%{version}.tar.gz +BuildRequires: %{python_module devel} +BuildRequires: %{python_module locket} +BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module toolz} BuildRequires: fdupes BuildRequires: python-rpm-macros -BuildRequires: %{python_module devel} -BuildRequires: %{python_module setuptools} -BuildRequires: %{python_module locket} -BuildRequires: %{python_module toolz} %if %{with tests} BuildRequires: %{python_module pytest} %endif @@ -76,7 +77,7 @@ popd %files %{python_files} %defattr(-,root,root,-) -%doc README.rst +%doc README.rst LICENSE.txt %{python_sitelib}/* %changelog