Accepting request 924245 from home:polslinux:branches:utilities

- update to 0.9.7:
  * User-option -W --whitespace-off: remove blank lines and ellipses
  * Update documentation for feature --whitespace-off
  * Correct regex example in urlscan.1
  * Sort and align docstrings

OBS-URL: https://build.opensuse.org/request/show/924245
OBS-URL: https://build.opensuse.org/package/show/utilities/urlscan?expand=0&rev=22
This commit is contained in:
Michael Vetter 2021-11-02 13:39:51 +00:00 committed by Git OBS Bridge
parent e84f5652b2
commit 66cd9143b7
4 changed files with 14 additions and 5 deletions

View File

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

3
urlscan-0.9.7.tar.gz Normal file
View File

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Fri Oct 8 14:30:28 UTC 2021 - Paolo Stivanin <info@paolostivanin.com>
- update to 0.9.7:
* User-option -W --whitespace-off: remove blank lines and ellipses
* Update documentation for feature --whitespace-off
* Correct regex example in urlscan.1
* Sort and align docstrings
-------------------------------------------------------------------
Wed May 12 22:03:24 UTC 2021 - Dirk Müller <dmueller@suse.com>

View File

@ -18,7 +18,7 @@
%define python_flavor python3
Name: urlscan
Version: 0.9.6
Version: 0.9.7
Release: 0
Summary: An other URL extractor/viewer
License: GPL-2.0-or-later
@ -56,10 +56,10 @@ rm -rvf %{buildroot}%{python_sitelib}/%{name}-%{version}-*-info
%files
%license COPYING
%doc README.rst
%{_bindir}/%{name}
%{python_sitelib}/%{name}
%{_mandir}/man1/%{name}.1%{?ext_man}
%doc %{_defaultdocdir}/%{name}/muttrc
%dir %{_docdir}/urlscan
%changelog