17
0

- update to 0.9.14:

* Declare python 3.5 requirement in setup.py.
  * Drop various other python2 helpers, test on newer versions of Python.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fastimport?expand=0&rev=12
This commit is contained in:
2022-01-15 16:09:17 +00:00
committed by Git OBS Bridge
parent f367b97601
commit 5dc2870844
4 changed files with 14 additions and 6 deletions

View File

@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Sat Jan 15 16:07:38 UTC 2022 - Dirk Müller <dmueller@suse.com>
- update to 0.9.14:
* Declare python 3.5 requirement in setup.py.
* Drop various other python2 helpers, test on newer versions of Python.
-------------------------------------------------------------------
Tue May 26 06:34:12 UTC 2020 - Petr Gajdos <pgajdos@suse.com>