SHA256
1
0
forked from pool/python-tblib

Accepting request 700983 from home:pgajdos

- version update to 1.4.0
  * Remove support for end of life Python 3.3.
  * Fixed tests for Python 3.7. Contributed by Elliott Sales de Andrade in
    `#36 <https://github.com/ionelmc/python-tblib/issues/36>`_.
  * Fixed compatibility issue with Twised (``twisted.python.failure.Failure``
    expected a ``co_code`` attribute).
- deleted patches
  - 0001-Patch-tests-against-Python-3.7.patch (upstreamed)

OBS-URL: https://build.opensuse.org/request/show/700983
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-tblib?expand=0&rev=8
This commit is contained in:
Tomáš Chvátal
2019-05-06 08:11:34 +00:00
committed by Git OBS Bridge
parent 6022fcd26c
commit 2e64fc9c76
5 changed files with 18 additions and 44 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Mon May 6 07:56:48 UTC 2019 - pgajdos@suse.com
- version update to 1.4.0
* Remove support for end of life Python 3.3.
* Fixed tests for Python 3.7. Contributed by Elliott Sales de Andrade in
`#36 <https://github.com/ionelmc/python-tblib/issues/36>`_.
* Fixed compatibility issue with Twised (``twisted.python.failure.Failure``
expected a ``co_code`` attribute).
- deleted patches
- 0001-Patch-tests-against-Python-3.7.patch (upstreamed)
-------------------------------------------------------------------
Sun Mar 3 10:29:39 UTC 2019 - John Vandenberg <jayvdb@gmail.com>