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