Accepting request 957891 from utilities
- update to version 0.9.9: * Bugfix in f-string * Updated setup.py after tagging previous version - update in version 0.9.8: * Update TLD list * Fix #118, crash on navigating to non-existant line * Pylint fixes * Move to subprocess run instead of call and Popen * Switch to f-strings (forwarded request 950004 from akumar) OBS-URL: https://build.opensuse.org/request/show/957891 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/urlscan?expand=0&rev=10
This commit is contained in:
commit
b423edad3f
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:02d44810f158e63398ab9598bcf70879f11de6fee33b93c8284bf8a8657826dd
|
||||
size 33492
|
3
urlscan-0.9.9.tar.gz
Normal file
3
urlscan-0.9.9.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5c63206a6afbe7773903fa928833bd28af5887fc9d13f0e1e9529fed560a5eb8
|
||||
size 34116
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 30 15:23:36 UTC 2022 - Avinesh Kumar <avinesh.kumar@suse.com>
|
||||
|
||||
- update to version 0.9.9:
|
||||
* Bugfix in f-string
|
||||
* Updated setup.py after tagging previous version
|
||||
|
||||
- update in version 0.9.8:
|
||||
* Update TLD list
|
||||
* Fix #118, crash on navigating to non-existant line
|
||||
* Pylint fixes
|
||||
* Move to subprocess run instead of call and Popen
|
||||
* Switch to f-strings
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 8 14:30:28 UTC 2021 - Paolo Stivanin <info@paolostivanin.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package urlscan
|
||||
#
|
||||
# Copyright (c) 2021 SUSE LLC
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
%define python_flavor python3
|
||||
Name: urlscan
|
||||
Version: 0.9.7
|
||||
Version: 0.9.9
|
||||
Release: 0
|
||||
Summary: An other URL extractor/viewer
|
||||
License: GPL-2.0-or-later
|
||||
|
Loading…
x
Reference in New Issue
Block a user