14
0
forked from pool/python-pychm

- Update to 0.8.6:

+ 0.8.6
    * Fix crash on Windows, Linux introduced in 0.8.5 (#7)
    * Restore compatibility with Python 2.7
      (malformed runtime error messages, compilation warnings) (#6)
  + 0.8.5
    * Get rid of SWIG
    * Python 3 support
- Build for both Python 2 and 3
- Drop odd Provides/Obseletes

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pychm?expand=0&rev=6
This commit is contained in:
2020-03-19 05:42:30 +00:00
committed by Git OBS Bridge
parent 960a0bb41b
commit f61bffadc1
4 changed files with 22 additions and 16 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Thu Mar 19 05:39:59 UTC 2020 - Steve Kowalik <steven.kowalik@suse.com>
- Update to 0.8.6:
+ 0.8.6
* Fix crash on Windows, Linux introduced in 0.8.5 (#7)
* Restore compatibility with Python 2.7
(malformed runtime error messages, compilation warnings) (#6)
+ 0.8.5
* Get rid of SWIG
* Python 3 support
- Build for both Python 2 and 3
- Drop odd Provides/Obseletes
-------------------------------------------------------------------
Tue Nov 21 12:02:27 UTC 2017 - mpluskal@suse.com