From 66cd9143b7474a8e1d044e7a008fe8a169d75560425faa6ffb052550a909ca16 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Tue, 2 Nov 2021 13:39:51 +0000 Subject: [PATCH] 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 --- urlscan-0.9.6.tar.gz | 3 --- urlscan-0.9.7.tar.gz | 3 +++ urlscan.changes | 9 +++++++++ urlscan.spec | 4 ++-- 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 urlscan-0.9.6.tar.gz create mode 100644 urlscan-0.9.7.tar.gz diff --git a/urlscan-0.9.6.tar.gz b/urlscan-0.9.6.tar.gz deleted file mode 100644 index 303499a..0000000 --- a/urlscan-0.9.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e8e406e3f87060f8765aab5a4aaecb3602a0ebe7c0936c22e1ecfc65589420e9 -size 32909 diff --git a/urlscan-0.9.7.tar.gz b/urlscan-0.9.7.tar.gz new file mode 100644 index 0000000..c113d6f --- /dev/null +++ b/urlscan-0.9.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02d44810f158e63398ab9598bcf70879f11de6fee33b93c8284bf8a8657826dd +size 33492 diff --git a/urlscan.changes b/urlscan.changes index fc936e3..e52de68 100644 --- a/urlscan.changes +++ b/urlscan.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Fri Oct 8 14:30:28 UTC 2021 - Paolo Stivanin + +- 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 diff --git a/urlscan.spec b/urlscan.spec index 37414cc..530e387 100644 --- a/urlscan.spec +++ b/urlscan.spec @@ -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