forked from pool/python-pytools
Accepting request 502859 from devel:languages:python
- Update to version 2017.3 * No changelog available - Update to version 2016.2.6 * No changelog available - Convert to python singlespec OBS-URL: https://build.opensuse.org/request/show/502859 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-pytools?expand=0&rev=2
This commit is contained in:
21
LICENSE.mit
21
LICENSE.mit
@@ -1,21 +0,0 @@
|
|||||||
The MIT License (MIT)
|
|
||||||
|
|
||||||
Copyright (c) 2015 Andreas Kloeckner
|
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
|
||||||
in the Software without restriction, including without limitation the rights
|
|
||||||
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
||||||
copies of the Software, and to permit persons to whom the Software is
|
|
||||||
furnished to do so, subject to the following conditions:
|
|
||||||
|
|
||||||
The above copyright notice and this permission notice shall be included in
|
|
||||||
all copies or substantial portions of the Software.
|
|
||||||
|
|
||||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
||||||
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
||||||
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
||||||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
||||||
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
||||||
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
|
||||||
THE SOFTWARE.
|
|
@@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Jun 11 10:26:02 UTC 2017 - mpluskal@suse.com
|
||||||
|
|
||||||
|
- Update to version 2017.3
|
||||||
|
* No changelog available
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Mar 4 10:20:56 UTC 2017 - mpluskal@suse.com
|
||||||
|
|
||||||
|
- Update to version 2016.2.6
|
||||||
|
* No changelog available
|
||||||
|
- Convert to python singlespec
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Feb 4 14:01:28 UTC 2016 - mpluskal@suse.com
|
Thu Feb 4 14:01:28 UTC 2016 - mpluskal@suse.com
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package python-pytools
|
# spec file for package python-pytools
|
||||||
#
|
#
|
||||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -16,31 +16,25 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%if 0%{?suse_version} && 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
|
|
||||||
%endif
|
|
||||||
Name: python-pytools
|
Name: python-pytools
|
||||||
Version: 2016.1
|
Version: 2017.3
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A collection of tools for Python
|
Summary: A collection of tools for Python
|
||||||
License: MIT
|
License: MIT
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
Url: http://pypi.python.org/pypi/pytools
|
Url: https://pypi.python.org/pypi/pytools
|
||||||
Source0: http://pypi.python.org/packages/source/p/pytools/pytools-%{version}.tar.gz
|
Source0: https://files.pythonhosted.org/packages/source/p/pytools/pytools-%{version}.tar.gz
|
||||||
Source1: LICENSE.mit
|
BuildRequires: %{python_module appdirs}
|
||||||
BuildRequires: python-appdirs >= 1.4.0
|
BuildRequires: %{python_module base}
|
||||||
BuildRequires: python-decorator >= 3.2.0
|
BuildRequires: %{python_module decorator}
|
||||||
BuildRequires: python-devel
|
BuildRequires: %{python_module devel}
|
||||||
BuildRequires: python-numpy >= 1.6.0
|
BuildRequires: %{python_module numpy}
|
||||||
BuildRequires: python-setuptools
|
BuildRequires: %{python_module setuptools}
|
||||||
BuildRequires: python-six >= 1.8.0
|
BuildRequires: %{python_module six}
|
||||||
Requires: python-appdirs >= 1.4.0
|
BuildRequires: fdupes
|
||||||
Requires: python-decorator >= 3.2.0
|
BuildRequires: python-rpm-macros
|
||||||
Requires: python-numpy >= 1.6.0
|
BuildArch: noarch
|
||||||
Requires: python-six >= 1.8.0
|
%python_subpackages
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Pytools is a big bag of things that are "missing" from the Python standard library.
|
Pytools is a big bag of things that are "missing" from the Python standard library.
|
||||||
@@ -57,20 +51,20 @@ nonetheless, here's what's on offer:
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n pytools-%{version}
|
%setup -q -n pytools-%{version}
|
||||||
cp %{SOURCE1} .
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
python setup.py build
|
%python_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
%python_install
|
||||||
|
%fdupes %{buildroot}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
python setup.py test
|
python2 setup.py test
|
||||||
|
|
||||||
%files
|
%files %{python_files}
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc README LICENSE.mit
|
%doc README LICENSE
|
||||||
%{python_sitelib}/*
|
%{python_sitelib}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:084feeb68171fc36ddb40f27c4ad5b60d3596716a5f3ad3523257a0d27a351cc
|
|
||||||
size 47498
|
|
3
pytools-2017.3.tar.gz
Normal file
3
pytools-2017.3.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4fdb3f4564c3b89401975eed886f8f8ac87c46fe20c21b69ae830711719ecaca
|
||||||
|
size 50600
|
Reference in New Issue
Block a user