14
0
forked from pool/python-six

Accepting request 1230663 from home:rrahl0

- update to 1.17:
  * Add python 3.9 testing
  * Fix UserDict move in Python2
  * Delete pep8ignore and flakes-ignore
  * tkinter.tix was removed from Python 3.13, skip the test
  * Fix deprecation warning from setuptools
  * Python 3.14 removed the URLopener and FancyURLopener classes,
    from urllib.requests
  * Update copyright years
  * Expunge travis

OBS-URL: https://build.opensuse.org/request/show/1230663
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-six?expand=0&rev=94
This commit is contained in:
2024-12-13 10:16:08 +00:00
committed by Git OBS Bridge
parent dbe60ad667
commit 9baa5ce730
4 changed files with 20 additions and 6 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Thu Dec 12 23:03:27 UTC 2024 - Richard Rahl <rrahl0@opensuse.org>
- update to 1.17:
* Add python 3.9 testing
* Fix UserDict move in Python2
* Delete pep8ignore and flakes-ignore
* tkinter.tix was removed from Python 3.13, skip the test
* Fix deprecation warning from setuptools
* Python 3.14 removed the URLopener and FancyURLopener classes,
from urllib.requests
* Update copyright years
* Expunge travis
-------------------------------------------------------------------
Tue Jan 2 20:56:50 UTC 2024 - Dirk Müller <dmueller@suse.com>