forked from pool/python-tqdm
- 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:
@@ -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>
|
||||
|
||||
|
||||
+2
-5
@@ -19,7 +19,7 @@
|
||||
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
|
||||
%define oldpython python
|
||||
Name: python-tqdm
|
||||
Version: 4.27.0
|
||||
Version: 4.28.1
|
||||
Release: 0
|
||||
Summary: An extensible progress meter
|
||||
License: MPL-2.0 AND MIT
|
||||
@@ -50,8 +50,6 @@ and does not require ncurses.
|
||||
|
||||
%prep
|
||||
%setup -q -n tqdm-%{version}
|
||||
# fix installation directory for man pages
|
||||
sed -i 's#man/man1#share/man/man1#' setup.py
|
||||
|
||||
%build
|
||||
%python_build
|
||||
@@ -59,7 +57,6 @@ sed -i 's#man/man1#share/man/man1#' setup.py
|
||||
%install
|
||||
%python_install
|
||||
%python_clone -a %{buildroot}%{_bindir}/tqdm
|
||||
%python_clone -a %{buildroot}%{_mandir}/man1/tqdm.1
|
||||
%python_expand %fdupes %{buildroot}%{$python_sitelib}
|
||||
|
||||
%post
|
||||
@@ -70,6 +67,7 @@ sed -i 's#man/man1#share/man/man1#' setup.py
|
||||
|
||||
%check
|
||||
%{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/
|
||||
}
|
||||
|
||||
@@ -82,6 +80,5 @@ nosetests-%%{$python_bin_suffix} --ignore-files="tests_perf\.py" --ignore-files=
|
||||
%{python_sitelib}/tqdm/*
|
||||
%{python_sitelib}/tqdm-%{version}-py%{py_ver}.egg-info/*
|
||||
%python_alternative %{_bindir}/tqdm
|
||||
%python_alternative %{_mandir}/man1/tqdm.1
|
||||
|
||||
%changelog
|
||||
|
||||
BIN
Binary file not shown.
BIN
Binary file not shown.
Reference in New Issue
Block a user