14
0

- update to 34.2.0

* dependencies are no longer vendored and setuptools can't bootstrap
    without them
  * drop support for python 2.6 and 3.2
  * declarative config option for setup.cfg
  * nspkg.pth files for development
  * switch to zip format for source dist
  * ensure extras are honored when building the working set
  * add support for reading dist-info metadata
  * support for PEP440 version specifiers
- added build-time and run-time dependencies to appdirs and packaging,
  ensured these packages build without setuptools
- drop upstreamed setuptools-certpath.patch
- drop unneeded setuptools-5.4.1-create-sitedir.patch
- add fdupes
- change source file to zip, add unzip dependency

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools?expand=0&rev=108
This commit is contained in:
Jan Matejek
2017-02-23 13:35:50 +00:00
committed by Git OBS Bridge
parent 8aa0a97d1a
commit 329b3604a1
6 changed files with 39 additions and 52 deletions

View File

@@ -1,3 +1,23 @@
-------------------------------------------------------------------
Thu Feb 23 13:28:56 UTC 2017 - jmatejek@suse.com
- update to 34.2.0
* dependencies are no longer vendored and setuptools can't bootstrap
without them
* drop support for python 2.6 and 3.2
* declarative config option for setup.cfg
* nspkg.pth files for development
* switch to zip format for source dist
* ensure extras are honored when building the working set
* add support for reading dist-info metadata
* support for PEP440 version specifiers
- added build-time and run-time dependencies to appdirs and packaging,
ensured these packages build without setuptools
- drop upstreamed setuptools-certpath.patch
- drop unneeded setuptools-5.4.1-create-sitedir.patch
- add fdupes
- change source file to zip, add unzip dependency
-------------------------------------------------------------------
Thu Feb 16 15:58:12 UTC 2017 - jmatejek@suse.com