14
0

- update to 0.9.3:

* dateutil is required dependency
  * remove futures reference
  * remove support for python 2
  * adding default TZ as UTC if none specified
  * fix parsing whois response for jp domains
- drop remove-future-requirement.patch (upstream)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-python-whois?expand=0&rev=16
This commit is contained in:
2024-04-21 08:14:07 +00:00
committed by Git OBS Bridge
parent 4a1da92dc4
commit 1a66c88901
5 changed files with 21 additions and 184 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Sun Apr 21 08:12:51 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 0.9.3:
* dateutil is required dependency
* remove futures reference
* remove support for python 2
* adding default TZ as UTC if none specified
* fix parsing whois response for jp domains
- drop remove-future-requirement.patch (upstream)
-------------------------------------------------------------------
Tue Sep 12 05:33:31 UTC 2023 - Steve Kowalik <steven.kowalik@suse.com>