1
0

- update for single-spec

- drop setuptools dependency, as this is itself now a dependency
  of setuptools
- run tests conditionally, to minimize dependency tree
- ensure egg-info is a directory (distutils would install it as file)

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-packaging?expand=0&rev=14
This commit is contained in:
Jan Matejek
2017-02-23 13:18:40 +00:00
committed by Git OBS Bridge
parent aa0bdf3adc
commit 05d0d79017
2 changed files with 38 additions and 16 deletions

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Thu Feb 23 11:45:52 UTC 2017 - jmatejek@suse.com
- update for single-spec
- drop setuptools dependency, as this is itself now a dependency
of setuptools
- run tests conditionally, to minimize dependency tree
- ensure egg-info is a directory (distutils would install it as file)
-------------------------------------------------------------------
Fri Dec 2 17:55:31 UTC 2016 - tbechtold@suse.com