15
0

Accepting request 711136 from home:mcalabkova:branches:devel:languages:python

- update to 1.4.1
  * Fixed __mod__ for the slots backend.
  * Dropped support for Python 2.6 and 3.3.
  * Fixed wheels being built with -coverage cflags. No more issues 
    about bogus cext.gcda files.
  * Removed useless C file from wheels.
  * Changed setup.py to use setuptools-scm.
- launch tests using multibuild

OBS-URL: https://build.opensuse.org/request/show/711136
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-lazy-object-proxy?expand=0&rev=7
This commit is contained in:
2019-06-20 15:48:14 +00:00
committed by Git OBS Bridge
parent c6ef98c8f0
commit 9269923b2d
5 changed files with 51 additions and 14 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Jun 20 12:53:22 UTC 2019 - Marketa Calabkova <mcalabkova@suse.com>
- update to 1.4.1
* Fixed __mod__ for the slots backend.
* Dropped support for Python 2.6 and 3.3.
* Fixed wheels being built with -coverage cflags. No more issues
about bogus cext.gcda files.
* Removed useless C file from wheels.
* Changed setup.py to use setuptools-scm.
- launch tests using multibuild
-------------------------------------------------------------------
Mon Jul 30 15:55:47 UTC 2018 - sean.marlow@suse.com