- update to 4.28.1:
* tqdm.main(): expose argv * cli: add working `--manpath` * fix CLI:--manpath not found issue * update .gitattributes * CLI unit tests * remove deprecated dist options * add missing auto submodule * PyPI fix * remove man page from distribution * cli:add `--man_path` option OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tqdm?expand=0&rev=35
This commit is contained in:
parent
dc769b8803
commit
794fe7d556
@ -1,3 +1,18 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 31 14:21:07 UTC 2018 - Thomas Bechtold <tbechtold@suse.com>
|
||||||
|
|
||||||
|
- update to 4.28.1:
|
||||||
|
* tqdm.main(): expose argv
|
||||||
|
* cli: add working `--manpath`
|
||||||
|
* fix CLI:--manpath not found issue
|
||||||
|
* update .gitattributes
|
||||||
|
* CLI unit tests
|
||||||
|
* remove deprecated dist options
|
||||||
|
* add missing auto submodule
|
||||||
|
* PyPI fix
|
||||||
|
* remove man page from distribution
|
||||||
|
* cli:add `--man_path` option
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Oct 17 15:33:30 UTC 2018 - Arun Persaud <arun@gmx.de>
|
Wed Oct 17 15:33:30 UTC 2018 - Arun Persaud <arun@gmx.de>
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||||
%define oldpython python
|
%define oldpython python
|
||||||
Name: python-tqdm
|
Name: python-tqdm
|
||||||
Version: 4.27.0
|
Version: 4.28.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: An extensible progress meter
|
Summary: An extensible progress meter
|
||||||
License: MPL-2.0 AND MIT
|
License: MPL-2.0 AND MIT
|
||||||
@ -50,8 +50,6 @@ and does not require ncurses.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n tqdm-%{version}
|
%setup -q -n tqdm-%{version}
|
||||||
# fix installation directory for man pages
|
|
||||||
sed -i 's#man/man1#share/man/man1#' setup.py
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%python_build
|
%python_build
|
||||||
@ -59,7 +57,6 @@ sed -i 's#man/man1#share/man/man1#' setup.py
|
|||||||
%install
|
%install
|
||||||
%python_install
|
%python_install
|
||||||
%python_clone -a %{buildroot}%{_bindir}/tqdm
|
%python_clone -a %{buildroot}%{_bindir}/tqdm
|
||||||
%python_clone -a %{buildroot}%{_mandir}/man1/tqdm.1
|
|
||||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||||
|
|
||||||
%post
|
%post
|
||||||
@ -70,6 +67,7 @@ sed -i 's#man/man1#share/man/man1#' setup.py
|
|||||||
|
|
||||||
%check
|
%check
|
||||||
%{python_expand export PATH="$PATH:%{buildroot}%{_bindir}"
|
%{python_expand export PATH="$PATH:%{buildroot}%{_bindir}"
|
||||||
|
export PYTHONPATH=%{buildroot}%{$python_sitelib}
|
||||||
nosetests-%%{$python_bin_suffix} --ignore-files="tests_perf\.py" --ignore-files="tests_synchronisation\.py" tqdm/
|
nosetests-%%{$python_bin_suffix} --ignore-files="tests_perf\.py" --ignore-files="tests_synchronisation\.py" tqdm/
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -82,6 +80,5 @@ nosetests-%%{$python_bin_suffix} --ignore-files="tests_perf\.py" --ignore-files=
|
|||||||
%{python_sitelib}/tqdm/*
|
%{python_sitelib}/tqdm/*
|
||||||
%{python_sitelib}/tqdm-%{version}-py%{py_ver}.egg-info/*
|
%{python_sitelib}/tqdm-%{version}-py%{py_ver}.egg-info/*
|
||||||
%python_alternative %{_bindir}/tqdm
|
%python_alternative %{_bindir}/tqdm
|
||||||
%python_alternative %{_mandir}/man1/tqdm.1
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a0be569511161220ff709a5b60d0890d47921f746f1c737a11d965e1b29e7b2e
|
|
||||||
size 107456
|
|
3
tqdm-4.28.1.tar.gz
Normal file
3
tqdm-4.28.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:5b4d5549984503050883bc126280b386f5f4ca87e6c023c5d015655ad75bdebb
|
||||||
|
size 108389
|
Loading…
x
Reference in New Issue
Block a user