14
0

Accepting request 231170 from home:TheBlackCat:branches:devel:languages:python

Update to version 3.4.4

OBS-URL: https://build.opensuse.org/request/show/231170
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-setuptools?expand=0&rev=65
This commit is contained in:
Todd R
2014-04-23 14:35:55 +00:00
committed by Git OBS Bridge
parent 9ba23d5a96
commit bc80192b62
3 changed files with 28 additions and 4 deletions

View File

@@ -1,3 +1,27 @@
-------------------------------------------------------------------
Thu Apr 17 11:57:05 UTC 2014 - toddrme2178@gmail.com
- Update to version 3.4.4
* Issue #184: Correct failure where find_package over-matched
packages when directory traversal isn't short-circuited.
- Update to version 3.4.3
* Issue #183: Really fix test command with Python 3.1.
- Update to version 3.4.2
* Issue #183: Fix additional regression in test command on
Python 3.1.
- Update to version 3.4.1
* Issue #180: Fix regression in test command not caught
by py.test-run tests.
- Update to version 3.4
* Issue #176: Add parameter to the test command to support a
custom test runner: --test-runner or -r.
* Issue #177: Now assume most common invocation to install
command on platforms/environments without stack support
(issuing a warning). Setuptools now installs naturally on
IronPython. Behavior on CPython should be unchanged.
- Remove %check, which now depends on pytest and thus introduces
a dependency loop (setuptools->pytest->py->setuptools)
-------------------------------------------------------------------
Thu Mar 20 14:25:10 UTC 2014 - speilicke@suse.com