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