14
0
forked from pool/python-partd

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
This commit is contained in:
Jan Matejek
2017-11-03 14:36:43 +00:00
committed by Git OBS Bridge
parent 876d4b907c
commit 275262d7c6
4 changed files with 25 additions and 9 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:fdc344bca07f3b10645cc380950a00bbfcdbf993f3396715eb0936d14811cd18
size 17530

3
partd-0.3.8.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:67291f1c4827cde3e0148b3be5d69af64b6d6169feb9ba88f0a6cfe77089400f
size 19171

View File

@@ -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

View File

@@ -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