15
0
forked from pool/python-lz4

Accepting request 672551 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/672551
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-lz4?expand=0&rev=4
This commit is contained in:
Stephan Kulow
2019-02-08 11:15:15 +00:00
committed by Git OBS Bridge
parent 4327b4e465
commit e05fd12187
4 changed files with 47 additions and 17 deletions

View File

@@ -1,3 +1,29 @@
-------------------------------------------------------------------
Thu Feb 7 18:37:13 UTC 2019 - Todd R <toddrme2178@gmail.com>
- Disable tests. They timeout randomly.
-------------------------------------------------------------------
Tue Feb 5 18:37:24 UTC 2019 - Todd R <toddrme2178@gmail.com>
- Version update to 2.1.6
* This release contains no user facing changes, but does include a built wheel built for Python 2.7 on OSX.
* This release follows some re-working of the CI/CD infrastructure, and integration with the codecov service.
- Version update to 2.1.5
* This release contains no functional changes other than changes to the Appveyor configuration for publishing wheels.
- Version update to 2.1.4
* This release contains no functional changes other than changes to the Travis configuration for publishing wheels.
- Version update to 2.1.3
* A simplification of the tox.ini file (thanks to @jdufresne)
* More robust checking for pkgconfig availability (#158, thanks to @raymondEhlers)
* Integration of cibuildwheel into travis builds so as to build and publish binary wheels for Linux and OSX (fixes #99 , #144 , #153)
* Only require pytest-runner if pytest/test is being called (fixes #161)
* Blacklists version 3.3.0 of pytest which has a bug that can cause the tests to fail.
- Version update to 2.1.2
* Improves the speed of importing the module by avoiding the use of pkg_resources (#154) - thanks to @cgohike)
* Fixes some flake8 warnings
* Resolves a small issue with the test suite when detecting memory usage increases
-------------------------------------------------------------------
Thu Oct 25 12:35:12 UTC 2018 - Tomáš Chvátal <tchvatal@suse.com>