14
0

- update to 2.0.1:

* Fix #1590536 classifiers not reported in PyPI
  * Drop support for Python 2.4, 2.5, 3.2
  * Bug #1524048: depend on pbr at runtime
  * Handle unittest2 test suites as well
  * Use pbr for versions as well
  * More diagnostics on sort failures
  * Cleanup old helper we don't need anymore
  * Add a tox.ini for convenience
  * Add a Travis config
  * Ignore more files
  * Build and ship wheels
  * Migrate to pbr

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-testresources?expand=0&rev=9
This commit is contained in:
2016-11-14 14:15:39 +00:00
committed by Git OBS Bridge
parent 4be3f76577
commit d05377b501
4 changed files with 25 additions and 6 deletions

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Mon Nov 14 14:13:03 UTC 2016 - dmueller@suse.com
- update to 2.0.1:
* Fix #1590536 classifiers not reported in PyPI
* Drop support for Python 2.4, 2.5, 3.2
* Bug #1524048: depend on pbr at runtime
* Handle unittest2 test suites as well
* Use pbr for versions as well
* More diagnostics on sort failures
* Cleanup old helper we don't need anymore
* Add a tox.ini for convenience
* Add a Travis config
* Ignore more files
* Build and ship wheels
* Migrate to pbr
-------------------------------------------------------------------
Thu Jun 12 08:42:01 UTC 2014 - cdenicolo@suse.com