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:
committed by
Git OBS Bridge
parent
876d4b907c
commit
275262d7c6
@@ -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
3
partd-0.3.8.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:67291f1c4827cde3e0148b3be5d69af64b6d6169feb9ba88f0a6cfe77089400f
|
||||||
|
size 19171
|
||||||
@@ -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
|
Wed Apr 19 18:44:33 UTC 2017 - toddrme2178@gmail.com
|
||||||
|
|
||||||
|
|||||||
@@ -15,23 +15,24 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%bcond_without tests
|
%bcond_without tests
|
||||||
|
|
||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
Name: python-partd
|
Name: python-partd
|
||||||
Version: 0.3.7
|
Version: 0.3.8
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Appendable key-value storage
|
Summary: Appendable key-value storage
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
Url: http://github.com/mrocklin/partd/
|
Url: http://github.com/mrocklin/partd/
|
||||||
Source: https://files.pythonhosted.org/packages/source/p/partd/partd-%{version}.tar.gz
|
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: fdupes
|
||||||
BuildRequires: python-rpm-macros
|
BuildRequires: python-rpm-macros
|
||||||
BuildRequires: %{python_module devel}
|
|
||||||
BuildRequires: %{python_module setuptools}
|
|
||||||
BuildRequires: %{python_module locket}
|
|
||||||
BuildRequires: %{python_module toolz}
|
|
||||||
%if %{with tests}
|
%if %{with tests}
|
||||||
BuildRequires: %{python_module pytest}
|
BuildRequires: %{python_module pytest}
|
||||||
%endif
|
%endif
|
||||||
@@ -76,7 +77,7 @@ popd
|
|||||||
|
|
||||||
%files %{python_files}
|
%files %{python_files}
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc README.rst
|
%doc README.rst LICENSE.txt
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
Reference in New Issue
Block a user